QuotingWebService

Use this Web service for simple, anonymous quoting. The Web service passes pricing and other related information, without synchronizing, to create a quote in Siebel CRM. All operations are performed in memory on the integration object. When a customer confirms the quote, the Sync Quote flag is set and a quote is created in Siebel CRM.

The following flags control the various workflows or steps executed during the process:

  • CalculateShippingCostFlag (Y/N): when enabled, this flag triggers the Shipping Cost Calculation step.

  • CalculateTaxFlag: when enabled, this flag triggers the Tax Calculator step.

  • CheckEligibilityFlag: when enabled, this flag triggers the E&C (Eligibility and Compatibility) check sub-process.

  • Delta Action Code Flag: when enabled, this flag causes Asset Based Ordering to check the Action Code field.

  • PricingFlag: when enabled, this flag triggers the RePricing step of the QuoteIO (1st Reprice).

  • QueryQuoteFlag: when enabled, this flag triggers the reQuery the Quote step which returns the updated QuoteIO to the requesting application.

  • RepricingFlag: when enabled, this flag triggers the Reprice (Again) step after any updates have been made.

  • SyncQuoteFlag: when enabled, this flag triggers the Synch Quote operation after the first reprice has been completed. This flag only impacts non-ABO as in ABO the Delta Action Code Flag's sub-process handles the synchronization.

  • VerifyPromotionFlag: when enabled, this flag triggers the Verify the Quote's Promotions step.