Add a new tag
x-ms-visibility: "important"
Create a new tag associated with a driver.
application/json
Request Body required
Tag details to create.
idTag string
driverId int64
expiringDate date-time
startDate date-time nullable
tokenName string
invoicable boolean
Responses
- 201
- 400
- 401
The created tag details.
application/json
Schema
Example (from schema)
Schema
id int64
idTag string
expiringDate date-time
startDate date-time nullable
lastUpdated date-time nullable
tokenName string
invoicable boolean nullable
driverId int64
{
"id": 0,
"idTag": "string",
"expiringDate": "2025-04-10T07:03:12.461Z",
"startDate": "2025-04-10T07:03:12.461Z",
"lastUpdated": "2025-04-10T07:03:12.461Z",
"tokenName": "string",
"invoicable": true,
"driverId": 0
}
Exception details.
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...