🛫
XClaim API Partner Docs
  • Introduction
  • Authentication
  • Claim Creation Workflows
    • Appendix
  • First Notice Of Loss (FNOL)
    • Get Claim Selector
    • Get Claim Types
    • Get Fnol
  • Claims
    • Create a new Claim
    • List of all claims
    • Update an existing Claim
    • Get Claim
    • Claim Policy Details
    • List of claims by booking reference
    • List of claims by claim type
    • Claim Files
      • Upload File
      • Upload File for an Existing Claim
      • List of Files by Claim
      • Get File
      • Delete File
  • Webhooks
    • Overview
    • Verifying signatures
    • Claim Webhooks
  • Integrations
    • Cancel For Any Reason (CFAR)
    • Claim Eligibility
      • Get Claim Eligibility Check
Powered by GitBook
On this page
  1. Claims

Claim Policy Details

Get policies details for a given claim.

Get Claim Policy Details

GET https://staging.api.xclaim.xcover.com/partners{partnerCode}/claims/{claimUuid}/policies/{policyUuid}

Get policies details for a given claim.

Path Parameters

Name
Type
Description

partnerCode*

String

eg. XYZ999

Headers

Name
Type
Description

Authorization*

String

Bearer {{JWT token}}

{
    "data": {
        "id": "65390a36-5992-45c2-9ad5-4702d20de6f9",
        "claimId": "fd98bfd5-7702-4ede-afdc-78686b3bdfb9",
        "policyTypeId": "c4e7f41a-a83a-4f2d-b868-f7a13b826b55",
        "quoteReference": "dac54137-34f9-4531-ae06-46eb9c805087",
        "policyData": {
            "id": "9PAL3-VWCMR-INS",
            "status": "CONFIRMED",
            "currency": "EUR",
            "totalPrice": 10186,
            "totalPriceFormatted": "€10186.00",
            "partnerTransactionId": "ea12c26e7326df6",
            "createdAt": "2023-09-05T07:46:44.390015Z",
            "updatedAt": "2023-09-06T05:13:39.751592Z",
            "pdsUrl": "https://staging.xcover.com/en/pds/9PAL3-VWCMR-INS",
            "securityToken": "J8PGP-lf7Mw-oqk2l-CRAXl",
            "quotes": [
                {
                    "id": "dac54137-34f9-4531-ae06-46eb9c805087",
                    "policyStartDate": "2023-09-03T17:09:45+11:00",
                    "policyEndDate": "2024-09-01T17:09:45+11:00",
                    "status": "CONFIRMED",
                    "price": 5093,
                    "priceFormatted": "€5093.00",
                    "policy": {
                        "policyType": "pet_insurance",
                        "policyName": "K9care",
                        "policyCode": "PETNC01",
                        "policyVersion": "8be49217-f17f-46e9-9ea4-0269e36b7bd4",
                        "category": "pet-insurance",
                        "content": {
                            "title": "K9care",
                            "header": null,
                            "description": "n/a",
                            "optoutMsg": "",
                            "inclusions": [],
                            "exclusions": [],
                            "disclaimer": "I have read and agree to the <a href=\"https://staging.xcover.com/en/pds/9PAL3-VWCMR-INS?policy_type=pet_insurance_v1\" target=\"_blank\">plan terms</a>.",
                            "disclaimerHtml": "<p>I have read and agree to the <a href=\"https://staging.xcover.com/en/pds/9PAL3-VWCMR-INS?policy_type=pet_insurance_v1\" target=\"_blank\">plan terms</a>.</p>",
                            "paymentDisclaimer": null,
                            "inPathDisclaimer": null
                        },
                        "underwriter": {
                            "disclaimer": "The maximum limit payable under the plan is applicable to all benefits combined.",
                            "name": "Absolute Insurance Ltd"
                        },
                        "claimSelectorId": "",
                        "showBenefits": true,
                        "metadata": {
                            "xpayUnderwriterEntity": "ABCD"
                        }
                    },
                    "insured": null,
                    "tax": {
                        "totalTax": 0,
                        "totalAmountWithoutTax": 5093,
                        "totalTaxFormatted": "€0.00",
                        "totalAmountWithoutTaxFormatted": "€5093.00",
                        "taxes": []
                    },
                    "duration": "365 00:00:00",
                    "benefits": [
                        {
                            "benefitContentId": "fbb59ad8-d47d-4cb9-8a2e-149b99c6478f",
                            "description": "Major Illness Cover",
                            "limit": 60000,
                            "limitPolicyCurrency": 60000,
                            "limitFormatted": "€60000.00",
                            "limitPolicyCurrencyFormatted": "€60000.00",
                            "excess": 400,
                            "excessPolicyCurrency": 400,
                            "excessFormatted": "€400.00",
                            "excessPolicyCurrencyFormatted": "€400.00",
                            "showBenefit": true,
                            "claimTypes": [
                                {
                                    "xclaimId": "122f1a61-c38a-4c2e-98db-577402ab4b4d",
                                    "name": "unsupported_petpal_fnol_message",
                                    "label": "PetPal - FNOL message",
                                    "description": "If your pet was ill or injured, or your pet injured another person or damaged their property, please login to your Petpal account to start a claim. You can also find answers to the most frequently asked questions in the <a href=\"https://www.xcover.com/help\">XCover Help Centre.</a>"
                                },
                                {
                                    "xclaimId": "cf8833e6-2c2b-4afe-9701-7288c25d0350",
                                    "name": "petpal_your_pet_was_ill_or_injured",
                                    "label": "Your pet was ill or injured",
                                    "description": "Your pet was ill or injured"
                                },
                                {
                                    "xclaimId": "05e5e087-ca16-41db-993a-b087d071c096",
                                    "name": "pet_pal_your_pet_injured_another_person_or_damaged_their_property",
                                    "label": "Your pet injured another person or damaged their property",
                                    "description": "Your pet injured another person or damaged their property"
                                }
                            ]
                        },
                        {
                            "benefitContentId": "ddc3279a-c3e2-42b2-aaa4-73cc48e6b165",
                            "description": "Accidental Injuries Cover",
                            "limit": 60000,
                            "limitPolicyCurrency": 60000,
                            "limitFormatted": "€60000.00",
                            "limitPolicyCurrencyFormatted": "€60000.00",
                            "excess": 400,
                            "excessPolicyCurrency": 400,
                            "excessFormatted": "€400.00",
                            "excessPolicyCurrencyFormatted": "€400.00",
                            "showBenefit": true,
                            "claimTypes": [
                                {
                                    "xclaimId": "122f1a61-c38a-4c2e-98db-577402ab4b4d",
                                    "name": "unsupported_petpal_fnol_message",
                                    "label": "PetPal - FNOL message",
                                    "description": "If your pet was ill or injured, or your pet injured another person or damaged their property, please login to your Petpal account to start a claim. You can also find answers to the most frequently asked questions in the <a href=\"https://www.xcover.com/help\">XCover Help Centre.</a>"
                                },
                                {
                                    "xclaimId": "cf8833e6-2c2b-4afe-9701-7288c25d0350",
                                    "name": "petpal_your_pet_was_ill_or_injured",
                                    "label": "Your pet was ill or injured",
                                    "description": "Your pet was ill or injured"
                                },
                                {
                                    "xclaimId": "05e5e087-ca16-41db-993a-b087d071c096",
                                    "name": "pet_pal_your_pet_injured_another_person_or_damaged_their_property",
                                    "label": "Your pet injured another person or damaged their property",
                                    "description": "Your pet injured another person or damaged their property"
                                }
                            ]
                        },
                        {
                            "benefitContentId": "26d5805a-b7be-48d0-bbd6-b1b03386a0c6",
                            "description": "Major Soft Tissue Surgeries Cover",
                            "limit": 60000,
                            "limitPolicyCurrency": 60000,
                            "limitFormatted": "€60000.00",
                            "limitPolicyCurrencyFormatted": "€60000.00",
                            "excess": 400,
                            "excessPolicyCurrency": 400,
                            "excessFormatted": "€400.00",
                            "excessPolicyCurrencyFormatted": "€400.00",
                            "showBenefit": true,
                            "claimTypes": [
                                {
                                    "xclaimId": "122f1a61-c38a-4c2e-98db-577402ab4b4d",
                                    "name": "unsupported_petpal_fnol_message",
                                    "label": "PetPal - FNOL message",
                                    "description": "If your pet was ill or injured, or your pet injured another person or damaged their property, please login to your Petpal account to start a claim. You can also find answers to the most frequently asked questions in the <a href=\"https://www.xcover.com/help\">XCover Help Centre.</a>"
                                },
                                {
                                    "xclaimId": "cf8833e6-2c2b-4afe-9701-7288c25d0350",
                                    "name": "petpal_your_pet_was_ill_or_injured",
                                    "label": "Your pet was ill or injured",
                                    "description": "Your pet was ill or injured"
                                },
                                {
                                    "xclaimId": "05e5e087-ca16-41db-993a-b087d071c096",
                                    "name": "pet_pal_your_pet_injured_another_person_or_damaged_their_property",
                                    "label": "Your pet injured another person or damaged their property",
                                    "description": "Your pet injured another person or damaged their property"
                                }
                            ]
                        },
                        {
                            "benefitContentId": "192521e6-540d-4707-b6d2-fe90368c7623",
                            "description": "Third-Party Liability Cover",
                            "limit": 60000,
                            "limitPolicyCurrency": 60000,
                            "limitFormatted": "€60000.00",
                            "limitPolicyCurrencyFormatted": "€60000.00",
                            "excess": 400,
                            "excessPolicyCurrency": 400,
                            "excessFormatted": "€400.00",
                            "excessPolicyCurrencyFormatted": "€400.00",
                            "showBenefit": true,
                            "claimTypes": [
                                {
                                    "xclaimId": "122f1a61-c38a-4c2e-98db-577402ab4b4d",
                                    "name": "unsupported_petpal_fnol_message",
                                    "label": "PetPal - FNOL message",
                                    "description": "If your pet was ill or injured, or your pet injured another person or damaged their property, please login to your Petpal account to start a claim. You can also find answers to the most frequently asked questions in the <a href=\"https://www.xcover.com/help\">XCover Help Centre.</a>"
                                },
                                {
                                    "xclaimId": "cf8833e6-2c2b-4afe-9701-7288c25d0350",
                                    "name": "petpal_your_pet_was_ill_or_injured",
                                    "label": "Your pet was ill or injured",
                                    "description": "Your pet was ill or injured"
                                },
                                {
                                    "xclaimId": "05e5e087-ca16-41db-993a-b087d071c096",
                                    "name": "pet_pal_your_pet_injured_another_person_or_damaged_their_property",
                                    "label": "Your pet injured another person or damaged their property",
                                    "description": "Your pet injured another person or damaged their property"
                                }
                            ]
                        }
                    ],
                    "commission": {
                        "partnerCommission": 509.3,
                        "partnerCommissionFormatted": "€509.30",
                        "surchargeCommission": 0,
                        "surchargeCommissionFormatted": "€0.00",
                        "totalCommission": 509.3,
                        "totalCommissionFormatted": "€509.30"
                    },
                    "createdAt": "2023-09-05T07:46:44.357640Z",
                    "confirmedAt": "2023-09-05T07:46:44.910649Z",
                    "updatedAt": "2023-09-06T05:12:40.438019Z",
                    "cancelledAt": null,
                    "isRenewable": false,
                    "isPricebeatEnabled": null,
                    "coverAmount": 60000,
                    "coverAmountFormatted": "€60000.00",
                    "pdsUrl": "https://staging.xcover.com/en/pds/9PAL3-VWCMR-INS?policy_type=pet_insurance_v1",
                    "attachments": [],
                    "files": [],
                    "customDocuments": null,
                    "extraFields": [],
                    "surcharge": {
                        "totalAmount": null,
                        "totalAmountFormatted": null,
                        "surcharges": null
                    },
                    "parentQuoteStatus": null,
                    "attributes": {
                        "age": 12,
                        "sex": "female",
                        "petName": "Shiba Inu 1",
                        "pecBlood": true,
                        "pecLiver": true,
                        "anvitiFee": "356.5100000000000339261951865",
                        "breedName": "Retriever, Labrador",
                        "coverType": "C2",
                        "pecCancer": false,
                        "pecOthers": "Heart murmur",
                        "pecDetails": "",
                        "pecSurgery": false,
                        "ageInYears": 1,
                        "microchipId": "V0001",
                        "pricingValue": 5093,
                        "pecRespiratory": false,
                        "pecHeartDisease": false,
                        "pecTickDiseases": false,
                        "pecKidneyUrinary": false,
                        "vaccinationRecord": "V0001",
                        "pecSurgeryDetails": "Heart murmur, but no surgery",
                        "calculateBirthDate": "2022-09-15T07:46:44.910243+00:00",
                        "subscriptionRenewal": true,
                        "pecSurgeryLastOneYr": false,
                        "policytypeNameVersion": "pet_insurance_v1",
                        "pecSurgeryDetailsOneYr": "n/a"
                    },
                    "canBeCancelled": false,
                    "coolingoffEndDate": "2023-09-05T07:46:44.910649Z",
                    "nextRenewal": null,
                    "cancellationInfo": null,
                    "showTaxes": true,
                    "showIndividualSurcharges": null,
                    "bookingModificationEnabled": 0,
                    "thirdPartyAdmins": [],
                    "ombudsmanList": [],
                    "claimExists": true
                },
                {
                    "id": "67c7bce2-3e17-4bae-991b-93bbc45590ea",
                    "policyStartDate": "2023-09-03T17:09:45+11:00",
                    "policyEndDate": "2024-09-01T17:09:45+11:00",
                    "status": "CONFIRMED",
                    "price": 5093,
                    "priceFormatted": "€5093.00",
                    "policy": {
                        "policyType": "pet_insurance",
                        "policyName": "K9care",
                        "policyCode": "PETNC01",
                        "policyVersion": "8be49217-f17f-46e9-9ea4-0269e36b7bd4",
                        "category": "pet-insurance",
                        "content": {
                            "title": "K9care",
                            "header": null,
                            "description": "n/a",
                            "optoutMsg": "",
                            "inclusions": [],
                            "exclusions": [],
                            "disclaimer": "I have read and agree to the <a href=\"https://staging.xcover.com/en/pds/9PAL3-VWCMR-INS?policy_type=pet_insurance_v1\" target=\"_blank\">plan terms</a>.",
                            "disclaimerHtml": "<p>I have read and agree to the <a href=\"https://staging.xcover.com/en/pds/9PAL3-VWCMR-INS?policy_type=pet_insurance_v1\" target=\"_blank\">plan terms</a>.</p>",
                            "paymentDisclaimer": null,
                            "inPathDisclaimer": null
                        },
                        "underwriter": {
                            "disclaimer": "The maximum limit payable under the plan is applicable to all benefits combined.",
                            "name": "Absolute Insurance Ltd"
                        },
                        "claimSelectorId": "",
                        "showBenefits": true,
                        "metadata": {
                            "xpayUnderwriterEntity": "ABCD"
                        }
                    },
                    "insured": null,
                    "tax": {
                        "totalTax": 0,
                        "totalAmountWithoutTax": 5093,
                        "totalTaxFormatted": "€0.00",
                        "totalAmountWithoutTaxFormatted": "€5093.00",
                        "taxes": []
                    },
                    "duration": "365 00:00:00",
                    "benefits": [
                        {
                            "benefitContentId": "fbb59ad8-d47d-4cb9-8a2e-149b99c6478f",
                            "description": "Major Illness Cover",
                            "limit": 60000,
                            "limitPolicyCurrency": 60000,
                            "limitFormatted": "€60000.00",
                            "limitPolicyCurrencyFormatted": "€60000.00",
                            "excess": 400,
                            "excessPolicyCurrency": 400,
                            "excessFormatted": "€400.00",
                            "excessPolicyCurrencyFormatted": "€400.00",
                            "showBenefit": true,
                            "claimTypes": [
                                {
                                    "xclaimId": "122f1a61-c38a-4c2e-98db-577402ab4b4d",
                                    "name": "unsupported_petpal_fnol_message",
                                    "label": "PetPal - FNOL message",
                                    "description": "If your pet was ill or injured, or your pet injured another person or damaged their property, please login to your Petpal account to start a claim. You can also find answers to the most frequently asked questions in the <a href=\"https://www.xcover.com/help\">XCover Help Centre.</a>"
                                },
                                {
                                    "xclaimId": "cf8833e6-2c2b-4afe-9701-7288c25d0350",
                                    "name": "petpal_your_pet_was_ill_or_injured",
                                    "label": "Your pet was ill or injured",
                                    "description": "Your pet was ill or injured"
                                },
                                {
                                    "xclaimId": "05e5e087-ca16-41db-993a-b087d071c096",
                                    "name": "pet_pal_your_pet_injured_another_person_or_damaged_their_property",
                                    "label": "Your pet injured another person or damaged their property",
                                    "description": "Your pet injured another person or damaged their property"
                                }
                            ]
                        },
                        {
                            "benefitContentId": "ddc3279a-c3e2-42b2-aaa4-73cc48e6b165",
                            "description": "Accidental Injuries Cover",
                            "limit": 60000,
                            "limitPolicyCurrency": 60000,
                            "limitFormatted": "€60000.00",
                            "limitPolicyCurrencyFormatted": "€60000.00",
                            "excess": 400,
                            "excessPolicyCurrency": 400,
                            "excessFormatted": "€400.00",
                            "excessPolicyCurrencyFormatted": "€400.00",
                            "showBenefit": true,
                            "claimTypes": [
                                {
                                    "xclaimId": "122f1a61-c38a-4c2e-98db-577402ab4b4d",
                                    "name": "unsupported_petpal_fnol_message",
                                    "label": "PetPal - FNOL message",
                                    "description": "If your pet was ill or injured, or your pet injured another person or damaged their property, please login to your Petpal account to start a claim. You can also find answers to the most frequently asked questions in the <a href=\"https://www.xcover.com/help\">XCover Help Centre.</a>"
                                },
                                {
                                    "xclaimId": "cf8833e6-2c2b-4afe-9701-7288c25d0350",
                                    "name": "petpal_your_pet_was_ill_or_injured",
                                    "label": "Your pet was ill or injured",
                                    "description": "Your pet was ill or injured"
                                },
                                {
                                    "xclaimId": "05e5e087-ca16-41db-993a-b087d071c096",
                                    "name": "pet_pal_your_pet_injured_another_person_or_damaged_their_property",
                                    "label": "Your pet injured another person or damaged their property",
                                    "description": "Your pet injured another person or damaged their property"
                                }
                            ]
                        },
                        {
                            "benefitContentId": "26d5805a-b7be-48d0-bbd6-b1b03386a0c6",
                            "description": "Major Soft Tissue Surgeries Cover",
                            "limit": 60000,
                            "limitPolicyCurrency": 60000,
                            "limitFormatted": "€60000.00",
                            "limitPolicyCurrencyFormatted": "€60000.00",
                            "excess": 400,
                            "excessPolicyCurrency": 400,
                            "excessFormatted": "€400.00",
                            "excessPolicyCurrencyFormatted": "€400.00",
                            "showBenefit": true,
                            "claimTypes": [
                                {
                                    "xclaimId": "122f1a61-c38a-4c2e-98db-577402ab4b4d",
                                    "name": "unsupported_petpal_fnol_message",
                                    "label": "PetPal - FNOL message",
                                    "description": "If your pet was ill or injured, or your pet injured another person or damaged their property, please login to your Petpal account to start a claim. You can also find answers to the most frequently asked questions in the <a href=\"https://www.xcover.com/help\">XCover Help Centre.</a>"
                                },
                                {
                                    "xclaimId": "cf8833e6-2c2b-4afe-9701-7288c25d0350",
                                    "name": "petpal_your_pet_was_ill_or_injured",
                                    "label": "Your pet was ill or injured",
                                    "description": "Your pet was ill or injured"
                                },
                                {
                                    "xclaimId": "05e5e087-ca16-41db-993a-b087d071c096",
                                    "name": "pet_pal_your_pet_injured_another_person_or_damaged_their_property",
                                    "label": "Your pet injured another person or damaged their property",
                                    "description": "Your pet injured another person or damaged their property"
                                }
                            ]
                        },
                        {
                            "benefitContentId": "192521e6-540d-4707-b6d2-fe90368c7623",
                            "description": "Third-Party Liability Cover",
                            "limit": 60000,
                            "limitPolicyCurrency": 60000,
                            "limitFormatted": "€60000.00",
                            "limitPolicyCurrencyFormatted": "€60000.00",
                            "excess": 400,
                            "excessPolicyCurrency": 400,
                            "excessFormatted": "€400.00",
                            "excessPolicyCurrencyFormatted": "€400.00",
                            "showBenefit": true,
                            "claimTypes": [
                                {
                                    "xclaimId": "122f1a61-c38a-4c2e-98db-577402ab4b4d",
                                    "name": "unsupported_petpal_fnol_message",
                                    "label": "PetPal - FNOL message",
                                    "description": "If your pet was ill or injured, or your pet injured another person or damaged their property, please login to your Petpal account to start a claim. You can also find answers to the most frequently asked questions in the <a href=\"https://www.xcover.com/help\">XCover Help Centre.</a>"
                                },
                                {
                                    "xclaimId": "cf8833e6-2c2b-4afe-9701-7288c25d0350",
                                    "name": "petpal_your_pet_was_ill_or_injured",
                                    "label": "Your pet was ill or injured",
                                    "description": "Your pet was ill or injured"
                                },
                                {
                                    "xclaimId": "05e5e087-ca16-41db-993a-b087d071c096",
                                    "name": "pet_pal_your_pet_injured_another_person_or_damaged_their_property",
                                    "label": "Your pet injured another person or damaged their property",
                                    "description": "Your pet injured another person or damaged their property"
                                }
                            ]
                        }
                    ],
                    "commission": {
                        "partnerCommission": 509.3,
                        "partnerCommissionFormatted": "€509.30",
                        "surchargeCommission": 0,
                        "surchargeCommissionFormatted": "€0.00",
                        "totalCommission": 509.3,
                        "totalCommissionFormatted": "€509.30"
                    },
                    "createdAt": "2023-09-05T07:46:44.378939Z",
                    "confirmedAt": "2023-09-05T07:46:44.874467Z",
                    "updatedAt": "2023-09-06T05:12:40.415892Z",
                    "cancelledAt": null,
                    "isRenewable": false,
                    "isPricebeatEnabled": null,
                    "coverAmount": 60000,
                    "coverAmountFormatted": "€60000.00",
                    "pdsUrl": "https://staging.xcover.com/en/pds/9PAL3-VWCMR-INS?policy_type=pet_insurance_v1",
                    "attachments": [],
                    "files": [],
                    "customDocuments": null,
                    "extraFields": [],
                    "surcharge": {
                        "totalAmount": null,
                        "totalAmountFormatted": null,
                        "surcharges": null
                    },
                    "parentQuoteStatus": null,
                    "attributes": {
                        "age": 12,
                        "sex": "female",
                        "petName": "Shiba Inu 2",
                        "pecBlood": true,
                        "pecLiver": true,
                        "anvitiFee": "356.5100000000000339261951865",
                        "breedName": "Retriever, Labrador",
                        "coverType": "C2",
                        "pecCancer": false,
                        "pecOthers": "Heart murmur",
                        "pecDetails": "",
                        "pecSurgery": false,
                        "ageInYears": 1,
                        "microchipId": "V0001",
                        "pricingValue": 5093,
                        "pecRespiratory": false,
                        "pecHeartDisease": false,
                        "pecTickDiseases": false,
                        "pecKidneyUrinary": false,
                        "vaccinationRecord": "V0001",
                        "pecSurgeryDetails": "Heart murmur, but no surgery",
                        "calculateBirthDate": "2022-09-15T07:46:44.874004+00:00",
                        "subscriptionRenewal": true,
                        "pecSurgeryLastOneYr": false,
                        "policytypeNameVersion": "pet_insurance_v1",
                        "pecSurgeryDetailsOneYr": "n/a"
                    },
                    "canBeCancelled": true,
                    "coolingoffEndDate": "2023-09-05T07:46:44.874467Z",
                    "nextRenewal": null,
                    "cancellationInfo": null,
                    "showTaxes": true,
                    "showIndividualSurcharges": null,
                    "bookingModificationEnabled": 0,
                    "thirdPartyAdmins": [],
                    "ombudsmanList": [],
                    "claimExists": false
                }
            ],
            "coi": {
                "url": "https://staging.xcover.com/en/coi/9PAL3-VWCMR-INS?security_token=J8PGP-lf7Mw-oqk2l-CRAXl",
                "pdf": "https://staging.xcover.com/en/coi/9PAL3-VWCMR-INS.pdf?security_token=J8PGP-lf7Mw-oqk2l-CRAXl"
            },
            "accountUrl": "https://staging.xcover.com/en/account?id=5d482ea0-7883-4e26-b5e9-6ee8aa54589a&signup_token=AqXPG-Coosc-7HwQj-lh8mr&region=eu-central-1",
            "signUpUrl": "https://staging.xcover.com/en/account?id=5d482ea0-7883-4e26-b5e9-6ee8aa54589a&signup_token=AqXPG-Coosc-7HwQj-lh8mr&region=eu-central-1",
            "policyholder": {
                "firstName": "Tidus",
                "lastName": "Ffx",
                "email": "[email protected]",
                "phone": null,
                "address1": null,
                "address2": null,
                "postcode": null,
                "company": null,
                "companyRegId": null,
                "middleName": "test",
                "country": "FR",
                "age": null,
                "city": null,
                "region": null,
                "secondaryEmail": null,
                "birthDate": "2023-09-20",
                "allowUpdates": true,
                "fieldsAllowedToUpdate": [
                    "postcode",
                    "address1",
                    "phone",
                    "company",
                    "first_name",
                    "region",
                    "age",
                    "email",
                    "birth_date",
                    "city",
                    "company_reg_id",
                    "middle_name",
                    "tax_payer_id",
                    "last_name",
                    "address2",
                    "secondary_email"
                ]
            },
            "totalTax": 0,
            "totalTaxFormatted": "€0.00",
            "totalPremium": 10186,
            "totalPremiumFormatted": "€10186.00",
            "fnolLink": "https://staging.xcover.com/en/account/claims/fnol?bookingID=9PAL3-VWCMR-INS&security_token=J8PGP-lf7Mw-oqk2l-CRAXl",
            "partner": {
                "id": "0QRA8",
                "slug": "petpal",
                "name": "Petpal",
                "title": "Petpal",
                "logo": "https://staging.static.xcover.com/media/partnerlogos/2020/08/21/Logo_K9Care.png",
                "contactUrl": "https://www.petpal.com/contact",
                "partnerUrl": "https://www.petpal.com/",
                "helpCenterUrl": "https://www.petpal.com/contact",
                "updatedAt": "2021-11-02T03:30:28.768970Z",
                "xpayPaymentEnabled": false,
                "xpayRefundEnabled": false,
                "automaticRefundByXcore": false,
                "allowPolicyModificationsOnXcover": false,
                "emails": [],
                "attributes": [],
                "signupMethodOnXcover": null,
                "useStandardRegion": null,
                "allowPayoutCustomer": true,
                "subsidiary": {
                    "id": "0QRA8",
                    "slug": "petpal",
                    "name": "Petpal",
                    "title": "Petpal",
                    "logo": "https://staging.static.xcover.com/media/partnerlogos/2020/08/21/Logo_K9Care.png",
                    "contactUrl": "https://www.petpal.com/contact",
                    "partnerUrl": "https://www.petpal.com/",
                    "helpCenterUrl": "https://www.petpal.com/contact",
                    "updatedAt": "2021-11-02T03:30:28.768970Z",
                    "xpayPaymentEnabled": false,
                    "xpayRefundEnabled": false,
                    "automaticRefundByXcore": false,
                    "allowPolicyModificationsOnXcover": false,
                    "emails": [],
                    "attributes": [],
                    "signupMethodOnXcover": null,
                    "useStandardRegion": null,
                    "allowPayoutCustomer": true
                }
            },
            "partnerMetadata": [],
            "customer": {
                "id": "5d482ea0-7883-4e26-b5e9-6ee8aa54589a",
                "email": "[email protected]",
                "defaultPaymentMethodType": null
            },
            "customerRegion": null,
            "customerCountry": "FR",
            "customerLanguage": "en",
            "paymentMethods": [],
            "loginUrl": "https://staging.xcover.com/en/login?id=5d482ea0-7883-4e26-b5e9-6ee8aa54589a&security_token=AqXPG-Coosc-7HwQj-lh8mr&region=eu-central-1",
            "test": false,
            "policyholderHistory": {
                "2023-09-05 07:46:44.858683": {
                    "test": false,
                    "email": "[email protected]",
                    "region": null,
                    "country": "FR",
                    "postcode": null,
                    "lastName": "Ffx",
                    "firstName": "Tidus"
                },
                "2023-09-06 05:12:51.380916": {
                    "test": false,
                    "email": "[email protected]",
                    "region": null,
                    "country": "FR",
                    "postcode": null,
                    "lastName": "Ffx",
                    "birthDate": "2023-09-20",
                    "firstName": "Tidus"
                },
                "2023-09-06 05:13:02.999253": {
                    "test": false,
                    "email": "[email protected]",
                    "region": null,
                    "country": "FR",
                    "postcode": null,
                    "lastName": "Ffx",
                    "birthDate": "2023-09-20",
                    "firstName": "Tidus",
                    "middleName": "test"
                }
            },
            "totalRefund": 0,
            "totalRefundFormatted": "€0.00",
            "xpayPayouts": [],
            "cancellationPayoutUrl": null,
            "xnotifyUrl": ""
        },
        "createdAt": "2023-09-14T06:00:12+00:00",
        "updatedAt": "2023-09-14T06:00:12+00:00",
        "region": "EMEA"
    }
}

{
    "type": "exception",
    "message": "Resource 'Policy' with given UUID d3ba4e5c-c225-4dba-8637-8ac9f1e661df does not belong to resource 'Claim' with given UUID fd98bfd5-7702-4ede-afdc-78686b3bdfb9; "
}
PreviousGet ClaimNextList of claims by booking reference

Last updated 1 year ago