Travel Premium

V6

post /insurance/product/v6/travel/premiums

This endpoint to get travel plan premiums

Request Header
Name Type Required Description
authorization string Required Bearer token
content-type string Required application/json
Request Body
Name Type Required Description
lang string Required Response Language
  • en
  • th
sale_channel string Required Sales channel code to collect transactions.
  • BKO
agent_code string Required Intermediary code
product string Required Types of Tourism.
  • Inbound
  • Outbound
  • Outboundchoice
  • Domestic
policy_type string Required Types of Policy Type.
  • Individual
  • Group
travel_plan string Required Types of Travel Plan.
  • Single
  • Annual
plan_code string Optional Plan code. Provided by AXA
origins array[string] Conditional Array of starting point of the journey. Provided by AXA

Max : 10 origins

Condition: This field is required when product is "Inbound", "Domestic"

destinations array[string] Conditional Array of destination of the trip. Provided by AXA

Max : 10 destinations

Condition: This field is required when tourism is "Outbound", "Domestic"

inception_date date Required Policy effective date.

Format: yyyy-mm-dd

expiry_date date Required Policy expiration date.

Format: yyyy-mm-dd

add_on array[string] Optional Array of starting point of the journey. Provided by AXA

Max : 3 add_on

Condition: This field has 3 values but it is optional "extra", "property", "trip"

travellers array[object] Optional Json object containing details of the Travellers

MIn : 1 travellers

Max : 10 travellers

promo string Optional
offset int Required Specifying where to start a page
limit int Required Specifying the page size
Example request
POST http://10.16.202.15/api/product/v6/travel/premuims
Request Body
{
            "lang": "en",
            "sale_channel": "DRO",
            "agent_no": "bd039",
            "type_of_coverage": "outbound",
            "product": "outboundchoice",
            "policy_type": "individual",
            "travel_plan": "single",
            "plan_code": "CS1",
            "origins": [
                "ABW",
                "AGO"
            ],
            "destinations": ["AUT"],
            "inception_date": "2024-08-30",
            "expiry_date": "2024-08-30",
            "travellers": [
                {
                    "order": 1,
                    "date_of_birth": "1990-04-26",
                    "pre_existing": false
                }
            ],
            "add_on": [
                "extra",
                "property",
                "trip"
            ],
            "promo": "",
            "offset": 1,
            "limit": 10
}
Travellers Request
Name Type Description
order int Specifying where order starts with n + 1
date_of_birth date Required Date of birth e.g. 1985-09-27

Format: yyyy-mm-dd

Condition: The age of the traveller depends on the insurance conditions.

