GET api/TeachersInfoes/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
TeachersInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| TeacherID | globally unique identifier |
None. |
|
| BusID | globally unique identifier |
None. |
|
| TeacherNo | 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. |
||
| IsActive | integer |
None. |
|
| CreateBy | string |
None. |
|
| CreateDate | date |
None. |
|
| UpdateBy | string |
None. |
|
| UpdateDate | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"TeacherID": "a1ebcaad-e0a9-431e-84cd-7ec55b7c5809",
"BusID": "8e65e658-315a-416b-ae26-4a50b54f2cc9",
"TeacherNo": "sample string 2",
"FirstName": "sample string 3",
"LastName": "sample string 4",
"IDCard": "sample string 5",
"UserPic": "sample string 6",
"DateOfBirth": "2026-07-24T23:06:20.6089588+07:00",
"Sex": "sample string 7",
"Address1": "sample string 8",
"Address2": "sample string 9",
"SubDistrictID": "145df22a-f392-4097-944c-cf6e21c487b4",
"DistrictID": "b33e9570-f03b-4b54-8791-9280059ceacf",
"ProvinceID": "4dbab006-929f-472e-85f1-6fe120bf9a26",
"Country": "sample string 10",
"ZipCode": "sample string 11",
"Tel": "sample string 12",
"Email": "sample string 13",
"IsActive": 1,
"CreateBy": "sample string 14",
"CreateDate": "2026-07-24T23:06:20.6089588+07:00",
"UpdateBy": "sample string 15",
"UpdateDate": "2026-07-24T23:06:20.6089588+07:00"
}
application/xml, text/xml
Sample:
<TeachersInfo 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>8e65e658-315a-416b-ae26-4a50b54f2cc9</BusID> <Country>sample string 10</Country> <CreateBy>sample string 14</CreateBy> <CreateDate>2026-07-24T23:06:20.6089588+07:00</CreateDate> <DateOfBirth>2026-07-24T23:06:20.6089588+07:00</DateOfBirth> <DistrictID>b33e9570-f03b-4b54-8791-9280059ceacf</DistrictID> <Email>sample string 13</Email> <FirstName>sample string 3</FirstName> <IDCard>sample string 5</IDCard> <IsActive>1</IsActive> <LastName>sample string 4</LastName> <ProvinceID>4dbab006-929f-472e-85f1-6fe120bf9a26</ProvinceID> <Sex>sample string 7</Sex> <SubDistrictID>145df22a-f392-4097-944c-cf6e21c487b4</SubDistrictID> <TeacherID>a1ebcaad-e0a9-431e-84cd-7ec55b7c5809</TeacherID> <TeacherNo>sample string 2</TeacherNo> <Tel>sample string 12</Tel> <UpdateBy>sample string 15</UpdateBy> <UpdateDate>2026-07-24T23:06:20.6089588+07:00</UpdateDate> <UserPic>sample string 6</UserPic> <ZipCode>sample string 11</ZipCode> </TeachersInfo>