GET api/JANANSSBOMBO/examinestudentvalidity
Request Information
URI Parameters
None.
Body Parameters
IsValidstudent_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| ACCOUNT | string |
None. |
|
| MotherPhone | string |
None. |
|
| MothAddress | string |
None. |
|
| FatherPhone | string |
None. |
|
| HOMETEL | string |
None. |
|
| Subscriptionend | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"ACCOUNT": "sample string 1",
"MotherPhone": "sample string 2",
"MothAddress": "sample string 3",
"FatherPhone": "sample string 4",
"HOMETEL": "sample string 5",
"Subscriptionend": "2025-12-18T11:52:58.5370037+03:00"
}
application/xml, text/xml
Sample:
<IsValidstudent_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JANANSSBOMBOApi"> <ACCOUNT>sample string 1</ACCOUNT> <FatherPhone>sample string 4</FatherPhone> <HOMETEL>sample string 5</HOMETEL> <MothAddress>sample string 3</MothAddress> <MotherPhone>sample string 2</MotherPhone> <Subscriptionend>2025-12-18T11:52:58.5370037+03:00</Subscriptionend> </IsValidstudent_Result>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of IsValidstudent_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| ACCOUNT | string |
None. |
|
| MotherPhone | string |
None. |
|
| MothAddress | string |
None. |
|
| FatherPhone | string |
None. |
|
| HOMETEL | string |
None. |
|
| Subscriptionend | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ACCOUNT": "sample string 1",
"MotherPhone": "sample string 2",
"MothAddress": "sample string 3",
"FatherPhone": "sample string 4",
"HOMETEL": "sample string 5",
"Subscriptionend": "2025-12-18T11:52:58.5682546+03:00"
},
{
"ACCOUNT": "sample string 1",
"MotherPhone": "sample string 2",
"MothAddress": "sample string 3",
"FatherPhone": "sample string 4",
"HOMETEL": "sample string 5",
"Subscriptionend": "2025-12-18T11:52:58.5682546+03:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfIsValidstudent_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JANANSSBOMBOApi">
<IsValidstudent_Result>
<ACCOUNT>sample string 1</ACCOUNT>
<FatherPhone>sample string 4</FatherPhone>
<HOMETEL>sample string 5</HOMETEL>
<MothAddress>sample string 3</MothAddress>
<MotherPhone>sample string 2</MotherPhone>
<Subscriptionend>2025-12-18T11:52:58.5682546+03:00</Subscriptionend>
</IsValidstudent_Result>
<IsValidstudent_Result>
<ACCOUNT>sample string 1</ACCOUNT>
<FatherPhone>sample string 4</FatherPhone>
<HOMETEL>sample string 5</HOMETEL>
<MothAddress>sample string 3</MothAddress>
<MotherPhone>sample string 2</MotherPhone>
<Subscriptionend>2025-12-18T11:52:58.5682546+03:00</Subscriptionend>
</IsValidstudent_Result>
</ArrayOfIsValidstudent_Result>