POST labelAndFact/download/searchStyle
Request Information
URI Parameters
None.
Body Parameters
FactDownloadSearchRequestName | Description | Type | Additional information |
---|---|---|---|
SEASONS | Collection of string |
None. |
|
CD_STYLE | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "SEASONS": [ "sample string 1", "sample string 2" ], "CD_STYLE": "sample string 1" }
Response Information
Resource Description
Collection of StyleName | Description | Type | Additional information |
---|---|---|---|
CD_STYLE | string |
None. |
|
QTY | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "$id": "1", "CD_STYLE": "sample string 1", "QTY": 2 }, { "$ref": "1" } ]