---
title: "Criar QR Code"
method: POST
path: "/companies/{companyId}/pix-cash-in/locations"
tags: ["Pix Cobrança"]
---

# Criar QR Code

`POST /companies/{companyId}/pix-cash-in/locations`

## Path parameters

- `companyId` string, required — CNPJ da empresa

## Request body

- PostLocationRequest
  - `type` string, required
  - `description` string

## Response `201`

Location Created

- PostLocationResponse
  - `id` string
  - `type` string
  - `taxId` string
  - `url` string
  - `description` string
  - `image` string, byte

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/btgpactual/apis/folha-de-pagamentos.md) · [All operations](https://skmtc.net/btgpactual/apis/folha-de-pagamentos/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/btgpactual/folha-de-pagamentos/revisions/2a24d3da114c/schema)
