PUT api/TransactionTravelStudents/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
TransactionTravelStudent| Name | Description | Type | Additional information |
|---|---|---|---|
| TravelStudentID | globally unique identifier |
None. |
|
| TravelBusID | globally unique identifier |
None. |
|
| StudentID | globally unique identifier |
None. |
|
| Status | integer |
None. |
|
| Remark | string |
None. |
|
| CreateBy | string |
None. |
|
| CreateDate | date |
None. |
|
| UpdateBy | string |
None. |
|
| UpdateDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"TravelStudentID": "714235b9-ff7c-4ff6-aec3-571216e0c658",
"TravelBusID": "c11194af-03b9-4af1-95d8-e40794a8a3c0",
"StudentID": "deba93b4-f99c-4499-95ae-c9a52e8a5f1e",
"Status": 1,
"Remark": "sample string 2",
"CreateBy": "sample string 3",
"CreateDate": "2026-07-24T14:20:41.7001416+07:00",
"UpdateBy": "sample string 4",
"UpdateDate": "2026-07-24T14:20:41.7001416+07:00"
}
application/xml, text/xml
Sample:
<TransactionTravelStudent xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusAPI.Models"> <CreateBy>sample string 3</CreateBy> <CreateDate>2026-07-24T14:20:41.7001416+07:00</CreateDate> <Remark>sample string 2</Remark> <Status>1</Status> <StudentID>deba93b4-f99c-4499-95ae-c9a52e8a5f1e</StudentID> <TravelBusID>c11194af-03b9-4af1-95d8-e40794a8a3c0</TravelBusID> <TravelStudentID>714235b9-ff7c-4ff6-aec3-571216e0c658</TravelStudentID> <UpdateBy>sample string 4</UpdateBy> <UpdateDate>2026-07-24T14:20:41.7001416+07:00</UpdateDate> </TransactionTravelStudent>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.