credential
. The credential
is used to find customers. All customers found will be shielded against activity on specified channel
.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"
}'
{
"count": 0
}