---
title: "1대1 문의 등록"
method: POST
path: "/api/v1/qna"
tags: ["QnA"]
---

# 1대1 문의 등록

`POST /api/v1/qna`

## Request body

- InsertQuestionRequest
  - `cd_tp_qna` 'ACCOUNT' | 'GIFT_AND_DECLARATION' | 'OTHERS' | 'PAYMENT' — Qna 타입
  - `cts` string — 질문 내용
  - `ttl` string — 질문 타이틀

## Response `200`

OK

- WinclResponse
  - `code` string
  - `message` string

## Other responses

- `201` — Created
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/wincl/apis/wincl-api.md) · [All operations](https://skmtc.net/wincl/apis/wincl-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wincl/wincl-api/versions/662edcbbf2b3/schema)
