POST Api/UnicApp/RemoveProductToPrint
Request Information
URI Parameters
None.
Body Parameters
ProductToPrint| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Token | string |
None. |
|
| ShopId | string |
None. |
|
| ProductId | string |
None. |
|
| ProductType | string |
None. |
|
| SellPrice | decimal number |
None. |
|
| BarcodeId | string |
None. |
|
| InsertDateTime | string |
None. |
|
| Username | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Token": "sample string 2",
"ShopId": "sample string 3",
"ProductId": "sample string 4",
"ProductType": "sample string 5",
"SellPrice": 6.0,
"BarcodeId": "sample string 7",
"InsertDateTime": "sample string 8",
"Username": "sample string 9"
}
application/xml, text/xml
Sample:
<ProductToPrint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HotSteel.Service.Web.Models.UnicApp"> <BarcodeId>sample string 7</BarcodeId> <Id>1</Id> <InsertDateTime>sample string 8</InsertDateTime> <ProductId>sample string 4</ProductId> <ProductType>sample string 5</ProductType> <SellPrice>6</SellPrice> <ShopId>sample string 3</ShopId> <Token>sample string 2</Token> <Username>sample string 9</Username> </ProductToPrint>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |