Register delivery stops
Production
https://api.mediaconnect.no/capi
Production
https://api.mediaconnect.no/capi
POST
/v1/product/stop/delivery
DeliveryStop
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.mediaconnect.no/capi/v1/product/stop/delivery' \
--header 'Content-Type: application/json' \
--data-raw '{
"deliveryStop": {
"id": 1,
"product": "CO27409",
"stopTime": 1561121761000,
"stopEndTime": 1561985761000,
"stopType": "temporary",
"deliveryStopChannel": "EMAIL",
"deliveryStopReason": "BS"
}
}'
Response Response Example
200 - Success
{
"deliveryStops": {
"id": 1,
"product": "CO27409",
"stopTime": 1561121761000,
"stopEndTime": 1561985761000,
"stopType": "temporary",
"deliveryStopChannel": "EMAIL",
"deliveryStopReason": "BS"
}
}
Request
Body Params application/json
Responses
Modified at 2025-05-06 10:20:27