{
"receivingUnit": "string",
"visitingFloor": "string",
"cargoInformation": "string",
"useTime": "string",
"deliveryUnit": "string",
"freightElevatorPersonDTOList": [
{
"name": null,
"phone": null,
"idCard": null,
"sex": "MALE"
}
]
}
curl --location --request POST 'http://test-cn.your-api-server.com/fe001/save' \
--header 'Content-Type: application/json' \
--data-raw '{
"receivingUnit": "string",
"visitingFloor": "string",
"cargoInformation": "string",
"useTime": "string",
"deliveryUnit": "string",
"freightElevatorPersonDTOList": [
{
"name": null,
"phone": null,
"idCard": null,
"sex": "MALE"
}
]
}'