PlaceQuoteResponse Class
Contains properties to hold the response to the place quote request.
Namespace
Example
PlaceQuote.PlaceQuoteResponse resp = PlaceQuote.PlaceQuoteExecutor.execute(internalEnum,graph);
PlaceQuoteResponse Properties
Learn more about the available properties with the PlaceQuoteResponse class.
The PlaceQuoteResponse class includes these properties.
quoteId
Get the ID of the quote that’s created after a successful request.
Signature
public String quoteId {get; set;}
Property Value
Type: String
requestIdentifier
Get the request ID of the process to query the asynchronous status of the Place Quote
Apex API.
Signature
public String requestIdentifier {get; set;}
Property Value
Type: String
responseError
Get the list of errors encountered during the synchronous processing of the API
request.
Signature
public List<ConnectApi.PlaceQuoteErrorResponse> responseError {get; set;}
Property Value
Type: List<ConnectApi.PlaceQuoteErrorResponse>