Post Home Content Schedule

Get Post Home Content Schedule

POST https://portal-staging.aiicoplc.com/api/services/app/HouseholdProductService/PostHomeSchedule

This endpoint Post Home Content Schedule.

Query Parameters

NameTypeDescription

identificationName*

string

Valid Id name

identificationUrl*

string

Valid Id image in base 64 string

utilityBillName*

string

Utility bill name

utilityBillName*

string

Utility bill image in base 64 string

preOwnership*

string

type of ownership

tenancy*

string

type of tenancy

description*

string

apartment description

homeItems*

array

list of items

lgaId*

string

Refer to Get all LGA

isFullYear*

boolean

true or false

valueOfContents*

string

Contents Total value

firstName*

string

First Name

lastName*

string

Last Name

dateOfBirth*

string

Date of birth

pryEmail*

string

Email Address

physicalAddrs*

string

Physical address

smsTel*

string

Phone number

subClassSectCovtypeIdId*

string

Refer to Get Product SubClass Cover Types

ProductId*

string

Refer to Get Products

titleId*

string

Refer to Get Titles

genderId*

string

Refer to Get Genders

wef*

string

Start date of Home Content Insurance

wet*

string

End date of Home Content Insurance

Headers

NameTypeDescription

X-ApiKey*

string

To be provided.

Content-Type*

string

application/json

{
    "result": {
        "preOwnership": "Tenant",
        "tenancy": "Multi-tenanted",
        "description": "single flat",
        "address": null,
        "postalAddress": null,
        "premiumAmount": 10000.00,
        "sumAssured": 2000000.0,
        "homeItems": null,
        "transactionRef": "HME-EA2C75",
        "subclassSectCovtypeId": "3f439e93-5d25-e811-a2cc-005056a02281",
        "lgas": null,
        "titles": null,
        "gender": null,
        "lgaId": "f833ae6c-98e4-e711-83bb-44850015c0e4",
        "isFullYear": false,
        "valueOfContents": "80000",
        "firstName": null,
        "lastName": null,
        "dateOfBirth": null,
        "pryEmail": null,
        "branchId": "15439e44-98cf-e711-83b7-44850015c0e7",
        "domiciledCountry": "00000000-0000-0000-0000-000000000000",
        "dlNo": null,
        "dlIssueDate": null,
        "yearsOfDrvExperience": null,
        "physicalAddrs": null,
        "smsTel": null,
        "townId": null,
        "productId": "52f33528-6325-e811-a2cc-005056a02281",
        "intermediaryId": null,
        "titleId": null,
        "genderId": null,
        "clientCategoryId": null,
        "clientId": "cfba7c69-705c-ea11-a2c0-005056a06414",
        "wef": "2019-05-08T12:32:42.17Z",
        "wet": "2020-05-07T12:32:42.17Z",
        "userId": null,
        "ravePublicKey": "FLWPUBK-c674c68d40a0cb428926869498f14171-X",
        "interswitchMacKey": "E187B1191265B18338B5DEBAF9F38FEC37B170FF582D4666DAB1F098304D5EE7F3BE15540461FE92F1D40332FDBBA34579034EE2AC78B1A1B8D9A321974025C4",
        "interswitchPaymentUrl": "https://sandbox.interswitchng.com/webpay/pay",
        "wemaBankMacKey": "7E410E2C6FAEB61C7A128026CB0160E4581F90194B72E609EDB46F8D4FFB1637",
        "wemaBankPaymentUrl": "https://apps.wemabank.com/GateWay",
        "partnerReference": null,
        "hash": null,
        "isWemaBank": false,
        "referralCode": null,
        "beneficiaryFullname": null,
        "beneficiaryPhone": null,
        "utilityBillName": "Light",
        "utilityBillUrl": "12144124*gaihauvyERTHBW524275245fguiahfua",
        "identificationName": "National ID Card",
        "identificationUrl": "gu982u8wjkBRYTRRWY745272254YYuwuiw"
    },
    "targetUrl": null,
    "success": true,
    "error": null,
    "unAuthorizedRequest": false,
    "__abp": true
}
Sample Payload
{
"preOwnership": "Tenant",
"tenancy": "Multi-tenanted",
"description": "single flat",
"address": "ogba",
"homeItems": [
{
"name": "FAN",
"amount": 30000
},
{
"name": "Gas Cooker",
"amount": 50000
}
],
"lgaId": "f833ae6c-98e4-e711-83bb-44850015c0e4",
"isFullYear": true,
"valueOfContents": "80000",
"firstName": "John",
"lastName": "Doe",
"dateOfBirth": "2000-01-01",
"pryEmail": "innovation@aiicoplc.com",
"physicalAddrs": "Ikeja",
"smsTel": "08038231099",
"subclassSectCovtypeId": "3f439e93-5d25-e811-a2cc-005056a02281",
"productId": "52f33528-6325-e811-a2cc-005056a02281",
"titleId": "08439e44-98cf-e711-83b7-44850015c0e7",
"genderId": "02439e44-98cf-e711-83b7-44850015c0e7",
"wef": "2019-05-08T12:32:42.170Z",
"wet": "2020-05-07T12:32:42.170Z",
"utilityBillName": "Light",
"utilityBillUrl": "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEAYABgAAD/...",
"identificationName": "National ID Card",
"identificationUrl": "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEAYABgAAD/..."
}
  1. For half year, kindly change the value of "isFullYear" to false.

  2. WefDt means policy start date, while WetDt means policy end date. The WetDt = (WefDt + One year) - One day

Last updated