Quote noun is used to model an Quote.
This noun is used for quote related business flows such as submit quote, get quote.
BOD | Action Code / Access Profile | Action Expression | Service Provided | Sample XML Message | Client Library / Expression Builder |
---|---|---|---|---|---|
ProcessQuote | SubmitQuote | It is used to submit a quote to external system. |
Request
Response |
ExternalOrderFacadeClient.submitQuote(QuoteType) | |
GetQuote | IBM_Summary | /Quote[OrderTemplate[OrderStatus[(Status='$orderStatus$')]]] | It is used to get all quotes placed by current member in current store with a specific order status. |
Request
Response |
CommonOrderFacadeClient.findQuotesByStatus(String[] orderStatusTypes, boolean isSummary) GetOrderExpressionBuilder.findQuotesByStatus(HashMap) |
IBM_External_Details | /Quote[QuoteIdentifier[(ExternalQuoteID='$quoteId$')]] | It is used to get quote details by external quote ID. It is an inbound service which calls GetQuote outbound service to get data from external system. |
Request
Response |
CommonOrderFacadeClient.findQuoteByExternalQuoteID(String[] astrQuoteId)/ GetOrderExpressionBuilder.findByExternalQuoteId(HashMap) |
Some sample XML request and response web service messages are provided for each noun. These sample messages might not include all properties or attributes. To view a sample message that includes other properties or attributes, enable logging and tracing for the appropriate component and then call the web service to set or change the properties or attributes. Review the corresponding log file to see the request or response information.
Access Profile | Data Returned | |
---|---|---|
IBM_Summary |
|
Request
Response |
IBM_External_Details |
+ |
Request
Response |