post https://sandbox.avinode.com/api/emptylegs/watches
An Empty Leg watch tells Avinode what empty legs you are interested in. Use in conjunction with Webhooks to receive notification when anything changes with matching empty legs.
Watch Configuration Example
{
"watchedSegments": [
{
"start": {
"airport": {
"icao": "EGGW"
}
},
"end": {
"countryCode": "SE"
}
}
],
"lifts": [
{
"aircraftCategory": "Midsize jet",
"priceExpectation": 0
}
],
"uniqueName": "Empty legs from Luton, London to Sweden",
"active": true,
"priced": true,
"verified": true,
"daysOut": 5
}