GET api/T100EmaxArtWork/GetWaifaArtwork?PINO={PINO}&BrandId={BrandId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| PINO | string |
Required |
|
| BrandId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of WaifaArtwork| Name | Description | Type | Additional information |
|---|---|---|---|
| name | string |
None. |
|
| data | Collection of byte |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"name": "sample string 1",
"data": "QEA="
},
{
"name": "sample string 1",
"data": "QEA="
}
]
application/xml, text/xml
Sample:
<ArrayOfWaifaArtwork xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EOMWebAPI.Controllers">
<WaifaArtwork>
<data>QEA=</data>
<name>sample string 1</name>
</WaifaArtwork>
<WaifaArtwork>
<data>QEA=</data>
<name>sample string 1</name>
</WaifaArtwork>
</ArrayOfWaifaArtwork>