GET api/Accounting/TaxAndAccountingGroups
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of TaxAndAccountingGroup| Name | Description | Type | Additional 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-11-29T02:37:46.5657502+01:00",
"createdByUser": "sample string 4",
"changedDateTime": "2025-11-29T02:37:46.5657502+01:00",
"changedByUser": "sample string 6"
},
{
"taxAndAccountingGroupNo": 1,
"description": "sample string 2",
"createdDateTime": "2025-11-29T02:37:46.5657502+01:00",
"createdByUser": "sample string 4",
"changedDateTime": "2025-11-29T02:37:46.5657502+01: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-11-29T02:37:46.5657502+01:00</createdDateTime>
<createdByUser>sample string 4</createdByUser>
<changedDateTime>2025-11-29T02:37:46.5657502+01:00</changedDateTime>
<changedByUser>sample string 6</changedByUser>
</TaxAndAccountingGroup>
<TaxAndAccountingGroup>
<taxAndAccountingGroupNo>1</taxAndAccountingGroupNo>
<description>sample string 2</description>
<createdDateTime>2025-11-29T02:37:46.5657502+01:00</createdDateTime>
<createdByUser>sample string 4</createdByUser>
<changedDateTime>2025-11-29T02:37:46.5657502+01:00</changedDateTime>
<changedByUser>sample string 6</changedByUser>
</TaxAndAccountingGroup>
</ArrayOfTaxAndAccountingGroup>