---
title: "Create a new response data attribute."
method: POST
path: "/responsedataattributes"
tags: ["API attributes"]
---

# Create a new response data attribute.

`POST /responsedataattributes`

## Request body

- ApiResponseDataAttribute — The response data attribute.
  - `ResponseDataAttributeId` integer — Id of the response data attribute.
  - `Name` string — Name of the response data attribute.
  - `AttributeId` integer — Attribute id of the response data attribute.

## Response `200`

The id of the created response data attribute

- integer

## Other responses

- `400` — BadRequest

---

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