get deafult thread owner information for all the users of a dealership
get deafult thread owner information for all the users of a dealership
Path Parameters
dealerUUID string required
Responses
- 200
OK
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
requestUUID string
dealerAssociateDefaultThreadOwnerMap object
property name* int64
emptyDefaultThreadOwnerDealerAssociateList int64[]
errors object[]
errorCode string
errorDescription string
errorUID string
warnings object[]
warningCode string
warningDescription string
{
"requestUUID": "string",
"dealerAssociateDefaultThreadOwnerMap": {},
"emptyDefaultThreadOwnerDealerAssociateList": [
0
],
"errors": [
{
"errorCode": "string",
"errorDescription": "string",
"errorUID": "string"
}
],
"warnings": [
{
"warningCode": "string",
"warningDescription": "string"
}
]
}
Loading...