Get the Last Customer Contacted by the Dealer Associate
Get the Last Customer Contacted by the Dealer Associate
Path Parameters
departmentUUID string required
userUUID string required
Responses
- 200
OK
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
name string
customerUuid string
phoneNumber string
errors object[]
errorCode string
errorDescription string
errorUID string
warnings object[]
warningCode string
warningDescription string
{
"name": "string",
"customerUuid": "string",
"phoneNumber": "string",
"errors": [
{
"errorCode": "string",
"errorDescription": "string",
"errorUID": "string"
}
],
"warnings": [
{
"warningCode": "string",
"warningDescription": "string"
}
]
}
Loading...