POST api/Payment/OpenDrawer
Request Information
URI Parameters
None.
Body Parameters
CashDrawerUpdate| Name | Description | Type | Additional information |
|---|---|---|---|
| InstanceId | integer |
None. |
|
| Terminal | string |
None. |
|
| SaleId | globally unique identifier |
None. |
Request Formats
[application/json, { "InstanceId": 1, "Terminal": "sample string 2", "SaleId": "db4eb676-8749-4e72-a301-f23decfc2e11" }][text/json, { "InstanceId": 1, "Terminal": "sample string 2", "SaleId": "db4eb676-8749-4e72-a301-f23decfc2e11" }][application/xml, <CashDrawerUpdate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Rebelity.Tickets.Model"> <InstanceId>1</InstanceId> <SaleId>db4eb676-8749-4e72-a301-f23decfc2e11</SaleId> <Terminal>sample string 2</Terminal> </CashDrawerUpdate>][text/xml, <CashDrawerUpdate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Rebelity.Tickets.Model"> <InstanceId>1</InstanceId> <SaleId>db4eb676-8749-4e72-a301-f23decfc2e11</SaleId> <Terminal>sample string 2</Terminal> </CashDrawerUpdate>][application/x-www-form-urlencoded, Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'CashDrawerUpdate'.]Response Information
Resource Description
IHttpActionResultNone.