Change types that represent data modifications made to the Quote Requests entity.

Change types

Change Customer

Change triggered by the Change Customer update action.
type​
String​
"ChangeCustomerChange"
change​
String​
"changeCustomer"
previousValue​

Value before the change.

nextValue​

Value after the change.

Change Quote Request State

Change triggered by the Change Quote Request State update action.
type​
String​
"ChangeQuoteRequestStateChange"
change​
String​
"changeQuoteRequestState"
previousValue​

Value before the change.

nextValue​

Value after the change.

Set Custom Field

Change triggered by the Set Custom Field update action.
type​
String​
"SetCustomFieldChange"
change​
String​
"setCustomField"
previousValue​
Any​

Value before the change.

nextValue​
Any​

Value after the change.

name​
String​
Name of the Custom Field.
customTypeId​
String​
id of the referenced Type.

Set Custom Type

Change triggered by the Set Custom Type update action.
type​
String​
"SetCustomTypeChange"
change​
String​
"setCustomType"
previousValue​

Value before the change.

nextValue​

Value after the change.

Transition State

Change triggered by the Transition State update action.
type​
String​
"TransitionStateChange"
change​
String​
"transitionState"
previousValue​

Value before the change.

nextValue​

Value after the change.