POST CashMachineReport/GetDetails
Request Information
URI Parameters
None.
Body Parameters
IConnect.Domain.Reports.SalesReport.CashMachine.GetTransactionsViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ReconcileId | integer |
None. |
|
| MachineId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ReconcileId": 1,
"MachineId": 2
}
application/xml, text/xml
Sample:
<GetTransactionsViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Reports.SalesReport.CashMachine"> <MachineId>2</MachineId> <ReconcileId>1</ReconcileId> </GetTransactionsViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of IConnect.Domain.Reports.SalesReport.CashMachine.ReportTransactionItem| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Date | date |
None. |
|
| CompanyId | integer |
None. |
|
| TicketId | integer |
None. |
|
| AmountAccepted | decimal number |
None. |
|
| AcceptedDetails | string |
None. |
|
| AmountDispensed | decimal number |
None. |
|
| DispensedDetails | string |
None. |
|
| AcceptedBills | Dictionary of decimal number [key] and integer [value] |
None. |
|
| DispensedBills | Dictionary of decimal number [key] and integer [value] |
None. |
|
| DispensedCoins | Dictionary of decimal number [key] and integer [value] |
None. |
|
| AcceptedInfo | string |
None. |
|
| DispensedInfo | string |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.