When accepting, declining, or renegotiating B2B Quotes, the Customer must have the AcceptMyQuotes, DeclineMyQuotes, or RenegotiateMyQuotes Permission, respectively. If the required Permission is missing, an AssociateMissingPermission error is returned.

interface MyQuoteChangeMyQuoteStateAction {
    action: "changeMyQuoteState";
    quoteState: string;
}

Properties

Properties

action: "changeMyQuoteState"
quoteState: string

New state to be set for the Quote.

Generated using TypeDoc