Update Distance Targeting Geometry

Why Update Distance Targeting Geometry?

When you are working with distance targeting, you may occasionally wish to update the distance targeting geometry object to improve targeting for a flight. The Kevel API enables you to update the geometry object by using the Update Distance Targeting Geometry endpoint and making changes by making a PUT request to the endpoint and including the changes you would like to make to the geometry object.

This API call will then update the Distance targeting geometry object associated with the flight specified.

API Syntax

When using the Update Distance Targeting Geometry API endpoint, it is important to understand the syntax required to make the request. Because the Kevel API is a RESTful API, there is a specific request format that must be followed to ensure the endpoint can process the request. The format is:

PUT https://api.kevel.co/v1/flight/{FlightID}/distance/{GeometryID}

Where:

  • PUT - the type of API request being made.
  • https://api.kevel.co - the URL for the request.
  • v1 - the API version.
  • flight- the API endpoint being called.
  • FlightID - the ID associated with the flight.
  • distance - the distance targeting geometry object that contains the Distance, Latitude, Longitude, and StreetAddress body parameters used for distance targeting.
  • GeometryID - The ID of the Distance Targeting geometry
Language
Authorization
Header