# Generate Quote (deprecated) Create a new quote (Deprecated) Endpoint: POST /api/external/webQuote/create Version: 1.5.0 Security: API_AUTHENTICATION ## Request fields (application/json): - `comment` (string) - `company` (string) - `country` (string) - `countryCode` (string) - `email` (string) - `firstname` (string) - `lastname` (string) - `phone` (string) - `sectors` (array) - `sectors.departureDatetime` (string) - `sectors.from` (object) - `sectors.from.icao` (string) - `sectors.from.name` (string) - `sectors.passengers` (integer) - `sectors.to` (object) - `title` (string) ## Response 200 fields (application/json): - `code` (integer) - `data` (string) - `message` (string)