POST 17.0/app/summarystatements/generatesummarystatementforpropertycontactpdf

Description

Generates and downloads a PDF summary statement for a specific property and contact combination

URI Parameters

None.

The request containing bank account, contact, property IDs and date range for the summary statement

Name Description Type Additional information
BankAccountId

integer

None.

ContactId

integer

None.

PropertyId

integer

None.

StartDate

date

None.

EndDate

date

None.

application/json, text/json

Sample:
{
  "bankAccountId": 1,
  "contactId": 2,
  "propertyId": 3,
  "startDate": "2026-04-27T15:54",
  "endDate": "2026-04-27T15:54"
}

application/xml, text/xml

Sample:
<SummaryStatementForPropertyContactRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <BankAccountId>1</BankAccountId>
  <ContactId>2</ContactId>
  <PropertyId>3</PropertyId>
  <StartDate>2026-04-27T15:54:01.4370011+01:00</StartDate>
  <EndDate>2026-04-27T15:54:01.4370011+01:00</EndDate>
</SummaryStatementForPropertyContactRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

A PDF file download response containing the generated summary statement for the specified property and contact

None.

application/json, text/json

Sample:

Sample not available.