GET api/brusper/get_Product_based_on_category?pcode={pcode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pcode | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of get_Product_based_on_category| Name | Description | Type | Additional information |
|---|---|---|---|
| pcode | string |
None. |
|
| pname | string |
None. |
|
| msg | string |
None. |
|
| error | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"pcode": "sample string 1",
"pname": "sample string 2",
"msg": "sample string 3",
"error": "sample string 4"
},
{
"pcode": "sample string 1",
"pname": "sample string 2",
"msg": "sample string 3",
"error": "sample string 4"
}
]
application/xml, text/xml
Sample:
<ArrayOfget_Product_based_on_category xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Brusper_api.Models">
<get_Product_based_on_category>
<error>sample string 4</error>
<msg>sample string 3</msg>
<pcode>sample string 1</pcode>
<pname>sample string 2</pname>
</get_Product_based_on_category>
<get_Product_based_on_category>
<error>sample string 4</error>
<msg>sample string 3</msg>
<pcode>sample string 1</pcode>
<pname>sample string 2</pname>
</get_Product_based_on_category>
</ArrayOfget_Product_based_on_category>