POST Parent/ModifyIdentifyData

1.4.12 编辑保存家长身份

Request Information

URI Parameters

None.

Body Parameters

要编辑的家长身份ID和名称

ModifyIdentifyInfoModel
NameDescriptionTypeAdditional 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
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.