Check shield ordertype - client mode
Production
https://api.mediaconnect.no/capi
Production
https://api.mediaconnect.no/capi
POST
/v1/client/shield/ordertype
Permission/Shield
credential
. The credential
is used to find customers. All customers found will be shielded against activity on specified channel
.Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.mediaconnect.no/capi/v1/client/shield/ordertype' \
--header 'Content-Type: application/json' \
--data-raw '{
"enterpriseCode": "468979834",
"orderTypeCode": "56235",
"channel": "DM",
"credential": "+4712345678"
}'
Response Response Example
200 - Success
{
"count": 0
}
Request
Body Params application/json
Responses
Modified at 2025-05-08 08:01:06