message uuid replied to all outgoing messages
message uuid replied to all outgoing messages
Path Parameters
messageUUID string required
messageUUID
dealerUUUID string required
dealerUUUID
Header Parameters
Authorization string required
Authorization
application/json
Request Body required
messageRepliedTo
messageRepliedToUUIDList string[]
Responses
- 200
- 201
- 401
- 403
- 404
OK
application/json
Schema
Example (from schema)
Schema
error object
status string
warning object[]
{
"error": {
"errorCode": "string",
"errorDescription": "string"
},
"status": "string",
"warning": [
{
"warningCode": "string",
"warningDescription": "string"
}
]
}
Created
Unauthorized
Forbidden
Not Found
POST /dealer/:dealerUUUID/message/:messageUUID
Authorization
name: basicAuthtype: httpscheme: basic
Request
Request
curl / cURL
curl -L -X POST '//api.mykaarma.com/reporting/v2/dealer/:dealerUUUID/message/:messageUUID' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"messageRepliedToUUIDList": [
"string"
]
}'
python / requests
curl -L -X POST '//api.mykaarma.com/reporting/v2/dealer/:dealerUUUID/message/:messageUUID' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"messageRepliedToUUIDList": [
"string"
]
}'
go / native
curl -L -X POST '//api.mykaarma.com/reporting/v2/dealer/:dealerUUUID/message/:messageUUID' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"messageRepliedToUUIDList": [
"string"
]
}'
nodejs / axios
curl -L -X POST '//api.mykaarma.com/reporting/v2/dealer/:dealerUUUID/message/:messageUUID' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"messageRepliedToUUIDList": [
"string"
]
}'
ruby / Net::HTTP
curl -L -X POST '//api.mykaarma.com/reporting/v2/dealer/:dealerUUUID/message/:messageUUID' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"messageRepliedToUUIDList": [
"string"
]
}'
csharp / RestSharp
curl -L -X POST '//api.mykaarma.com/reporting/v2/dealer/:dealerUUUID/message/:messageUUID' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"messageRepliedToUUIDList": [
"string"
]
}'
php / cURL
curl -L -X POST '//api.mykaarma.com/reporting/v2/dealer/:dealerUUUID/message/:messageUUID' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"messageRepliedToUUIDList": [
"string"
]
}'
java / OkHttp
curl -L -X POST '//api.mykaarma.com/reporting/v2/dealer/:dealerUUUID/message/:messageUUID' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"messageRepliedToUUIDList": [
"string"
]
}'
powershell / RestMethod
curl -L -X POST '//api.mykaarma.com/reporting/v2/dealer/:dealerUUUID/message/:messageUUID' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"messageRepliedToUUIDList": [
"string"
]
}'