pre_existing bool pre_existing is exsiting or not
Response
Name Type Description
pagination object Json object containing details of the Pagination
data object Json object containing details of the Premium
Example response
{
    "pagination": {
        "size": 1,
        "offset": 1,
        "limit": 99
    },
    "data": [
        {
            "lang": "EN",
            "type_of_coverage_code": "Outbound",
            "type_of_coverage_name": "Outbound",
            "policy_type": "Individual",
            "travel_plan_code": "single",
            "travel_plan_name": "Single trip",
            "product_code": "outboundchoice",
            "product_name": "Smart Traveller Choice",
            "plan_code": "CS1",
            "plan_name": "Basic",
            "plan_description": "Basic",
            "maximum_trip_length": 0,
            "origin": "Thailand",
            "destination": "Austria and including other Schengen countries",
            "journey": "Austria and including other Schengen countries",
            "duration": 1,
            "promo": "",
            "coverages": [
                {
                    "group_order": 1,
                    "group_code": "Main",
                    "group_name": "Main Protection",
                    "benefits": [
                        {
                            "order": 1,
                            "name": "Loss of Life, Dismemberment, Loss of Sight, or Total Permanent Disability due to Accident",
                            "amount_thb": "1,000,000",
                            "amount_usd": "1,000,000",
                            "amount_eur": "1,000,000"
                        },
                        {
                            "order": 2,
                            "name": "Medical Expenses due to Injury and/or Sickness",
                            "amount_thb": "500,000",
                            "amount_usd": "500,000",
                            "amount_eur": "500,000"
                        },
                        {
                            "order": 3,
                            "name": "Follow-up Medical Expenses in Thailand",
                            "amount_thb": "25,000",
                            "amount_usd": "25,000",
                            "amount_eur": "25,000"
                        },
                        {
                            "order": 4,
                            "name": "Emergency Medical Evacuation or Repatriation back to Thailand",
                            "amount_thb": "1,000,000",
                            "amount_usd": "1,000,000",
                            "amount_eur": "1,000,000"
                        },
                        {
                            "order": 5,
                            "name": "Repatriation of Mortal Remains back to Thailand",
                            "amount_thb": "1,000,000",
                            "amount_usd": "1,000,000",
                            "amount_eur": "1,000,000"
                        },
                        {
                            "order": 6,
                            "name": "Daily Cash Compensation for Hospitalization (Max 20 Days)",
                            "amount_thb": "1,000",
                            "amount_usd": "1,000",
                            "amount_eur": "1,000"
                        },
                        {
                            "order": 7,
                            "name": "Compassionate Visit (Over 5 consecutive days of hospitalization)",
                            "amount_thb": "2-Way Economy Class",
                            "amount_usd": "2-Way Economy Class",
                            "amount_eur": "2-Way Economy Class"
                        },
                        {
                            "order": 8,
                            "name": "Return of Children to Thailand",
                            "amount_thb": "1-Way Economy Class",
                            "amount_usd": "1-Way Economy Class",
                            "amount_eur": "1-Way Economy Class"
                        },
                        {
                            "order": 9,
                            "name": "Third Party Liability",
                            "amount_thb": "1,000,000",
                            "amount_usd": "1,000,000",
                            "amount_eur": "1,000,000"
                        },
                        {
                            "order": 10,
                            "name": "Emergency Phone Charges",
                            "amount_thb": "500",
                            "amount_usd": "500",
                            "amount_eur": "500"
                        },
                        {
                            "order": 11,
                            "name": "Automatic Extension of the Period of Insurance",
                            "amount_thb": "Max 15 Days",
                            "amount_usd": "Max 15 Days",
                            "amount_eur": "Max 15 Days"
                        }
                    ],
                    "before_net_premium": 167.0,
                    "before_stamp": 1.0,
                    "before_vat": 0.0,
                    "before_total_premium": 168.0,
                    "net_premium": 167.0,
                    "discount": 0.0,
                    "discount_rate": 0.0,
                    "stamp": 1.0,
                    "vat": 0.0,
                    "total_premium": 168.0
                },
                {
                    "group_order": 2,
                    "group_code": "Trip",
                    "group_name": "Trip Protection",
                    "benefits": [
                        {
                            "order": 1,
                            "name": "Trip Cancellation Before Trip Starts",
                            "amount_thb": "30,000",
                            "amount_usd": "30,000",
                            "amount_eur": "30,000"
                        },
                        {
                            "order": 2,
                            "name": "Travel Delay (Lum-Sum Payment)",
                            "amount_thb": "10,000\n(2,000/6 Hrs.)",
                            "amount_usd": "10,000\n(2,000/6 Hrs.)",
                            "amount_eur": "10,000\n(2,000/6 Hrs.)"
                        },
                        {
                            "order": 3,
                            "name": "Missed Connecting Flight (Lum-Sum Payment)",
                            "amount_thb": "5,000\n(1,000/6 Hrs.)",
                            "amount_usd": "5,000\n(1,000/6 Hrs.)",
                            "amount_eur": "5,000\n(1,000/6 Hrs.)"
                        },
                        {
                            "order": 4,
                            "name": "Trip Curtailment",
                            "amount_thb": "15,000",
                            "amount_usd": "15,000",
                            "amount_eur": "15,000"
                        },
                        {
                            "order": 5,
                            "name": "Baggage Delay (Lum-Sum Payment)",
                            "amount_thb": "7,500\n(2,500/6 Hrs.)",
                            "amount_usd": "7,500\n(2,500/6 Hrs.)",
                            "amount_eur": "7,500\n(2,500/6 Hrs.)"
                        }
                    ],
                    "before_net_premium": 47.0,
                    "before_stamp": 1.0,
                    "before_vat": 0.0,
                    "before_total_premium": 48.0,
                    "net_premium": 47.0,
                    "discount": 0.0,
                    "discount_rate": 0.0,
                    "stamp": 1.0,
                    "vat": 0.0,
                    "total_premium": 48.0
                },
                {
                    "group_order": 3,
                    "group_code": "Property",
                    "group_name": "Property Protection",
                    "benefits": [
                        {
                            "order": 1,
                            "name": "Loss or Damage of Baggage and and/or Personal Effects (Max 10,000 per piece, pair or set)",
                            "amount_thb": "10,000",
                            "amount_usd": "10,000",
                            "amount_eur": "10,000"
                        },
                        {
                            "order": 2,
                            "name": "Loss or Damage of Personal Money and/or Travel Cheque",
                            "amount_thb": "1,000",
                            "amount_usd": "1,000",
                            "amount_eur": "1,000"
                        },
                        {
                            "order": 3,
                            "name": "Loss or Damage of Travel Documents",
                            "amount_thb": "1,000",
                            "amount_usd": "1,000",
                            "amount_eur": "1,000"
                        },
                        {
                            "order": 4,
                            "name": "Loss or Damage to the Insured’s Home Content (Max 10,000 per piece, pair or set)",
                            "amount_thb": "N/A",
                            "amount_usd": "N/A",
                            "amount_eur": "N/A"
                        }
                    ],
                    "before_net_premium": 16.0,
                    "before_stamp": 1.0,
                    "before_vat": 0.0,
                    "before_total_premium": 17.0,
                    "net_premium": 16.0,
                    "discount": 0.0,
                    "discount_rate": 0.0,
                    "stamp": 1.0,
                    "vat": 0.0,
                    "total_premium": 17.0
                },
                {
                    "group_order": 4,
                    "group_code": "Extra",
                    "group_name": "Extra Protection",
                    "benefits": [
                        {
                            "order": 1,
                            "name": "Hijack",
                            "amount_thb": "50,000\n(5,000/24 Hrs.)",
                            "amount_usd": "50,000\n(5,000/24 Hrs.)",
                            "amount_eur": "50,000\n(5,000/24 Hrs.)"
                        },
                        {
                            "order": 2,
                            "name": "Rental Car Excess",
                            "amount_thb": "N/A",
                            "amount_usd": "N/A",
                            "amount_eur": "N/A"
                        },
                        {
                            "order": 3,
                            "name": "Search and Rescue",
                            "amount_thb": "N/A",
                            "amount_usd": "N/A",
                            "amount_eur": "N/A"
                        }
                    ],
                    "before_net_premium": 7.0,
                    "before_stamp": 1.0,
                    "before_vat": 0.0,
                    "before_total_premium": 8.0,
                    "net_premium": 7.0,
                    "discount": 0.0,
                    "discount_rate": 0.0,
                    "stamp": 1.0,
                    "vat": 0.0,
                    "total_premium": 8.0
                }
            ],
            "travellers": [
                {
                    "order": 1,
                    "date_of_birth": "1990-04-26T00:00:00",
                    "coverage_premiums": [
                        {
                            "group_order": 1,
                            "group_code": "Main",
                            "group_name": "Main Protection",
                            "before_net_premium": 167.0,
                            "before_stamp": 1.0,
                            "before_vat": 0.0,
                            "before_total_premium": 168.0,
                            "net_premium": 167.0,
                            "discount": 0.0,
                            "discount_rate": 0.0,
                            "stamp": 1.0,
                            "vat": 0.0,
                            "total_premium": 168.0
                        },
                        {
                            "group_order": 2,
                            "group_code": "Trip",
                            "group_name": "Trip Protection",
                            "before_net_premium": 47.0,
                            "before_stamp": 1.0,
                            "before_vat": 0.0,
                            "before_total_premium": 48.0,
                            "net_premium": 47.0,
                            "discount": 0.0,
                            "discount_rate": 0.0,
                            "stamp": 1.0,
                            "vat": 0.0,
                            "total_premium": 48.0
                        },
                        {
                            "group_order": 3,
                            "group_code": "Property",
                            "group_name": "Property Protection",
                            "before_net_premium": 16.0,
                            "before_stamp": 1.0,
                            "before_vat": 0.0,
                            "before_total_premium": 17.0,
                            "net_premium": 16.0,
                            "discount": 0.0,
                            "discount_rate": 0.0,
                            "stamp": 1.0,
                            "vat": 0.0,
                            "total_premium": 17.0
                        },
                        {
                            "group_order": 4,
                            "group_code": "Extra",
                            "group_name": "Extra Protection",
                            "before_net_premium": 7.0,
                            "before_stamp": 1.0,
                            "before_vat": 0.0,
                            "before_total_premium": 8.0,
                            "net_premium": 7.0,
                            "discount": 0.0,
                            "discount_rate": 0.0,
                            "stamp": 1.0,
                            "vat": 0.0,
                            "total_premium": 8.0
                        }
                    ],
                    "schedule_texts": [
                        "JOURNEY (DESTINATION): AUSTRIA AND OTHER SCHENGEN COUNTRIES"
                    ],
                    "before_net_premium": 237.0,
                    "before_stamp": 4.0,
                    "before_vat": 0.0,
                    "before_total_premium": 241.0,
                    "net_premium": 237.0,
                    "discount": 0.0,
                    "discount_rate": 0.0,
                    "stamp": 4.0,
                    "vat": 0.0,
                    "total_premium": 241.0
                }
            ],
            "localized": {
                "lang": "TH",
                "type_of_coverage_code": "การเดินทางต่างประเทศ",
                "type_of_coverage_name": "การเดินทางต่างประเทศ",
                "policy_type": "รายเดี่ยว",
                "travel_plan_code": "single",
                "travel_plan_name": "รายเที่ยว",
                "product_code": "outboundchoice",
                "product_name": "สมาร์ททราเวลเลอร์ ชอยส์",
                "plan_code": "CS1",
                "plan_name": "Basic",
                "plan_description": "เบสิค",
                "maximum_trip_length": 0,
                "origin": "ไทย",
                "destination": "ออสเตรีย และประเทศอื่นๆในกลุ่มเชงเก้น",
                "journey": "ออสเตรีย และประเทศอื่นๆในกลุ่มเชงเก้น",
                "duration": 1,
                "promo": "",
                "coverages": [
                    {
                        "group_order": 1,
                        "group_code": "ความคุ้มครองหลัก",
                        "group_name": "ความคุ้มครองหลัก",
                        "benefits": [
                            {
                                "order": 1,
                                "name": "การเสียชีวิต การสูญเสียอวัยวะ การสูญเสียสายตา หรือทุพพลภาพถาวรสิ้นเชิงเนื่องจากอุบัติเหตุ",
                                "amount_thb": "1,000,000",
                                "amount_usd": "1,000,000",
                                "amount_eur": "1,000,000"
                            },
                            {
                                "order": 0,
                                "name": "การรักษาพยาบาลเนื่องจากการบาดเจ็บ และหรือการเจ็บป่วย",
                                "amount_thb": "500,000",
                                "amount_usd": "500,000",
                                "amount_eur": "500,000"
                            },
                            {
                                "order": 0,
                                "name": "การรักษาพยาบาลต่อเนื่องที่เกิดขึ้นในประเทศไทย",
                                "amount_thb": "25,000",
                                "amount_usd": "25,000",
                                "amount_eur": "25,000"
                            },
                            {
                                "order": 0,
                                "name": "การเคลื่อนย้ายเพื่อการรักษาพยาบาลฉุกเฉิน หรือการเคลื่อนย้ายกลับประเทศไทย",
                                "amount_thb": "1,000,000",
                                "amount_usd": "1,000,000",
                                "amount_eur": "1,000,000"
                            },
                            {
                                "order": 0,
                                "name": "การส่งศพ หรืออัฐิกลับประเทศไทย",
                                "amount_thb": "1,000,000",
                                "amount_usd": "1,000,000",
                                "amount_eur": "1,000,000"
                            },
                            {
                                "order": 0,
                                "name": "การชดเชยเงินรายวันระหว่างการรักษาพยาบาลในฐานะผู้ป่วยใน (สูงสุด 20 วัน)",
                                "amount_thb": "1,000",
                                "amount_usd": "1,000",
                                "amount_eur": "1,000"
                            },
                            {
                                "order": 0,
                                "name": "การเดินทางไปเยี่ยมผู้เอาประกันภัย (รักษาตัวเป็นผู้ป่วยในติดต่อกันเกินกว่า 5 วัน)",
                                "amount_thb": "2 เที่ยวชั้นประหยัด",
                                "amount_usd": "2 เที่ยวชั้นประหยัด",
                                "amount_eur": "2 เที่ยวชั้นประหยัด"
                            },
                            {
                                "order": 0,
                                "name": "การส่งบุตรเดินทางกลับประเทศไทย",
                                "amount_thb": "1 เที่ยวชั้นประหยัด",
                                "amount_usd": "1 เที่ยวชั้นประหยัด",
                                "amount_eur": "1 เที่ยวชั้นประหยัด"
                            },
                            {
                                "order": 0,
                                "name": "ความรับผิดตามกฎหมายต่อบุคคลภายนอก",
                                "amount_thb": "1,000,000",
                                "amount_usd": "1,000,000",
                                "amount_eur": "1,000,000"
                            },
                            {
                                "order": 0,
                                "name": "การชดเชยค่าโทรศัพท์ในกรณีฉุกเฉิน",
                                "amount_thb": "500",
                                "amount_usd": "500",
                                "amount_eur": "500"
                            },
                            {
                                "order": 0,
                                "name": "การขยายระยะเวลาคุ้มครองโดยอัตโนมัติ",
                                "amount_thb": "สูงสุดไม่เกิน 15 วัน",
                                "amount_usd": "สูงสุดไม่เกิน 15 วัน",
                                "amount_eur": "สูงสุดไม่เกิน 15 วัน"
                            }
                        ],
                        "before_net_premium": 167.0,
                        "before_stamp": 1.0,
                        "before_vat": 0.0,
                        "before_total_premium": 168.0,
                        "net_premium": 167.0,
                        "discount": 0.0,
                        "discount_rate": 0.0,
                        "stamp": 1.0,
                        "vat": 0.0,
                        "total_premium": 168.0
                    },
                    {
                        "group_order": 2,
                        "group_code": "ความคุ้มครองการเดินทาง",
                        "group_name": "ความคุ้มครองการเดินทาง",
                        "benefits": [
                            {
                                "order": 1,
                                "name": "การยกเลิกการเดินทางก่อนวันเริ่มต้นการเดินทาง",
                                "amount_thb": "30,000",
                                "amount_usd": "30,000",
                                "amount_eur": "30,000"
                            },
                            {
                                "order": 0,
                                "name": "ความล่าช้าในการเดินทาง (แบบเหมาจ่าย)",
                                "amount_thb": "10,000\n(2,000/6 ชม.)",
                                "amount_usd": "10,000\n(2,000/6 ชม.)",
                                "amount_eur": "10,000\n(2,000/6 ชม.)"
                            },
                            {
                                "order": 0,
                                "name": "การพลาดการต่อเที่ยวบิน (แบบเหมาจ่าย)",
                                "amount_thb": "5,000\n(1,000/6 ชม.)",
                                "amount_usd": "5,000\n(1,000/6 ชม.)",
                                "amount_eur": "5,000\n(1,000/6 ชม.)"
                            },
                            {
                                "order": 0,
                                "name": "การลดจำนวนวันการเดินทาง",
                                "amount_thb": "15,000",
                                "amount_usd": "15,000",
                                "amount_eur": "15,000"
                            },
                            {
                                "order": 0,
                                "name": "การล่าช้าของกระเป๋าเดินทาง (แบบเหมาจ่าย)",
                                "amount_thb": "7,500\n(2,500/6 ชม.)",
                                "amount_usd": "7,500\n(2,500/6 ชม.)",
                                "amount_eur": "7,500\n(2,500/6 ชม.)"
                            }
                        ],
                        "before_net_premium": 47.0,
                        "before_stamp": 1.0,
                        "before_vat": 0.0,
                        "before_total_premium": 48.0,
                        "net_premium": 47.0,
                        "discount": 0.0,
                        "discount_rate": 0.0,
                        "stamp": 1.0,
                        "vat": 0.0,
                        "total_premium": 48.0
                    },
                    {
                        "group_order": 3,
                        "group_code": "ความคุ้มครองทรัพย์สิน",
                        "group_name": "ความคุ้มครองทรัพย์สิน",
                        "benefits": [
                            {
                                "order": 1,
                                "name": "การสูญหายหรือความเสียหายของกระเป๋าเดินทาง และหรือทรัพย์สินส่วนตัว (สูงสุด 10,000 ต่อชิ้น คู่ หรือชุด)",
                                "amount_thb": "10,000",
                                "amount_usd": "10,000",
                                "amount_eur": "10,000"
                            },
                            {
                                "order": 0,
                                "name": "การสูญหายหรือความเสียหายของเงินสด และหรือเช็คเดินทาง",
                                "amount_thb": "1,000",
                                "amount_usd": "1,000",
                                "amount_eur": "1,000"
                            },
                            {
                                "order": 0,
                                "name": "การสูญหายหรือความเสียหายของเอกสารที่เกี่ยวข้องกับการเดินทาง",
                                "amount_thb": "1,000",
                                "amount_usd": "1,000",
                                "amount_eur": "1,000"
                            },
                            {
                                "order": 0,
                                "name": "การสูญหายหรือความเสียหายของทรัพย์สินภายในที่อยู่อาศัยของผู้เอาประกันภัย (สูงสุด 10,000 ต่อชิ้น คู่ หรือชุด)",
                                "amount_thb": "N/A",
                                "amount_usd": "N/A",
                                "amount_eur": "N/A"
                            }
                        ],
                        "before_net_premium": 16.0,
                        "before_stamp": 1.0,
                        "before_vat": 0.0,
                        "before_total_premium": 17.0,
                        "net_premium": 16.0,
                        "discount": 0.0,
                        "discount_rate": 0.0,
                        "stamp": 1.0,
                        "vat": 0.0,
                        "total_premium": 17.0
                    },
                    {
                        "group_order": 4,
                        "group_code": "ความคุ้มเพิ่มเติม",
                        "group_name": "ความคุ้มเพิ่มเติม",
                        "benefits": [
                            {
                                "order": 1,
                                "name": "การจี้เครื่องบิน",
                                "amount_thb": "50,000\n(5,000/24 ชม.)",
                                "amount_usd": "50,000\n(5,000/24 ชม.)",
                                "amount_eur": "50,000\n(5,000/24 ชม.)"
                            },
                            {
                                "order": 0,
                                "name": "การชดเชยความเสียหายส่วนแรกสำหรับรถยนต์เช่า",
                                "amount_thb": "N/A",
                                "amount_usd": "N/A",
                                "amount_eur": "N/A"
                            },
                            {
                                "order": 0,
                                "name": "การค้นหาและกู้ภัย",
                                "amount_thb": "N/A",
                                "amount_usd": "N/A",
                                "amount_eur": "N/A"
                            }
                        ],
                        "before_net_premium": 7.0,
                        "before_stamp": 1.0,
                        "before_vat": 0.0,
                        "before_total_premium": 8.0,
                        "net_premium": 7.0,
                        "discount": 0.0,
                        "discount_rate": 0.0,
                        "stamp": 1.0,
                        "vat": 0.0,
                        "total_premium": 8.0
                    }
                ],
                "travellers": [
                    {
                        "order": 1,
                        "date_of_birth": "1990-04-26T00:00:00",
                        "coverage_premiums": [
                            {
                                "group_order": 1,
                                "group_code": "ความคุ้มครองหลัก",
                                "group_name": "ความคุ้มครองหลัก",
                                "before_net_premium": 167.0,
                                "before_stamp": 1.0,
                                "before_vat": 0.0,
                                "before_total_premium": 168.0,
                                "net_premium": 167.0,
                                "discount": 0.0,
                                "discount_rate": 0.0,
                                "stamp": 1.0,
                                "vat": 0.0,
                                "total_premium": 168.0
                            },
                            {
                                "group_order": 2,
                                "group_code": "ความคุ้มครองการเดินทาง",
                                "group_name": "ความคุ้มครองการเดินทาง",
                                "before_net_premium": 47.0,
                                "before_stamp": 1.0,
                                "before_vat": 0.0,
                                "before_total_premium": 48.0,
                                "net_premium": 47.0,
                                "discount": 0.0,
                                "discount_rate": 0.0,
                                "stamp": 1.0,
                                "vat": 0.0,
                                "total_premium": 48.0
                            },
                            {
                                "group_order": 3,
                                "group_code": "ความคุ้มครองทรัพย์สิน",
                                "group_name": "ความคุ้มครองทรัพย์สิน",
                                "before_net_premium": 16.0,
                                "before_stamp": 1.0,
                                "before_vat": 0.0,
                                "before_total_premium": 17.0,
                                "net_premium": 16.0,
                                "discount": 0.0,
                                "discount_rate": 0.0,
                                "stamp": 1.0,
                                "vat": 0.0,
                                "total_premium": 17.0
                            },
                            {
                                "group_order": 4,
                                "group_code": "ความคุ้มเพิ่มเติม",
                                "group_name": "ความคุ้มเพิ่มเติม",
                                "before_net_premium": 7.0,
                                "before_stamp": 1.0,
                                "before_vat": 0.0,
                                "before_total_premium": 8.0,
                                "net_premium": 7.0,
                                "discount": 0.0,
                                "discount_rate": 0.0,
                                "stamp": 1.0,
                                "vat": 0.0,
                                "total_premium": 8.0
                            }
                        ],
                        "schedule_texts": [
                            "JOURNEY (DESTINATION): AUSTRIA AND OTHER SCHENGEN COUNTRIES"
                        ],
                        "before_net_premium": 237.0,
                        "before_stamp": 4.0,
                        "before_vat": 0.0,
                        "before_total_premium": 241.0,
                        "net_premium": 237.0,
                        "discount": 0.0,
                        "discount_rate": 0.0,
                        "stamp": 4.0,
                        "vat": 0.0,
                        "total_premium": 241.0
                    }
                ],
                "localized": null,
                "before_net_premium": 237.0,
                "before_stamp": 4.0,
                "before_vat": 0.0,
                "before_total_premium": 241.0,
                "net_premium": 237.0,
                "discount": 0.0,
                "discount_rate": 0.0,
                "stamp": 4.0,
                "vat": 0.0,
                "total_premium": 241.0
            },
            "before_net_premium": 237.0,
            "before_stamp": 4.0,
            "before_vat": 0.0,
            "before_total_premium": 241.0,
            "net_premium": 237.0,
            "discount": 0.0,
            "discount_rate": 0.0,
            "stamp": 4.0,
            "vat": 0.0,
            "total_premium": 241.0
        }
    ]
}
Pagination
Name Type Description
offset int Specifying where to start a page
limit int Specifying the page size in the query
size int Total records
Premium
Name Type Description
lang string Types of language
type_of_coverage_code string Types of coverage
type_of_coverage_name string Types of coverage
policy_type string Types of Policy Type.
travel_plan_code string Types of Travel Plan.
travel_plan string Types of Travel Plan.
product_code string Unique string that the client can refer to product premium
product_name string Product name
plan_code string Unique string that the client can refer to plan premium
plan_name string Plan name
plan_description string Plan description
maximum_trip_length int Duration
origin string Origin
destination string Destination
journey string Journey
duration int Duration
promo string Promo
before_net_premium decimal(18,2) Net premium before discount
before_stamp decimal(18,2) Stamp before discount
before_vat decimal(18,2) Vat before discount
before_total_premium decimal(18,2) Total premium before discount
net_premium decimal(18,2) Net premium
stamp decimal(18,2) Stamp
vat decimal(18,2) Vat
total_premium decimal(18,2) Total premium
coverages array[object] Array of json object containing details of the Coverage
travellers array[object] Array of json object containing details of the Traveller
localized object It's same data but different language
Coverages Reference
Name Type Description
group_order int group order number
group_code string code of coverage eg. Travel Delay
group_name string name of coverage eg. Travel Delay
before_net_premium decimal(18,2) Net premium before discount
before_stamp decimal(18,2) Stamp before discount
before_vat decimal(18,2) Vat before discount
before_total_premium decimal(18,2) Total premium before discount
net_premium decimal(18,2) Net premium
stamp decimal(18,2) Stamp
vat decimal(18,2) Vat
total_premium decimal(18,2) Total premium
benefits array[object] Array of json object containing details of the benefits
Benefits Reference
Name Type Description
order int Order number
name string name of coverage eg.
before_net_premium decimal(18,2) Net premium before discount
before_stamp decimal(18,2) Stamp before discount
before_vat decimal(18,2) Vat before discount
before_total_premium decimal(18,2) Total premium before discount
net_premium decimal(18,2) Net premium
stamp decimal(18,2) Stamp
vat decimal(18,2) Vat
total_premium decimal(18,2) Total premium
Travellers Reference
Name Type Description
order int Order number
date_of_birth date birth date of travller
before_net_premium decimal(18,2) Net premium before discount
before_stamp decimal(18,2) Stamp before discount
before_vat decimal(18,2) Vat before discount
before_total_premium decimal(18,2) Total premium before discount
net_premium decimal(18,2) Net premium
stamp decimal(18,2) Stamp
vat decimal(18,2) Vat
total_premium decimal(18,2) Total premium
coverage_premiums array[object] Array of json object containing details of the Coverage Premiums
schedule_texts array[string] Array of json object containing details of the schedule texts
Coverage Premiums Reference
Name Type Description
group_order int group order number
group_code string code of coverage premiums
group_name string name of coverage premiums
before_net_premium decimal(18,2) Net premium before discount
before_stamp decimal(18,2) Stamp before discount
before_vat decimal(18,2) Vat before discount
before_total_premium decimal(18,2) Total premium before discount
net_premium decimal(18,2) Net premium
stamp decimal(18,2) Stamp
vat decimal(18,2) Vat
total_premium decimal(18,2) Total premium