POST Parent/SubmitPublicScoreInfo
1.4.48 提交录入的公立学校成绩
Request Information
URI Parameters
None.
Body Parameters
请求参数
SubmitPublicScoreInfoDataModel| Name | Description | Type | Additional information |
|---|---|---|---|
| parentId |
家长Id |
string |
None. |
| studentId |
学生id |
string |
None. |
| outSchool |
公立学校 |
string |
None. |
| outGrade |
年级0~12 |
integer |
None. |
| imptScore |
英语成绩 string |
string |
None. |
| scoreConfigId |
考试成绩录入配置的主键ID |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"parentId": "sample string 1",
"studentId": "sample string 2",
"outSchool": "sample string 3",
"outGrade": 4,
"imptScore": "sample string 5",
"scoreConfigId": "sample string 6"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |