GET api/reconciliation/{id}/statement

Get statement of a reconciliation

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

ReconciliationStatementDataContract
NameDescriptionTypeAdditional 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

Sample:

An exception has occurred while using the formatter 'SanitizingJsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Self referencing loop detected with type 'Dezrez.Core.DataContracts.External.Api.Media.DocumentDataContract'. Path 'ReconciliationItems[0].CustomerBankAccount.Holder.AdditionalInformation.Documents[0].Attachments'.

text/json

Sample:

An exception has occurred while using the formatter 'SanitizingJsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Self referencing loop detected with type 'Dezrez.Core.DataContracts.External.Api.Media.DocumentDataContract'. Path 'ReconciliationItems[0].CustomerBankAccount.Holder.AdditionalInformation.Documents[0].Attachments'.