{
"code": "string",
"collegeId": "string",
"dlId": 0,
"id": 0,
"level": 0,
"name": "string",
"periodId": "string",
"recordTime": "string",
"schoolId": 0,
"schoolName": "string",
"state": 0,
"subcourses": [
{
"dlId": 0,
"id": 0,
"majorId": 0,
"name": "string",
"recordTime": "2019-08-24T14:15:22Z",
"state": 0
}
]
}
curl --location --request POST '/manager/gxMchCollege/addSpecialtyChildCKGK' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "string",
"collegeId": "string",
"dlId": 0,
"id": 0,
"level": 0,
"name": "string",
"periodId": "string",
"recordTime": "string",
"schoolId": 0,
"schoolName": "string",
"state": 0,
"subcourses": [
{
"dlId": 0,
"id": 0,
"majorId": 0,
"name": "string",
"recordTime": "2019-08-24T14:15:22Z",
"state": 0
}
]
}'
{}