v1

latestOpenAPI 3.1.0raw.githubusercontent.com2025-07-1162077.3 KB

Submit Comment or Checkin

Submit a user comment or checkin for a specific charging location

post/comment

Request body

chargePointIDinteger required

This must be a valid POI ID

commentTypeIDinteger

This must be a valid Comment Type ID as per UserCommentTypes found in Core Reference Data. If left as null then General Comment will be used.

userNamestring

This is an optional name to associate with the submission, for authenticated users their profile username is used.

commentstring

This is an optional comment to describe the charging experience, may include guidance for future users.

ratinginteger

Optional integer rating between 1 = Worst, 5 = Best.

relatedURLstring

Optional website URL for related information

checkinStatusTypeIDinteger

Optional valid CheckStatusTypeID to indicate overall catgeory and success/failure to use equipment e.g. 10 = Charged Successfully.

Example request

{
  "rating": 3
}

Response

OK

statusstring required
descriptionstring required