GET api/ParentVerifyLists
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ParentVerifyList| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| SchoolNo | string |
None. |
|
| BusNo | string |
None. |
|
| StudentName | string |
None. |
|
| StudentSurname | string |
None. |
|
| StudentNo | string |
None. |
|
| StudentDateofbirth | date |
None. |
|
| StudentAddress | string |
None. |
|
| ParentName1 | string |
None. |
|
| ParentSurname1 | string |
None. |
|
| ParentIDCard1 | string |
None. |
|
| ParentPhone1 | string |
None. |
|
| ParentRelation1 | string |
None. |
|
| ParentSecretcode1 | string |
None. |
|
| ParentName2 | string |
None. |
|
| ParentSurname2 | string |
None. |
|
| ParentIDCard2 | string |
None. |
|
| ParentPhone2 | string |
None. |
|
| ParentRelation2 | string |
None. |
|
| ParentSecretcode2 | string |
None. |
|
| ParentName3 | string |
None. |
|
| ParentSurname3 | string |
None. |
|
| ParentIDCard3 | string |
None. |
|
| ParentPhone3 | string |
None. |
|
| ParentRelation3 | string |
None. |
|
| ParentSecretcode3 | string |
None. |
|
| CreateBy | string |
None. |
|
| CreateDate | date |
None. |
|
| UpdateBy | string |
None. |
|
| UpdateDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"SchoolNo": "sample string 2",
"BusNo": "sample string 3",
"StudentName": "sample string 4",
"StudentSurname": "sample string 5",
"StudentNo": "sample string 6",
"StudentDateofbirth": "2025-12-14T23:48:06.4888437+07:00",
"StudentAddress": "sample string 7",
"ParentName1": "sample string 8",
"ParentSurname1": "sample string 9",
"ParentIDCard1": "sample string 10",
"ParentPhone1": "sample string 11",
"ParentRelation1": "sample string 12",
"ParentSecretcode1": "sample string 13",
"ParentName2": "sample string 14",
"ParentSurname2": "sample string 15",
"ParentIDCard2": "sample string 16",
"ParentPhone2": "sample string 17",
"ParentRelation2": "sample string 18",
"ParentSecretcode2": "sample string 19",
"ParentName3": "sample string 20",
"ParentSurname3": "sample string 21",
"ParentIDCard3": "sample string 22",
"ParentPhone3": "sample string 23",
"ParentRelation3": "sample string 24",
"ParentSecretcode3": "sample string 25",
"CreateBy": "sample string 26",
"CreateDate": "2025-12-14T23:48:06.4888437+07:00",
"UpdateBy": "sample string 27",
"UpdateDate": "2025-12-14T23:48:06.4888437+07:00"
},
{
"Id": 1,
"SchoolNo": "sample string 2",
"BusNo": "sample string 3",
"StudentName": "sample string 4",
"StudentSurname": "sample string 5",
"StudentNo": "sample string 6",
"StudentDateofbirth": "2025-12-14T23:48:06.4888437+07:00",
"StudentAddress": "sample string 7",
"ParentName1": "sample string 8",
"ParentSurname1": "sample string 9",
"ParentIDCard1": "sample string 10",
"ParentPhone1": "sample string 11",
"ParentRelation1": "sample string 12",
"ParentSecretcode1": "sample string 13",
"ParentName2": "sample string 14",
"ParentSurname2": "sample string 15",
"ParentIDCard2": "sample string 16",
"ParentPhone2": "sample string 17",
"ParentRelation2": "sample string 18",
"ParentSecretcode2": "sample string 19",
"ParentName3": "sample string 20",
"ParentSurname3": "sample string 21",
"ParentIDCard3": "sample string 22",
"ParentPhone3": "sample string 23",
"ParentRelation3": "sample string 24",
"ParentSecretcode3": "sample string 25",
"CreateBy": "sample string 26",
"CreateDate": "2025-12-14T23:48:06.4888437+07:00",
"UpdateBy": "sample string 27",
"UpdateDate": "2025-12-14T23:48:06.4888437+07:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfParentVerifyList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ParentAPI.Models">
<ParentVerifyList>
<BusNo>sample string 3</BusNo>
<CreateBy>sample string 26</CreateBy>
<CreateDate>2025-12-14T23:48:06.4888437+07:00</CreateDate>
<Id>1</Id>
<ParentIDCard1>sample string 10</ParentIDCard1>
<ParentIDCard2>sample string 16</ParentIDCard2>
<ParentIDCard3>sample string 22</ParentIDCard3>
<ParentName1>sample string 8</ParentName1>
<ParentName2>sample string 14</ParentName2>
<ParentName3>sample string 20</ParentName3>
<ParentPhone1>sample string 11</ParentPhone1>
<ParentPhone2>sample string 17</ParentPhone2>
<ParentPhone3>sample string 23</ParentPhone3>
<ParentRelation1>sample string 12</ParentRelation1>
<ParentRelation2>sample string 18</ParentRelation2>
<ParentRelation3>sample string 24</ParentRelation3>
<ParentSecretcode1>sample string 13</ParentSecretcode1>
<ParentSecretcode2>sample string 19</ParentSecretcode2>
<ParentSecretcode3>sample string 25</ParentSecretcode3>
<ParentSurname1>sample string 9</ParentSurname1>
<ParentSurname2>sample string 15</ParentSurname2>
<ParentSurname3>sample string 21</ParentSurname3>
<SchoolNo>sample string 2</SchoolNo>
<StudentAddress>sample string 7</StudentAddress>
<StudentDateofbirth>2025-12-14T23:48:06.4888437+07:00</StudentDateofbirth>
<StudentName>sample string 4</StudentName>
<StudentNo>sample string 6</StudentNo>
<StudentSurname>sample string 5</StudentSurname>
<UpdateBy>sample string 27</UpdateBy>
<UpdateDate>2025-12-14T23:48:06.4888437+07:00</UpdateDate>
</ParentVerifyList>
<ParentVerifyList>
<BusNo>sample string 3</BusNo>
<CreateBy>sample string 26</CreateBy>
<CreateDate>2025-12-14T23:48:06.4888437+07:00</CreateDate>
<Id>1</Id>
<ParentIDCard1>sample string 10</ParentIDCard1>
<ParentIDCard2>sample string 16</ParentIDCard2>
<ParentIDCard3>sample string 22</ParentIDCard3>
<ParentName1>sample string 8</ParentName1>
<ParentName2>sample string 14</ParentName2>
<ParentName3>sample string 20</ParentName3>
<ParentPhone1>sample string 11</ParentPhone1>
<ParentPhone2>sample string 17</ParentPhone2>
<ParentPhone3>sample string 23</ParentPhone3>
<ParentRelation1>sample string 12</ParentRelation1>
<ParentRelation2>sample string 18</ParentRelation2>
<ParentRelation3>sample string 24</ParentRelation3>
<ParentSecretcode1>sample string 13</ParentSecretcode1>
<ParentSecretcode2>sample string 19</ParentSecretcode2>
<ParentSecretcode3>sample string 25</ParentSecretcode3>
<ParentSurname1>sample string 9</ParentSurname1>
<ParentSurname2>sample string 15</ParentSurname2>
<ParentSurname3>sample string 21</ParentSurname3>
<SchoolNo>sample string 2</SchoolNo>
<StudentAddress>sample string 7</StudentAddress>
<StudentDateofbirth>2025-12-14T23:48:06.4888437+07:00</StudentDateofbirth>
<StudentName>sample string 4</StudentName>
<StudentNo>sample string 6</StudentNo>
<StudentSurname>sample string 5</StudentSurname>
<UpdateBy>sample string 27</UpdateBy>
<UpdateDate>2025-12-14T23:48:06.4888437+07:00</UpdateDate>
</ParentVerifyList>
</ArrayOfParentVerifyList>