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
  • 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. Agency Banking

Post Agency Banking Schedule

POST https://portal-staging.aiicoplc.com/api/services/app/AgencyBankingService/PostAgencyBankingSchedule

This endpoint Posts Agency Banking Schedule

Headers

Name
Type
Description

X-ApiKey*

String

To be provided

Content-Type*

String

application/json

Request Body

Name
Type
Description

titleId*

String

Refer to Get Titles

effectiveDate*

String

Policy effective date

subclassCovtTypeId*

String

Refer to Get Product SubClass Cover Types

productId*

String

Refer to Get Products

utilityBillUrl*

String

Utility bill image in base 64 string

utilityBillName*

String

Utility bill name

identificationUrl*

String

Valid Id image in base 64 string

identificationName*

String

Valid Id name

genderId*

String

Refer to Get Genders

address*

String

Customer address

email*

String

Customer email address

phoneNumber*

String

Customer phone number

lastName*

String

Customer last name

middleName*

String

Customer middle name

firstName*

String

Customer first name

{
    "result": {
        "titleId": null,
        "firstName": "Will",
        "middleName": null,
        "lastName": "Ojo",
        "phoneNumber": "innovation@aiicoplc.com",
        "email": "innovation@aiicoplc.com",
        "address": "Aiico Plaza, VI",
        "genderId": null,
        "identificationName": "National Id",
        "identificationUrl": "xxxx",
        "utilityBillName": "Light Bill",
        "utilityBillUrl": "xxxx",
        "productId": "8e12f5f1-723c-ec11-aed4-00bb608a4be7",
        "subclassSectCovtypeId": "0116931d-723c-ec11-aed4-00bb608a4be7",
        "moneySumInsured": 500000.0,
        "moneyRate": 0.5,
        "moneyPremium": 2500.0,
        "electronicEquipmentSumInsured": 100000.0,
        "electronicEquipmentRate": 1.75,
        "electronicEquipmentPremium": 1750.0,
        "totalPremium": 5000.00,
        "transactionRef": "AGB-0A5ABF",
        "userId": null,
        "clientId": "30d4d7b8-993c-ec11-9820-e42aac778601",
        "wef": "2021-11-03T11:20:15.187Z",
        "wet": "2022-11-02T11:20:15.187Z"
    },
    "targetUrl": null,
    "success": true,
    "error": null,
    "unAuthorizedRequest": false,
    "__abp": true
}
Sample Payload
{
  "titleId": "0a439e44-98cf-e711-83b7-44850015c0e7",
  "firstName": "John",
  "middleName": "A",
  "lastName": "Doe",
  "phoneNumber": "innovation@aiicoplc.com",
  "email": "innovation@aiicoplc.com",
  "address": "Aiico Plaza, VI",
  "genderId": "01439e44-98cf-e711-83b7-44850015c0e7",
  "identificationName": "National Id",
  "identificationUrl": "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEAYABgAAD/...",
  "utilityBillName": "Light Bill",
  "utilityBillUrl": "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEAYABgAAD/...",
  "productId": "8e12f5f1-723c-ec11-aed4-00bb608a4be7",
  "subclassSectCovtypeId": "0116931d-723c-ec11-aed4-00bb608a4be7",
  "effectiveDate": "2021-11-03T11:20:15.187Z"
}

Identification and UtilityBill Url are to be converted to Base 64.

PreviousGet GendersNextFinalize Partner Payment

Last updated 2 years ago