GET api/accountingsystem/taxstatus

Get Tax Status of Accounting System 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.

TaxStatusDataContract
NameDescriptionTypeAdditional information
LegalEntityId

The unique identifier of the related legal entity resource.

integer

None.

DateRegistered

The date registered, expressed as a date and time.

date

None.

VatNumber

The vat number value.

string

None.

IsVatRegistered

Indicates whether this item is vat registered.

boolean

None.

Id

The unique identifier of this resource.

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "LegalEntityId": 1,
  "DateRegistered": "2026-07-23T08:23:27.2359728Z",
  "VatNumber": "sample string 2",
  "IsVatRegistered": true,
  "Id": 4
}