{
"params": {
"property1": {},
"property2": {}
},
"id": 922337203685477600,
"userId": 922337203685477600,
"realName": "string",
"fitnessTestTaskId": 922337203685477600,
"fitnessTestTaskName": "string",
"reservationProjectId": 922337203685477600,
"type": 0,
"classId": 922337203685477600,
"status": 0,
"reservationDate": "2019-08-24",
"reservationDateStart": "2019-08-24",
"startTime": {
"hour": 0,
"minute": 0,
"second": 0,
"nano": 0
},
"endTime": {
"hour": 0,
"minute": 0,
"second": 0,
"nano": 0
},
"appointmentDescription": "string",
"startDateTime": "2019-08-24T14:15:22Z",
"endDateTime": "2019-08-24T14:15:22Z"
}
curl --location --request PUT 'http://192.168.20.159:8080/ykd-base-system/reservationBatchUserRecords' \
--header 'Authorization: Bearer ' \
--header 'Clientid: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"params": {
"property1": {},
"property2": {}
},
"id": 922337203685477600,
"userId": 922337203685477600,
"realName": "string",
"fitnessTestTaskId": 922337203685477600,
"fitnessTestTaskName": "string",
"reservationProjectId": 922337203685477600,
"type": 0,
"classId": 922337203685477600,
"status": 0,
"reservationDate": "2019-08-24",
"reservationDateStart": "2019-08-24",
"startTime": {
"hour": 0,
"minute": 0,
"second": 0,
"nano": 0
},
"endTime": {
"hour": 0,
"minute": 0,
"second": 0,
"nano": 0
},
"appointmentDescription": "string",
"startDateTime": "2019-08-24T14:15:22Z",
"endDateTime": "2019-08-24T14:15:22Z"
}'
{
"code": 0,
"msg": "string",
"data": {}
}