GET api/reconciliation/{id}/statement
Get statement of a reconciliation
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ReconciliationStatementDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| OpeningBalance | decimal number |
None. |
|
| ClosingBalance | decimal number |
None. |
|
| ReconciliationItems | Collection of ReconciliationItemDataContract |
None. |
|
| Id | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"StartDate": "2025-10-30T18:01:57.4844817Z",
"EndDate": "2025-10-30T18:01:57.4844817Z",
"OpeningBalance": 3.0,
"ClosingBalance": 4.0,
"ReconciliationItems": [
{
"DateTime": "2025-10-30T18:01:57.4844817Z",
"TransactionType": "sample string 2",
"LedgerId": 3,
"Amount": 4.0,
"IsIn": true,
"PaymentMethod": "sample string 6",
"ClearedStatus": "sample string 7",
"CreatedBy": 1,
"Description": "sample string 8",
"BatchPaymentId": 9,
"Adjustments": [
{
"Amount": 1.0,
"Description": "sample string 2",
"IsPositive": true,
"AdjustmentType": 0
},
{
"Amount": 1.0,
"Description": "sample string 2",
"IsPositive": true,
"AdjustmentType": 0
}
],
"OriginalTotal": 10.0,
"FromTo": "sample string 11",
"FromToGroupId": 12,
"Id": 13
},
{
"DateTime": "2025-10-30T18:01:57.4844817Z",
"TransactionType": "sample string 2",
"LedgerId": 3,
"Amount": 4.0,
"IsIn": true,
"PaymentMethod": "sample string 6",
"ClearedStatus": "sample string 7",
"CreatedBy": 1,
"Description": "sample string 8",
"BatchPaymentId": 9,
"Adjustments": [
{
"Amount": 1.0,
"Description": "sample string 2",
"IsPositive": true,
"AdjustmentType": 0
},
{
"Amount": 1.0,
"Description": "sample string 2",
"IsPositive": true,
"AdjustmentType": 0
}
],
"OriginalTotal": 10.0,
"FromTo": "sample string 11",
"FromToGroupId": 12,
"Id": 13
}
],
"Id": 5
}