ZRM Docs
Domain Model

Note

Fields

FieldTypeRequiredDefaultDescription
idstring.uuidYesId
createdAtstring.date-timeYesCreated at
updatedAtstring.date-timeYesUpdated at
workspaceIdstring.uuidYesID of the associated workspace
entityTypeenum(customer, vendor, contact, opportunity, quote, site, asset, system, ticket, work_order, project, incident, alert, invoice, payment, purchase_order, knowledge_article, deficiency_report, design_review, inspection_result, maintenance_plan, pm_schedule, space, document, media_artifact, credential, workspace, product, monitoring_account, warehouse, rfq, schedule_visit, user)YesEntity type
entityIdstringYesID of the associated entity
authorIdstring.uuidYesID of the associated author
bodystringYesBody
isPinnedbooleanYesIs pinned
sourceenum(user, system, agent)YesSource

Create Schema

Fields accepted when creating a new record:

FieldTypeRequiredDefaultDescription
entityTypeenum(customer, vendor, contact, opportunity, quote, site, asset, system, ticket, work_order, project, incident, alert, invoice, payment, purchase_order, knowledge_article, deficiency_report, design_review, inspection_result, maintenance_plan, pm_schedule, space, document, media_artifact, credential, workspace, product, monitoring_account, warehouse, rfq, schedule_visit, user)YesEntity type
entityIdstringYesID of the associated entity
bodystringYesBody
isPinnedbooleanNoIs pinned
visibilityenum(internal, customer)NoVisibility

Update Schema

All fields are optional when updating:

FieldTypeRequiredDefaultDescription
bodystringNoBody
isPinnedbooleanNoIs pinned

On this page