Skip to main content

fetch customer lock information for given customer identifiers list and department

fetch customer lock information for given customer identifiers list and department

Path Parameters
    departmentUUID string required
Request Body required
    customerUuids string[]
Responses

OK


Schema
    customerLockInfoList object[]
  • Array [
  • customerUuid string
    dealerDepartmentUuid string
    lockByDealerAssociateUuid string
    lockedByName string
    lockType string
  • ]
  • requestUuid string
    errors object[]
  • Array [
  • errorCode string
    errorDescription string
    errorUID string
  • ]
  • warnings object[]
  • Array [
  • warningCode string
    warningDescription string
  • ]
Loading...