---
title: "Cadastra novo arquivo de cliente no empreendimento."
method: POST
path: "/v1/cadastros/empreendimentos/{idEmpreendimento}/arquivos-cliente"
tags: ["Empreendimento"]
---

# Cadastra novo arquivo de cliente no empreendimento.

`POST /v1/cadastros/empreendimentos/{idEmpreendimento}/arquivos-cliente`

> 🔒 **Autenticação necessária**
>
> Esta API utiliza autenticação via **e-mail e token** nos headers da requisição.
> Consulte o tutorial completo antes de fazer sua primeira chamada:
> [Como autenticar nas APIs do CV CRM (v1 — E-mail e Token)](https://desenvolvedor.cvcrm.com.br/docs/como-autenticar-apis-cvcrm-email-token)

## Path parameters

- `idEmpreendimento` integer, required

## Headers

- `email` string, required
- `token` string, required

## Response `201`

Arquivo cadastrado com sucesso.

- object
  - `data` object
    - `id` integer
  - `status` string

## Other responses

- `400` — Requisição incorreta!
- `500` — Erro interno

---

[API](https://skmtc.net/cvcrm/apis/clientes.md) · [All operations](https://skmtc.net/cvcrm/apis/clientes/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cvcrm/clientes/revisions/42bf5add8bf3/schema)
