ZRM Docs
Domain Model

Quote Response

Fields

FieldTypeRequiredDefaultDescription
idstring.uuidYesId
createdAtstring.date-timeYesCreated at
updatedAtstring.date-timeYesUpdated at
quoteIdstringYesID of the associated quote
contactIdstringYesID of the associated contact
actionenum(accepted, rejected, changes_requested)YesAction
rejectionReasonunknownYesRejection reason
rejectionNotesunknownYesRejection notes
changeCategoriesunknownYesChange categories
changeNotesunknownYesChange notes
ipAddressunknownYesIp address
userAgentunknownYesUser agent
respondedAtstring.date-timeYesResponded at
workspaceIdstringYesID of the associated workspace

Create Schema

Fields accepted when creating a new record:

FieldTypeRequiredDefaultDescription
quoteIdstringYesID of the associated quote
contactIdstringYesID of the associated contact
actionenum(accepted, rejected, changes_requested)YesAction
rejectionReasonenum(too_expensive, chose_competitor, project_cancelled, scope_mismatch, timeline_doesnt_work, other)NoRejection reason
rejectionNotesstringNoRejection notes
changeCategoriesstring[]NoChange categories
changeNotesobjectNoChange notes
ipAddressstringNoIp address
userAgentstringNoUser agent
workspaceIdstringYesID of the associated workspace

On this page