POST Parent/ModifyIdentifyData
1.4.12 编辑保存家长身份
Request Information
URI Parameters
None.
Body Parameters
要编辑的家长身份ID和名称
ModifyIdentifyInfoModel| Name | Description | Type | Additional information |
|---|---|---|---|
| identifyId |
身份ID |
string |
None. |
| identifyName |
家长身份名称 |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"identifyId": "sample string 1",
"identifyName": "sample string 2"
}
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. |