ZRM Docs
Domain Model

Monitoring Account

Fields

FieldTypeRequiredDefaultDescription
idstring.uuidYesId
createdAtstring.date-timeYesCreated at
updatedAtstring.date-timeYesUpdated at
customerIdstringYesID of the associated customer
siteIdstringYesID of the associated site
monitoringTypeenum(burglar, fire, burglar_and_fire)YesMonitoring type
statusenum(active, suspended, canceled, pending_activation)YesStatus
billingFrequencyenum(monthly, quarterly, annually)YesBilling frequency
monthlyRatenumberYesMonthly rate
autoBillingbooleanYesAuto billing
billingStartDatestringYesBilling start date
nextBillingDatestringYesNext billing date
centralStationAccountNumberunknownYesCentral station account number
notesunknownYesNotes
workspaceIdstringYesID of the associated workspace
visibilityModeenum(global, workspace_local, shared)YesVisibility mode

Create Schema

Fields accepted when creating a new record:

FieldTypeRequiredDefaultDescription
customerIdstringYesID of the associated customer
siteIdstringYesID of the associated site
monitoringTypeenum(burglar, fire, burglar_and_fire)YesMonitoring type
statusenum(active, suspended, canceled, pending_activation)Yes"active"Status
billingFrequencyenum(monthly, quarterly, annually)Yes"monthly"Billing frequency
monthlyRatenumberYesMonthly rate
autoBillingbooleanYestrueAuto billing
billingStartDatestringYesBilling start date
nextBillingDatestringYesNext billing date
centralStationAccountNumberstringNoCentral station account number
notesstringNoNotes
workspaceIdstringNoID of the associated workspace
visibilityModeenum(global, workspace_local, shared)Yes"workspace_local"Visibility mode

Update Schema

All fields are optional when updating:

FieldTypeRequiredDefaultDescription
monitoringTypeenum(burglar, fire, burglar_and_fire)NoMonitoring type
statusenum(active, suspended, canceled, pending_activation)No"active"Status
billingFrequencyenum(monthly, quarterly, annually)No"monthly"Billing frequency
monthlyRatenumberNoMonthly rate
autoBillingbooleanNotrueAuto billing
billingStartDatestringNoBilling start date
nextBillingDatestringNoNext billing date
centralStationAccountNumberstringNoCentral station account number
notesstringNoNotes

On this page