Space 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
visibilityModeunknownYesVisibility 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
visibilityModeunknownNoVisibility mode

Update Schema

All fields are optional when updating:

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

On this page