Coronation

Connect the following endpoint to buy and manage content insurance from Coronation.

Certain properties obtain their values from supplementary endpoints. Refer to the Auxiliary page for a list of these additional endpoints.

Buy Home Content Cover

Buy Coronation home content cover for your customers.

POST https://api.mycover.ai/v1/products/coronation/buy-home-content

Request Body

NameTypeDescription

total_item_cost*

number

Enter the total cost of all items insured. This will be validated against the actual sum of all items provided subsequently.

home_items*

array

An array of object, this is the list of items insured. The structure is like this: {

name: string;

amount: number;

}[];

address*

string

The house address

gender*

string

The house owner's gender e.g Male

first_name*

string

Owner's first name

last_name*

string

Owner's last name

email*

string

Owner's email

phone_number*

string

Owner's phone number

date_of_birth*

string

Owner's date of birth

product_id*

string

The product's UID

{
    "responseCode": 1,
    "responseText": "Purchase Successful",
    "data": {
        "policy": {
            "id": "3397be8f-b12b-4c71-808a-2722c2e60b13",
            "app_mode": "test",
            "active": true,
            "first_name": "Ken",
            "last_name": "Jimmy",
            "email": "glitzyken127@gmail.com",
            "dob": "2004-03-09",
            "phone": "08034543344",
            "start_date": "2023-12-15T00:00:00.000Z",
            "expiration_date": "2024-12-14T00:00:00.000Z",
            "activation_date": "2023-12-15T00:00:00.000Z",
            "distributor_id": "10cd1dac-3a5c-43ee-b935-641d53f9cb27",
            "customer_id": "4c52a4b8-5a68-4472-8a6a-a0946e4cd122",
            "buyer_id": "4c52a4b8-5a68-4472-8a6a-a0946e4cd122",
            "product_id": "48340c74-fc6f-42f5-a0d2-66800b22dabb",
            "product_category_id": "9e9d5fe0-2129-41a5-9f44-9c9fe90b3855",
            "provider_id": "63dbfce7-a743-47bd-bc49-b95703054aa1",
            "meta": {
                "payload": {
                    "quotePayload": {
                        "Email": "xgq.glitzyken127@gmail.com",
                        "Duration": 12,
                        "LastName": "Jimmy",
                        "FirstName": "Ken",
                        "PhoneNumber": "08034543344",
                        "ProductCode": "3002_IND",
                        "quoteInfoDetails": [
                            {
                                "category": "Content",
                                "itemName": "LG OLED Television",
                                "assetType": "Movable",
                                "coverType": "Fire and Burglary",
                                "sumInsuredValue": 250000,
                                "itemContactAddress": "No 32 Bambola Street Oke-ira Ikeja Lagos"
                            },
                            {
                                "category": "Content",
                                "itemName": "Samsung Air conditioner",
                                "assetType": "Movable",
                                "coverType": "Fire and Burglary",
                                "sumInsuredValue": 100000,
                                "itemContactAddress": "No 32 Bambola Street Oke-ira Ikeja Lagos"
                            },
                            {
                                "category": "Content",
                                "itemName": "Google Advance Home Assistance device",
                                "assetType": "Movable",
                                "coverType": "Fire and Burglary",
                                "sumInsuredValue": 150000,
                                "itemContactAddress": "No 32 Bambola Street Oke-ira Ikeja Lagos"
                            }
                        ]
                    },
                    "policyPayload": {
                        "Gender": "Male",
                        "Address": "No 32 Bambola Street Oke-ira Ikeja Lagos",
                        "quoteId": "39cd042bd94dbb7b4458826b8",
                        "Occupation": "N/A",
                        "DateofBirth": "2004-03-09",
                        "premiumPaymentFrequency": "A"
                    }
                },
                "policy_number": "DV189582309759",
                "certificate_url": "https://coronationresourcefiles.blob.core.windows.net/coronationfiles/Ken-Jimmy-DV189582309759.pdf",
                "provider_policy_id": "482759238413"
            },
            "genius_price": 3250,
            "market_price": 3250,
            "purchase_id": "2e45f7de-4990-4ee8-b651-df8505835043",
            "profit": 650,
            "submitted_to_provider": true,
            "updated_at": "2023-12-15T13:34:50.315Z",
            "created_at": "2023-12-15T13:34:16.446Z",
            "deleted_at": null,
            "inspection_id": null
        }
    }
}
Sample payload
{
    "first_name": "Ken",
    "last_name": "Jimmy",
    "email": "glitzyken127@gmail.com",
    "phone_number": "08034543344",
    "date_of_birth": "2004-03-09",
    "gender": "Male",
    "total_item_cost": 500000,
    "address": "No 32 Bambola Street Oke-ira Ikeja Lagos",
    "home_items": [
        {
            "name": "LG OLED Television",
            "amount": 250000
        },
        {
            "name": "Samsung Air conditioner",
            "amount": 100000
        },
        {
            "name": "Google Advance Home Assistance device",
            "amount": 150000
        }
    ],
    "product_id": "48340c74-fc6f-42f5-a0d2-66800b22dabb"
}

