Get communication drill down data
Get communication drill down data
Query Parameters
startDate string
startDate(MM/dd/yyyy)
endDate string
endDate(MM/dd/yyyy)
dealerUUIDs string[]
List of DealerUUID for which data is needed
daUUID string
dealer associate uuid
departmentFilter string[]
departmentFilter
orderTypeFilter string[]
orderTypeFilter
brandNameFilter string[]
brandNameFilter
cpValueFilter string[]
cpValueFilter
payTypeFilter string[]
payTypeFilter
Header Parameters
Authorization string required
Authorization
Responses
- 200
- 201
- 401
- 403
- 404
OK
application/json
Schema
Example (from schema)
Schema
data object[]
errorCode string
errorDescription string
{
"data": [
{}
],
"errorCode": "string",
"errorDescription": "string"
}
Created
Unauthorized
Forbidden
Not Found
Loading...