---
title: "Submit Comment or Checkin"
method: POST
path: "/comment"
---

# Submit Comment or Checkin

`POST /comment`

Submit a user comment or checkin for a specific charging location

## Request body

- object
  - `chargePointID` integer, required — This must be a valid POI ID
  - `commentTypeID` integer — 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.
  - `userName` string — This is an optional name to associate with the submission, for authenticated users their profile username is used.
  - `comment` string — This is an optional comment to describe the charging experience, may include guidance for future users.
  - `rating` integer — Optional integer rating between 1 = Worst, 5 = Best.
  - `relatedURL` string — Optional website URL for related information
  - `checkinStatusTypeID` integer — Optional valid CheckStatusTypeID to indicate overall catgeory and success/failure to use equipment e.g. 10 = Charged Successfully.

## Response `200`

OK

- object
  - `status` string, required
  - `description` string, required

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.dev/n-a-andreibesleaga/apis/open-charge-map-api.md) · [All operations](https://skmtc.dev/n-a-andreibesleaga/apis/open-charge-map-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/n-a-andreibesleaga/open-charge-map-api/revisions/b8a18cb73e98/schema)
