POST 17.0/app/payments/paymentsummaryreport

Description

Generates and exports a consolidated payment summary report for selected contacts

URI Parameters

None.

Contains ContactIds list and BankAccountId for filtering transactions

Name Description Type Additional information
ContactIds

Collection of integer

None.

BankAccountId

integer

None.

application/json, text/json

Sample:
{
  "contactIds": [
    1,
    2
  ],
  "bankAccountId": 1
}

application/xml, text/xml

Sample:
<PaymentSummaryReportRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ContactIds>
    <int>1</int>
    <int>2</int>
  </ContactIds>
  <BankAccountId>1</BankAccountId>
</PaymentSummaryReportRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

PDF report as a downloadable attachment, or throws exception if no contacts selected

None.

application/json, text/json

Sample:

Sample not available.