GET api/reconciliation/{id}/statement
Gets the detailed statement for a reconciliation. The statement contains the reconciliation's selected reconciliation items. Items retained as uncleared are not included in the statement item collection.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The reconciliation identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The statement dates, balances and reconciled ledger items for the reconciliation.
ReconciliationStatementDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| StartDate |
The start date, expressed as a date and time. |
date |
None. |
| EndDate |
The end date, expressed as a date and time. |
date |
None. |
| OpeningBalance |
The opening balance value. |
decimal number |
None. |
| ClosingBalance |
The closing balance value. |
decimal number |
None. |
| ReconciliationItems |
The collection of reconciliation items. |
Collection of ReconciliationItemDataContract |
None. |
| Id |
The unique identifier of this resource. |
integer |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.