{
"params": {
"property1": {},
"property2": {}
},
"id": 922337203685477600,
"userId": 922337203685477600,
"batchId": 922337203685477600,
"classId": 922337203685477600,
"taskId": 922337203685477600,
"status": 0,
"endDateTime": "2019-08-24T14:15:22Z",
"startDateTime": "2019-08-24T14:15:22Z",
"registrationDate": "2019-08-24",
"realname": "string",
"realnameOrSchoolNo": "string",
"schoolNo": "string",
"teacherName": "string",
"className": "string"
}
curl --location --request PUT 'http://192.168.20.159:8080/ykd-base-system/studentReservation' \
--header 'Authorization: Bearer ' \
--header 'Clientid: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"params": {
"property1": {},
"property2": {}
},
"id": 922337203685477600,
"userId": 922337203685477600,
"batchId": 922337203685477600,
"classId": 922337203685477600,
"taskId": 922337203685477600,
"status": 0,
"endDateTime": "2019-08-24T14:15:22Z",
"startDateTime": "2019-08-24T14:15:22Z",
"registrationDate": "2019-08-24",
"realname": "string",
"realnameOrSchoolNo": "string",
"schoolNo": "string",
"teacherName": "string",
"className": "string"
}'
{
"code": 0,
"msg": "string",
"data": {}
}