MyCoverGenius On-demand GIT

The policy covers the risks of loss of or damage to the goods insured caused by accident, burglary, collision, fire, or overturning while in transit.

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

Buy MyCoverGenius On-demand GIT Insurance

Use this end-point to buy MyCoverGenius On-demand GIT by MCG.

POST https://api.mycover.ai/v1/products/heirs/buy-git-ondemand

Request Body

NameTypeDescription

first_name*

string

First name

last_name*

string

Last name

email*

string

Valid email address

phone_number*

string

Valid phone number

address*

string

Company's address

product_id*

string

MCA id for this product

item_description*

string

Description of the item e.g "A Dozen of Iphone 14 pro max"

item_value*

number

Cost of the item

vehicle_plate_number

string

The plate number of the vehicle

vehicle_type

string

What type of vehicle? Acceptable values:

Truck, Car, Bus, Motorcycle, Tricycle

pickup_location

string

Where is the parcel picked up?

drop_off_location

string

Where is the parcel delivered?

shipping_date

string

Date of shipping

{
    "responseCode": 1,
    "responseText": "Purchase Successful",
    "data": {
        "policy": {
            "id": "8c6b5544-af81-451d-8faf-bb6e53085545",
            "app_mode": "test",
            "active": true,
            "first_name": "Masue",
            "last_name": "Eden",
            "email": "masus323@gmail.com",
            "dob": null,
            "phone": "09044556744",
            "start_date": "2024-02-13T00:00:00.000Z",
            "expiration_date": "2025-02-13T00:00:00.000Z",
            "activation_date": "2024-02-13T00:00:00.000Z",
            "distributor_id": "10cd1dac-3a5c-43ee-b935-641d53f9cb27",
            "customer_id": "02d02662-bcf5-461e-808b-a58df729fae7",
            "buyer_id": "02d02662-bcf5-461e-808b-a58df729fae7",
            "product_id": "efb0811d-1e4b-453c-a26d-2726f0a1b7a7",
            "product_category_id": "14fb5968-48d2-49ac-88a8-0ee40e01fcca",
            "provider_id": "63dbfce7-a743-47bd-bc49-b95703054aa1",
            "meta": {
                "payload": {
                    "email": "masus323@gmail.com",
                    "phone": "09044556744",
                    "address": "Adeolu str Abuja ",
                    "last_name": "Eden",
                    "first_name": "Masue",
                    "item_value": 400000,
                    "vehicle_type": "Truck",
                    "pickup_location": "Idumota Lagos",
                    "item_description": "A Dozen of Iphone 14 pro max",
                    "drop_off_location": "Maryland Ikeja",
                    "vehicle_plate_number": "JJJ8877"
                },
                "policy_number": "HRS/GIT/2024/2/JEI301717",
                "certificate_url": null,
                "provider_policy_id": null
            },
            "genius_price": 2000,
            "market_price": 2000,
            "purchase_id": "cee5e888-b899-4a87-9eae-dabf857edba9",
            "profit": 400,
            "submitted_to_provider": true,
            "updated_at": "2024-02-13T09:19:15.242Z",
            "created_at": "2024-02-13T09:19:15.242Z",
            "deleted_at": null,
            "inspection_id": null
        }
    }
}
Sample Request Payload
{
    "first_name": "Masue",
    "last_name": "Eden",
    "email": "masus323@gmail.com",
    "phone_number": "09044556744",
    "address": "Adeolu str Abuja",
    "shipping_date": "2024-01-14",
    "item_description": "A Dozen of iPhone 14 pro max",
    "item_value": 400000,
    "vehicle_plate_number": "JJJ8877",
    "vehicle_type": "Truck",
    "pickup_location": "Idumota Lagos",
    "drop_off_location": "Maryland Ikeja",
    "product_id": "efb0811d-1e4b-453c-a26d-2726f0a1b7a7"
}

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

pageAuxiliary

Last updated