Get serviceCart drill down data
Get serviceCart drill down data
Query Parameters
view string
the drill down view type. orderCreatorView or technician
startDate string
startDate(MM/dd/yyyy)
endDate string
endDate(MM/dd/yyyy)
isOpCodeDrillDown string
isOpCodeDrillDown
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
includeRONotNeeded string
includeRONotNeeded
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
POST /serviceCartDrillDown
Authorization
name: basicAuthtype: httpscheme: basic
Request
Request
curl / cURL
curl -L -X POST '//api.mykaarma.com/reporting/v2/serviceCartDrillDown' \
-H 'Accept: application/json'
python / requests
curl -L -X POST '//api.mykaarma.com/reporting/v2/serviceCartDrillDown' \
-H 'Accept: application/json'
go / native
curl -L -X POST '//api.mykaarma.com/reporting/v2/serviceCartDrillDown' \
-H 'Accept: application/json'
nodejs / axios
curl -L -X POST '//api.mykaarma.com/reporting/v2/serviceCartDrillDown' \
-H 'Accept: application/json'
ruby / Net::HTTP
curl -L -X POST '//api.mykaarma.com/reporting/v2/serviceCartDrillDown' \
-H 'Accept: application/json'
csharp / RestSharp
curl -L -X POST '//api.mykaarma.com/reporting/v2/serviceCartDrillDown' \
-H 'Accept: application/json'
php / cURL
curl -L -X POST '//api.mykaarma.com/reporting/v2/serviceCartDrillDown' \
-H 'Accept: application/json'
java / OkHttp
curl -L -X POST '//api.mykaarma.com/reporting/v2/serviceCartDrillDown' \
-H 'Accept: application/json'
powershell / RestMethod
curl -L -X POST '//api.mykaarma.com/reporting/v2/serviceCartDrillDown' \
-H 'Accept: application/json'