GET wms/otherInOut/previousWork

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ApplyOfListOfWmsOtherInOutMst
NameDescriptionTypeAdditional information
YN_APPLY

boolean

None.

DS_MSG

string

None.

INFO

Collection of WmsOtherInOutMst

None.

Response Formats

application/json, text/json

Sample:
{
  "YN_APPLY": true,
  "DS_MSG": "sample string 2",
  "INFO": [
    {
      "$id": "2",
      "DT_RFID": "sample string 1",
      "CD_BILL": "sample string 2",
      "TP_OTHER": "sample string 3",
      "INOUT_NO": "sample string 4",
      "REF_NO": "sample string 5",
      "INOUT_TCD": "sample string 6",
      "INOUT_TCD_NM": "sample string 7",
      "INOUT_ECT_DATE": "sample string 8",
      "CD_CUSTOMER": "sample string 9",
      "DS_CUSTOMER": "sample string 10",
      "YN_ONLINE": true,
      "RESULT_ST": "sample string 12",
      "DET": {
        "$id": "3",
        "PRODUCTS": [
          {
            "$id": "4",
            "CD_STYLE": "sample string 1",
            "CD_COLOR": "sample string 2",
            "CD_SIZE": "sample string 3",
            "INFO": {
              "$id": "5",
              "CODES": [
                "sample string 1",
                "sample string 2"
              ],
              "QT_TARGET": 1,
              "QTY": 2
            }
          },
          {
            "$ref": "4"
          }
        ]
      }
    },
    {
      "$ref": "2"
    }
  ]
}