---
title: "Allow the consumer to indicate that all the expected documents for the claim have been successfully uploaded and thus they are ready to be submitted to AXA Agent for review."
method: POST
path: "/insurance/travel/v2/claims/{claim_id}/finalize_documents_submission"
---

# Allow the consumer to indicate that all the expected documents for the claim have been successfully uploaded and thus they are ready to be submitted to AXA Agent for review.

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

Cf. summary

## Path parameters

- `claim_id` string, required — Claim identifier.

## Headers

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

## Response `204`

No content.
The server successfully processed the request and is not returning any 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 at least one required document hasn't been uploaded.
- `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)
