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
  • Corporate Savings Plans
    • Get Genders
    • Post Corporate Savings Schedule
    • Life Policy Renewal Details
    • Post Life Renewal Schedule
  • 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. Corporate Savings Plans

Post Corporate Savings Schedule

PreviousGet GendersNextLife Policy Renewal Details

Last updated 7 days ago

Post Corporate Savings Schedule

POST

This endpoint post Corporate Saving Schedule

Headers

Name
Type
Description

X-ApiKey

string

To be provided.

Content-Type

string

application/json

Query Parameters

Name
Type
Description

title

string

Mr, Miss or Mrs

surName

string

Client's Surname

otherNames

string

Client's Other names

phoneNumber

string

Client's Phone number

email

string

Client's email address

dob

string

Client's date of birth

genderId

string

Refer to Get Genders

address

string

Client's address

paymentFrequency

string

Payment frequency

term

string

Policy duration

effectiveDate

string

Policy start date to be determined by Client

sumAssured

string

Sum assured to be determined by client

rateCode

string

Default to 2021213

premium

string

Premium to be determined by Client

policyFee

string

Policy Fee is dependent on Sum Assured

agentShortDescription

string

If applicable

identificationUrl

string

Valid Id image in base 64 string/a link

nextOfKinName

string

Next of Kin Name

nextOfKinPhone

string

Next of Kin Phone Number

nextOfKinRelationship

string

Next of Kin Relationship

nextOfKinAddress

string

Next of Kin Address

name

string

Beneficiary Full Name

phoneNumber

string

Beneficiary Phone Number

email

string

Beneficiary Email

address

string

Beneficiary Address

Minimum sum assured is 100,000 and Maximum;

Policy Fee is dependent on the Sum Assured. Policy Fee = 1,500 for every 100,000 i.e:

If Sum Assured = 200,000, Policy Fee will be 3,000

Minimum Term is

Frequency - Monthly, Quarterly, Semi-Annually, Annually

Sample Payload
{M
  "proposalRequest": {
    "title": "Mr",
    "surName": "Joe",
    "otherNames": "John Olu",
    "phoneNumber": "08100000000",
    "email": "innovation@aiicoplc.com",
    "dob": "01/Jan/1994",
    "gender": "01439e44-98cf-e711-83b7-44850015c0e7",
    "address": "Ikoyi",
    "rateCode": "2021213",
    "paymentFrequency": "Monthly",
    "effectiveDate": "05/May/2025",
    "sumAssured": "100000",
    "premium": "5000",
    "term": 2,
    "policyFee": 1500,
    "agentShortDescription": "",
    "identificationUrl": "xxxx",
    "nextOfKinName": "James Doe",
    "nextOfKinPhone": "08100000000",
    "nextOfKinRelationship": "Brother",
    "nextOfKinAddress": "Ikoyi",
    "beneficiaries": [
      {
        "name": "Jane Doe",
        "phoneNumber": "0810000000",
        "relationship": "Daughter",
        "address": "Ikoyi"
      }
    ]
  }
}
{
    "result": {
        "item1": "NCSP-3C6C64ABDA",
        "item2": "PCSP/HO/2025/047728"
    },
    "targetUrl": null,
    "success": true,
    "error": null,
    "unAuthorizedRequest": false,
    "__abp": true
}
https://portal-staging.aiicoplc.com/api/services/app/PremiumCalculator/PostEllaMobileNCSPSchedule