POST api/mobileCmod/GetCmodbyBarCode
Request Information
URI Parameters
None.
Body Parameters
BarCodeCriteria| Name | Description | Type | Additional information |
|---|---|---|---|
| RegCode | string |
None. |
|
| BarCode | string |
None. |
|
| PriceType | integer |
None. |
|
| IsValidOnly | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"RegCode": "sample string 1",
"BarCode": "sample string 2",
"PriceType": 3,
"IsValidOnly": true
}
application/xml, text/xml
Sample:
<BarCodeCriteria xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PDR.AppServer.Api"> <BarCode>sample string 2</BarCode> <IsValidOnly>true</IsValidOnly> <PriceType>3</PriceType> <RegCode>sample string 1</RegCode> </BarCodeCriteria>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.