POST wms/enter/{boxId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
boxId | string |
Required |
Body Parameters
ApplyBillOfPackingBillOfListOfProductOfListOfStringName | Description | Type | Additional information |
---|---|---|---|
YN_APPLY | boolean |
None. |
|
DS_MSG | string |
None. |
|
INFO | PackingBillOfListOfProductOfListOfString |
None. |
Request Formats
application/json, text/json
Sample:
{ "YN_APPLY": true, "DS_MSG": "sample string 2", "INFO": { "$id": "2", "INFO": [ { "$id": "3", "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 1", "sample string 2" ], "mCodes": [ "sample string 1", "sample string 2" ] }, { "$ref": "3" } ], "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" } }
Response Information
Resource Description
ApplyBillOfPackingBillOfListOfProductOfListOfStringName | Description | Type | Additional information |
---|---|---|---|
YN_APPLY | boolean |
None. |
|
DS_MSG | string |
None. |
|
INFO | PackingBillOfListOfProductOfListOfString |
None. |
Response Formats
application/json, text/json
Sample:
{ "YN_APPLY": true, "DS_MSG": "sample string 2", "INFO": { "$id": "2", "INFO": [ { "$id": "3", "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 1", "sample string 2" ], "mCodes": [ "sample string 1", "sample string 2" ] }, { "$ref": "3" } ], "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" } }