POST api/Parents/GetChildren

Request Information

URI Parameters

None.

Body Parameters

MyParentsInfo
NameDescriptionTypeAdditional information
ParentID

string

None.

UserID

string

None.

UserName

string

None.

StudentID

string

None.

AccessCode

string

None.

PhoneNumber

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ParentID": "sample string 1",
  "UserID": "sample string 2",
  "UserName": "sample string 3",
  "StudentID": "sample string 4",
  "AccessCode": "sample string 5",
  "PhoneNumber": "sample string 6"
}

application/xml, text/xml

Sample:
<MyParentsInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/appliedline.gssman2016.webapi.Controllers">
  <AccessCode>sample string 5</AccessCode>
  <ParentID>sample string 1</ParentID>
  <PhoneNumber>sample string 6</PhoneNumber>
  <StudentID>sample string 4</StudentID>
  <UserID>sample string 2</UserID>
  <UserName>sample string 3</UserName>
</MyParentsInfo>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]

application/xml, text/xml

Sample:
<ArrayOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <anyType />
  <anyType />
</ArrayOfanyType>