POST
/
contact
/
document
/
:document
/
item
curl --request POST \
  --url https://api.fint.app/api/v1/contact/document/:document/item \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "itemsToDelete": [
    123
  ],
  "itemsToAdd": [
    123
  ]
}'
{
  "message": "<string>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

document
string
required

Body

application/json
itemsToDelete
number[]
itemsToAdd
number[]

Response

200
application/json
Items agregados o eliminados con éxito
message
string
required