Withdraw Order
This operation withdraws all the submitted orders that are in execution state and do not withdraw orders that have been completed. As an input, this operation accepts the OrderID or OrderRef to withdraw an order and returns the message when sending the order for withdrawal in the Orchestrator component. After receiving an order removal notification from Orchestrator, it removes the requested order from the Order Management system component.
Element Name | Element Type |
Description |
---|---|---|
ExternalBusinessTransactionID | String | Transaction ID sent by client. |
orderID | String
(Mandatory, Choice) |
The ID of the order generated by Order Management Server. This must be an exact match. |
orderRef | String
(Choice) |
The client order reference ID. This must be an exact match. |
Element Name | Element Type | Description |
---|---|---|
orderID | String
(Mandatory, Choice) |
The ID of the order generated by Order Management Server. This must be an exact match. |
orderRef | String
(Mandatory, Choice) |
The client order reference ID. This must be an exact match. |
message | String | Interactive message sent to client confirming request processing. |
Copyright © Cloud Software Group, Inc. All rights reserved.