HTTP POST Service Accounts
Creates a new position report.
FlightRisk can associate the position report with a risk assessment or a trip by examining the following pieces of information.
legId
flightPlanId
tailId
departureAirfieldCode
and arrivalAirfieldCode
If none of these values are provided, FlightRisk will still accept the position report but may be unable to use it.
Field | Type | Constraints | Detail |
---|---|---|---|
tailId | Mapped ID | Required | The caller's ID for the tail to which the report should be associated. |
legId | Mapped ID | The ID of a leg belonging to a trip that has been synchronized with FlightRisk. | |
departureAirfieldCode | Airfield Code | ||
arrivalAirfieldCode | Airfield Code | ||
type | String | Required |
Accepted Values
|
date | Date | Required | |
latitude | Decimal | ||
longitude | Decimal |
HTTP Status | Data |
---|---|
200 | |
201 |
var payload = { tailId: "456", date: "2014-01-1T01:30:07Z", departureAirfieldCode: "KPHX", arrivalAirfieldCode: "KDEN", latitude: 33.26, longitude: 112.569, type: "on" };
API Version 14.1.9203.25168
Copyright ©2008-2025 Polaris Aero, LLC.