curl --location --request PUT '/pda/wm/itemRecpt/execute' \
--header 'Authorization: Bearer {{password}}' \
--header 'Content-Type: application/json' \
--data '{
"createDept": 0,
"createBy": 0,
"createTime": "string",
"updateBy": 0,
"updateTime": "string",
"params": {
"key": {}
},
"id": 0,
"code": "string",
"name": "string",
"iqcId": 0,
"poId": 0,
"poCode": "string",
"poName": "string",
"noticeId": 0,
"noticeCode": "string",
"vendorId": 0,
"vendorCode": "string",
"vendorName": "string",
"vendorNick": "string",
"warehouseId": 0,
"warehouseCode": "string",
"warehouseName": "string",
"locationId": 0,
"locationCode": "string",
"locationName": "string",
"areaId": 0,
"areaCode": "string",
"areaName": "string",
"recptDate": "string",
"status": "string",
"remark": "string",
"lotNumber": "string",
"invoiceNo": "string"
}'