---
title: "Create Answer"
method: POST
path: "/forms/submissions/{submission_id}/answers"
tags: ["Forms::Submissions::Answer"]
---

# Create Answer

`POST /forms/submissions/{submission_id}/answers`

Add a new answer to a submission

## Path parameters

- `submission_id` integer, required

## Request body

- object
  - `forms_submissions_answer` FormsSubmissionsAnswerParameters — Answers
    - `field_id` integer, required — Field
    - `fields_option_id` integer, nullable — ID of a record from the Forms::Fields::Option API.
    - `entry` string, nullable — Entry
    - `fields_option_ids` unknown

## Response `201`

Created

- FormsSubmissionsAnswerAttributes — Answers
  - `id` integer — Answer ID
  - `public_id` string, nullable — Answer public ID
  - `submission_id` integer — Submission ID
  - `field_id` integer — Field
  - `fields_option_id` integer, nullable — ID of a record from the Forms::Fields::Option API.
  - `entry` string, nullable — Entry
  - `fields_option_ids` unknown
  - `created_at` string, date-time, nullable — Added
  - `updated_at` string, date-time, nullable — Updated

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/myclickfunnels/apis/clickfunnels-api.md) · [All operations](https://skmtc.net/myclickfunnels/apis/clickfunnels-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myclickfunnels/clickfunnels-api/revisions/ae6313eaa176/schema)
