---
title: "Crear un nuevo contacto"
method: POST
path: "/contact"
tags: ["Contactos"]
---

# Crear un nuevo contacto

`POST /contact`

Crear un nuevo contacto

## Request body

- object
  - `externalReference` string
  - `existingContactId` number — Id de un contacto ya existente. Si viene seteado, no se crea un contacto nuevo: solo se asocia el pagador (payerContact) al contacto existente.
  - `name` string, required
  - `lastName` string, required
  - `documentType` 'DNI' | 'CUIT' | 'CUIL' | 'CDI' | 'LE' | 'LC' | 'CI Extranjera' | 'Pasaporte' | 'CI Policía Federal' | 'Certificado de Migración' | 'RUT' | 'Otro'
  - `documentNumber` string
  - `email` string, email
  - `phoneNumber` string
  - `address` string
  - `country` string
  - `metadata` object — Informacion adicional que luego se puede consumir y llegara en los webhooks
  - `payerContact` object
    - `name` string, required
    - `lastName` string, required
    - `documentType` 'DNI' | 'CUIT' | 'CUIL' | 'CDI' | 'LE' | 'LC' | 'CI Extranjera' | 'Pasaporte' | 'CI Policía Federal' | 'Certificado de Migración' | 'RUT' | 'Otro', required
    - `documentNumber` string, required
    - `email` string, email, required
    - `phoneNumber` string, required
    - `address` string
    - `country` string
  - `tagGroup` object
    - `name` string, required
  - `tags` object[]
    - `name` string, required
  - `sendPortalInvite` boolean

## Response `201`

Contacto creado con éxito

- object
  - `id` number, required

## Other responses

- `400` — Solicitud incorrecta, datos de entrada no válidos

---

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