POST GetPaymentsTransactionsReport
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| request | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"type": 1,
"fromBranch": 1,
"toBranch": 2,
"fromAccount": 3,
"toAccount": 4,
"reportFor": 0,
"fromDate": "2026-01-23T17:05:49.4042817-06:00",
"toDate": "2026-01-23T17:05:49.4042817-06:00",
"fromSession": 7,
"toSession": 8,
"reportOrder": 0,
"fromGroup": 9,
"toGroup": 10,
"fromInvoice": "sample string 11",
"toInvoice": "sample string 12",
"transactionType": 0,
"unsuccessfulOnly": true,
"paymentType": 0,
"ach": true,
"token": "sample string 15",
"function": 0
}
application/x-www-form-urlencoded
Sample:
Sample not available.
application/xml, text/xml
Sample:
<GetPaymentsTransactionsReportRequest> <token>sample string 15</token> <function>AddCleanBag</function> <type>All</type> <fromBranch>1</fromBranch> <toBranch>2</toBranch> <fromAccount>3</fromAccount> <toAccount>4</toAccount> <reportFor>RangeOfDates</reportFor> <fromDate>2026-01-23T17:05:49.4042817-06:00</fromDate> <toDate>2026-01-23T17:05:49.4042817-06:00</toDate> <fromSession>7</fromSession> <toSession>8</toSession> <reportOrder>Transaction</reportOrder> <fromGroup>9</fromGroup> <toGroup>10</toGroup> <fromInvoice>sample string 11</fromInvoice> <toInvoice>sample string 12</toInvoice> <transactionType>All</transactionType> <unsuccessfulOnly>true</unsuccessfulOnly> <paymentType>All</paymentType> <ach>true</ach> </GetPaymentsTransactionsReportRequest>
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"data": "sample string 1",
"valid": true,
"message": "sample string 3"
}
application/xml, text/xml
Sample:
<GetPaymentsTransactionsReportResponse> <valid>true</valid> <message>sample string 3</message> <data>sample string 1</data> </GetPaymentsTransactionsReportResponse>