Skip to main content

Add a new tag

x-ms-visibility: "important"

Create a new tag associated with a driver.

Request Body required

Tag details to create.

    idTag string
    driverId int64
    expiringDate date-time
    startDate date-time nullable
    tokenName string
    invoicable boolean
Responses

The created tag details.


Schema
    id int64
    idTag string
    expiringDate date-time
    startDate date-time nullable
    lastUpdated date-time nullable
    tokenName string
    invoicable boolean nullable
    driverId int64
Loading...