---
title: "Add QR code raw text"
method: POST
path: "/omni/add/qr-code-text"
tags: ["Interview"]
---

# Add QR code raw text

`POST /omni/add/qr-code-text`

Add QR code raw text to interview. It will be saved in customFields named 'qrCodeText', this fields needs to be present
in organization's custom fields schema.

## Headers

- `api-version` string, required

## Request body

- AddQrCodeTextRequest
  - `qrCodeText` string — QR code raw text.

## Response `200`

OK

- BasicResponse
  - `success` boolean — Flag indicating request passed successfully.
  - `sessionStatus` 'Alive' | 'Closed' | 'Deleted' — Session status

## Other responses

- `400` — Bad Request

---

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