Buy Building Cover

Buy Coronation building cover for your customers.

POST https://api.mycover.ai/v1/products/coronation/buy-building-cover

Request Body

NameTypeDescription

total_item_cost*

number

Enter the total cost of all items insured. This will be validated against the actual sum of all items provided subsequently.

buildings*

array

An array of object, this is the list of items insured. The structure is like this: {

name: string;

location: string;

value: number;

}[];

address*

string

The house address

gender*

string

The house owner's gender e.g Male

first_name*

string

Owner's first name

last_name*

string

Owner's last name

email*

string

Owner's email

phone_number*

string

Owner's phone number

date_of_birth*

string

Owner's date of birth

product_id*

string

The product's UID

{
    "responseCode": 1,
    "responseText": "Purchase Successful",
    "data": {
        "policy": {
            "id": "445cbdf8-a098-4df5-8846-0eb14772523f",
            "app_mode": "test",
            "active": true,
            "first_name": "Ken",
            "last_name": "Jimmy",
            "email": "glitzyken127@gmail.com",
            "dob": "2004-03-09",
            "phone": "08034543344",
            "start_date": "2023-12-18T00:00:00.000Z",
            "expiration_date": "2024-12-17T00:00:00.000Z",
            "activation_date": "2023-12-18T00:00:00.000Z",
            "distributor_id": "10cd1dac-3a5c-43ee-b935-641d53f9cb27",
            "customer_id": "4c52a4b8-5a68-4472-8a6a-a0946e4cd122",
            "buyer_id": "4c52a4b8-5a68-4472-8a6a-a0946e4cd122",
            "product_id": "59340c74-fc6f-42f5-a0d2-66800b22dacc",
            "product_category_id": "9e9d5fe0-2129-41a5-9f44-9c9fe90b3855",
            "provider_id": "63dbfce7-a743-47bd-bc49-b95703054aa1",
            "meta": {
                "payload": {
                    "quotePayload": {
                        "Email": "jkv.glitzyken127@gmail.com",
                        "Duration": 12,
                        "LastName": "Jimmy",
                        "FirstName": "Ken",
                        "PhoneNumber": "08034543344",
                        "ProductCode": "2002_IND",
                        "quoteInfoDetails": [
                            {
                                "category": "Building",
                                "itemName": "LG OLED Television",
                                "assetType": "Non-Movable",
                                "sumInsuredValue": 250000,
                                "itemContactAddress": "No 32 Bambola Street Oke-ira Ikeja Lagos"
                            },
                            {
                                "category": "Building",
                                "itemName": "Samsung Air conditioner",
                                "assetType": "Non-Movable",
                                "sumInsuredValue": 100000,
                                "itemContactAddress": "No 32 Bambola Street Oke-ira Ikeja Lagos"
                            }
                        ]
                    },
                    "policyPayload": {
                        "Gender": "Male",
                        "Address": "No 32 Bambola Street Oke-ira Ikeja Lagos",
                        "quoteId": "e32ef47c3a89a3bb221115f53",
                        "Occupation": "N/A",
                        "DateofBirth": "2004-03-09",
                        "premiumPaymentFrequency": "A"
                    }
                },
                "policy_number": "DV529934144273",
                "certificate_url": "https://coronationresourcefiles.blob.core.windows.net/coronationfiles/Ken-Jimmy-DV529934144273.pdf",
                "provider_policy_id": "737986663874"
            },
            "genius_price": 875,
            "market_price": 875,
            "purchase_id": "f2c2792d-7008-4ca1-a4ec-97810c789066",
            "profit": 175,
            "submitted_to_provider": true,
            "updated_at": "2023-12-18T11:19:46.453Z",
            "created_at": "2023-12-18T11:19:15.855Z",
            "deleted_at": null,
            "inspection_id": null
        }
    }
}
Sample Payload
{
    "first_name": "Ken",
    "last_name": "Jimmy",
    "email": "glitzyken127@gmail.com",
    "phone_number": "08034543344",
    "date_of_birth": "1995-03-09",
    "gender": "Male",
    "address": "No 32 Bambola Street Oke-ira Ikeja Lagos",
    "total_asset_cost": 350000,
    "buildings": [
        {
            "name": "LG OLED Television",
            "location": "No 32 Bambola Street Oke-ira Ikeja Lagos",
            "value": 250000
        },
        {
            "name": "Samsung Air conditioner",
            "location": "No 32 Bambola Street Oke-ira Ikeja Lagos",
            "value": 100000
        }
    ],
    "product_id": "59340c74-fc6f-42f5-a0d2-66800b22dacc"
}
pageAuxiliary

Certain properties obtain their values from supplementary endpoints. Refer to the Auxiliary page for a list of these additional endpoints.

Last updated