{
"createBy": 0,
"createTime": "2019-08-24T14:15:22Z",
"updateBy": 0,
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"createUser": "string",
"updateUser": "string",
"sortParams": {
"property1": "string",
"property2": "string"
},
"id": 0,
"reserveId": 0,
"drugId": 0,
"drugName": "string",
"specifications": "string",
"approvalNumber": "string",
"unit": "string",
"quantity": 0,
"number": 0,
"unitPrice": 0,
"money": 0,
"effectiveDay": "2019-08-24T14:15:22Z",
"produceDay": "2019-08-24T14:15:22Z",
"totalQuantity": 0,
"disassembleTotalQuantity": 0,
"batchNumber": "string",
"detailList": [
{
"createBy": 0,
"createTime": "2019-08-24T14:15:22Z",
"updateBy": 0,
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"createUser": "string",
"updateUser": "string",
"sortParams": {
"property1": "string",
"property2": "string"
},
"id": 0,
"reserveId": 0,
"reserveDrugId": 0,
"warehouseId": 0,
"warehouseName": "string",
"entryQuantity": 0,
"disassembleEntryQuantity": 0
}
]
}
curl --location --request PUT 'http://localhost:8081/dim/reserve' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": 0,
"createTime": "2019-08-24T14:15:22Z",
"updateBy": 0,
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"createUser": "string",
"updateUser": "string",
"sortParams": {
"property1": "string",
"property2": "string"
},
"id": 0,
"reserveId": 0,
"drugId": 0,
"drugName": "string",
"specifications": "string",
"approvalNumber": "string",
"unit": "string",
"quantity": 0,
"number": 0,
"unitPrice": 0,
"money": 0,
"effectiveDay": "2019-08-24T14:15:22Z",
"produceDay": "2019-08-24T14:15:22Z",
"totalQuantity": 0,
"disassembleTotalQuantity": 0,
"batchNumber": "string",
"detailList": [
{
"createBy": 0,
"createTime": "2019-08-24T14:15:22Z",
"updateBy": 0,
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"createUser": "string",
"updateUser": "string",
"sortParams": {
"property1": "string",
"property2": "string"
},
"id": 0,
"reserveId": 0,
"reserveDrugId": 0,
"warehouseId": 0,
"warehouseName": "string",
"entryQuantity": 0,
"disassembleEntryQuantity": 0
}
]
}'
{
"code": 0,
"msg": "string",
"data": {}
}