POST api/Trip/InsertTripDetail
Request Information
URI Parameters
None.
Body Parameters
InsertTrtipData| Name | Description | Type | Additional information |
|---|---|---|---|
| agnet_id | integer |
None. |
|
| trip_id | integer |
None. |
|
| trip_no | string |
None. |
|
| transport_id | integer |
None. |
|
| created_date | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"agnet_id": 1,
"trip_id": 2,
"trip_no": "sample string 3",
"transport_id": 4,
"created_date": "2025-12-11T02:46:57.7741251+00:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.