Occupier Liability
Post Occupier Liability
POST
https://portal-staging.aiicoplc.com/api/services/app/OccupierLiabilityService/PostOccupierLiabilitySchedule
This endpoint Post Domestic Air Travel Schedule.
Headers
X-ApiKey*
string
To be Provided.
Content-Type*
string
application/json
Request Body
title*
string
Customer Title
firstname*
string
Customer Firstn Name
lastname*
string
Customer Last Name
gender*
string
Customer Gender
phonenumber*
number
Customer Phone Number
email*
string
Customer email
dateOfBirth*
string
Customer date of birth
address*
string
Customer Address
addressType*
string
Customer Address Type (e.g: Private or Business)
employer*
string
Customer employer if address is business
occupation*
string
Customer occupation
taxId*
number
Customer tax ID
nationality*
string
Customer Nationality
identificationUrl*
string
ID image of customer. Format should be 'https://...'
accountName*
string
Customer Account Name
accountNo*
number
Customer Account Number
bankName*
string
Customer Bank Name
accountType*
string
Customer Account Type
premium*
number
Premium Amount
riskId*
string
Name of Hotel
riskDescription*
string
Address of Hotel
{
"result": {
"genderId": "01439e44-98cf-e711-83b7-44850015c0e7",
"sumAssured": 1000000.0,
"transactionDate": "2023-08-25T16:30:02.2560875+00:00",
"wefDt": "2023-08-25T15:03:05.226Z",
"wetDt": "2023-08-25T15:03:05.226Z",
"transactionRef": "OCL-FE07B9",
"title": "Mr",
"firstname": "John",
"lastname": "Doe",
"phoneNumber": "0810000000",
"address": "2023-08-25T15:03:05.226Z",
"email": "[email protected]",
"dateOfBirth": "2000-08-25T15:03:05.226Z",
"startDate": "2023-08-25T15:03:05.226Z",
"endDate": "2023-08-25T15:03:05.226Z",
"gender": "M",
"addressType": "Personal",
"employer": "string",
"occupation": "Business",
"taxId": "12346758",
"nationality": "Nigerian",
"identificationUrl": "https://www.docs.aiicoplc.com",
"accountName": "Test AIICO",
"accountNo": "0123456789",
"bankName": "Test",
"accountType": "Savings",
"premium": 2000.0,
"riskId": "Test Hotel",
"riskDescription": "Test street, along test road"
},
"targetUrl": null,
"success": true,
"error": null,
"unAuthorizedRequest": false,
"__abp": true
}
{
"title": "Mr",
"firstname": "John",
"lastname": "Doe",
"phoneNumber": "0810000000",
"email": "[email protected]",
"dateOfBirth": "2000-08-25T15:03:05.226Z",
"gender": "M",
"addressType": "Personal",
"employer": "string",
"StartDate":"2023-08-25T15:03:05.226Z",
"EndDate":"2023-08-25T15:03:05.226Z",
"Address": "2023-08-25T15:03:05.226Z",
"occupation": "Business",
"taxId": "12346758",
"nationality": "Nigerian",
"identificationUrl": "https://www.docs.aiicoplc.com",
"accountName": "Test AIICO",
"accountNo": "0123456789",
"bankName": "Test",
"accountType": "Savings",
"premium": 2000,
"riskId": "Test Hotel",
"riskDescription":"Test street, along test road"
}
Last updated