api:internet:account:activate
Table of Contents
API : Internet Account Activate
Introduction
This request will activate an account immediately without invoicing the initiation fee. This is an ADMIN feature used for special cases.
Request
| URL | https://api.telecomx.dk/internet/account/ACCOUNT_ID/activate | ||
|---|---|---|---|
| Method | POST | ||
| Access level | ADMIN. | ||
| Params | ACCOUNT_ID | Id of the Internet account. | |
Query examples
https://api.telecomx.dk/internet/account/12345678901234567890ABCD/activate
Response
| JSON object | ||
|---|---|---|
| success | Boolean | True on success |
Example
{ success: true }
Errors
| Error code | Message | Description |
|---|---|---|
| 404 | not_found | Internet account not found |
| 409 | not_confirmed | Account must be confirmed before activation |
| 403 | access_denied | Insufficient access level |
| 500 | internal_error | <Unspecified> |
api/internet/account/activate.txt · Last modified: 2018/10/02 12:26 by Per Møller