GET api/Kiosk/kioskSale?CN={CN}&companyid={companyid}&deviceid={deviceid}&sellerid={sellerid}&locationid={locationid}&walletid={walletid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CN | string |
Required |
|
| companyid | globally unique identifier |
Required |
|
| deviceid | globally unique identifier |
Required |
|
| sellerid | globally unique identifier |
Required |
|
| locationid | globally unique identifier |
Required |
|
| walletid | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
TicketDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
None. |
|
| number | string |
None. |
|
| saleDateTime | date |
None. |
|
| total | decimal number |
None. |
|
| roundTrip | boolean |
None. |
|
| handHeldSaleNum | string |
None. |
|
| lineItems | Collection of LineItemDTO |
None. |
|
| payments | Collection of PaymentDTO |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.