Send message
Production
https://api.mediaconnect.no/capi
Production
https://api.mediaconnect.no/capi
POST
/v1/customer/message
Message
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.mediaconnect.no/capi/v1/customer/message' \
--header 'Content-Type: application/json' \
--data-raw '{
"product": "CO27409",
"caseType": "B",
"messageSubject": "cancel",
"messageContent": "Cancel my subscription"
}'
Response Response Example
200 - Success
{
"messages": [
{
"id": 6,
"date": 1560763683000,
"direction": "IN",
"messageSubject": "cancel",
"messageContent": "Cancel my subscription"
},
{
"id": 6,
"date": 1560855204000,
"direction": "OUT",
"messageSubject": "creditcard",
"messageContent": "Your subscription is canceled."
}
]
}
Request
Body Params application/json