api:iptv:package:generate
Table of Contents
API : IPTV : Package : Generate
Introduction
This request will auto-generate all packages based on available channels. This is used during creation when the CRM system used is Panther Applications.
Warning: This will delete all existing packages.
Request
| URL | https://api.telecomx.dk/iptv/package/generate | ||
|---|---|---|---|
| Method | POST | ||
| Access level | RESELLER, ADMIN | ||
| Body | customer | Id | Id of customer |
Query example
{
customer: '12345678901234567890FFFF'
}
Response
The newly created package.
| JSON object | ||
|---|---|---|
| success | Boolean | True on success. |
Example
{ success: true }
Errors
| Error code | Message | Description |
|---|---|---|
| 403 | access_denied | Insufficient access level |
| 500 | internal_error | <Unspecified> |
api/iptv/package/generate.txt · Last modified: 2021/01/26 12:11 by Per Møller