POST 17.0/app/paymentruns/undostatement

Description

Undoes the last statement by removing or reversing its associated transactions and fees.

URI Parameters

None.

Contains StatementId, ContactId, PropertyId, BankAccountId, and InvoiceFeesSeparately flag.

Name Description Type Additional information
StatementId

integer

None.

ContactId

integer

None.

PropertyId

integer

None.

BankAccountId

integer

None.

InvoiceFeesSeparately

boolean

None.

application/json, text/json

Sample:
{
  "statementId": 1,
  "contactId": 2,
  "propertyId": 3,
  "bankAccountId": 4,
  "invoiceFeesSeparately": true
}

application/xml, text/xml

Sample:
<UndoLastStatementRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <StatementId>1</StatementId>
  <ContactId>2</ContactId>
  <PropertyId>3</PropertyId>
  <BankAccountId>4</BankAccountId>
  <InvoiceFeesSeparately>true</InvoiceFeesSeparately>
</UndoLastStatementRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

None.

None.