Change types that represent data modifications made to the Quotes 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 State

Change triggered by the Change Quote State update action.
type​
String​
"ChangeQuoteStateChange"
change​
String​
"changeQuoteState"
previousValue​

Value before the change.

nextValue​

Value after the change.

Request Quote Renegotiation

Change triggered by the Request Quote Renegotiation update action.
type​
String​
"RequestQuoteRenegotiationChange"
change​
String​
"requestQuoteRenegotiation"
previousValue​

Value before the change.

nextValue​

Value after the change.

buyerComment​
String​
Message from the Buyer regarding the Quote renegotiation request.

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.