POST api/SuperBuyer/GetSuperSellerProducts
Request Information
URI Parameters
None.
Body Parameters
ReqBuyGetProduct| Name | Description | Type | Additional information |
|---|---|---|---|
| SellerId | integer |
None. |
|
| ProductId | integer |
None. |
|
| BrandId | integer |
None. |
|
| BrandName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SellerId": 1,
"ProductId": 2,
"BrandId": 3,
"BrandName": "sample string 4"
}
application/xml, text/xml
Sample:
<ReqBuyGetProduct xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NEOWAY.Models.Request.BuyModule"> <BrandId>3</BrandId> <BrandName>sample string 4</BrandName> <ProductId>2</ProductId> <SellerId>1</SellerId> </ReqBuyGetProduct>
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. |