Space Docs
Domain Model

Quote Content Section

Fields

FieldTypeRequiredDefaultDescription
idstringYesId
createdAtstring.date-timeYesCreated at
updatedAtstring.date-timeYesUpdated at
workspaceIdstringYesID of the associated workspace
sectionTypeenum(assumptions, exclusions, warranty_terms, terms, change_order_terms)YesSection type
titlestringYesTitle
bodystringYesBody
isDefaultbooleanYesIs default
isActivebooleanYesIs active
sortOrderintegerYesSort order

Create Schema

Fields accepted when creating a new record:

FieldTypeRequiredDefaultDescription
sectionTypeenum(assumptions, exclusions, warranty_terms, terms, change_order_terms)YesSection type
titlestringYesTitle
bodystringYesBody
isDefaultbooleanYesfalseIs default
isActivebooleanYestrueIs active
sortOrderintegerYes0Sort order

Update Schema

All fields are optional when updating:

FieldTypeRequiredDefaultDescription
sectionTypeenum(assumptions, exclusions, warranty_terms, terms, change_order_terms)NoSection type
titlestringNoTitle
bodystringNoBody
isDefaultbooleanNoIs default
isActivebooleanNoIs active
sortOrderintegerNoSort order

On this page