This request will return the list of all available ALSO services for either a specific reseller or customer.
| URL | https://api.telecomx.dk/integration/also/availableservice | |
|---|---|---|
| Method | GET | |
| Access level | RESELLER RESELLER_ADMIN ADMIN. |
|
| Query | customer | [optional] Id of the customer to list available services for |
https://api.telecomx.dk/integration/also/availableService https://api.telecomx.dk/integration/also/availableService?customer=1234567890ABCD1234567890
The JSON response is the response from ALSO API, and its format is subject to change, and therefore not documented here.
{ [ { ... } ] }
| Error code | Message | Description |
|---|---|---|
| 403 | access_denied | Insufficient access level |
| 500 | internal_error | <Unspecified> |