---
title: "POST call to complete an active claim"
method: POST
path: "/v1/claim/complete"
tags: ["claim"]
---

# POST call to complete an active claim

`POST /v1/claim/complete`

Endpoint to complete the application form claim process and claim status updated.<br><br>

## Request body

- ClaimCompleteObject — submission id
  - `claim_id` string, required
  - `submission_id` string, required
  - `drs_request_id` string — drs request id

## Response `200`

claim record completed

## Other responses

- `400` — BAD REQUEST - badly formed json or invalid PIP form data
- `401` — UNAUTHORIZED - claim does not exist with these values
- `500` — INTERNAL SERVER ERROR - an internal error occurred

---

[API](https://skmtc.net/department-for-work-and-pensions/apis/dwp-htds-claim-manager-service.md) · [All operations](https://skmtc.net/department-for-work-and-pensions/apis/dwp-htds-claim-manager-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/department-for-work-and-pensions/dwp-htds-claim-manager-service/revisions/f2da60e4e7aa/schema)
