Changes the status for the account
Request Information
Headers
Name | Description | Type | Additional information |
---|---|---|---|
Authentication |
Authentication token |
string |
Required |
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
accountid |
Account id |
globally unique identifier |
Required |
status |
New status for the account. |
string (Enumeration value of StatusTP ) |
Required Possiable values for the Basic account (sub-account): Active, Disabled. Possiable values for the Premium account (multi-user account): Active, Suspended, Canceled. |
Body Parameters
None.
Response Information
Resource Description
Name | Description | Type | Additional information |
---|---|---|---|
Data | boolean |
None. |
|
Success | boolean |
None. |
|
Messages | Collection of ErrorMessage |
None. |
Response Formats
application/json
Sample:
{ "Data": true, "Success": true, "Messages": [] }