POST TaxPeriod/HasUnreportedTransactions
Determines whether the specified tax period has unreported transactions. This can occur if a closed period was opened and transactions processed within this periods date range.
Request Information
URI Parameters
None.
Body Parameters
The tax period.
Tax PeriodName | Type | Additional information | Description |
---|---|---|---|
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-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 }
Response Information
Resource Description
boolResponse Formats
application/json, text/json
Sample:
true