POST label/uidDbByStyles

Request Information

URI Parameters

None.

Body Parameters

ProductOfString
NameDescriptionTypeAdditional 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.

Request Formats

application/json, text/json

Sample:
{
  "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"
  ]
}

Response Information

Resource Description

Collection of ProductBillOfInfo_ApplyAndListOfSeqOfListOfUidOfString
NameDescriptionTypeAdditional information
PRODUCTS

Collection of ProductOfListOfSeqOfListOfUidOfString

None.

INFO

Info_Apply

None.

INFO

Info_Apply

None.

DT_BILL

string

None.

CD_BILL

string

None.

DT_WORK

string

None.

TP_BILL

string

None.

DS_BILL

string

None.

DT_TARGET

string

None.

CD_TARGET

string

None.

DS_TARGET

string

None.

CD_CUSTOMER

string

None.

DS_CUSTOMER

string

None.

YN_RFID

boolean

None.

DT_TRANS

string

None.

TEMP0

string

None.

TEMP1

string

None.

TEMP2

string

None.

TEMP3

string

None.

TEMP4

string

None.

TOTAL_QTY

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "PRODUCTS": [
      {
        "$id": "2",
        "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": [
          {
            "$id": "3",
            "seq": "sample string 1",
            "INFO": [
              {
                "$id": "4",
                "CD_UID": "sample string 1",
                "INFO": "sample string 2"
              },
              {
                "$ref": "4"
              }
            ],
            "uids": [
              "sample string 1",
              "sample string 2"
            ]
          },
          {
            "$ref": "3"
          }
        ],
        "mCodes": [
          "sample string 1",
          "sample string 2"
        ]
      },
      {
        "$ref": "2"
      }
    ],
    "INFO": {
      "$id": "5",
      "YN_APPLY": true,
      "DS_MSG": "sample string 2"
    },
    "DT_BILL": "sample string 1",
    "CD_BILL": "sample string 2",
    "DT_WORK": "sample string 3",
    "TP_BILL": "sample string 4",
    "DS_BILL": "sample string 5",
    "DT_TARGET": "sample string 6",
    "CD_TARGET": "sample string 7",
    "DS_TARGET": "sample string 8",
    "CD_CUSTOMER": "sample string 9",
    "DS_CUSTOMER": "sample string 10",
    "YN_RFID": true,
    "DT_TRANS": "sample string 12",
    "TEMP0": "sample string 13",
    "TEMP1": "sample string 14",
    "TEMP2": "sample string 15",
    "TEMP3": "sample string 16",
    "TEMP4": "sample string 17",
    "TOTAL_QTY": 18
  },
  {
    "$ref": "1"
  }
]