ReviseQuoteRequest Class
Specifies the parameters needed to set the state of a quote to Draft.
The ReviseQuoteRequest class inherits from Request. It exposes the following members.
Constructor | Description |
ReviseQuoteRequest | Initializes a new instance of the ReviseQuoteRequest class. |
Field | Description |
ColumnSet | Specifies the set of attributes to retrieve. |
QuoteId | Specifies the ID of the original quote. |
ReturnDynamicEntities | Specifies whether the result of the operation contains an instance of the quote class or the DynamicEntity class. |
Remarks
Pass an instance of this class as the request parameter in the Execute method.
See Also