Get Product Subclass Cover
GET
https://portal-staging.aiicoplc.com/api/services/app/ProductService/GetProductSubClassCoverTypes?productId=8e12f5f1-723c-ec11-aed4-00bb608a4be7
This endpoint returns the product features and benefits.
Headers
Name
Type
Description
X-ApiKey*
String
To be provided
Content-Type*
String
application/json
{
"result": [
{
"subClassCoverTypes": {
"productId": "8e12f5f1-723c-ec11-aed4-00bb608a4be7",
"id": "0116931d-723c-ec11-aed4-00bb608a4be7",
"productName": "Agency Banking Insurance",
"subClassName": "Agency Banking Insurance",
"coverTypeName": "Agency Banking",
"description": "Agency Banking Insurance",
"benefit": null,
"rate": 5000.00,
"fixed": true,
"sectionType": "SI"
},
"benefits": [
{
"name": "Money Sum Insured",
"description": "up to 500,000"
}
]
}
],
"targetUrl": null,
"success": true,
"error": null,
"unAuthorizedRequest": false,
"__abp": true
}
Last updated