POST wms/inventory/{cd_location}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
cd_location | string |
Required |
Body Parameters
ApplyBillOfBillOfListOfProductOfStringName | Description | Type | Additional information |
---|---|---|---|
YN_APPLY | boolean |
None. |
|
DS_MSG | string |
None. |
|
INFO | BillOfListOfProductOfString |
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 8", "mCodes": [ "sample string 1", "sample string 2" ] }, { "$ref": "3" } ], "DT_BILL": "sample string 1", "CD_BILL": "sample string 2", "DT_WORK": "sample string 3", "TP_BILL": "sample string 4", "DS_BILL": "sample string 5", "DT_TARGET": "sample string 6", "CD_TARGET": "sample string 7", "DS_TARGET": "sample string 8", "CD_CUSTOMER": "sample string 9", "DS_CUSTOMER": "sample string 10", "YN_RFID": true, "DT_TRANS": "sample string 12", "TEMP0": "sample string 13", "TEMP1": "sample string 14", "TEMP2": "sample string 15", "TEMP3": "sample string 16", "TEMP4": "sample string 17", "TOTAL_QTY": 18 } }
Response Information
Resource Description
ApplyBillOfBillOfListOfProductOfStringName | Description | Type | Additional information |
---|---|---|---|
YN_APPLY | boolean |
None. |
|
DS_MSG | string |
None. |
|
INFO | BillOfListOfProductOfString |
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 8", "mCodes": [ "sample string 1", "sample string 2" ] }, { "$ref": "3" } ], "DT_BILL": "sample string 1", "CD_BILL": "sample string 2", "DT_WORK": "sample string 3", "TP_BILL": "sample string 4", "DS_BILL": "sample string 5", "DT_TARGET": "sample string 6", "CD_TARGET": "sample string 7", "DS_TARGET": "sample string 8", "CD_CUSTOMER": "sample string 9", "DS_CUSTOMER": "sample string 10", "YN_RFID": true, "DT_TRANS": "sample string 12", "TEMP0": "sample string 13", "TEMP1": "sample string 14", "TEMP2": "sample string 15", "TEMP3": "sample string 16", "TEMP4": "sample string 17", "TOTAL_QTY": 18 } }