cURL
curl --request POST \ --url https://api.fint.app/api/v1/contact/:contactId/item \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "itemsToDelete": [ 123 ], "itemsToAdd": [ 123 ] }'
{}
Agregar o eliminar items a un contacto, estos items luego se usaran para generar facturas en las liquidaciones
Items agregados o eliminados con éxito
The response is of type object.
object