GET TaxPeriod/Get/{id}
Gets the specified Tax Period based on the identifier.
Request Information
URI Parameters
| Name | Type | Additional information | Description |
|---|---|---|---|
| id | integer |
Required |
The Tax Periods Id. |
Body Parameters
None.
Response Information
Resource Description
Tax Period| Name | Type | Additional information | Description |
|---|---|---|---|
| ID | integer |
None. |
|
| PeriodReference | string |
None. |
|
| StartDate | nullable date |
None. |
|
| EndDate | date |
None. |
|
| Status | integer |
None. |
|
| TaxValue | nullable decimal |
None. |
|
| TaxPeriodFrequency | integer |
None. |
|
| SubmissionDate | nullable date |
None. |
|
| TaxTotalPaidRefunded | nullable decimal |
None. |
|
| UnreportedTransactionTotal | nullable decimal |
None. |
|
| TaxReportingTypeId | nullable integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": 1,
"PeriodReference": "sample string 2",
"StartDate": "2025-11-05",
"EndDate": "2025-11-05",
"Status": 4,
"TaxValue": 1.0,
"TaxPeriodFrequency": 5,
"SubmissionDate": "2025-11-05",
"TaxTotalPaidRefunded": 1.0,
"UnreportedTransactionTotal": 1.0,
"TaxReportingTypeId": 1
}