The user needs to be logged in to use this endpoint, click here to read more.
This API will return a list of all products the user subscribes to with their status.
This list may be empty in cases where the user has no subcriptions in the system.
OK
Array of objects |
Bad Request
Too Many Requests
Internal Server Error
{- "subscriptions": [
- {
- "product": "CO27409",
- "stopped": false,
- "startTime": 1703804400000,
- "endTime": 1737586799000,
- "paid": true,
- "priceDetails": {
- "couponCode": "WMDigi",
- "couponNumber": 5223,
- "discountfromfullsm": 0,
- "promotion": "NC",
- "promotionCategory": "NORHE",
- "categoryType": ""
}, - "shareable": true,
- "shareType": "Nets",
- "salesPerson": "Selger"
}
]
}
The user needs to be logged in to use this endpoint, click here to read more.
Start a recurring product using the provided parameters.
{- "companyCode": "468979834",
- "product": "CO27409",
- "startTime": 1560336440000,
- "endTime": 1591958840000,
- "copies": "1",
- "couponCode": "WMDigi",
- "couponNumber": 5223,
- "customerReference": "cvxgds"
}
{- "status": "OK"
}
Only the client needs to be logged in to use this endpoint. The user does not need to be logged in, click here to read more.
This API will return a list of all products the user subscribes to with their status.
This list may be empty in cases where the user has no subcriptions in the system.
OK
Array of objects |
Bad Request
Not Found
Too Many Requests
Internal Server Error
{- "subscriptions": [
- {
- "product": "CO27409",
- "stopped": false,
- "startTime": 1706009061640,
- "endTime": 1706009761640,
- "paid": true,
- "priceDetails": {
- "couponCode": "WMDigi",
- "couponNumber": 5223,
- "discountfromfullsm": 0,
- "promotion": "NC",
- "categoryType": ""
}, - "shareable": true,
- "shareType": "Nets"
}
]
}