POST 17.0/app/accounts/getaccountstatement

Description

Returns a PDF report for an Account.

URI Parameters

None.

Various parameters for the PDF generation in StatementRequest class.

Name Description Type Additional information
ContactId

integer

None.

PropertyId

integer

None.

BankAccountId

integer

None.

RunMode

byte

None.

StartDate

date

None.

EndDate

date

None.

ConsolidateAccount

boolean

None.

application/json, text/json

Sample:
{
  "contactId": 1,
  "propertyId": 2,
  "bankAccountId": 3,
  "runMode": 64,
  "startDate": "2026-03-13T12:40",
  "endDate": "2026-03-13T12:40",
  "consolidateAccount": true
}

application/xml, text/xml

Sample:
<StatementRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ContactId>1</ContactId>
  <PropertyId>2</PropertyId>
  <BankAccountId>3</BankAccountId>
  <RunMode>64</RunMode>
  <StartDate>2026-03-13T12:40:01.0318198+00:00</StartDate>
  <EndDate>2026-03-13T12:40:01.0318198+00:00</EndDate>
  <ConsolidateAccount>true</ConsolidateAccount>
</StatementRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

An containing the generated PDF file as an attachment.

None.

application/json, text/json

Sample:

Sample not available.