GET api/accountingsystem
Gets accounting system for a legal entity Processes this accounting system API request. The parameter and response sections describe the data exchanged with the API.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
The response returned after the operation completes.
AccountingSystemDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| Name |
The name value. |
string |
None. |
| LegalEntityId |
The unique identifier of the related legal entity resource. |
integer |
None. |
| VatNumber |
The vat number value. |
string |
None. |
| VatDateRegistered |
The vat date registered, expressed as a date and time. |
date |
None. |
| OfficeAccounts |
The collection of office accounts. |
Collection of integer |
None. |
| Id |
The unique identifier of this resource. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"LegalEntityId": 2,
"VatNumber": "sample string 3",
"VatDateRegistered": "2026-07-23T10:36:50.3336039Z",
"OfficeAccounts": [
1,
2
],
"Id": 4
}