GET TaxPeriod/Get
Gets a list of Tax Periods.
Request Information
This method supports OData queries.
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
This collection is wrapped in a paging response object.
Paging response of Tax Period| Name | Type | Additional information | Description |
|---|---|---|---|
| TotalResults | integer |
None. |
|
| ReturnedResults | integer |
None. |
|
| Results | Collection of Tax Period |
None. |
Response Formats
application/json, text/json
Sample:
{
"TotalResults": 1,
"ReturnedResults": 2,
"Results": [
{
"ID": 1,
"PeriodReference": "sample string 2",
"StartDate": "2025-12-21",
"EndDate": "2025-12-21",
"Status": 4,
"TaxValue": 1.0,
"TaxPeriodFrequency": 5,
"SubmissionDate": "2025-12-21",
"TaxTotalPaidRefunded": 1.0,
"UnreportedTransactionTotal": 1.0,
"TaxReportingTypeId": 1
},
{
"ID": 1,
"PeriodReference": "sample string 2",
"StartDate": "2025-12-21",
"EndDate": "2025-12-21",
"Status": 4,
"TaxValue": 1.0,
"TaxPeriodFrequency": 5,
"SubmissionDate": "2025-12-21",
"TaxTotalPaidRefunded": 1.0,
"UnreportedTransactionTotal": 1.0,
"TaxReportingTypeId": 1
}
]
}