Trips

Trips form the basis of scheduling data. After a trip has been created, individual flights (legs) can be added to it.

/Trips/

HTTP PUT Service Accounts

Creates a new trip or updates an existing one.

Input

Field Type Constraints Detail
tripId Mapped ID Required
name String 100 A name for the trip; if this value is omitted, the auto-generated ID for the trip will be used instead.
isTheoretical Boolean If true, the trip will be marked as theoretical and may be excluded from certain queries. Set to true when quoting a trip or for any trip that will not actually fly. This prevents a domain’s aggregated safety analytics from being skewed.

Sample Payload


/Trips/

HTTP DELETE Service Accounts

Deletes a trip and all its legs.

If any of the legs on the trip have been flown, it is preferable to not delete the whole trip (consider deleting unflown legs instead).

All risk assessments associated with all the trip's legs will be deleted.

Input

Field Type Constraints Detail
tripId Mapped ID Required

API Version 14.1.9203.25168

Copyright ©2008-2025 Polaris Aero, LLC.