POST wms/otherInOut

Request Information

URI Parameters

None.

Body Parameters

WmsOtherInOutMst
NameDescriptionTypeAdditional information
DT_RFID

string

None.

CD_BILL

string

None.

TP_OTHER

string

None.

INOUT_NO

string

None.

REF_NO

string

None.

INOUT_TCD

string

None.

INOUT_TCD_NM

string

None.

INOUT_ECT_DATE

string

None.

CD_CUSTOMER

string

None.

DS_CUSTOMER

string

None.

YN_ONLINE

boolean

None.

RESULT_ST

string

None.

DET

WmsOtherInOutDet

None.

Request Formats

application/json, text/json

Sample:
{
  "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": "2",
    "PRODUCTS": [
      {
        "$id": "3",
        "CD_STYLE": "sample string 1",
        "CD_COLOR": "sample string 2",
        "CD_SIZE": "sample string 3",
        "INFO": {
          "$id": "4",
          "CODES": [
            "sample string 1",
            "sample string 2"
          ],
          "QT_TARGET": 1,
          "QTY": 2
        }
      },
      {
        "$ref": "3"
      }
    ]
  }
}

Response Information

Resource Description

ApplyOfWmsOtherInOutMst
NameDescriptionTypeAdditional information
YN_APPLY

boolean

None.

DS_MSG

string

None.

INFO

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"
        }
      ]
    }
  }
}