Get Order Request

The request specification is as follows:

Queue or Topic Queue
Destination tibco.aff.tds.order.read.request

The following properties should be passed in the request message header:

Element Type Cardinality Description
_nm_ String Required Interface identifier name; MUST be set as GetOrderRequestEvent.
businessTransactionID String Optional Unique identifier for tracing purposes across function calls. This is used for logging.
correlationID String Optional Unique identifier for tracing purposes across a single function call. This is generally used by the calling application to correlate requests and responses.
orderID String Required Internal unique identifier for the order to retrieve.
requestReply Boolean Required If set to true:

The response will be sent on the temporary queue by default or on the destination set as JMSReplyTo property in the request message.

If set to false:

The response will be sent on tibco.aff.tds.order.reply queue.

allValues Boolean Required If true, retrieve all versions of the order in case of amendments.

There is no body (payload) associated with the request message.