Add a new tag for the driver
x-ms-visibility: "important"
Send a request to add a new tag to the driver specified in the request body
Path Parameters
userid int32 required
This is the globally unique ID for the driver
application/json
Request Body required
Tag object that needs to be added. If the idTag has some special characters, they will be removed. Allowed characters are letters, numbers, underscore, hyphen and semicolon. Invoicable flag is meaningful only if you have taken in use the invoicing service, default value is false
id int64
idTag string
expiringDate date-time
startDate date-time nullable
lastUpdated date-time nullable
tokenName string
invoicable boolean
Invoicable is meaningful only if you have taken in use the invoicing service, default value is false
Responses
- 200
- 400
- 401
The tag was added in the system successfully
text/plain
Schema
Schema
string
Errors in the body request
Customer not found or not authorised
Loading...