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 Period
NameTypeAdditional informationDescription
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-03-28T00:00:00+10:00",
  "EndDate": "2024-03-28T00:00:00+10:00",
  "Status": 4,
  "TaxValue": 1.0,
  "TaxPeriodFrequency": 5,
  "SubmissionDate": "2024-03-28T00:00:00+10:00",
  "TaxTotalPaidRefunded": 1.0,
  "UnreportedTransactionTotal": 1.0,
  "TaxReportingTypeId": 1
}

Response Information

Resource Description

bool

Response Formats

application/json, text/json

Sample:
true