GET TaxType/Get/{id}

Gets a specific Tax Type based on the identifier sent through.

Request Information

URI Parameters

NameTypeAdditional informationDescription
id integer

Required

The identifier of the Tax Type.

Body Parameters

None.

Response Information

Resource Description

Returns the Tax Type object based on the identifier.

Tax Type
NameTypeAdditional informationDescription
ID integer

None.

Name string

None.

Percentage decimal

None.

IsDefault bool

None.

HasActivity bool

Read Only / System Generated

IsManualTax bool

None.

Active bool

None.

Created date

Read Only / System Generated

Modified nullable date

Read Only / System Generated

TaxTypeDefaultUID globally unique identifier

Read Only / System Generated

CompanyId integer

None.

Response Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "Name": "sample string 2",
  "Percentage": 3.1,
  "IsDefault": true,
  "HasActivity": true,
  "IsManualTax": true,
  "Active": true,
  "Created": "2024-03-29",
  "Modified": "2024-03-29",
  "TaxTypeDefaultUID": "894ffd97-2533-49d7-a99d-7760906d21a2",
  "CompanyId": 9
}