---
title: "PATCH call to update a claim record"
method: PATCH
path: "/v1/claim/update"
tags: ["claim"]
---

# PATCH call to update a claim record

`PATCH /v1/claim/update`

* Mandatory fields for Update claim - CLaim Id, Form data.
e.g.
  ```
  {
    "claim_id": "5efbb7aebb703c618c3d4fe5",
    "form_data": "{\"data\", \"claim data\"}",
  }
  ```

## Request body

- ClaimUpdateObject — claim id
  - `claim_id` string
  - `form_data` string — the session data blob

## Response `200`

UPDATED - an existing claim updated and returned

- ClaimRecordReturn — submission id
  - `claim_id` string
  - `submission_id` string
  - `form_data` string — the session data blob
  - `claim_status` 'CLAIM_STARTED' | 'APPLICATION_SUBMITTED' — the status of the claim record

## 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)
