POST shop/inventoryNew/PostTrans
Request Information
URI Parameters
None.
Body Parameters
InventoryTransRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| requestLocalBillList | Collection of BillOfListOfSscsOfInfo_ListQtyOfUidOfInfo_Qty |
None. |
|
| requestLocalRfidStockScsMap | Dictionary of string [key] and Collection of ViewRfidStockScs [value] |
None. |
Request Formats
application/json, text/json
Sample:
{
"requestLocalBillList": [
{
"$id": "2",
"INFO": [
{
"$id": "3",
"SEQ": "sample string 1",
"CD_STYLE": "sample string 2",
"CD_COLOR": "sample string 3",
"CD_SIZE": "sample string 4",
"TEMP0": "sample string 5",
"INFO": {
"$id": "4",
"LIST": [
{
"$id": "5",
"CD_UID": "sample string 1",
"INFO": {
"$id": "6",
"QTY": 1
}
},
{
"$ref": "5"
}
],
"QT_TARGET": 1,
"QTY": 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
},
{
"$ref": "2"
}
],
"requestLocalRfidStockScsMap": {
"$id": "7",
"sample string 1": [
{
"$id": "8",
"ORDDATE": "sample string 1",
"ORDNUM": 2,
"BRAND": "sample string 3",
"SEASON": "sample string 4",
"CD_STYLE": "sample string 5",
"CD_COLOR": "sample string 6",
"CD_SIZE": "sample string 7"
},
{
"$ref": "8"
}
],
"sample string 2": [
{
"$ref": "8"
},
{
"$ref": "8"
}
]
}
}
Response Information
Resource Description
ApplyBillOfListOfBillOfInfo_TransProductsOfDs_ProductOfInfo_Remark| Name | Description | Type | Additional information |
|---|---|---|---|
| YN_APPLY | boolean |
None. |
|
| DS_MSG | string |
None. |
|
| INFO | Collection of BillOfInfo_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_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
},
{
"$ref": "2"
}
]
}