POST wms/sort/boxes/{cd_bill}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| cd_bill | string |
Required |
Body Parameters
ApplyBillOfWmsOrderOfListOfProductOfListOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| YN_APPLY | boolean |
None. |
|
| DS_MSG | string |
None. |
|
| INFO | WmsOrderOfListOfProductOfListOfString |
None. |
Request Formats
application/json, text/json
Sample:
{
"YN_APPLY": true,
"DS_MSG": "sample string 2",
"INFO": {
"$id": "2",
"CD_BILL": "sample string 1",
"DT_BILL": "sample string 2",
"CD_TARGET": "sample string 3",
"DS_TARGET": "sample string 4",
"CD_CUSTOMER": "sample string 5",
"DS_CUSTOMER": "sample string 6",
"QT_TOTAL": 7,
"TEMP0": "sample string 8",
"TEMP1": "sample string 9",
"TEMP2": "sample string 10",
"TEMP3": "sample string 11",
"TEMP4": "sample string 12",
"uids": [
"sample string 1",
"sample string 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"
}
]
}
}
Response Information
Resource Description
ApplyBillOfWmsOrderOfListOfProductOfListOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| YN_APPLY | boolean |
None. |
|
| DS_MSG | string |
None. |
|
| INFO | WmsOrderOfListOfProductOfListOfString |
None. |
Response Formats
application/json, text/json
Sample:
{
"YN_APPLY": true,
"DS_MSG": "sample string 2",
"INFO": {
"$id": "2",
"CD_BILL": "sample string 1",
"DT_BILL": "sample string 2",
"CD_TARGET": "sample string 3",
"DS_TARGET": "sample string 4",
"CD_CUSTOMER": "sample string 5",
"DS_CUSTOMER": "sample string 6",
"QT_TOTAL": 7,
"TEMP0": "sample string 8",
"TEMP1": "sample string 9",
"TEMP2": "sample string 10",
"TEMP3": "sample string 11",
"TEMP4": "sample string 12",
"uids": [
"sample string 1",
"sample string 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"
}
]
}
}