Project Notes
Create Project Note
Creates the project note for the given project when one does not already exist. See Project Notes.
post/tenants/{tenant_id}/projects/{project_id}/project_note
Path parameters
tenant_idstring uuid required
The ID of the tenant.
project_idstring uuid required
The ID of the project.
Request body
Example request
{
"project_note": {
"content": "Customer asked to follow up after site visit."
}
}Response
Project note successfully created.
Changes
No recorded changes to this endpoint across all 1 revision of this API.