GET TaxPeriod/Get/{id}

Gets the specified Tax Period based on the identifier.

Request Information

URI Parameters

NameTypeAdditional informationDescription
id integer

Required

The Tax Periods Id.

Body Parameters

None.

Response Information

Resource Description

Tax Period
NameTypeAdditional informationDescription
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": "2024-04-17T00:00:00+10:00",
  "EndDate": "2024-04-17T00:00:00+10:00",
  "Status": 4,
  "TaxValue": 1.0,
  "TaxPeriodFrequency": 5,
  "SubmissionDate": "2024-04-17T00:00:00+10:00",
  "TaxTotalPaidRefunded": 1.0,
  "UnreportedTransactionTotal": 1.0,
  "TaxReportingTypeId": 1
}