GET api/ReturnStudentDetails
Request Information
URI Parameters
None.
Body Parameters
ReturnStudentDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| Form_Code | integer |
None. |
|
| RegistrationNumber | string |
None. |
|
| StudentName | string |
None. |
|
| FatherName | string |
None. |
|
| PhoneFather | string |
None. |
|
| Class | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Form_Code": 1,
"RegistrationNumber": "sample string 2",
"StudentName": "sample string 3",
"FatherName": "sample string 4",
"PhoneFather": "sample string 5",
"Class": "sample string 6"
}
application/xml, text/xml
Sample:
<ReturnStudentDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiForAndroid.Models"> <Class>sample string 6</Class> <FatherName>sample string 4</FatherName> <Form_Code>1</Form_Code> <PhoneFather>sample string 5</PhoneFather> <RegistrationNumber>sample string 2</RegistrationNumber> <StudentName>sample string 3</StudentName> </ReturnStudentDetails>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ReturnStudentDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| Form_Code | integer |
None. |
|
| RegistrationNumber | string |
None. |
|
| StudentName | string |
None. |
|
| FatherName | string |
None. |
|
| PhoneFather | string |
None. |
|
| Class | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Form_Code": 1,
"RegistrationNumber": "sample string 2",
"StudentName": "sample string 3",
"FatherName": "sample string 4",
"PhoneFather": "sample string 5",
"Class": "sample string 6"
}
application/xml, text/xml
Sample:
<ReturnStudentDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiForAndroid.Models"> <Class>sample string 6</Class> <FatherName>sample string 4</FatherName> <Form_Code>1</Form_Code> <PhoneFather>sample string 5</PhoneFather> <RegistrationNumber>sample string 2</RegistrationNumber> <StudentName>sample string 3</StudentName> </ReturnStudentDetails>