POST TaxPeriod/OpenTaxPeriod

Opens the specified Tax Period.

Request Information

URI Parameters

None.

Body Parameters

The Tax Period.

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.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "PeriodReference": "sample string 2",
  "StartDate": "2024-03-28T00:00:00+10:00",
  "EndDate": "2024-03-28T00:00:00+10:00",
  "Status": 4,
  "TaxValue": 1.0,
  "TaxPeriodFrequency": 5,
  "SubmissionDate": "2024-03-28T00:00:00+10:00",
  "TaxTotalPaidRefunded": 1.0,
  "UnreportedTransactionTotal": 1.0,
  "TaxReportingTypeId": 1
}

Response Information

Resource Description

None.