POST GetPaymentActivity
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,
"fromGroup": 5,
"toGroup": 6,
"reportFor": 0,
"fromDate": "2026-01-23T17:05:18.8091128-06:00",
"toDate": "2026-01-23T17:05:18.8091128-06:00",
"fromSession": 9,
"toSession": 10,
"checkNumber": "sample string 11",
"transactionType": "sample string 12",
"transactionTypeDescr": "sample string 13",
"fromInvoice": "sample string 14",
"toInvoice": "sample string 15",
"fromSessionDescr": "sample string 16",
"toSessionDescr": "sample string 17",
"specificSessionDescription": "sample string 18",
"sessionFilter": 0,
"reportOrder": 0,
"checkNameFromDate": "2026-01-23T17:05:18.8101104-06:00",
"checkNameToDate": "2026-01-23T17:05:18.8101104-06:00",
"summary": true,
"useDate": true,
"ccPaymentsOnly": true,
"achPaymentsOnly": true,
"partialPaymentsOnly": true,
"hideSession": true,
"hideCheckAmount": true,
"token": "sample string 28",
"function": 0
}
application/x-www-form-urlencoded
Sample:
Sample not available.
application/xml, text/xml
Sample:
<GetPaymentActivityRequest> <token>sample string 28</token> <function>AddCleanBag</function> <type>All</type> <fromBranch>1</fromBranch> <toBranch>2</toBranch> <fromAccount>3</fromAccount> <toAccount>4</toAccount> <fromGroup>5</fromGroup> <toGroup>6</toGroup> <reportFor>RangeOfDates</reportFor> <fromDate>2026-01-23T17:05:18.8091128-06:00</fromDate> <toDate>2026-01-23T17:05:18.8091128-06:00</toDate> <fromSession>9</fromSession> <toSession>10</toSession> <checkNumber>sample string 11</checkNumber> <transactionType>sample string 12</transactionType> <transactionTypeDescr>sample string 13</transactionTypeDescr> <fromInvoice>sample string 14</fromInvoice> <toInvoice>sample string 15</toInvoice> <fromSessionDescr>sample string 16</fromSessionDescr> <toSessionDescr>sample string 17</toSessionDescr> <specificSessionDescription>sample string 18</specificSessionDescription> <sessionFilter>All</sessionFilter> <reportOrder>AcctBrDeptInv</reportOrder> <checkNameFromDate>2026-01-23T17:05:18.8101104-06:00</checkNameFromDate> <checkNameToDate>2026-01-23T17:05:18.8101104-06:00</checkNameToDate> <summary>true</summary> <useDate>true</useDate> <ccPaymentsOnly>true</ccPaymentsOnly> <achPaymentsOnly>true</achPaymentsOnly> <partialPaymentsOnly>true</partialPaymentsOnly> <hideSession>true</hideSession> <hideCheckAmount>true</hideCheckAmount> </GetPaymentActivityRequest>
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:
<GetPaymentActivityResponse> <valid>true</valid> <message>sample string 3</message> <data>sample string 1</data> </GetPaymentActivityResponse>