Trips
Create trip
This endpoint creates a trip object. A trip is a container object for all related PNRs associated with a trip.
post/v2/trips
Request body
Example request
{
"startDate": {
"iso8601": "2017-07-21"
},
"endDate": {
"iso8601": "2017-07-21"
}
}Response
Created
Changes
No recorded changes to this endpoint across all 5 revisions of this API.