POST api/v1/SearchProductFromBarcode
Request Information
URI Parameters
None.
Body Parameters
ProductRateListInput| Name | Description | Type | Additional information |
|---|---|---|---|
| Mode | string |
None. |
|
| ProdRateID | integer |
None. |
|
| ProdSizeID | integer |
None. |
|
| ProductID | integer |
None. |
|
| Barcode | string |
None. |
|
| CategoryID | integer |
None. |
|
| ProductName | string |
None. |
|
| EffDate | string |
None. |
|
| fk_TaxonomyID | integer |
None. |
|
| AvailableLoc | string |
None. |
|
| GiftStatus | boolean |
None. |
|
| FestStatus | boolean |
None. |
|
| LocID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Mode": "sample string 1",
"ProdRateID": 2,
"ProdSizeID": 3,
"ProductID": 4,
"Barcode": "sample string 5",
"CategoryID": 6,
"ProductName": "sample string 7",
"EffDate": "sample string 8",
"fk_TaxonomyID": 9,
"AvailableLoc": "sample string 10",
"GiftStatus": true,
"FestStatus": true,
"LocID": 13
}
application/xml, text/xml
Sample:
<ProductRateListInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <AvailableLoc>sample string 10</AvailableLoc> <Barcode>sample string 5</Barcode> <CategoryID>6</CategoryID> <EffDate>sample string 8</EffDate> <FestStatus>true</FestStatus> <GiftStatus>true</GiftStatus> <LocID>13</LocID> <Mode>sample string 1</Mode> <ProdRateID>2</ProdRateID> <ProdSizeID>3</ProdSizeID> <ProductID>4</ProductID> <ProductName>sample string 7</ProductName> <fk_TaxonomyID>9</fk_TaxonomyID> </ProductRateListInput>
application/x-www-form-urlencoded
Sample:
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. |