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
Dezrez.Core.DataContracts.Accounts.Financial.Query.Reconciliation.ReconciliationStatementDataContractName | Description | Type | Additional information |
---|---|---|---|
StartDate | date |
None. |
|
EndDate | date |
None. |
|
OpeningBalance | decimal number |
None. |
|
ClosingBalance | decimal number |
None. |
|
ReconciliationItems | Collection of Dezrez.Core.DataContracts.Accounts.Financial.Query.Reconciliation.ReconciliationItem.ReconciliationItemDataContract |
None. |
|
Id | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "StartDate": "2024-11-21T09:58:52.2257323Z", "EndDate": "2024-11-21T09:58:52.2257323Z", "OpeningBalance": 3.0, "ClosingBalance": 4.0, "ReconciliationItems": [ { "DateTime": "2024-11-21T09:58:52.2257323Z", "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": "2024-11-21T09:58:52.2257323Z", "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 }