Notes
Create a note
post/crm/notes
Request body
Example request
{
"companyIds": [
"61a5ce58c5d4795761045990",
"61a5ce58c5d4795761045991"
],
"text": "In communication with client for resolution of queries.",
"dealIds": [
"61a5ce58c5d4795761045990",
"61a5ce58c5d4795761045991"
],
"contactIds": [
247,
1,
2
]
}Response
Created new note
Example response
{
"id": "61a5cd07ca1347c82306ad09"
}