ReviseQuoteRequest Class (CrmService)
![]() |
[Applies to: Microsoft Dynamics CRM 4.0]
Find the latest SDK documentation: CRM 2015 SDK
Contains the data 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. |
| Instance Property | Description |
| ColumnSet | Gets or sets the set of attributes to retrieve. |
| QuoteId | Gets or sets the ID of the original quote. |
| ReturnDynamicEntities | Gets or sets if 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. The quote state will be set to the Draft enumeration value.
See Also
.gif)