Amend Order
Note: The fulfillment validation is done for the REST API as per the conditions mentioned in 'Order Types' section in the TIBCO® Order Management User Guide.
Method: HTTP POST method
Endpoint: http://<host_address>:<port_address>/v1/order/amend
Parameter content type: application/json
A sample of
amendOrderRequest
value is given below:
{ "orderRequest": { "orderRef": "string", "orderID": "string", "header": { "description": "string", "orderPriority": 9, "invoiceAddress": { "line1": "string", "line2": "string", "line3": "string", "locality": "string", "region": "string", "country": "string", "postCode": "string", "supplementaryLocation": "string" }, "deliveryAddress": { "line1": "string", "line2": "string", "line3": "string", "locality": "string", "region": "string", "country": "string", "postCode": "string", "supplementaryLocation": "string" }, "notes": "string", "slaID": [ "string" ], "udf": [ { "name": "string", "value": "string", "extension": { "any": [ "string" ] } } ], "extension": { "any": [ "string" ] }, "customerID": "string", "subscriberID": "string", "requiredByDate": "2023-02-04T17:46:25.593Z", "requiredOnDate": "2023-02-04T17:46:25.593Z" }, "line": [ { "lineNumber": "string", "subscriberID": "string", "productID": "string", "productVersion": "string", "quantity": 0, "uom": "string", "deliveryAddress": { "line1": "string", "line2": "string", "line3": "string", "locality": "string", "region": "string", "country": "string", "postCode": "string", "supplementaryLocation": "string" }, "action": "string", "actionMode": "string", "linkID": "string", "inventoryID": "string", "notes": "string", "slaID": [ "string" ], "udf": [ { "name": "string", "value": "string", "extension": { "any": [ "string" ] } } ], "characteristic": [ { "name": "string", "description": "string", "value": [ { "name": "string", "type": "string", "value": "string", "valueFrom": "string", "valueTo": "string", "extension": { "any": [ "string" ] } } ], "extension": { "any": [ "string" ] } } ], "customerItemID": "string", "extension": { "any": [ "string" ] }, "requiredByDate": "2023-02-04T17:46:25.593Z", "requiredOnDate": "2023-02-04T17:46:25.593Z" } ], "extension": { "any": [ "string" ] } }, "externalBusinessTransactionID": "string" }