Post Motor Renewal Schedule

POST https://portal-staging.aiicoplc.com/api/services/app/MotorProductService/PostMotorRenewalSchedule

Headers

NameTypeDescription

X-ApiKey*

String

To be provided.

Content-Type*

String

application/json

Request Body

NameTypeDescription

wefDt*

String

Policy end date

wefDt*

String

Policy effective date

smsTel*

String

Customer Phone NUmber

lastName*

String

Customer Last Name

First Name*

String

Customer First Name

premiumAmount*

String

Vehicle Premium

bodyType*

String

Vehicle Body Type

model*

String

Vehicle Model

make*

String

Vehicle Make

regNo*

String

Vehicle Registration Number

pryEmail*

String

Customer Email

oldPolicyNumber*

String

Current Policy Number

{
    "result": {
        "regNo": "ABC1234XC",
        "make": "Ford",
        "model": "Escape",
        "cubicCap": null,
        "yrManft": null,
        "carryCap": null,
        "bodyType": "Jeep-Suv",
        "engineNo": null,
        "chasisNo": null,
        "color": null,
        "transactionRef": "MOT-BA9692",
        "premiumAmount": 200000.0,
        "vehicleAmount": 0.0,
        "partnerReference": null,
        "hash": null,
        "validityPeriod": null,
        "vehicleLicenseUrl": null,
        "utilityBillName": null,
        "utilityBillUrl": null,
        "identificationName": null,
        "identificationUrl": null,
        "firstName": "Test",
        "lastName": "Renewal",
        "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": "08168483478",
        "townId": null,
        "productId": "f1326cce-47e7-e711-a2be-005056a02281",
        "intermediaryId": null,
        "subclassSectCovtypeId": "2703f0f1-48c0-ea11-a336-005056a00da2",
        "titleId": null,
        "genderId": null,
        "clientCategoryId": null,
        "clientId": "59f26334-902a-ec11-981f-e42aac779982",
        "wefDt": "2021-05-15T00:00:00",
        "wetDt": "2022-05-14T00:00:00",
        "userId": null,
        "ravePublicKey": "FLWPUBK_TEST-f3baefc96eca4151eb435576c6e9bfd5-X",
        "interswitchMacKey": "E187B1191265B18338B5DEBAF9F38FEC37B170FF582D4666DAB1F098304D5EE7F3BE15540461FE92F1D40332FDBBA34579034EE2AC78B1A1B8D9A321974025C4",
        "interswitchPaymentUrl": "https://sandbox.interswitchng.com/webpay/pay",
        "interswitchProductId": "6204",
        "interswitchProductItemId": "103",
        "wemaBankMacKey": "7E410E2C6FAEB61C7A128026CB0160E4581F90194B72E609EDB46F8D4FFB1637",
        "wemaBankPaymentUrl": "https://apps.wemabank.com/GateWay",
        "referralCode": null,
        "paymentChannel": null,
        "beneficiaryFullname": null,
        "beneficiaryPhone": null,
        "beneficiaryDateOfBirth": null,
        "oldPolicyNumber": "110100292001",
        "clientShortDescription": null,
        "agentShortDescription": null,
        "isQuote": false
    },
    "targetUrl": null,
    "success": true,
    "error": null,
    "unAuthorizedRequest": false,
    "__abp": true
}
Sample Payload
{
  "regNo": "ABC1234XC",
  "make": "Ford",
  "model": "Escape",
  "bodyType": "Jeep-Suv",
  "premiumAmount": 200000,
  "firstName": "Test",
  "lastName": "Renewal",
  "pryEmail": "test@aiicoplc.com",
  "smsTel": "08168483478",
  "wefDt": "2021-05-15",
  "wetDt": "2022-05-14",
  "oldPolicyNumber": "110100292001"
}

Last updated