Compute Travel Premium
Compute Travel Premium
POST
https://portal-staging.aiicoplc.com/api/services/app/TravelProductService/ComputeNewTravelPremium
This endpoint computes Travel Premium.
Headers
Name
Type
Description
X-ApiKey*
string
To be provided
Content-Type*
string
application/json
Query Body
Name
Type
Description
dateOfBirth*
String
Traveler's date of birth
destinationCountryId*
String
Destination Country (Refer to Get Countries)
startDate*
String
start date of the insurance
endDate*
String
end date of the insurance
subclassSectCovtypeId
String
Subclass Id (Refer to Travel SubclassCoverTypes)
{
"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"
}
Last updated