Create a task on a facility
Creates a single task on the facility identified by facilityUuid. The facility is taken from the path, not the body.
Headers
Api key required to authenticate your request. Please reach out to monument for a key.
"monument-2230012-2312321"
Body
Task name (max 35 characters).
35"Follow up with tenant"
Due date. Normalized to day-only.
"2026-06-01"
Task category. Required. Determines which UUID must be present: LEADS → leadUuid; OTHER/TENANTS/DELINQUENCIES → accountUuid. The other UUID must be omitted.
LEADS, TENANTS, DELINQUENCIES, OTHER "OTHER"
Optional task description (max 100 characters).
100"Call about overdue balance"
Lead to associate the task with. Required when taskCategory is LEADS; must be omitted otherwise.
Account (tenant) to associate the task with. Required when taskCategory is OTHER, TENANTS, or DELINQUENCIES; must be omitted otherwise.
Response
Task created
Task UUID
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
Task name
"Follow up with tenant"
Task description
"Call about overdue balance"
Task category
LEADS, TENANTS, DELINQUENCIES, OTHER "OTHER"
Due date (day-only)
"2026-06-01"
Facility UUID the task belongs to
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
Facility name
"Downtown Storage"
Associated lead UUID, if any
Associated lead's first name
Associated lead's last name
Associated tenant (account) UUID, if any
Associated tenant's first name
Associated tenant's last name
Completion timestamp, or null if not completed
"2026-06-02T14:30:00.000Z"
UUID of the user who completed the task, if any
Timestamp when the task was created
"2026-06-01T00:00:00.000Z"

