
UpdateOrder
The “UpdateOrder” API method allows client applications to update existing orders. This method accepts the parameters in JSON format and returns the response as mentioned below.
Request:
The request parameters are same as for “SubmitOrder”. Please refer the “SubmitOrder” section.
PUT: https://tridentapimanagement.azureapi.net/api/orders/updateorder
Response:
Upon successful validation and processing of the order, the API method returns a Success message. In case of any failures, an appropriate error message will be returned.
Success Message: Order Updated Successfully.
Failure Messages:
In case of any issue in the request, client application will receive an error message with Error Code and Error Description. Please refer below table for various error codes and descriptions.