Skip to main content
API

Update driver

x-ms-visibility: "important"

Send a request to update a driver.

Path Parameters
    userid int32 required

    This is the globally unique ID for the driver

Request Body required

Driver object that contains new values

    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

The driver has been updated successfully

Loading...