Post Credit Life

Post Credit Life

POST https://portal-staging.aiicoplc.com/api/services/app/CreditLifeProductService/PostCreditLifeSchedulearrow-up-right

Headers

Name
Type
Description

X-ApiKey

string

To be provided.

Content-Type

string

application/json

Request Body

Name
Type
Description

name

string

Customer Name

dateOfBirth

string

Customer Date of Birth

nin

string

Customer nin

loanAmount

number

Loan amount taken

gender

string

Customer Gender (male or female)

startDate

string

Loan commencement date

Sample Payload
{
  "name": "John Doen",
  "dateOfBirth": "1990-05-16T00:00:00",
  "nin": "12345678902",
  "loanAmount": 50000.00,
  "gender": "female",
  "startDate": "2026-02-01T00:00:00"
}

Last updated