{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"makeId": 0,
"inviterUserId": 0,
"inviteeUserId": 0,
"makeTime": "2019-08-24T14:15:22Z",
"makeStatus": 0,
"status": 0,
"bookingFee": 0,
"ticketId": 0,
"outsideRoomUserId": 0
}
curl --location --request PUT 'https://test-api.yunjishop.cn/recommend/appointment' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"makeId": 0,
"inviterUserId": 0,
"inviteeUserId": 0,
"makeTime": "2019-08-24T14:15:22Z",
"makeStatus": 0,
"status": 0,
"bookingFee": 0,
"ticketId": 0,
"outsideRoomUserId": 0
}'
{
"code": 0,
"msg": "string",
"trace": "string",
"data": {}
}