POST
/
contact
/
:contactId([0-9]+)
/
note
curl --request POST \
  --url 'https://api.fint.app/api/v1/contact/:contactId([0-9]+)/note' \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "note": "<string>"
}'
{
  "id": 123
}

Authorizations

x-api-key
string
header
required

Path Parameters

contactId
number
required

Body

application/json
note
string
required

Response

200
application/json
Nota creada exitosamente para el contacto
id
number
required