v1

latestOpenAPI 3.1.02026-07-2616636641.7 KB

Update Site/Zone Targeting

put/v1/flight/{FlightID}/sitezonetargeting/{SiteZoneTargetingID}

Path parameters

FlightIDinteger required

The ID of the Flight

SiteZoneTargetingIDinteger required

ID of the Site/Zone Targeting parameter. You can pull it through the Get Flight endpoint if don't have.

Request body

SiteIDinteger

ID of the Site

ZoneIDinteger

ID of the Zone

isExcludeboolean

Whether you want to include or exclude

Response

200

Idinteger
FlightIdinteger
SiteIdinteger
ZoneIdinteger
IsExcludeboolean

Example response

{
  "Id": 98765,
  "FlightId": 12345,
  "SiteId": 678,
  "ZoneId": 910
}