POST {version}/GetTransactionsByDepositIdDownload
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": "250c9d96-4d8f-4ed2-83dd-283a023dc5b2",
"EventId": "0c8eff88-1160-47b8-8638-34b35183185a",
"CategoryId": "eb4b4b47-01a9-4107-98ff-49e3ed679ace",
"AccountId": "6e9980cf-e8b0-493e-b393-f005aed666d9",
"DepositNumber": 1,
"DepositId": "52002fc3-d2f7-4940-95fb-eb5a0fc4f3fd",
"BatchNumber": 1,
"BatchId": "e955c5e4-b6c8-4f06-9523-d14a2e08b081",
"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>6e9980cf-e8b0-493e-b393-f005aed666d9</AccountId>
<BatchId>e955c5e4-b6c8-4f06-9523-d14a2e08b081</BatchId>
<BatchNumber>1</BatchNumber>
<CategoryId>eb4b4b47-01a9-4107-98ff-49e3ed679ace</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>52002fc3-d2f7-4940-95fb-eb5a0fc4f3fd</DepositId>
<DepositNumber>1</DepositNumber>
<EntityTypeFilter>sample string 11</EntityTypeFilter>
<EventId>0c8eff88-1160-47b8-8638-34b35183185a</EventId>
<IncludeJfc>true</IncludeJfc>
<MaxAmount>sample string 6</MaxAmount>
<MaxDate>2025-11-27T23:28:01.3552256-05:00</MaxDate>
<MinAmount>sample string 7</MinAmount>
<MinDate>2025-11-27T23:28:01.3552256-05:00</MinDate>
<Name>sample string 8</Name>
<PageNum>10</PageNum>
<PageSize>1</PageSize>
<QueryId>250c9d96-4d8f-4ed2-83dd-283a023dc5b2</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. |