PUT api/accountingsystem/systembalance?force={force}
Archives the accounting system
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| force | boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
AccountingSystemArchiveStatusDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| SystemArchived | boolean |
None. |
|
| CanArchive | boolean |
None. |
|
| ValidationIssues | string |
None. |
|
| Id | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"SystemArchived": true,
"CanArchive": true,
"ValidationIssues": "sample string 3",
"Id": 4
}