Skip to main content

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
Request Body required
    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[]
  • Array [
  • 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

OK


Schema
    errors object[]
  • Array [
  • errorCode string
    errorDescription string
    errorUID string
  • ]
  • warnings object[]
  • Array [
  • warningCode string
    warningDescription string
  • ]
Loading...