POST TaxPeriod/CloseTaxPeriod

Closes the specified Tax Period.

Request Information

URI Parameters

None.

Body Parameters

The request.

Closing Tax Period Request Model
NameTypeAdditional informationDescription
TaxPeriod Tax Period

None.

TransactionIdList Collection of integer

None.

This is a list of unreported transactions that need to be included in this Tax Period.

Request Formats

application/json, text/json

Sample:
{
  "TaxPeriod": {
    "ID": 1,
    "PeriodReference": "sample string 2",
    "StartDate": "2024-04-19",
    "EndDate": "2024-04-19",
    "Status": 4,
    "TaxValue": 1.0,
    "TaxPeriodFrequency": 5,
    "SubmissionDate": "2024-04-19",
    "TaxTotalPaidRefunded": 1.0,
    "UnreportedTransactionTotal": 1.0,
    "TaxReportingTypeId": 1
  },
  "TransactionIdList": [
    1,
    2
  ]
}

Response Information

Resource Description

None.