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