GET api/Accounting/LedgerAccountsByLastChanged?lastChanged={lastChanged}&overrideClient={overrideClient}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
lastChanged

date

None.

overrideClient

string

None.

Body Parameters

None.

Response Information

Resource Description

Collection of LedgerAccount
NameDescriptionTypeAdditional 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-05-23T22:15:00.3114676+02:00",
    "createdByUser": "sample string 7",
    "changedDateTime": "2025-05-23T22:15:00.3114676+02: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-05-23T22:15:00.3114676+02:00",
    "createdByUser": "sample string 7",
    "changedDateTime": "2025-05-23T22:15:00.3114676+02: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-05-23T22:15:00.3114676+02:00</createdDateTime>
    <createdByUser>sample string 7</createdByUser>
    <changedDateTime>2025-05-23T22:15:00.3114676+02: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-05-23T22:15:00.3114676+02:00</createdDateTime>
    <createdByUser>sample string 7</createdByUser>
    <changedDateTime>2025-05-23T22:15:00.3114676+02:00</changedDateTime>
    <changedByUser>sample string 9</changedByUser>
  </LedgerAccount>
</ArrayOfLedgerAccount>