PlaceQuoteResponse Class

Contains properties to hold the response to the place quote request.

Namespace

PlaceQuote

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>

statusURL

Get the asynchronous status URL of the request, if available.

Signature

public String statusURL {get; set;}

Property Value

Type: String

success

Get the request status of the synchronous part of the processing.

Signature

public Boolean success {get; set;}

Property Value

Type: Boolean

Indicates whether the synchronous part of the processing is successful (true) or not (false).