{
"spaceId": "string",
"venueId": "string",
"personName": "string",
"personTel": "string",
"appointmentDate": "string",
"appointmentTime": "string",
"receivableAmount": -2147483648,
"receivedAmount": -2147483648,
"payWay": "string",
"state": "string",
"remark": "string",
"orderId": "string",
"createTime": "string",
"venueName": "string",
"spaceName": "string"
}
curl --location --request POST '/c3-venueres/add?personName=123&personTel=13258925253&receivableAmount=1&receivedAmount=1&payWay=1&appointmentTime=12&remark=666' \
--header 'Content-Type: application/json' \
--data-raw '{
"spaceId": "string",
"venueId": "string",
"personName": "string",
"personTel": "string",
"appointmentDate": "string",
"appointmentTime": "string",
"receivableAmount": -2147483648,
"receivedAmount": -2147483648,
"payWay": "string",
"state": "string",
"remark": "string",
"orderId": "string",
"createTime": "string",
"venueName": "string",
"spaceName": "string"
}'
{
"code": 10000,
"message": "success",
"data": "string"
}