Add a comment to a charger
x-ms-visibility: "important"
Adds a comment to the specified charger.
application/json
Request Body required
The comment details.
chargerId string
comment string
Responses
- 200
- 400
- 401
The comment details.
application/json
Schema
Example (from schema)
Schema
id int64
createdAt date-time
updatedAt date-time
chargerId string
comment string
operatorId string
operatorName string
operatorEmail string
{
"id": 0,
"createdAt": "2025-03-31T07:22:38.650Z",
"updatedAt": "2025-03-31T07:22:38.650Z",
"chargerId": "string",
"comment": "string",
"operatorId": "string",
"operatorName": "string",
"operatorEmail": "string"
}
Validation error occurred.
application/json
Schema
Example (from schema)
Schema
errorCode string
message string
errorNumber int32
helpLink string
{
"errorCode": "string",
"message": "string",
"errorNumber": 0,
"helpLink": "string"
}
User not authorized.
Loading...