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
errors object[]
warnings object[]
{
"errors": [
{
"errorCode": "string",
"errorDescription": "string",
"errorUID": "string"
}
],
"warnings": [
{
"warningCode": "string",
"warningDescription": "string"
}
]
}
POST /dealer/:dealerUUID/billing
Authorization
name: basicAuthtype: httpscheme: basic
Request
Request
curl / cURL
curl -L -X POST '/communications/dealer/:dealerUUID/billing' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerIds": [
0
],
"verificationType": "string",
"startDate": "string",
"endDate": "string",
"registerFailedMessage": true
}'
python / requests
curl -L -X POST '/communications/dealer/:dealerUUID/billing' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerIds": [
0
],
"verificationType": "string",
"startDate": "string",
"endDate": "string",
"registerFailedMessage": true
}'
go / native
curl -L -X POST '/communications/dealer/:dealerUUID/billing' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerIds": [
0
],
"verificationType": "string",
"startDate": "string",
"endDate": "string",
"registerFailedMessage": true
}'
nodejs / axios
curl -L -X POST '/communications/dealer/:dealerUUID/billing' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerIds": [
0
],
"verificationType": "string",
"startDate": "string",
"endDate": "string",
"registerFailedMessage": true
}'
ruby / Net::HTTP
curl -L -X POST '/communications/dealer/:dealerUUID/billing' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerIds": [
0
],
"verificationType": "string",
"startDate": "string",
"endDate": "string",
"registerFailedMessage": true
}'
csharp / RestSharp
curl -L -X POST '/communications/dealer/:dealerUUID/billing' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerIds": [
0
],
"verificationType": "string",
"startDate": "string",
"endDate": "string",
"registerFailedMessage": true
}'
php / cURL
curl -L -X POST '/communications/dealer/:dealerUUID/billing' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerIds": [
0
],
"verificationType": "string",
"startDate": "string",
"endDate": "string",
"registerFailedMessage": true
}'
java / OkHttp
curl -L -X POST '/communications/dealer/:dealerUUID/billing' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerIds": [
0
],
"verificationType": "string",
"startDate": "string",
"endDate": "string",
"registerFailedMessage": true
}'
powershell / RestMethod
curl -L -X POST '/communications/dealer/:dealerUUID/billing' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerIds": [
0
],
"verificationType": "string",
"startDate": "string",
"endDate": "string",
"registerFailedMessage": true
}'