Skip to main content
POST
/
crm
/
assuntos
/
{idAssunto}
/
anotacoes
Criar anotação de assunto
curl --request POST \
  --url https://api.tiny.com.br/public-api/v3/crm/assuntos/{idAssunto}/anotacoes \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "anotacao": "<string>",
  "idUsuario": 123,
  "data": "2024-01-01"
}
'
{
  "id": 123
}

Path Parameters

idAssunto
integer
required

Identificador do assunto

Body

application/json
anotacao
string
required
idUsuario
integer | null
data
string | null
Example:

"2024-01-01"

Response

OK

id
integer