PUT api/accountingsystem/systembalance?force={force}
Archives the accounting system Processes this accounting system API request. The parameter and response sections describe the data exchanged with the API.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| force |
The force value supplied with the request. |
boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
The response returned after the operation completes.
AccountingSystemArchiveStatusDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| SystemArchived |
Indicates whether system archived is true. |
boolean |
None. |
| CanArchive |
Indicates whether this item can archive. |
boolean |
None. |
| ValidationIssues |
The validation issues value. |
string |
None. |
| Id |
The unique identifier of this resource. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"SystemArchived": true,
"CanArchive": true,
"ValidationIssues": "sample string 3",
"Id": 4
}