GET api/brusper/getimage_shop?code={code}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| code | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of img_byte| Name | Description | Type | Additional information |
|---|---|---|---|
| imgby | string |
None. |
|
| imgurl | Collection of byte |
None. |
|
| len | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"imgby": "sample string 1",
"imgurl": "QEA=",
"len": 2
},
{
"imgby": "sample string 1",
"imgurl": "QEA=",
"len": 2
}
]
application/xml, text/xml
Sample:
<ArrayOfimg_byte xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Brusper_api.Models">
<img_byte>
<imgby>sample string 1</imgby>
<imgurl>QEA=</imgurl>
<len>2</len>
</img_byte>
<img_byte>
<imgby>sample string 1</imgby>
<imgurl>QEA=</imgurl>
<len>2</len>
</img_byte>
</ArrayOfimg_byte>