Creates a uncovered incident linked to a travel claim.

Cf. summary

post/insurance/travel/v2/claims/{claim_id}/uncovered_incidents

Path parameters

claim_idstring required

Claim identifier.

Example:e941c951-6101-41b8-b227-28c0495227f3

Claim identifier.

Headers

x-environment'test' | 'preprod' | 'prod'

When calling the API, the client can precise in which environment the information should be sent. The environments are listed below:

  • test --> UAT / User Acceptance Environment.
  • preprod --> Pre-production (real data, real clients to validate the software before release to production).
  • prod --> Production environment.
x-tenant-idstring
Example:42bbd332fa8f48e7bb382165f257a579

The unique identifier of the tenant, the value should be provided by AXA.

Request body

coveragestring required

The necessary coverage that wasn't included in the policy.

related_incident_type'BAGGAGE' | 'CANCELLATION' | 'CURTAILMENT' | 'DELAY' | 'GENERAL' | 'MEDICAL' | 'MISSED_TRANSPORTATION' | 'VEHICLE'

Type of the related incident that wasn't covered.

descriptionstring

Detailed exclusion information related to the coverage that wasn't in the policy.

Example request

{
  "coverage": "DELAYED_BAGGAGE"
}

Response

Uncovered incident created.

incident_idstring required

Identifier of the incident.

coveragestring required

The necessary coverage that wasn't included in the policy.

descriptionstring

Detailed exclusion information related to the coverage that wasn't in the policy.

Example response

{
  "incident_id": "ec2ebd7f-684c-4d52-9a5f-fc49a23bc89c",
  "coverage": "DELAYED_BAGGAGE"
}