GET product/responseLabel/{dt_from}/{dt_to}?cd_style={cd_style}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
dt_from

string

Required

dt_to

string

Required

cd_style

string

None.

Body Parameters

None.

Response Information

Resource Description

ApplyOfListOfLabelReqBillOfSdcsQtyOfTargetInspectUidList
NameDescriptionTypeAdditional information
YN_APPLY

boolean

None.

DS_MSG

string

None.

INFO

Collection of LabelReqBillOfSdcsQtyOfTargetInspectUidList

None.

Response Formats

application/json, text/json

Sample:
{
  "YN_APPLY": true,
  "DS_MSG": "sample string 2",
  "INFO": [
    {
      "$id": "2",
      "DT_REQUEST": "sample string 1",
      "CD_REQUESTBILL": "sample string 2",
      "TP_REQUEST": "sample string 3",
      "INFO": [
        {
          "$id": "3",
          "QTY": 1,
          "CD_STYLE": "sample string 2",
          "DS_DEGREE": "sample string 3",
          "CD_COLOR": "sample string 4",
          "CD_SIZE": "sample string 5",
          "TEMP0": "sample string 6",
          "TEMP1": "sample string 7",
          "INFO": {
            "$id": "4",
            "TARGET_UIDS": [
              "sample string 1",
              "sample string 2"
            ],
            "INSPECT_UIDS": [
              "sample string 1",
              "sample string 2"
            ]
          }
        },
        {
          "$ref": "3"
        }
      ]
    },
    {
      "$ref": "2"
    }
  ]
}