POST wms/inventoryNew/GetViewIfRfidSaStockShops
Request Information
URI Parameters
None.
Body Parameters
ViewRfidStockOrder| Name | Description | Type | Additional information |
|---|---|---|---|
| ORDDATE | string |
None. |
|
| ORDNUM | integer |
None. |
|
| BRAND | string |
None. |
|
| USERNAME | string |
None. |
|
| TYPE_SHOP | string |
None. |
|
| TYPE_GOODS | string |
None. |
|
| INSP_TYPE | string |
None. |
|
| INSP_TYPE_NAME | string |
None. |
|
| DATE_FROM | string |
None. |
|
| DATE_TO | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ORDDATE": "sample string 1",
"ORDNUM": 2,
"BRAND": "sample string 3",
"USERNAME": "sample string 4",
"TYPE_SHOP": "sample string 5",
"TYPE_GOODS": "sample string 6",
"INSP_TYPE": "sample string 7",
"INSP_TYPE_NAME": "sample string 8",
"DATE_FROM": "sample string 9",
"DATE_TO": "sample string 10"
}
Response Information
Resource Description
Collection of ViewIfRfidSaStockShop| Name | Description | Type | Additional information |
|---|---|---|---|
| SEASON | string |
None. |
|
| CD_STYLE | string |
None. |
|
| CD_COLOR | string |
None. |
|
| CD_SIZE | string |
None. |
|
| QT_STOCK | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"SEASON": "sample string 1",
"CD_STYLE": "sample string 2",
"CD_COLOR": "sample string 3",
"CD_SIZE": "sample string 4",
"QT_STOCK": 5
},
{
"$ref": "1"
}
]