Retrieve travel customer policy summaries.
Cf. summary
Query parameters
The customer email.
The policy holder last name.
The policy holder date of birth. Mandatory if policy holder last name provided - ISO 8601 format (YYYY-MM-DD).
The beneficiary last name.
Identifier of the beneficiary. Provided on the certificate of the policy on some countries to identify the beneficiaries.
The scope selected by the agent when the police was created.
Final policy number.
Car's license plate
The number of days from today in witch the travel annual policies are going to expire.
Headers
Accepted language, IANA language codification. If language not managed, "en" will be used by default.
The token is formatted as a JWT and provided by the partner.
The unique identifier of the tenant, the value should be provided by AXA.
Response
List of travel policy summaries.
Example response
[
{
"policy_id": "5ff96b27-cdc1-4090-b2f4-febfb1b1d08f",
"policy_number": "DRULY031000000823",
"draft_policy_number": "NBYULY03115985008",
"status": "ACTIVE",
"policy_holder": {
"title": "MR",
"last_name": "Doe",
"first_name": "John",
"external_holder_id": "239015d1-feed-49ab-9a62-40b729faeec8"
},
"beneficiaries": [
{
"last_name": "Doe",
"first_name": "John",
"birth_date": "1990-04-25",
"id": "SHINT000000016-C"
}
],
"motor_coverages": {
"insured_items": {
"vehicles": [
{
"registration_number": "4234BMW",
"brand": "Volkswagen",
"model": "Passat SW",
"colour": "Spatial grey"
}
]
}
},
"purchase_date": "2018-06-20",
"catalog": {
"code": "Opodo FR",
"version": "v12"
},
"product_name": "Advanced",
"contracting_actor_name": "EXPEDIA UK",
"start_date": "2018-08-20",
"end_date": "2018-08-20",
"policy_type": "SINGLE"
}
]