Add a comment to a driver
x-ms-visibility: "important"
Adds a comment to the specified driver.
application/json
Request Body required
The comment details.
driverId int64
comment string
Responses
- 200
- 400
- 401
The comment details.
application/json
Schema
Example (from schema)
Schema
id int64
createdAt date-time
updatedAt date-time
driverId int64
operatorId string
comment string
operatorName string
operatorEmail string
{
"id": 0,
"createdAt": "2025-04-10T07:03:12.570Z",
"updatedAt": "2025-04-10T07:03:12.570Z",
"driverId": 0,
"operatorId": "string",
"comment": "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...