save auto delegation configuration for dealer
deprecated
This endpoint has been deprecated and may be removed in future versions of the API.
save auto delegation configuration for dealer
Path Parameters
dealerUUID string required
application/json
Request Body required
- Array [
- ]
dealerUuid string
autoDelegationConfigType string
Possible values: [ALL, INDIVIDUAL]
allAutoDelegationConfig object
delegatee object
uuid string
name string
type string
Possible values: [USER, CUSTOMER]
departmentUuid string
individualAutoDelegationConfig object[]
delegator object
uuid string
name string
type string
Possible values: [USER, CUSTOMER]
departmentUuid string
delegatee object
uuid string
name string
type string
Possible values: [USER, CUSTOMER]
departmentUuid string
Responses
- 200
OK
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
errors object[]
errorCode string
errorDescription string
errorUID string
warnings object[]
warningCode string
warningDescription string
{
"errors": [
{
"errorCode": "string",
"errorDescription": "string",
"errorUID": "string"
}
],
"warnings": [
{
"warningCode": "string",
"warningDescription": "string"
}
]
}
Loading...