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 ModelName | 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": "2024-11-15", "EndDate": "2024-11-15", "Status": 4, "TaxValue": 1.0, "TaxPeriodFrequency": 5, "SubmissionDate": "2024-11-15", "TaxTotalPaidRefunded": 1.0, "UnreportedTransactionTotal": 1.0, "TaxReportingTypeId": 1 }, "TransactionIdList": [ 1, 2 ] }
Response Information
Resource Description
None.