This request will activate an account immediately without invoicing the initiation fee. This is an ADMIN feature used for special cases.
| URL | https://api.telecomx.dk/internet/account/ACCOUNT_ID/activate | ||
|---|---|---|---|
| Method | POST | ||
| Access level | RESELLER_ADMIN or ADMIN. | ||
| Params | ACCOUNT_ID | Id of the Internet account. | |
https://api.telecomx.dk/internet/account/12345678901234567890ABCD/activate
| JSON object | ||
|---|---|---|
| success | Boolean | True on success |
{ "success": true }
| Error code | Message | Description |
|---|---|---|
| 422 | <property> | Invalid input for the named property - the request body, query or URL parameter failed validation |
| 404 | _id | Internet account not found |
| 409 | state | Account must be confirmed before activation |
| 403 | access_denied | Insufficient access level |
| 500 | internal_error | <Unspecified> |