POST SetProductPrice
Request Information
URI Parameters
None.
Body Parameters
PostBarcoodeName | Description | Type | Additional information |
---|---|---|---|
id | integer |
None. |
|
barcode | string |
None. |
|
name | string |
None. |
|
price | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": 1, "barcode": "sample string 2", "name": "sample string 3", "price": 4.0 }
application/xml, text/xml
Sample:
<PostBarcoode xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SupKena.Controllers"> <barcode>sample string 2</barcode> <id>1</id> <name>sample string 3</name> <price>4</price> </PostBarcoode>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>