POST TaxPeriod/AssignPaymentsRefundsToTaxPeriod

Assigns the payments and refunds to a 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-19T00:00:00+10:00",
    "EndDate": "2024-04-19T00:00:00+10:00",
    "Status": 4,
    "TaxValue": 1.0,
    "TaxPeriodFrequency": 5,
    "SubmissionDate": "2024-04-19T00:00:00+10:00",
    "TaxTotalPaidRefunded": 1.0,
    "UnreportedTransactionTotal": 1.0,
    "TaxReportingTypeId": 1
  },
  "TransactionIdList": [
    1,
    2
  ]
}

Response Information

Resource Description

None.