POST api/account/setstatus

Set an accounts status

Request Information

URI Parameters

None.

Body Parameters

Dezrez.Core.DataContracts.Accounts.AccountingSystem.Command.SetAccountStatusDataContract
NameDescriptionTypeAdditional 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

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.