POST api/FilterArtworkList
Request Information
URI Parameters
None.
Body Parameters
ArtworkFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| Style | string |
None. |
|
| EmbPrint | integer |
None. |
|
| RFavMyLogo | integer |
None. |
|
| Search | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Style": "sample string 1",
"EmbPrint": 2,
"RFavMyLogo": 3,
"Search": "sample string 4"
}
text/xml
Sample:
<ArtworkFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WoApp.Models"> <EmbPrint>2</EmbPrint> <RFavMyLogo>3</RFavMyLogo> <Search>sample string 4</Search> <Style>sample string 1</Style> </ArtworkFilter>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |