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