POST api/reconciliation/items
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:
application/json, text/json
Sample:
{
"ExcludeInItems": true,
"ExcludeOutItems": true,
"ExcludeBatchItems": true,
"EndDate": "2026-02-15T00:58:52.6046674Z",
"OpeningBalance": 5.0,
"ClosingBalance": 6.0,
"ReconciliationId": 7,
"Id": 8
}
Response Information
Resource Description
Collection of ReconciliationItemDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| DateTime | date |
None. |
|
| TransactionType | string |
None. |
|
| LedgerId | integer |
None. |
|
| Amount | decimal number |
None. |
|
| IsIn | boolean |
None. |
|
| PaymentMethod | string |
None. |
|
| ClearedStatus | string |
None. |
|
| CreatedBy | integer |
None. |
|
| Description | string |
None. |
|
| BatchPaymentId | integer |
None. |
|
| Adjustments | Collection of AdjustmentItemDataContract |
None. |
|
| OriginalTotal | decimal number |
None. |
|
| FromTo | string |
None. |
|
| FromToGroupId | integer |
None. |
|
| CustomerBankAccount | BankAccountDataContract |
None. |
|
| SystemBankAccount |
None. |
Response Formats
application/json
Sample:
text/json
Sample: