Change ordertype permissions
Production
https://api.mediaconnect.no/capi
Production
https://api.mediaconnect.no/capi
POST
/v1/customer/pbm/{enterpriseCode}/{orderType}
Permission/Shield
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.mediaconnect.no/capi/v1/customer/pbm//' \
--header 'Content-Type: application/json' \
--data-raw '{
"channels": [
{
"type": "PERMISSION",
"value": "DM"
}
]
}'
Response Response Example
200 - Success
{
"channels": [
{
"type": "PERMISSION",
"value": "DM"
}
]
}
Request
Path Params
enterpriseCode
stringÂ
required
<= 12 characters
orderType
stringÂ
required
<= 12 characters
Body Params application/json