Skip to main content
API

Add a new driver

x-ms-visibility: "important"

Send a request to add a driver specified in the request body

Request Body required

Driver object that needs to be added

    name string
    externalId string
    homeGroup int64 nullable
    payerId int64 nullable
    integratedExternalIds object[]

    if null, no changes to existing IntegratedExternalIds; if empty list, existing IntegratedExternalIds are deleted; otherwise all existing ones are replaced with new ones

  • Array [
  • referenceType int32

    Possible values: [0, 1]

    Default value: 0

    referenceId string
    externalId string
    effectiveFrom date-time nullable
  • ]
Responses

Return the unique id with which the driver has been stored


Schema
    id int64
Loading...