Compute Travel Premium

Compute Travel Premium

POST https://portal-staging.aiicoplc.com/api/services/app/TravelProductService/ComputeNewTravelPremium

This endpoint computes Travel Premium.

Headers

Query Body

Ensure the destinationCountryId falls underneath the region for the SubClass see below:

  1. Gold & Premium Subclass goes hand in hand with countries underneath the Non-Schengen region only.

  2. Schengen & Schegen Plus Subclass goes hand in hand with countries underneath the Schengen region only.

  3. Africa Subclass goes hand in hand with countries underneath the African region only.

Sample Payload
{
  "dateOfBirth": "2022-05-13T10:32:24.597Z",
  "destinationCountryId": "6133ae6c-98e4-e711-83bb-44850015c0e4",
  "startDate": "2024-05-14T10:32:24.597Z",
  "endDate": "2024-05-19T10:32:24.597Z",
  "subclassSectCovtypeId": "bf67e9f9-0d0f-4b58-ce91-08dbe0359d81"
}
{
    "result": {
        "premium": 25222.00,
        "currency": "EUR",
        "currencySymbol": "€",
        "sumAssured": 100000.00,
        "excess": 100.00,
        "countryCategory": null
    },
    "targetUrl": null,
    "success": true,
    "error": null,
    "unAuthorizedRequest": false,
    "__abp": true
}

Last updated