Post Motor Schedule

Post Motor Schedule

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

This endpoint Post Motor Schedule.

Headers

Name
Type
Description

X-ApiKey*

string

To be Provided

Content-Type*

string

application/json

Request Body

Name
Type
Description

ProductUd*

String

Refer to Get Products

GenderId*

String

Refer to Get SubClass Cover

TitleId*

String

Refer to Get Titles

GenderId*

String

Refer to Get Genders

FirstName*

String

Customer First Name

LastName*

String

Customer Last Name

DateOfBirth*

String

Customer Date of birth

PryEmail*

String

Customer Email Address

SmsTel*

String

Customer Phone Number

BodyType*

String

Vehicle Body Type

RegNo*

String

Vehicle Registration/Plate Number

YrManft*

String

Vehicle Manufacture Year

Make*

String

Vehicle Make

Model*

String

Vehicle Model

ChasisNo*

String

Vehicle ChasisNo

Color*

String

Vehicle Color

EngineNo*

String

Vehicle Engine Number

VehicleAmount*

String

Vehicle Value

WefDt*

String

Policy effective date

WetDt*

String

Policy end date

vehicleLicenseUrl*

String

Vehicle license Image converted to Base 64 string or a link to the image

identificationUrl*

String

Customer Valid Id Image converted to Base 64 string or a link to the image

proofOfOwnershipUrl*

String

Proof of Ownership Image converted to Base 64 string or a link to the image

NIN

String

Mandatory NIN field

  1. The minimum vehicle amount = 1,000,000, maximum vehicle amount = 10,000,000

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

  3. Date of birth must be greater than or equal to 18 years.

Last updated