POST api/account/setstatus
Set an accounts status
Request Information
URI Parameters
None.
Body Parameters
SetAccountStatusDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| GroupId | integer |
None. |
|
| AccountId | integer |
None. |
|
| Archive | boolean |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{
"GroupId": 1,
"AccountId": 1,
"Archive": true
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.