GET api/Accounting/TaxAndAccountingGroupsByLastChanged?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 TaxAndAccountingGroup
NameDescriptionTypeAdditional information
taxAndAccountingGroupNo

integer

None.

description

string

None.

createdDateTime

date

None.

createdByUser

string

None.

changedDateTime

date

None.

changedByUser

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "taxAndAccountingGroupNo": 1,
    "description": "sample string 2",
    "createdDateTime": "2025-05-23T22:44:32.0085313+02:00",
    "createdByUser": "sample string 4",
    "changedDateTime": "2025-05-23T22:44:32.0085313+02:00",
    "changedByUser": "sample string 6"
  },
  {
    "taxAndAccountingGroupNo": 1,
    "description": "sample string 2",
    "createdDateTime": "2025-05-23T22:44:32.0085313+02:00",
    "createdByUser": "sample string 4",
    "changedDateTime": "2025-05-23T22:44:32.0085313+02:00",
    "changedByUser": "sample string 6"
  }
]

application/xml, text/xml

Sample:
<ArrayOfTaxAndAccountingGroup xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <TaxAndAccountingGroup>
    <taxAndAccountingGroupNo>1</taxAndAccountingGroupNo>
    <description>sample string 2</description>
    <createdDateTime>2025-05-23T22:44:32.0085313+02:00</createdDateTime>
    <createdByUser>sample string 4</createdByUser>
    <changedDateTime>2025-05-23T22:44:32.0085313+02:00</changedDateTime>
    <changedByUser>sample string 6</changedByUser>
  </TaxAndAccountingGroup>
  <TaxAndAccountingGroup>
    <taxAndAccountingGroupNo>1</taxAndAccountingGroupNo>
    <description>sample string 2</description>
    <createdDateTime>2025-05-23T22:44:32.0085313+02:00</createdDateTime>
    <createdByUser>sample string 4</createdByUser>
    <changedDateTime>2025-05-23T22:44:32.0085313+02:00</changedDateTime>
    <changedByUser>sample string 6</changedByUser>
  </TaxAndAccountingGroup>
</ArrayOfTaxAndAccountingGroup>