Notes
Creates a new note on an entity (job, customer, quote, etc.).
post/notes
Request body
Example request
{
"entityId": 123,
"parentId": 456
}Response
Resource created successfully
Creates a new note on an entity (job, customer, quote, etc.).
{
"entityId": 123,
"parentId": 456
}Resource created successfully