POST api/StudentsInfoes
Request Information
URI Parameters
None.
Body Parameters
StudentsInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| StudentID | globally unique identifier |
None. |
|
| BusID | globally unique identifier |
None. |
|
| BusIDEvening | globally unique identifier |
None. |
|
| SchoolID | globally unique identifier |
None. |
|
| StudentNo | string |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| IDCard | string |
None. |
|
| UserPic | string |
None. |
|
| DateOfBirth | date |
None. |
|
| Sex | string |
None. |
|
| Address1 | string |
None. |
|
| Address2 | string |
None. |
|
| SubDistrictID | globally unique identifier |
None. |
|
| DistrictID | globally unique identifier |
None. |
|
| ProvinceID | globally unique identifier |
None. |
|
| Country | string |
None. |
|
| ZipCode | string |
None. |
|
| Tel | string |
None. |
|
| 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. |
|
| IsActive | integer |
None. |
|
| CreateBy | string |
None. |
|
| CreateDate | date |
None. |
|
| UpdateBy | string |
None. |
|
| UpdateDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"StudentID": "63d8ccb5-1b45-4aa4-ad8e-615894da6a4c",
"BusID": "d248cbb8-ce0f-4fd2-9cf6-bb720b66adb3",
"BusIDEvening": "caf68ed3-0412-442a-88ae-3374fc9171b8",
"SchoolID": "7b27f58d-3dc6-43c1-a0cf-ed2de82ee9b3",
"StudentNo": "sample string 2",
"FirstName": "sample string 3",
"LastName": "sample string 4",
"IDCard": "sample string 5",
"UserPic": "sample string 6",
"DateOfBirth": "2026-02-07T15:30:51.698636+07:00",
"Sex": "sample string 7",
"Address1": "sample string 8",
"Address2": "sample string 9",
"SubDistrictID": "c9a2169a-1d96-49a6-9fe7-f9bba3ffcbeb",
"DistrictID": "69435dde-9c4c-479e-b47a-69429f75485e",
"ProvinceID": "548067c3-8a37-4530-a79d-2c130eb08248",
"Country": "sample string 10",
"ZipCode": "sample string 11",
"Tel": "sample string 12",
"Email": "sample string 13",
"ParentName1": "sample string 14",
"ParentSurname1": "sample string 15",
"ParentIDCard1": "sample string 16",
"ParentPhone1": "sample string 17",
"ParentRelation1": "sample string 18",
"ParentSecretcode1": "sample string 19",
"ParentName2": "sample string 20",
"ParentSurname2": "sample string 21",
"ParentIDCard2": "sample string 22",
"ParentPhone2": "sample string 23",
"ParentRelation2": "sample string 24",
"ParentSecretcode2": "sample string 25",
"ParentName3": "sample string 26",
"ParentSurname3": "sample string 27",
"ParentIDCard3": "sample string 28",
"ParentPhone3": "sample string 29",
"ParentRelation3": "sample string 30",
"ParentSecretcode3": "sample string 31",
"IsActive": 32,
"CreateBy": "sample string 33",
"CreateDate": "2026-02-07T15:30:51.698636+07:00",
"UpdateBy": "sample string 34",
"UpdateDate": "2026-02-07T15:30:51.698636+07:00"
}
application/xml, text/xml
Sample:
<StudentsInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ParentAPI.Models"> <Address1>sample string 8</Address1> <Address2>sample string 9</Address2> <BusID>d248cbb8-ce0f-4fd2-9cf6-bb720b66adb3</BusID> <BusIDEvening>caf68ed3-0412-442a-88ae-3374fc9171b8</BusIDEvening> <Country>sample string 10</Country> <CreateBy>sample string 33</CreateBy> <CreateDate>2026-02-07T15:30:51.698636+07:00</CreateDate> <DateOfBirth>2026-02-07T15:30:51.698636+07:00</DateOfBirth> <DistrictID>69435dde-9c4c-479e-b47a-69429f75485e</DistrictID> <Email>sample string 13</Email> <FirstName>sample string 3</FirstName> <IDCard>sample string 5</IDCard> <IsActive>32</IsActive> <LastName>sample string 4</LastName> <ParentIDCard1>sample string 16</ParentIDCard1> <ParentIDCard2>sample string 22</ParentIDCard2> <ParentIDCard3>sample string 28</ParentIDCard3> <ParentName1>sample string 14</ParentName1> <ParentName2>sample string 20</ParentName2> <ParentName3>sample string 26</ParentName3> <ParentPhone1>sample string 17</ParentPhone1> <ParentPhone2>sample string 23</ParentPhone2> <ParentPhone3>sample string 29</ParentPhone3> <ParentRelation1>sample string 18</ParentRelation1> <ParentRelation2>sample string 24</ParentRelation2> <ParentRelation3>sample string 30</ParentRelation3> <ParentSecretcode1>sample string 19</ParentSecretcode1> <ParentSecretcode2>sample string 25</ParentSecretcode2> <ParentSecretcode3>sample string 31</ParentSecretcode3> <ParentSurname1>sample string 15</ParentSurname1> <ParentSurname2>sample string 21</ParentSurname2> <ParentSurname3>sample string 27</ParentSurname3> <ProvinceID>548067c3-8a37-4530-a79d-2c130eb08248</ProvinceID> <SchoolID>7b27f58d-3dc6-43c1-a0cf-ed2de82ee9b3</SchoolID> <Sex>sample string 7</Sex> <StudentID>63d8ccb5-1b45-4aa4-ad8e-615894da6a4c</StudentID> <StudentNo>sample string 2</StudentNo> <SubDistrictID>c9a2169a-1d96-49a6-9fe7-f9bba3ffcbeb</SubDistrictID> <Tel>sample string 12</Tel> <UpdateBy>sample string 34</UpdateBy> <UpdateDate>2026-02-07T15:30:51.698636+07:00</UpdateDate> <UserPic>sample string 6</UserPic> <ZipCode>sample string 11</ZipCode> </StudentsInfo>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
StudentsInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| StudentID | globally unique identifier |
None. |
|
| BusID | globally unique identifier |
None. |
|
| BusIDEvening | globally unique identifier |
None. |
|
| SchoolID | globally unique identifier |
None. |
|
| StudentNo | string |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| IDCard | string |
None. |
|
| UserPic | string |
None. |
|
| DateOfBirth | date |
None. |
|
| Sex | string |
None. |
|
| Address1 | string |
None. |
|
| Address2 | string |
None. |
|
| SubDistrictID | globally unique identifier |
None. |
|
| DistrictID | globally unique identifier |
None. |
|
| ProvinceID | globally unique identifier |
None. |
|
| Country | string |
None. |
|
| ZipCode | string |
None. |
|
| Tel | string |
None. |
|
| 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. |
|
| IsActive | integer |
None. |
|
| CreateBy | string |
None. |
|
| CreateDate | date |
None. |
|
| UpdateBy | string |
None. |
|
| UpdateDate | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"StudentID": "8d94e90d-7647-4623-b617-31bb08d507d6",
"BusID": "8cba1991-8973-42e4-afea-c3951a6d07dd",
"BusIDEvening": "8322190d-650b-45d6-a6b0-22cf51a17117",
"SchoolID": "f2f18f0b-390b-423c-9d7f-a943b31b4a0b",
"StudentNo": "sample string 2",
"FirstName": "sample string 3",
"LastName": "sample string 4",
"IDCard": "sample string 5",
"UserPic": "sample string 6",
"DateOfBirth": "2026-02-07T15:30:51.698636+07:00",
"Sex": "sample string 7",
"Address1": "sample string 8",
"Address2": "sample string 9",
"SubDistrictID": "3867697b-1dc9-4430-95c5-3161042eb396",
"DistrictID": "a21ac53b-f6f2-46f4-b712-ad0ffbafa150",
"ProvinceID": "0a593a95-b047-48c7-a213-150b30699ecb",
"Country": "sample string 10",
"ZipCode": "sample string 11",
"Tel": "sample string 12",
"Email": "sample string 13",
"ParentName1": "sample string 14",
"ParentSurname1": "sample string 15",
"ParentIDCard1": "sample string 16",
"ParentPhone1": "sample string 17",
"ParentRelation1": "sample string 18",
"ParentSecretcode1": "sample string 19",
"ParentName2": "sample string 20",
"ParentSurname2": "sample string 21",
"ParentIDCard2": "sample string 22",
"ParentPhone2": "sample string 23",
"ParentRelation2": "sample string 24",
"ParentSecretcode2": "sample string 25",
"ParentName3": "sample string 26",
"ParentSurname3": "sample string 27",
"ParentIDCard3": "sample string 28",
"ParentPhone3": "sample string 29",
"ParentRelation3": "sample string 30",
"ParentSecretcode3": "sample string 31",
"IsActive": 32,
"CreateBy": "sample string 33",
"CreateDate": "2026-02-07T15:30:51.698636+07:00",
"UpdateBy": "sample string 34",
"UpdateDate": "2026-02-07T15:30:51.698636+07:00"
}
application/xml, text/xml
Sample:
<StudentsInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ParentAPI.Models"> <Address1>sample string 8</Address1> <Address2>sample string 9</Address2> <BusID>8cba1991-8973-42e4-afea-c3951a6d07dd</BusID> <BusIDEvening>8322190d-650b-45d6-a6b0-22cf51a17117</BusIDEvening> <Country>sample string 10</Country> <CreateBy>sample string 33</CreateBy> <CreateDate>2026-02-07T15:30:51.698636+07:00</CreateDate> <DateOfBirth>2026-02-07T15:30:51.698636+07:00</DateOfBirth> <DistrictID>a21ac53b-f6f2-46f4-b712-ad0ffbafa150</DistrictID> <Email>sample string 13</Email> <FirstName>sample string 3</FirstName> <IDCard>sample string 5</IDCard> <IsActive>32</IsActive> <LastName>sample string 4</LastName> <ParentIDCard1>sample string 16</ParentIDCard1> <ParentIDCard2>sample string 22</ParentIDCard2> <ParentIDCard3>sample string 28</ParentIDCard3> <ParentName1>sample string 14</ParentName1> <ParentName2>sample string 20</ParentName2> <ParentName3>sample string 26</ParentName3> <ParentPhone1>sample string 17</ParentPhone1> <ParentPhone2>sample string 23</ParentPhone2> <ParentPhone3>sample string 29</ParentPhone3> <ParentRelation1>sample string 18</ParentRelation1> <ParentRelation2>sample string 24</ParentRelation2> <ParentRelation3>sample string 30</ParentRelation3> <ParentSecretcode1>sample string 19</ParentSecretcode1> <ParentSecretcode2>sample string 25</ParentSecretcode2> <ParentSecretcode3>sample string 31</ParentSecretcode3> <ParentSurname1>sample string 15</ParentSurname1> <ParentSurname2>sample string 21</ParentSurname2> <ParentSurname3>sample string 27</ParentSurname3> <ProvinceID>0a593a95-b047-48c7-a213-150b30699ecb</ProvinceID> <SchoolID>f2f18f0b-390b-423c-9d7f-a943b31b4a0b</SchoolID> <Sex>sample string 7</Sex> <StudentID>8d94e90d-7647-4623-b617-31bb08d507d6</StudentID> <StudentNo>sample string 2</StudentNo> <SubDistrictID>3867697b-1dc9-4430-95c5-3161042eb396</SubDistrictID> <Tel>sample string 12</Tel> <UpdateBy>sample string 34</UpdateBy> <UpdateDate>2026-02-07T15:30:51.698636+07:00</UpdateDate> <UserPic>sample string 6</UserPic> <ZipCode>sample string 11</ZipCode> </StudentsInfo>