Skip to main content

Add a new driver

x-ms-visibility: "important"

Create a new driver with specified details.

Request Body required

Details of the driver to be added.

    name string
    externalId string
    homeSiteId int64 nullable
    payerId int64 nullable
Responses

The ID of the created driver.


Schema
    id int64
    externalId string
    name string
    homeSiteId int64 nullable
    payerId int64 nullable
    homeSiteName string
    tags object[]
  • Array [
  • id int64
    idTag string
    expiringDate date-time
    startDate date-time nullable
    lastUpdated date-time nullable
    tokenName string
    invoicable boolean nullable
    driverId int64
  • ]
Loading...