Check coupon price - client mode
Production
https://api.mediaconnect.no/capi
Production
https://api.mediaconnect.no/capi
POST
/v1/client/coupon/price
Coupon
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.mediaconnect.no/capi/v1/client/coupon/price' \
--header 'Content-Type: application/json' \
--data-raw '{
"couponCode": "TOTT",
"couponNumber": 60,
"customerNumber": 10,
"countryCode": "NO",
"postalCode": "1273"
}'
Response Response Example
200 - Success
{
"companyCode": "FTOTT",
"product": "TOTT",
"price": 100,
"vatAmount": 25,
"vatpercent": 25,
"vatInclude": false,
"currency": "NOK",
"distAmount": 0,
"distAmountvat": 0,
"customerNumber": 10
}
Request
Body Params application/json
Responses
Modified at 2025-05-08 07:51:58