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
GET https://uatapiconnect.axa.co.th/insurance/motor/v1/renewals/notices/P99999999?tran_no=7&transaction_by=4B4C3A56-F8CF-4426-ACC1-40074C880656
Response
Name Type Description
policy_id guid Policy id
policy_no string Policy number
policy_type string Type of policy
  • Compulsory
  • Voluntary
tran_no string Transaction Number
agent_code string Agent Number
name string Name of insured
email 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
  • Pending : waiting for use
  • Offer : offer new package
  • Decline : refuse to accept insurance
  • Expired
package string Package key
  • Type1
  • Type2
  • Type3
  • Type2plus
  • Type3plus
  • Compulsory
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
  • Contract
  • Dealer
can_renew bool Flag can renew policy
remark string
coverages array[object] Array of json object containing details of the Coverage
Example response
{
    "id": "8d2e0e81-ad44-46e0-8f1d-008aad319db9",
    "policy_no": "P9999999",
    "policy_type": "Voluntary",
    "risk_no": 1,
    "tran_no": 2,
    "contract_type": "VPP",
    "agent_code": "BA999",
    "agent_name": "Agent",
    "name": "นาย ทดสอบ ระบบ",
    "email": "example@axa.co.th",
    "phone_number1": "",
    "phone_number2": "",
    "phone_number3": "",
    "tax_id": "",
    "branch": "",
    "address": "999/99 ม.1 ต.ไหล่ทุ่ง อ.ตระการพืชผล จ.อุบลราชธานี 34130",
    "beneficiary": "",
    "inception_date": "2024-01-13T00:00:00",
    "expiry_date": "2025-01-13T00:00:00",
    "car_code": "320",
    "car_make_name": "TOYOTA",
    "car_licence_no": "ผน 9999 กท",
    "chassis": "MR9QC1WM109791607",
    "car_year": 2022,
    "body": "PICKUP",
    "engine": "",
    "sdg": "5/2393/2.4",
    "reg_no": "ผน 9999",
    "reg_province": "กท",
    "net_premium": 16135.00,
    "stamp_duty": 65.00,
    "vat": 1134.00,
    "total_premium": 17334.00,
    "status": "Pending",
    "package_key": "Type1",
    "package_name": "Class 1",
    "seat": 5,
    "engine_size": 2393,
    "weight": 2.4,
    "driver_birth_date1": null,
    "driver_birth_date2": null,
    "garage": "Contract",
    "can_renew": true,
    "remark": "",
    "coverage": {
        "own_damage": 490000,
        "fire_and_theft": 490000,
        "own_damage_due_to_natural_perils": 490000,
        "own_damage_deductible": 0,
        "bodily_injury_person": 1000000,
        "bodily_injury_accident": 10000000,
        "limit_for_property_damage_accident": 2500000,
        "third_party_liability_deductible": 0,
        "personal_accident": 100000,
        "medical_expense": 100000,
        "bail_bond": 200000,
        "ev_charger": 0,
        "ev_cable": 0,
        "ev_tpbi": 0
    }
}
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