POST api/UpdateParentsInfoes

Request Information

URI Parameters

None.

Body Parameters

UpdateParent
NameDescriptionTypeAdditional information
parentid

string

None.

idcard

string

None.

email

string

None.

firstname

string

None.

lastname

string

None.

userpic

string

None.

tel

string

None.

latitude

string

None.

longitude

string

None.

locationname

string

None.

Request Formats

application/json, text/json

Sample:
{
  "parentid": "sample string 1",
  "idcard": "sample string 2",
  "email": "sample string 3",
  "firstname": "sample string 4",
  "lastname": "sample string 5",
  "userpic": "sample string 6",
  "tel": "sample string 7",
  "latitude": "sample string 8",
  "longitude": "sample string 9",
  "locationname": "sample string 10"
}

application/xml, text/xml

Sample:
<ParentsInfoesController.UpdateParent xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ParentAPI.Controllers">
  <email>sample string 3</email>
  <firstname>sample string 4</firstname>
  <idcard>sample string 2</idcard>
  <lastname>sample string 5</lastname>
  <latitude>sample string 8</latitude>
  <locationname>sample string 10</locationname>
  <longitude>sample string 9</longitude>
  <parentid>sample string 1</parentid>
  <tel>sample string 7</tel>
  <userpic>sample string 6</userpic>
</ParentsInfoesController.UpdateParent>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.