POST shop/inventoryNew/GetViewRfidStockCodes

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of ViewRfidStockCode
NameDescriptionTypeAdditional information
TBLCODE

string

None.

NAME_KOR

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "TBLCODE": "sample string 1",
    "NAME_KOR": "sample string 2"
  },
  {
    "$ref": "1"
  }
]