v1
latestOpenAPI 3.1.02026-07-242200814.7 KBAtualizar nota
put/notes/{note_id}
Path parameters
note_idinteger required
ID da nota.
Request body
Response
200
Example response
{
"success": true,
"message": "OK",
"data": {
"id": 748,
"account_id": 748,
"User_id": 748,
"deal_id": 748,
"company_id": 748,
"person_id": 748,
"call_id": 748,
"user_name": "Teste",
"text": "Cliente remarcou.",
"created_at": "2021-03-03 14:36:20",
"updated_at": "2021-03-03 14:36:20"
}
}