Submit Order
This operation accepts an order for the submission to the order management system and returns the order ID and order reference to the calling application.
The request message format is as follows:
Element Name | Element Type | Description |
---|---|---|
orderRequest | orderRequest
(Mandatory) |
Order data structure. Data model for Order is defined in (refer section Common Data Format Specifications). |
The reply message format is as follows:
Element Name | Element Type | Description |
---|---|---|
ExternalBusinessTransactionID | String | Transaction ID sent by the client. |
BusinessTransactionID | String | Transaction ID generated by Order Management Server, and used internally by Order Management Server and Orchestrator. |
orderID | String
(Optional) |
Order ID generated by the order manager (Order Management Server). If the order fails validation, this is omitted. |
orderRef | String
(Optional) |
Client order reference. |
Copyright © Cloud Software Group, Inc. All rights reserved.