GET label/uidDbByStylesOverview?DS_SEARCH={DS_SEARCH}&DT_ORDER={DT_ORDER}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| DS_SEARCH | string |
Required |
|
| DT_ORDER | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ProductOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| seq | string |
None. |
|
| style | string |
None. |
|
| color | string |
None. |
|
| size | string |
None. |
|
| degree | string |
None. |
|
| qty | string |
None. |
|
| dm_read | integer |
None. |
|
| INFO | string |
None. |
|
| mCodes | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"seq": "sample string 1",
"style": "sample string 2",
"color": "sample string 3",
"size": "sample string 4",
"degree": "sample string 5",
"qty": "sample string 6",
"dm_read": 7,
"INFO": "sample string 8",
"mCodes": [
"sample string 1",
"sample string 2"
]
},
{
"$ref": "1"
}
]