POST api/reconciliation/unprocesseditems
Get all items eligible for reconciliation
Request Information
URI Parameters
None.
Body Parameters
GetAccountReconciliationDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| ExcludeInItems | boolean |
None. |
|
| ExcludeOutItems | boolean |
None. |
|
| ExcludeBatchItems | boolean |
None. |
|
| EndDate | date |
None. |
|
| OpeningBalance | decimal number |
None. |
|
| ClosingBalance | decimal number |
None. |
|
| ReconciliationId | integer |
None. |
|
| Id | integer |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{
"ExcludeInItems": true,
"ExcludeOutItems": true,
"ExcludeBatchItems": true,
"EndDate": "2026-03-29T10:04:21.1460409Z",
"OpeningBalance": 5.0,
"ClosingBalance": 6.0,
"ReconciliationId": 7,
"Id": 8
}
Response Information
Resource Description
Collection of UnprocessedReconciliationItemDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| OriginAccount |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.