---
title: "Create Record Response"
method: POST
path: "/records/{record_id}/responses"
tags: ["records"]
---

# Create Record Response

`POST /records/{record_id}/responses`

## Path parameters

- `record_id` string, uuid, required

## Request body

- ResponseCreate
  - `values` object, nullable
  - `status` 'draft' | 'submitted' | 'discarded', required

## Response `201`

Successful Response

- Response
  - `id` string, uuid, required
  - `values` object, nullable
  - `status` 'draft' | 'submitted' | 'discarded', required
  - `record_id` string, uuid, required
  - `user_id` string, uuid, required
  - `inserted_at` string, date-time, required
  - `updated_at` string, date-time, required

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `422` — Unprocessable Content
- `500` — Internal Server Error

## Changes

- **2026-08-24** `ca32894f988c` — 2 breaking, 1 info
  - removed `subschema #6, subschema #7` from the `values/anyOf[subschema #1]/additionalProperties/value` request property `anyOf` list
  - added 'propertyNames' constraint to the request property `values/anyOf[subschema #1]/`
  - added `subschema #6, subschema #7` to the `values/anyOf[subschema #1]/additionalProperties/value` request property `anyOf` list
- **2026-08-08** `e9da3a893a88` — 1 info
  - added `subschema #7` to the `values/anyOf[subschema #1]/additionalProperties/value` request property `anyOf` list

[Change history](https://skmtc.dev/hf/apis/extralit-v1/changes/records/:record_id/responses/post.md)

---

[API](https://skmtc.dev/hf/apis/extralit-v1.md) · [All operations](https://skmtc.dev/hf/apis/extralit-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hf/extralit-v1/revisions/ca32894f988c/schema)
