Docs
Search…
Docs
Developers Portal
Open API
Authentication
Contacts
Companies
Products
Tasks
Deals
Notes
Bills
Public
Data Import
Import Data
Import Users
Import Contacts
Import Companies
Import Deals
Data Integration
Zapier
wepipe.com.br
Powered By
GitBook
Notes
Documentação da API de notas (comentários).
get
https://api.wepipe.com.br
/notes
Get notes
Request Example:
1
https://api.wepipe.com.br/notes?entity=deal&record_id=1
Copied!
post
https://api.wepipe.com.br
/notes
Insert note
Request Example:
1
{
2
"entity": "deal",
3
"record_id": 1,
4
"note": "Comentário sobre a oportunidade."
5
}
Copied!
put
https://api.wepipe.com.br
/notes/{id}
Update node
delete
https://api.wepipe.com.br
/notes/{ìd}
Delete note
Previous
Deals
Next
Bills
Last modified
1yr ago
Copy link
Contents
get
Get notes
post
Insert note
put
Update node
delete
Delete note