GET api/StudentsInfoes/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

StudentsInfo
NameDescriptionTypeAdditional information
StudentID

globally unique identifier

None.

BusID

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.

Email

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": "dda770a5-003d-46bf-b299-119eb77e6732",
  "BusID": "2a19018d-9b36-4072-b455-fff2ade45b60",
  "SchoolID": "fc392cf0-1497-4491-a456-806a4305aa0b",
  "StudentNo": "sample string 2",
  "FirstName": "sample string 3",
  "LastName": "sample string 4",
  "IDCard": "sample string 5",
  "UserPic": "sample string 6",
  "DateOfBirth": "2025-12-14T23:42:29.4842437+07:00",
  "Sex": "sample string 7",
  "Address1": "sample string 8",
  "Address2": "sample string 9",
  "SubDistrictID": "29512a3d-8a5d-4221-a89c-b626b8596893",
  "DistrictID": "174e7f73-4076-46cd-ac5c-ecd1c305dfe0",
  "ProvinceID": "5e230300-9421-4f17-a563-442817e95256",
  "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": "2025-12-14T23:42:29.4842437+07:00",
  "UpdateBy": "sample string 34",
  "UpdateDate": "2025-12-14T23:42:29.4842437+07:00"
}

application/xml, text/xml

Sample:
<StudentsInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusAPI.Models">
  <Address1>sample string 8</Address1>
  <Address2>sample string 9</Address2>
  <BusID>2a19018d-9b36-4072-b455-fff2ade45b60</BusID>
  <Country>sample string 10</Country>
  <CreateBy>sample string 33</CreateBy>
  <CreateDate>2025-12-14T23:42:29.4842437+07:00</CreateDate>
  <DateOfBirth>2025-12-14T23:42:29.4842437+07:00</DateOfBirth>
  <DistrictID>174e7f73-4076-46cd-ac5c-ecd1c305dfe0</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>5e230300-9421-4f17-a563-442817e95256</ProvinceID>
  <SchoolID>fc392cf0-1497-4491-a456-806a4305aa0b</SchoolID>
  <Sex>sample string 7</Sex>
  <StudentID>dda770a5-003d-46bf-b299-119eb77e6732</StudentID>
  <StudentNo>sample string 2</StudentNo>
  <SubDistrictID>29512a3d-8a5d-4221-a89c-b626b8596893</SubDistrictID>
  <Tel>sample string 12</Tel>
  <UpdateBy>sample string 34</UpdateBy>
  <UpdateDate>2025-12-14T23:42:29.4842437+07:00</UpdateDate>
  <UserPic>sample string 6</UserPic>
  <ZipCode>sample string 11</ZipCode>
</StudentsInfo>