GET api/Accounting/LedgerAccountsByLastChanged?lastChanged={lastChanged}&overrideClient={overrideClient}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| lastChanged | date |
None. |
|
| overrideClient | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of LedgerAccount| Name | Description | Type | Additional information |
|---|---|---|---|
| accountNo | integer |
None. |
|
| name | string |
None. |
|
| accountGroup | string |
None. |
|
| profitAndLossAccount | boolean |
None. |
|
| taxCode | integer |
None. |
|
| orgUnit2Processing | byte |
None. |
|
| group3 | integer |
None. |
|
| createdDateTime | date |
None. |
|
| createdByUser | string |
None. |
|
| changedDateTime | date |
None. |
|
| changedByUser | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"accountNo": 1,
"name": "sample string 2",
"accountGroup": "sample string 3",
"profitAndLossAccount": true,
"taxCode": 1,
"orgUnit2Processing": 64,
"group3": 1,
"createdDateTime": "2025-11-29T10:44:35.9288243+01:00",
"createdByUser": "sample string 7",
"changedDateTime": "2025-11-29T10:44:35.9288243+01:00",
"changedByUser": "sample string 9"
},
{
"accountNo": 1,
"name": "sample string 2",
"accountGroup": "sample string 3",
"profitAndLossAccount": true,
"taxCode": 1,
"orgUnit2Processing": 64,
"group3": 1,
"createdDateTime": "2025-11-29T10:44:35.9288243+01:00",
"createdByUser": "sample string 7",
"changedDateTime": "2025-11-29T10:44:35.9288243+01:00",
"changedByUser": "sample string 9"
}
]
application/xml, text/xml
Sample:
<ArrayOfLedgerAccount xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<LedgerAccount>
<accountNo>1</accountNo>
<name>sample string 2</name>
<accountGroup>sample string 3</accountGroup>
<profitAndLossAccount>true</profitAndLossAccount>
<taxCode>1</taxCode>
<orgUnit2Processing>64</orgUnit2Processing>
<group3>1</group3>
<createdDateTime>2025-11-29T10:44:35.9288243+01:00</createdDateTime>
<createdByUser>sample string 7</createdByUser>
<changedDateTime>2025-11-29T10:44:35.9288243+01:00</changedDateTime>
<changedByUser>sample string 9</changedByUser>
</LedgerAccount>
<LedgerAccount>
<accountNo>1</accountNo>
<name>sample string 2</name>
<accountGroup>sample string 3</accountGroup>
<profitAndLossAccount>true</profitAndLossAccount>
<taxCode>1</taxCode>
<orgUnit2Processing>64</orgUnit2Processing>
<group3>1</group3>
<createdDateTime>2025-11-29T10:44:35.9288243+01:00</createdDateTime>
<createdByUser>sample string 7</createdByUser>
<changedDateTime>2025-11-29T10:44:35.9288243+01:00</changedDateTime>
<changedByUser>sample string 9</changedByUser>
</LedgerAccount>
</ArrayOfLedgerAccount>