LogoLogo
  • Welcome
  • Authentication
  • Motor Insurance
    • Private Motor Third Party
      • Get Products
      • Get Product Sub Class Cover
      • Get Titles
      • Get Genders
      • Get Body Types
      • Get Vehicle details
      • Get Color List
      • Get Manufacture Year
      • Get vehicle Make
      • Get Vehicle Make Model
      • Compute Third Party Motor Premium
      • Post Motor Schedule
      • Finalize Partner Payment
    • Private Motor Comprehensive
      • Get Products
      • Get Product SubClass Cover
      • Get Titles
      • Get Genders
      • Get Body Types
      • Get Vehicles details
      • Get Color List
      • Get Manufacture Year
      • Get Vehicle Make
      • Get Vehicle Make Model
      • Post Motor Schedule
      • Finalize Partner Payment
  • Travel
    • Get Travel SubClass Cover
    • Get Titles
    • Get Genders
    • Get Countries
    • Compute Travel Premium
    • Post Travel Schedule
    • Finalize Partner Payment
  • Personal Accident
    • Get Products
    • Get Product SubClass Cover Types
    • Get Titles
    • Get Genders
    • Get Personal Accident Rates
    • Post Personal Accident Schedule
    • Finalize Partner Payment
  • Home Content
    • Get Products
    • Get Product SubClass Cover Types
    • Get Titles
    • Get Genders
    • Get All LGA
    • Post Home Content Schedule
    • Finalize Partner Payment
  • Shop Content
    • Get Products
    • Get Product SubClass Cover Types
    • Get Titles
    • Get Genders
    • Get All LGA
    • Post Shop Content Schedule
    • Finalize Partner Payment
  • Office Content
    • Get Products
    • Get Product SubClass Cover Types
    • Get Titles
    • Get Genders
    • Get All LGA
    • Post Office Content Schedule
    • Finalize Partner Payment
  • Agency Banking
    • Get Products
    • Get Product Subclass Cover
    • Get Titles
    • Get Genders
    • Post Agency Banking Schedule
    • Finalize Partner Payment
    • Get Agency Banking Status
  • Domestic Travel
    • Domestic Air Travel
    • Air Travel v2
    • Domestic Bus Travel
      • Buy Domestic Bus Travel
      • Finalize Partner Payment
  • Occupier Liability
    • Occupier Liability
  • Hopsital Cash
    • Get Products
    • Get Product SubClass Cover Types
    • Get Titles
    • Get Genders
    • Get All LGA
    • Get Hospital for LGA
    • Post Hospital Cash Schedule
    • Finalize Partner Payment
  • Medical Expense
    • 9 Mobile Medical Expense
      • Post Medical Expense Schedule
  • Claims
    • Auto Claim
    • Travel Claim
    • Life Claim
  • Life Renewal
    • Get Life Policy Renewal Details
    • Post Life Renewal Schedule
    • Finalize Partner Payment
  • Loan Repayment
    • Get Loan List Repayment Details
    • Get Loan Repayment Details
    • Post LifeRenewal Schedule
    • Finalize Partner payment
  • Motor Renewal
    • Get Renewal Details
    • Post Motor Renewal Schedule
    • Finalize Partner Payment
  • Woman Health Plan
    • Get Products
    • Get Product SubClass Types
    • Get Titles
    • Get Marital Status
    • Get Genders
    • Get All LGA
    • Post Health Plan
  • NowNow/Doktor Connect
    • Post Doktor Connect Schedule
  • Bringbox
    • Post BringBox Requisitions
    • Post Bringbox Beneficiary
Powered by GitBook
On this page
  1. Motor Insurance
  2. Private Motor Comprehensive

Get Product SubClass Cover

Get Product SubClass Cover

GET https://portal-staging.aiicoplc.com/api/services/app/ProductService/GetProductSubClassCoverTypes?productId=f1326cce-47e7-e711-a2be-005056a02281

This endpoint returns the product features and benefits.

Query Parameters

Name
Type
Description

ProductId*

String

ProductID(Refer to Get Products)

Headers

Name
Type
Description

X-ApiKey*

string

To be Provided.

Content-Type*

string

application/json

{
    "result": [
        {
            "subClassCoverTypes": {
                "productId": "f1326cce-47e7-e711-a2be-005056a02281",
                "id": "02baaf3b-47e7-e711-a2be-005056a02281",
                "productName": "Private Motor Comprehensive",
                "subClassName": "Private Motor Comprehensive",
                "coverTypeName": "Auto Royale",
                "description": "Auto Royale",
                "benefit": null,
                "rate": 5.00,
                "fixed": false,
                "sectionType": "SI"
            },
            "benefits": [
                {
                    "name": "Theft",
                    "description": "Covered"
                },
                {
                    "name": "Fire damage",
                    "description": "Covered"
                },
                {
                    "name": "Own Accidental damage",
                    "description": "Covered"
                },
                {
                    "name": "3rd party property damage",
                    "description": "Up to 3 Million"
                },
                {
                    "name": "3rd party bodily injury",
                    "description": "Covered"
                },
                {
                    "name": "Medical refund",
                    "description": "Up to 100,000.00"
                },
                {
                    "name": "Loss of personal effects",
                    "description": "20,000.00"
                },
                {
                    "name": "Authorized repair limit",
                    "description": "2.5% of value"
                },
                {
                    "name": "Refund for hired vehicle after an accident/theft",
                    "description": "Not Covered"
                },
                {
                    "name": "Excess Buy Back",
                    "description": "Covered"
                },
                {
                    "name": "Towing limit",
                    "description": "Up to N20,000.00"
                },
                {
                    "name": "Tracking Installation",
                    "description": "Free for Sum Insured above N4m"
                },
                {
                    "name": "Loss of Car Accessories  when the vehicle is stolen",
                    "description": "Covered"
                },
                {
                    "name": "Flood Extension",
                    "description": "0.5% of value"
                },
                {
                    "name": "Riot, Strike and Civil Commotion",
                    "description": "Covered"
                }
            ]
        }
    ],
    "targetUrl": null,
    "success": true,
    "error": null,
    "unAuthorizedRequest": false,
    "__abp": true
}
{
    "result": null,
    "targetUrl": null,
    "success": false,
    "error": {
        "code": 0,
        "message": "Your request is not valid!",
        "details": "The following errors were detected during validation.\r\n - The value 'f1326cce-47e7-e711-a2be-005056a0228' is not valid.\r\n",
        "validationErrors": [
            {
                "message": "The value 'f1326cce-47e7-e711-a2be-005056a0228' is not valid.",
                "members": [
                    "productId"
                ]
            }
        ]
    },
    "unAuthorizedRequest": false,
    "__abp": true
}

PreviousGet ProductsNextGet Titles

Last updated 2 months ago