{
"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,
"assetUsageId": 0,
"deptId": 0,
"projectGroupId": 0,
"responsiblePersonId": 0,
"applicationDate": "2019-08-24",
"custodianId": 0,
"acceptanceConfirmation": "string",
"acceptanceDate": "2019-08-24",
"remark": "string",
"procInstId": "string",
"procInstStatus": "string",
"procInstNum": "string",
"status": "string",
"batchReturnList": [
{}
]
}
curl --location --request POST 'http://localhost:8081/adm/assetReturn' \
--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,
"assetUsageId": 0,
"deptId": 0,
"projectGroupId": 0,
"responsiblePersonId": 0,
"applicationDate": "2019-08-24",
"custodianId": 0,
"acceptanceConfirmation": "string",
"acceptanceDate": "2019-08-24",
"remark": "string",
"procInstId": "string",
"procInstStatus": "string",
"procInstNum": "string",
"status": "string",
"batchReturnList": [
{}
]
}'
{
"code": 0,
"msg": "string",
"data": {}
}