Submit Comment or Checkin
POST/comment
Submit a user comment or checkin for a specific charging location
Body ParametersJSON
checkinStatusTypeID: optional number
Optional valid CheckStatusTypeID to indicate overall catgeory and success/failure to use equipment e.g. 10 = Charged Successfully.
comment: optional string
This is an optional comment to describe the charging experience, may include guidance for future users.
minLength1
maxLength4000
Submit Comment or Checkin
curl https://api.openchargemap.io/v3/comment \
-H 'Content-Type: application/json' \
-H "Authorization: Bearer $OCM_USERNAME" \
-d '{
"chargePointID": 0,
"rating": 3
}'{
"status": "OK",
"description": "OK"
}Returns Examples
{
"status": "OK",
"description": "OK"
}