Add a new driver
x-ms-visibility: "important"
Send a request to add a driver specified in the request body
application/json
Request Body required
Driver object that needs to be added
- 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
Return the unique id with which the driver has been stored
application/json
Schema
Example (from schema)
response
Schema
id int64
{
"id": 0
}
{"id":1}
Errors in the body request
Customer not found or not authorised
Loading...