| Successful submission of a Submit Request for Quote (RFQ) API. Correlation ID # returned in the API response. 
 RFQ_SUBMITTED event created with the Correlation ID #.
 | Batch jobs successfully creates an RFQ from the Request for Quote request. 
 RFQ_CREATED event created with the original reference (Correlation ID #) and the new RFQ ID #.
 | Westcon converts the RFQ to a quote. 
 QUOTE_CREATED event created with the original reference (RFQ ID #) and the new quote ID.
 
 The quote can now be retreived using the GetQuote API.
 | Convert Quote to Order API is used to notify Westcon that a quote is ready to be turned into an order. 
 ORDER_SUBMITTED event created with the original reference (Quote ID #) and the new Confirmation Number.
 | Order has been processed by Westcon Account Manager and submitted to our ERP system. 
 ORDER_CREATED event created with the original reference (Confirmation Number) and the new SAP order number.
 |