verify if calls and texts were billied correctly in mykaarma
verify if calls and texts were billied correctly in mykaarma
Path Parameters
dealerUUID string required
application/json
Request Body required
dealerIds int64[]
verificationType string
startDate string
endDate string
registerFailedMessage boolean
Responses
- 200
OK
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
errors object[]
errorCode string
errorDescription string
errorUID string
warnings object[]
warningCode string
warningDescription string
{
"errors": [
{
"errorCode": "string",
"errorDescription": "string",
"errorUID": "string"
}
],
"warnings": [
{
"warningCode": "string",
"warningDescription": "string"
}
]
}
Loading...