Download OpenAPI specification:Download
This endpoint will provide a quote for a given shipment. The quote will be valid for 1 hour. Indicate whether it is an air or maritime shipment and provide the necessary details. The response will include the premium amount, the available limit, the expiration time of the quote, and the quote ID to be used for binding. For Air shipments, either the AWB number or the flight number is required. For Maritime shipments, either the container ID or the Bill of Lading, and carrier code are required. Must provide the customer details: for new customers, an ID and company Name and country of domicile are required. For existing customers, provide the customer ID or name only.
Successful quote provided
Bad request for quote
Unauthorized request
Shipment not found
{- "transportMode": "air",
- "shipment": {
- "awb": "string",
- "flightNumber": "string",
- "departureDate": "string",
- "arrivalDate": "string",
- "origin": "string",
- "destination": "string",
- "carrierCode": "string",
- "limit": 0,
- "productType": "12hour"
}, - "customerEmail": "string",
- "customerName": "string",
- "customerId": "string",
- "customerCountry": "string",
- "commodityType": "string",
- "markupRate": 0,
- "listPremium": 0
}{- "quoteId": "string",
- "shipment": {
- "awb": "string",
- "flightNumber": "string",
- "departureDate": "string",
- "arrivalDate": "string",
- "origin": "string",
- "destination": "string",
- "carrierCode": "string",
- "limit": 0,
- "productType": "12hour"
}, - "availableLimit": 0,
- "premiumRate": 0,
- "premiumAmount": 0,
- "markupRate": 0,
- "insuredName": "string",
- "expires": "2019-08-24T14:15:22Z"
}Policy successfully bound
Bad request, must have existing quote
Unauthorized request
Quote not found
{- "quoteId": "string"
}{- "id": "string",
- "status": "string",
- "shipment": {
- "awb": "string",
- "flightNumber": "string",
- "departureDate": "string",
- "arrivalDate": "string",
- "origin": "string",
- "destination": "string",
- "carrierCode": "string",
- "limit": 0,
- "productType": "12hour"
}, - "insuredName": "string",
- "premiumAmount": 0
}