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 RESELLER_ADMIN or 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
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>