post https://sandbox.avinode.com/api/emptylegs
This will create and post an Empty Leg to Avinode Marketplace, based on the provided payload.
Create an Empty Leg Example
{
"type": "emptyleg",
"lift": {
"aircraftTail": "SBX-7174"
},
"startAirport": {
"icao": "ESSA"
},
"endAirport": {
"icao": "EHAM"
},
"startDate": "2024-06-01T09:00:00Z",
"endDate": "2024-06-05T09:00:00Z",
"published": true,
"sellerMessage": "Empty Leg: ESSA - EHAM",
"sellerVerified": true,
"sellerPrice": "2500",
"sellerPriceCurrency": "USD"
}