Change types that represent data modifications made to the Staged Quotes entity.
Change types
Change Staged Quote State
Change triggered by the ChangeStagedQuoteState update action.
typeString | "ChangeStagedQuoteStateChange" |
changeString | "changeStagedQuoteState" |
previousValue | Value before the change. |
nextValue | Value after the change. |
Set Custom Field
Change triggered by the Set Custom Field update action.
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
Change triggered by the Set Custom Type update action.
typeString | "SetCustomTypeChange" |
changeString | "setCustomType" |
previousValue | Value before the change. |
nextValue | Value after the change. |
Set Seller Comment
Change triggered by the Set Seller Comment update action.
typeString | "SetSellerCommentChange" |
changeString | "setSellerComment" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
Set Valid To
Change triggered by the Set Valid To update action.
typeString | "SetValidToChange" |
changeString | "setValidTo" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
Transition State
Change triggered by the Transition State update action.