This will archive a license on a FlexCare order
| URL | https://api.telecomx.dk/iptv/flexcareorder/FLEXCARE_ORDER_ID/achiveLicense | |
|---|---|---|
| Method | POST | |
| Access level | RESELLER_ADMIN ADMIN |
|
| Param | FLEXCARE_ORDER_ID | Id of the FlexCare order (24 hex-char string) |
| Body | licenseId | Id of the FlexCare license (24 hex-char string) |
https://api.telecomx.dk/iptv/flexcareorder/12345678901234567890ABCD
| JSON object | ||
|---|---|---|
| success | Boolean | True if license was archived |
| Error code | Message | Description |
|---|---|---|
| 404 | id | Not found |
| 404 | licenseId | Not found |