GET api/brusper/get_pro_img?icode={icode}&pcode={pcode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| icode | string |
Required |
|
| pcode | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of get_pro_img| Name | Description | Type | Additional information |
|---|---|---|---|
| pimg | Collection of byte |
None. |
|
| pprcode | string |
None. |
|
| pprname | string |
None. |
|
| pqty | string |
None. |
|
| pprice | string |
None. |
|
| aftime | string |
None. |
|
| ettime | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"pimg": "QEA=",
"pprcode": "sample string 1",
"pprname": "sample string 2",
"pqty": "sample string 3",
"pprice": "sample string 4",
"aftime": "sample string 5",
"ettime": "sample string 6"
},
{
"pimg": "QEA=",
"pprcode": "sample string 1",
"pprname": "sample string 2",
"pqty": "sample string 3",
"pprice": "sample string 4",
"aftime": "sample string 5",
"ettime": "sample string 6"
}
]
application/xml, text/xml
Sample:
<ArrayOfget_pro_img xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Brusper_api.Models">
<get_pro_img>
<aftime>sample string 5</aftime>
<ettime>sample string 6</ettime>
<pimg>QEA=</pimg>
<pprcode>sample string 1</pprcode>
<pprice>sample string 4</pprice>
<pprname>sample string 2</pprname>
<pqty>sample string 3</pqty>
</get_pro_img>
<get_pro_img>
<aftime>sample string 5</aftime>
<ettime>sample string 6</ettime>
<pimg>QEA=</pimg>
<pprcode>sample string 1</pprcode>
<pprice>sample string 4</pprice>
<pprname>sample string 2</pprname>
<pqty>sample string 3</pqty>
</get_pro_img>
</ArrayOfget_pro_img>