GET api/JANANSSBOMBO/examinestudentvalidity

Request Information

URI Parameters

None.

Body Parameters

IsValidstudent_Result
NameDescriptionTypeAdditional 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": "2024-12-22T08:34:49.8567956+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>2024-12-22T08:34:49.8567956+03:00</Subscriptionend>
</IsValidstudent_Result>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'IsValidstudent_Result'.

Response Information

Resource Description

Collection of IsValidstudent_Result
NameDescriptionTypeAdditional 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": "2024-12-22T08:34:49.87241+03:00"
  },
  {
    "ACCOUNT": "sample string 1",
    "MotherPhone": "sample string 2",
    "MothAddress": "sample string 3",
    "FatherPhone": "sample string 4",
    "HOMETEL": "sample string 5",
    "Subscriptionend": "2024-12-22T08:34:49.87241+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>2024-12-22T08:34:49.87241+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>2024-12-22T08:34:49.87241+03:00</Subscriptionend>
  </IsValidstudent_Result>
</ArrayOfIsValidstudent_Result>