Change shareable subscription nets
Production
https://api.mediaconnect.no/capi
Production
https://api.mediaconnect.no/capi
POST
/v1/customer/product/share/net/{productCode}
Sharing
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.mediaconnect.no/capi/v1/customer/product/share/net/' \
--header 'Content-Type: application/json' \
--data-raw '{
"nets": [
{
"loginRequired": false,
"startTime": 1562018400000,
"endTime": 1562277600000,
"ipRanges": [
{
"ipRangeStart": "192.168.0.1",
"ipRangeEnd": "192.168.0.2"
}
],
"domains": [
{
"domain": "example.com"
}
]
}
]
}'
Response Response Example
200 - Success
{
"success": true
}
Request
Path Params
productCode
stringÂ
required
<= 12 characters
Body Params application/json