Get Renewal Notice
V1
post /insurance/motor/v1/renewals/notices/{policy_no}?tran_no={tran_no}&transaction_by={transaction_by}
This endpoint to get policy notice information
Request Header
Name | Type | Required | Description |
---|---|---|---|
authorization | string | Required | Bearer token |
content-type | string | Required | application/json |
Query String Parameter
Name | Type | Required | Description |
---|---|---|---|
policy_no | string | Required | Policy number |
tran_no | string | Required | Transaction number |
transaction_by | guid | Required | Globally unique identifier value of the user id. Provided by AXA |
Example request
Response
Name | Type | Description |
---|---|---|
policy_id | guid | Policy id |
policy_no | string | Policy number |
policy_type | string |
Type of policy
|
tran_no | string | Transaction Number |
agent_code | string | Agent Number |
name | string | Name of insured |
string | Email of insured | |
phone_number1 | string | Phone number of insured |
phone_number2 | string | Phone number of insured |
phone_number3 | string | Phone number of insured |
tax_id | string | Tax identification number |
branch | string | Branch name of customer company |
address | string | Address of insured |
beneficiary | string | Beneficiary name |
inception_date | date |
Policy effective date
Format: yyyy-mm-dd |
expiry_date | date |
Policy expiration date
Format: yyyy-mm-dd |
car_code | string | A number that represents the meaning that the insurance company specifies on the policy table. |
car_make_name | string | Make name |
car_licence_no | string | Car registration |
chassis | string | Chassis number is a serial number used to identify a motor vehicle |
engine | string | Engine number |
car_year | string | Manufacture Year e.g. 2021 |
body | string | Type of car |
reg_no | string | Car registration |
reg_province | string | Registered province abbreviation |
net_premium | decimal(18,2) | Net premium |
stamp | decimal(18,2) | Stamp |
vat | decimal(18,2) | Vat |
total_premium | decimal(18,2) | Total premium |
status | string |
Status
|
package | string |
Package key
|
driver_birth_date1 | date |
Driver's date of birth 1
Format: yyyy-mm-dd |
driver_birth_date2 | date |
Driver's date of birth 2
Format: yyyy-mm-dd |
garage | string |
Garage Type
|
can_renew | bool | Flag can renew policy |
remark | string | |
coverages | array[object] | Array of json object containing details of the Coverage |
Example response
Coverage Reference
Name | Type | Description |
---|---|---|
own_damage | int | Own Damage Sum Insured |
fire_and_theft | int | Fire and Theft |
own_damage_due_to_natural_perils | int | Own damage due to Natural Perils |
own_damage_deductible | int | Deductible |
bodily_injury_person | int | Bodily injury / Person |
bodily_injury_accident | int | Bodily injury / Accident |
limit_for_property_damage_accident | int | Limit for property damage / Accident |
third_party_liability_deductible | int | Third Party Liability Deductible |
personal_accident | int | Personal Accident |
medical_expense | int | Medical Expense |
bail_bond | int | Bail Bond |
ev_charger | int | Accidental damage or loss of Home Charger |
ev_cable | int | Accidental damage or loss of Electric Vehicle Charging Cable |
ev_tpbi | int | Third party liability due to the use of home charger and public electric vehicle charging station |