---
title: "Allow the consumer to validate that he has finished to fill the claim and that it is ready to be processed by AXA."
method: POST
path: "/insurance/travel/v2/claims/{claim_id}/complete"
---

# Allow the consumer to validate that he has finished to fill the claim and that it is ready to be processed by AXA.

`POST /insurance/travel/v2/claims/{claim_id}/complete`

Cf. summary

## Path parameters

- `claim_id` string, required — Claim identifier.

## Headers

- `x-environment` 'test' | 'preprod' | 'prod'
- `x-tenant-id` string

## Response `204`

Claim completed successfully (No content).

## Other responses

- `400` — Bad Request.
- `401` — Unauthorized. The identity of the caller has not been definitely confirmed (invalid issuer, expired token, ...)
- `403` — Forbidden. The identity of the caller is confirmed, however the required access grants are not met (missing scope, unknown client_id, ...)
- `404` — Not found. The server did not find a current representation for the searched resource.
- `424` — Failed Dependency This error can occur when there is no incident created.
- `default` — Default response format.

---

[API](https://skmtc.net/axa-assistance/apis/untitled-api.md) · [All operations](https://skmtc.net/axa-assistance/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/axa-assistance/untitled-api/revisions/efe32b811f1d/schema)
