curl --location --request PUT 'https://tbd/api/v1/HandlingRequest/PutHandlingRequest' \ --header 'Content-Type: application/json' \ --header 'Authorization: Bearer e******I' \ --data '{ "SchemaVersion": "3", "BatchNumber": "1", "FboName": "FBO-Demo", "HandlingStationIcao": "EHAM", "GeneratedUTC": { "Iso8601": "2024-12-30T09:57:01.407Z" }, "Requests": [ { "TripNumber": "TRIP 12345", "DebtorName": "12Fly", "OperatorName": "12Fly", "NotesFromCustomer": null, "Legs": [ { "OperatorsHandlingNumber": "2222", "Registration": "NTEST", "AircraftTypeIcaoCode": "GLF4", "FlightNumber": null, "DepartureStationIcao": "KTEB", "ArrivalStationIcao": "EHAM", "StdUtc": { "Iso8601": "2025-01-23T13:00:00Z" }, "StaUtc": { "Iso8601": "2025-01-23T19:40:00Z" }, "PaxCount": "2", "CrewCount": "3", "IsCancelled": false, "CrewMembers": [ { "Name": "BILLY BIRNFELD", "DateOfBirth": { "Date": "1966-11-17" }, "TravelDocumentNumber": "RMC3UV1TV", "TravelDocumentType": "Passport", "TravelDocumentDateOfIssue": { "Date": "2014-07-07" }, "TravelDocumentExpiryDate": { "Date": "2026-03-15" }, "TravelDocumentIssuingCountryIso3": "USA", "NationalityCountryIso3": "RWA", "PlaceOfBirth": null, "CrewTypeIndicator": "CAPT", "MiddleName": null, "LastName": "BIRNFELD", "FirstName": "BILLY" } ], "Passengers": [ { "Name": "MARCEL BARBI", "DateOfBirth": { "Date": "1956-06-26" }, "TravelDocumentNumber": "LV07Q41QZ", "TravelDocumentType": "Passport", "TravelDocumentDateOfIssue": { "Date": "2011-09-15" }, "TravelDocumentExpiryDate": { "Date": "2023-03-30" }, "TravelDocumentIssuingCountryIso3": "USA", "NationalityCountryIso3": "FRA", "PlaceOfBirth": null, "MiddleName": null, "LastName": "BARBI", "FirstName": "MARCEL" } ], "ServiceRequests": [ { "Supplier": "CHAUFFEURS", "OrderNumber": "2222.1", "Description": "TRANSPORTATION HAS BEEN ARRANGED WITH CHAUFFEURS" }, { "Supplier": "SLOTS", "OrderNumber": "2222.2", "Description": "PLEASE ARRANGE AND CONFIRM ARRIVAL SLOTS." } ] }, { "OperatorsHandlingNumber": "2222", "Registration": "NTEST", "AircraftTypeIcaoCode": "GLF4", "FlightNumber": null, "DepartureStationIcao": "EHAM", "ArrivalStationIcao": "LSGG", "StdUtc": { "Iso8601": "2025-01-26T19:40:00Z" }, "StaUtc": { "Iso8601": "2025-01-26T22:40:00Z" }, "PaxCount": 0, "CrewCount": "2", "IsCancelled": false, "CrewMembers": [], "Passengers": [], "ServiceRequests": [ { "Supplier": "", "OrderNumber": "", "Description": "Fuel" } ] } ] } ], "Dispatcher": {} } '