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| Name | Type | Additional information | Description |
|---|---|---|---|
| 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": "2025-12-13",
"EndDate": "2025-12-13",
"Status": 4,
"TaxValue": 1.0,
"TaxPeriodFrequency": 5,
"SubmissionDate": "2025-12-13",
"TaxTotalPaidRefunded": 1.0,
"UnreportedTransactionTotal": 1.0,
"TaxReportingTypeId": 1
},
"TransactionIdList": [
1,
2
]
}
Response Information
Resource Description
None.