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
Changes
No recorded changes to this endpoint across all 1 revision of this API.