---
title: "Agregar o eliminar items a un contacto"
method: POST
path: "/contact/:contactId/item"
tags: ["Contactos"]
---

# Agregar o eliminar items a un contacto

`POST /contact/:contactId/item`

Agregar o eliminar items a un  contacto, estos items luego se usaran para generar facturas en las liquidaciones

## Path parameters

- `contactId` number, required

## Request body

- object
  - `itemsToDelete` number[]
  - `itemsToAdd` number[]

## Response `200`

Items agregados o eliminados con éxito

- object

## Other responses

- `404` — Contacto o item no encontrado

---

[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)
