{
"classDate": "2019-08-24T14:15:22Z",
"classLocation": "string",
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"endTime": {
"date": 0,
"hours": 0,
"minutes": 0,
"month": 0,
"seconds": 0,
"time": 0,
"year": 0
},
"errMsg": "string",
"id": 0,
"orderId": 0,
"params": {},
"parentTutorId": 0,
"remark": "string",
"startTime": {
"date": 0,
"hours": 0,
"minutes": 0,
"month": 0,
"seconds": 0,
"time": 0,
"year": 0
},
"toCreateTime": "2019-08-24T14:15:22Z",
"toUpdateTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z"
}
curl --location --request POST '/api/Schedule/schedule' \
--header 'Content-Type: application/json' \
--data-raw '{
"classDate": "2019-08-24T14:15:22Z",
"classLocation": "string",
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"endTime": {
"date": 0,
"hours": 0,
"minutes": 0,
"month": 0,
"seconds": 0,
"time": 0,
"year": 0
},
"errMsg": "string",
"id": 0,
"orderId": 0,
"params": {},
"parentTutorId": 0,
"remark": "string",
"startTime": {
"date": 0,
"hours": 0,
"minutes": 0,
"month": 0,
"seconds": 0,
"time": 0,
"year": 0
},
"toCreateTime": "2019-08-24T14:15:22Z",
"toUpdateTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z"
}'
{
"property1": {},
"property2": {}
}