Renew Policy

V1

post /insurance/motor/v1/renewals

This endpoint to renew policy.

Request Header
Name Type Required Description
authorization string Required Bearer token
content-type string Required application/json
Request Body
Name Type Required Description
trans_no string Required Unique string that the client can create to track the current request call.
sale_channel string Required Sales channel code to collect transactions.
  • BKO
renewal_id guid Required The renewal notice id
total_premium decimal(18,2) Required Total premium according to quotation
transaction_by guid Required Globally unique identifier value of the user id Provided by AXA
delivery_options object Optional Option to send policy-related attachments via email.
Json object containing details of the Delivery Options
Example request
{
  "trans_no": "AXA-23-100002-0144",
  "sale_channel": "BKO",
  "renewal_id": "64188976-uc90-4e4a-b19b-1893fb7f2521",
  "total_premium": 4700.51,
  "delivery_options": [
    {
      "option_key": "EmailPolicyHolder",
      "option_value": ""
    }
  ],
  "transaction_by": "{{TransactionBy}}",
  
}
Response
Name Type Description
trans_no string Unique string the client made the request
status string Renew status
  • Issued
message string
policy_id string Unique Policy id
policy_no string Policy number
policy_type string Type of policy
  • Compulsory
  • Voluntary
package_key string Package key
package_name string Package name
downloads array[object] Array of Download
Example response
{
    "trans_no": "AXA-23-100002-0144",
    "status": "Issued",
    "message": "",
    "policy_id": "bde6b2d5-1658-4bo4-ac92-08qbcv9beue2",
    "policy_no": "202312-P9999999-02",
    "policy_type": "Voluntary",
    "package_key": "Type3Plus",
    "package_name": "Class 3+",
    "downloads": [
        {
            "type": "Schedule",
            "layer": "Original",
            "link": "https://uatapiconnect.axa.co.th/report/ccoiu5cc15004548ad6273dac1e453b3",
            "header": true
        },
        {
            "type": "Accessory",
            "layer": "Original",
            "link": "https://uatapiconnect.axa.co.th/report/b41bdbf268d044209aoiua3ab12edd6b",
            "header": true
        },
        {
            "type": "Natcat",
            "layer": "Original",
            "link": "https://uatapiconnect.axa.co.th/report/9e5150bc181b4040oiu5b43656d6d6c0",
            "header": true
        },
        {
            "type": "Schedule",
            "layer": "Copy",
            "link": "https://uatapiconnect.axa.co.th/report/a28oiu23d2174ae5914346f782e2880a",
            "header": true
        },
        {
            "type": "Taxinvoice",
            "layer": "Original",
            "link": "https://uatapiconnect.axa.co.th/report/7035fa168728411c83oiu19b087ed773",
            "header": true
        },
        {
            "type": "Taxinvoice",
            "layer": "Copy",
            "link": "https://uatapiconnect.axa.co.th/report/27d9c18b0oiu4674b8a4202f59e683ff",
            "header": true
        }
    ]
}
Download Reference
Name Type Description
type string Type of download
  • Schedule
  • Taxinvoice
  • KnockForKnock
  • Natcat
  • Accessory
  • PolicyWording
layer string Type of layer
  • Original
  • Copy
link string Hyperlink points to a whole document
header bool With document header