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
application/json
Request Body required
customerUuids string[]
Responses
- 200
 
OK
application/json
Schema
Example (from schema)
Schema
- Array [
 - ]
 - Array [
 - ]
 - Array [
 - ]
 
customerLockInfoList object[]
customerUuid string
dealerDepartmentUuid string
lockByDealerAssociateUuid string
lockedByName string
lockType string
requestUuid string
errors object[]
errorCode string
errorDescription string
errorUID string
warnings object[]
warningCode string
warningDescription string
{
  "customerLockInfoList": [
    {
      "customerUuid": "string",
      "dealerDepartmentUuid": "string",
      "lockByDealerAssociateUuid": "string",
      "lockedByName": "string",
      "lockType": "string"
    }
  ],
  "requestUuid": "string",
  "errors": [
    {
      "errorCode": "string",
      "errorDescription": "string",
      "errorUID": "string"
    }
  ],
  "warnings": [
    {
      "warningCode": "string",
      "warningDescription": "string"
    }
  ]
}
Loading...