Skip to main content

Get DealerAssociatesPreferences for keyNames of given UserUUIDs and DeptUUIDs

Get DealerAssociatesPreferences for keyNames of given UserUUIDs and DeptUUIDs

Request Body required
    preferenceKeyNames string[]
    userUuids string[]
    departmentUuids string[]
    validate boolean
Responses

OK


Schema
    errors object[]
  • Array [
  • errorCode int32
    errorTitle string
    errorMessage string
  • ]
  • warnings object[]
  • Array [
  • warningCode int32
    warningTitle string
    warningMessage string
  • ]
  • apiRequestId string
    dealerAssociatesPreferences object
    property name* object
    property name* object[]
  • Array [
  • keyName string
    value string
    promptType string
    possibleValues string
    description string
  • ]
Loading...