POST fact/packing/PostTrans

Request Information

URI Parameters

None.

Body Parameters

Collection of PackingBillOfListOfScsOfListOfUidOfString
NameDescriptionTypeAdditional information
INFO

Collection of ScsOfListOfUidOfString

None.

DT_BILL

string

None.

CD_BILL

string

None.

DT_ENTER

string

None.

TP_ASSORT

string

None.

CD_ASSORT

string

None.

CD_WAREHOUSE

string

None.

NO_ASN

string

None.

CD_STYLEDEGREE

string

None.

CD_GROUPPO

string

None.

CD_NATION

string

None.

DS_INDIVIDUALPO

string

None.

DT_TRANS

string

None.

TEMP0

string

None.

TEMP1

string

None.

TEMP2

string

None.

TEMP3

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "INFO": [
      {
        "$id": "2",
        "CD_STYLE": "sample string 1",
        "CD_COLOR": "sample string 2",
        "CD_SIZE": "sample string 3",
        "INFO": [
          {
            "$id": "3",
            "CD_UID": "sample string 1",
            "INFO": "sample string 2"
          },
          {
            "$ref": "3"
          }
        ]
      },
      {
        "$ref": "2"
      }
    ],
    "DT_BILL": "sample string 1",
    "CD_BILL": "sample string 2",
    "DT_ENTER": "sample string 3",
    "TP_ASSORT": "sample string 4",
    "CD_ASSORT": "sample string 5",
    "CD_WAREHOUSE": "sample string 6",
    "NO_ASN": "sample string 7",
    "CD_STYLEDEGREE": "sample string 8",
    "CD_GROUPPO": "sample string 9",
    "CD_NATION": "sample string 10",
    "DS_INDIVIDUALPO": "sample string 11",
    "DT_TRANS": "sample string 12",
    "TEMP0": "sample string 13",
    "TEMP1": "sample string 14",
    "TEMP2": "sample string 15",
    "TEMP3": "sample string 16"
  },
  {
    "$ref": "1"
  }
]

Response Information

Resource Description

ApplyBillOfListOfPackingBillOfInfo_TransProductsOfDs_ProductOfInfo_Remark
NameDescriptionTypeAdditional information
YN_APPLY

boolean

None.

DS_MSG

string

None.

INFO

Collection of PackingBillOfInfo_TransProductsOfDs_ProductOfInfo_Remark

None.

Response Formats

application/json, text/json

Sample:
{
  "YN_APPLY": true,
  "DS_MSG": "sample string 2",
  "INFO": [
    {
      "$id": "2",
      "INFO": {
        "$id": "3",
        "YN_APPLY": true,
        "DS_REMARK": "sample string 2",
        "PRODUCTS": [
          {
            "$id": "4",
            "DS_PRODUCT": "sample string 1",
            "INFO": {
              "$id": "5",
              "DS_REMARK": "sample string 1"
            }
          },
          {
            "$ref": "4"
          }
        ]
      },
      "DT_BILL": "sample string 1",
      "CD_BILL": "sample string 2",
      "DT_ENTER": "sample string 3",
      "TP_ASSORT": "sample string 4",
      "CD_ASSORT": "sample string 5",
      "CD_WAREHOUSE": "sample string 6",
      "NO_ASN": "sample string 7",
      "CD_STYLEDEGREE": "sample string 8",
      "CD_GROUPPO": "sample string 9",
      "CD_NATION": "sample string 10",
      "DS_INDIVIDUALPO": "sample string 11",
      "DT_TRANS": "sample string 12",
      "TEMP0": "sample string 13",
      "TEMP1": "sample string 14",
      "TEMP2": "sample string 15",
      "TEMP3": "sample string 16"
    },
    {
      "$ref": "2"
    }
  ]
}