POST shop/inventoryNew/GetViewRfidStockOrders
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of 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. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"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"
},
{
"$ref": "1"
}
]