Change types that represent data modifications made to the Quotes entity.
Change types
Change Customer
Change triggered by the Change Customer update action.
Change Quote State
Change triggered by the Change Quote State update action.
typeString | "ChangeQuoteStateChange" |
changeString | "changeQuoteState" |
previousValue | Value before the change. |
nextValue | Value after the change. |
Request Quote Renegotiation
Change triggered by the Request Quote Renegotiation update action.
typeString | "RequestQuoteRenegotiationChange" |
changeString | "requestQuoteRenegotiation" |
previousValue | Value before the change. |
nextValue | Value after the change. |
buyerCommentString |
Set Custom Field
typeString | "SetCustomFieldChange" |
changeString | "setCustomField" |
previousValueAny | Value before the change. |
nextValueAny | Value after the change. |
nameString | Name of the Custom Field. |
customTypeIdString | id of the referenced Type. |
Set Custom Type
typeString | "SetCustomTypeChange" |
changeString | "setCustomType" |
previousValue | Value before the change. |
nextValue | Value after the change. |
Transition State
Change triggered by the Transition State update action.