Skip to main content
API

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

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

The tag was added in the system successfully


Schema

    string

Loading...