{
"Verify": {
"Clientid": "XC",
"Token": "WVFCVUc=ng7kbKSHS6gV0nJvkf8j"
},
"StorageAr": [{
"StorageId": "zsy1001010100",
"BusinessType": "0",
"HeadwayType": "0",
"SingleNumber": "111222",
"ContainerNumber": "222333",
"Refernumb": "",
"RetId": "",
"Etd": "",
"Eta": "",
"HouseId": "xh",
"StorageItemAr": [{
"StorageItemId": "zsy100011",
"GoodsName": "手机",
"Specification": "规格",
"Num": "7",
"Weight": "2",
"Length": "30",
"Width": "22",
"Height": "22"
},
{
"StorageItemId": "zsy100012",
"GoodsName": "数据线",
"Specification": "1",
"Num": "2",
"Weight": "0.2",
"Length": "3",
"Width": "4",
"Height": "5"
}
]
},
{
"StorageId": "zsy100020",
"BusinessType": "0",
"HeadwayType": "0",
"SingleNumber": "1112222",
"ContainerNumber": "2223323",
"HouseId": "moscow",
"StorageItemAr": [{
"StorageItemId": "zsy100021",
"GoodsName": "手机 02",
"Specification": "规格",
"Num": "7",
"Weight": "2",
"Length": "30",
"Width": "22",
"Height": "22"
},
{
"StorageItemId": "zsy100022",
"GoodsName": "数据线 02",
"Specification": "1",
"Num": "2",
"Weight": "0.2",
"Length": "3",
"Width": "4",
"Height": "5"
}
]
}
]
}
curl --location --request POST 'http://yqbug.kingtrans.net/PostInterfaceService?method=createGStorage' \
--header 'Content-Type: application/json;charset=UTF-8' \
--data-raw '{
"Verify": {
"Clientid": "XC",
"Token": "WVFCVUc=ng7kbKSHS6gV0nJvkf8j"
},
"StorageAr": [{
"StorageId": "zsy1001010100",
"BusinessType": "0",
"HeadwayType": "0",
"SingleNumber": "111222",
"ContainerNumber": "222333",
"Refernumb": "",
"RetId": "",
"Etd": "",
"Eta": "",
"HouseId": "xh",
"StorageItemAr": [{
"StorageItemId": "zsy100011",
"GoodsName": "手机",
"Specification": "规格",
"Num": "7",
"Weight": "2",
"Length": "30",
"Width": "22",
"Height": "22"
},
{
"StorageItemId": "zsy100012",
"GoodsName": "数据线",
"Specification": "1",
"Num": "2",
"Weight": "0.2",
"Length": "3",
"Width": "4",
"Height": "5"
}
]
},
{
"StorageId": "zsy100020",
"BusinessType": "0",
"HeadwayType": "0",
"SingleNumber": "1112222",
"ContainerNumber": "2223323",
"HouseId": "moscow",
"StorageItemAr": [{
"StorageItemId": "zsy100021",
"GoodsName": "手机 02",
"Specification": "规格",
"Num": "7",
"Weight": "2",
"Length": "30",
"Width": "22",
"Height": "22"
},
{
"StorageItemId": "zsy100022",
"GoodsName": "数据线 02",
"Specification": "1",
"Num": "2",
"Weight": "0.2",
"Length": "3",
"Width": "4",
"Height": "5"
}
]
}
]
}'
{
"statusCode": "string",
"returnDatas": [
{
"statusCode": "string",
"StorageId": "string",
"boxurl": "string",
"MergeSheetId": "string",
"itemReultAr": {
"statusCode": "string",
"StorageItemId": "string",
"SheetId": "string",
"BoxCode": "string"
}
}
]
}