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 PeriodName | 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": "2024-11-15", "EndDate": "2024-11-15", "Status": 4, "TaxValue": 1.0, "TaxPeriodFrequency": 5, "SubmissionDate": "2024-11-15", "TaxTotalPaidRefunded": 1.0, "UnreportedTransactionTotal": 1.0, "TaxReportingTypeId": 1 }, { "ID": 1, "PeriodReference": "sample string 2", "StartDate": "2024-11-15", "EndDate": "2024-11-15", "Status": 4, "TaxValue": 1.0, "TaxPeriodFrequency": 5, "SubmissionDate": "2024-11-15", "TaxTotalPaidRefunded": 1.0, "UnreportedTransactionTotal": 1.0, "TaxReportingTypeId": 1 } ] }