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
application/json
Request Body required
Driver object that contains new values
- Array [
- ]
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
referenceType int32
Possible values: [0
, 1
]
Default value: 0
referenceId string
externalId string
effectiveFrom date-time nullable
Responses
- 200
- 400
- 401
The driver has been updated successfully
Errors in the body request
text/plain
Schema
Schema
string
Customer not found or not authorised for the driver
Loading...