POST Api/UnicApp/GetPriceList
Request Information
URI Parameters
None.
Body Parameters
SearchProductName | Description | Type | Additional information |
---|---|---|---|
UserName | string |
None. |
|
ShopId | string |
None. |
|
BarcodeId | string |
None. |
|
ProductId | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserName": "sample string 1", "ShopId": "sample string 2", "BarcodeId": "sample string 3", "ProductId": "sample string 4" }
application/xml, text/xml
Sample:
<SearchProduct xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HotSteel.Service.Web.Models.UnicApp"> <BarcodeId>sample string 3</BarcodeId> <ProductId>sample string 4</ProductId> <ShopId>sample string 2</ShopId> <UserName>sample string 1</UserName> </SearchProduct>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |