{
"eUserId": 0,
"visitCompany": "", //参观公司
"numberVisitors": 0, //参观人数
"makeAnAppointment": "", //预约时间
"makeAnAppointmentType": 0, //0为上午,1为下午
"appointmentSpotIds": [ //点位
0
],
"remark": "", //备注
"recommendedTimeToVisit": "", //推荐参观时间
"appointmentCommentatorId": 0 //讲解员
}
curl --location --request POST 'http://test-cn.your-api-server.com/appointment001/save' \
--header 'Content-Type: application/json' \
--data-raw '{
"eUserId": 0,
"visitCompany": "", //参观公司
"numberVisitors": 0, //参观人数
"makeAnAppointment": "", //预约时间
"makeAnAppointmentType": 0, //0为上午,1为下午
"appointmentSpotIds": [ //点位
0
],
"remark": "", //备注
"recommendedTimeToVisit": "", //推荐参观时间
"appointmentCommentatorId": 0 //讲解员
}'
{
"code": 0,
"status": "",
"message": "",
"data": {},
"resultMap": {
"": {}
}
}