POST {version}/GetTransactionsByBatchIdDownload
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
Body Parameters
BatchDepositTransactionFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| PageSize | integer |
None. |
|
| SortAsc | boolean |
None. |
|
| SortBy | string |
None. |
|
| UpdatedByFilter | string |
None. |
|
| CreatedByFilter | string |
None. |
|
| MaxDate | date |
None. |
|
| MinDate | date |
None. |
|
| MaxAmountInt | integer |
None. |
|
| MaxAmount | string |
None. |
|
| MinAmountInt | integer |
None. |
|
| MinAmount | string |
None. |
|
| Name | string |
None. |
|
| SkipPagination | boolean |
None. |
|
| SelectAllMode | boolean |
None. |
|
| PageNum | integer |
None. |
|
| EntityTypeFilter | string |
None. |
|
| QueryId | globally unique identifier |
None. |
|
| EventId | globally unique identifier |
None. |
|
| CategoryId | globally unique identifier |
None. |
|
| AccountId | globally unique identifier |
None. |
|
| DepositNumber | integer |
None. |
|
| DepositId | globally unique identifier |
None. |
|
| BatchNumber | integer |
None. |
|
| BatchId | globally unique identifier |
None. |
|
| IncludeJfc | boolean |
None. |
|
| Columns | Collection of string |
None. |
|
| UiToDbColMap | Dictionary of string [key] and string [value] |
None. |
Request Formats
application/json, text/json
Sample:
{
"PageSize": 1,
"SortAsc": true,
"SortBy": "sample string 3",
"UpdatedByFilter": "sample string 4",
"CreatedByFilter": "sample string 5",
"MaxDate": "11/27/2025",
"MinDate": "11/27/2025",
"MaxAmountInt": null,
"MaxAmount": "sample string 6",
"MinAmountInt": null,
"MinAmount": "sample string 7",
"Name": "sample string 8",
"SkipPagination": true,
"SelectAllMode": true,
"PageNum": 10,
"EntityTypeFilter": "sample string 11",
"QueryId": "0b5822d8-5de0-4ab5-b3b5-50f1187c581c",
"EventId": "e8145c4e-3728-4fb5-a0d6-f7d431af3464",
"CategoryId": "65ff30f2-c9e0-4a77-9455-1af5f9f80570",
"AccountId": "79ef360d-7a81-422e-a9ea-61b0f646fc9d",
"DepositNumber": 1,
"DepositId": "b6b4c44a-01dc-402e-9d29-b573916ecc0f",
"BatchNumber": 1,
"BatchId": "bed0e8d4-ea53-4f3c-9e4e-47591f5cc66b",
"IncludeJfc": true,
"Columns": [
"sample string 1",
"sample string 2"
],
"UiToDbColMap": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
}
}
application/xml, text/xml
Sample:
<BatchDepositTransactionFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aristotle.CM.Model">
<AccountId>79ef360d-7a81-422e-a9ea-61b0f646fc9d</AccountId>
<BatchId>bed0e8d4-ea53-4f3c-9e4e-47591f5cc66b</BatchId>
<BatchNumber>1</BatchNumber>
<CategoryId>65ff30f2-c9e0-4a77-9455-1af5f9f80570</CategoryId>
<Columns xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</Columns>
<CreatedByFilter>sample string 5</CreatedByFilter>
<DepositId>b6b4c44a-01dc-402e-9d29-b573916ecc0f</DepositId>
<DepositNumber>1</DepositNumber>
<EntityTypeFilter>sample string 11</EntityTypeFilter>
<EventId>e8145c4e-3728-4fb5-a0d6-f7d431af3464</EventId>
<IncludeJfc>true</IncludeJfc>
<MaxAmount>sample string 6</MaxAmount>
<MaxDate>2025-11-27T23:27:18.5864435-05:00</MaxDate>
<MinAmount>sample string 7</MinAmount>
<MinDate>2025-11-27T23:27:18.5864435-05:00</MinDate>
<Name>sample string 8</Name>
<PageNum>10</PageNum>
<PageSize>1</PageSize>
<QueryId>0b5822d8-5de0-4ab5-b3b5-50f1187c581c</QueryId>
<SelectAllMode>true</SelectAllMode>
<SkipPagination>true</SkipPagination>
<SortAsc>true</SortAsc>
<SortBy>sample string 3</SortBy>
<UiToDbColMap xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:KeyValueOfstringstring>
<d2p1:Key>sample string 1</d2p1:Key>
<d2p1:Value>sample string 2</d2p1:Value>
</d2p1:KeyValueOfstringstring>
<d2p1:KeyValueOfstringstring>
<d2p1:Key>sample string 3</d2p1:Key>
<d2p1:Value>sample string 4</d2p1:Value>
</d2p1:KeyValueOfstringstring>
</UiToDbColMap>
<UpdatedByFilter>sample string 4</UpdatedByFilter>
</BatchDepositTransactionFilter>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |