---
title: "Create a new claim"
method: POST
path: "/api/v1/claims"
tags: ["Claims"]
---

# Create a new claim

`POST /api/v1/claims`

## Request body

- ClaimRequestBody — Claim input data
  - `ufn` string, required — universal file number
  - `client` string, required — client name
  - `category` string — claim category
  - `concluded` string, date — claim concluded date
  - `feeType` string — fee type
  - `escaped` boolean — escaped status
  - `counselPayment` string — status of counsel payment
  - `claimed` number — amount claimed
  - `submissionId` string, uuid — id of the submission this claim links to

## Response `201`

Claim created successfully

- CreateClaimResponse
  - `id` integer

## Other responses

- `400` — Invalid request body
- `403` — Forbidden

## Changes

- **2026-05-14** `def1cfa2791d` — 1 info
  - added the non-success response with the status `403`
- **2026-05-07** `f5d94c130d5b` — 1 info
  - added the new optional request property `counselPayment`
- **2026-05-06** `f141b4bcbce1` — 1 info
  - added the new optional request property `escaped`

[Change history](https://skmtc.dev/ministryofjustice/apis/openapi-definition-3/changes/api/v1/claims/post.md)

---

[API](https://skmtc.dev/ministryofjustice/apis/openapi-definition-3.md) · [All operations](https://skmtc.dev/ministryofjustice/apis/openapi-definition-3/llms.txt) · [OpenAPI document](https://skmtc.dev/ministryofjustice/apis/openapi-definition-3/revisions/b5fcd3dd0dc2?raw)
