POST api/AddStudentOfParent

Request Information

URI Parameters

None.

Body Parameters

AddStudent
NameDescriptionTypeAdditional information
parentid

string

None.

parentidcard

string

None.

schoolid

string

None.

studentno

string

None.

dateofbirth

string

None.

secretcode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "parentid": "sample string 1",
  "parentidcard": "sample string 2",
  "schoolid": "sample string 3",
  "studentno": "sample string 4",
  "dateofbirth": "sample string 5",
  "secretcode": "sample string 6"
}

application/xml, text/xml

Sample:
<StudentParentsController.AddStudent xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ParentAPI.Controllers">
  <dateofbirth>sample string 5</dateofbirth>
  <parentid>sample string 1</parentid>
  <parentidcard>sample string 2</parentidcard>
  <schoolid>sample string 3</schoolid>
  <secretcode>sample string 6</secretcode>
  <studentno>sample string 4</studentno>
</StudentParentsController.AddStudent>

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.