ReviseQuoteRequest.QuoteId Field
Specifies the ID of the original quote.
Syntax
[Visual Basic .NET]
Public Field QuoteId As Guid
[C#]
public Guid QuoteId;
[JScript]
public var QuoteId : Guid;
Remarks
The QuoteId parameter corresponds to the quote.quoteid field, which is the primary key for the quote entity.
See Also