Amend Order
An existing order can be modified using the amend order web service. If the order reference already exists in OMS, then it accepts the amend order request.
The request message format is:
The following table explains elements defined in request schema.
Element Name | Element Type | Description |
---|---|---|
orderRequest | orderRequestType
(Mandatory) |
Order data structure. Data model for Order is defined in XSD (refer section Common Data Format Specifications). |
ExternalBusinessTransactionID | String | Transaction ID sent by client. |
The response message format is:
The following table explains the elements defined in the response schema.
Element Name | Element Type | Description |
---|---|---|
ExternalBusinessTransactionID | String | Transaction ID sent by client. |
BusinessTransactionID | String | Transaction ID generated by OMS and used internally by OMS and Orchestrator. |
orderID | String
(Optional) |
Order ID generated by the order manager (OMS). If the order fails validation, this is omitted. |
orderRef | String
(Optional) |
Client order reference. |
Copyright © Cloud Software Group, Inc. All rights reserved.