go back to OrderService

PUT /orders/updateRow

Updates a RowOrders record for the given order data. This strictly updates the order row without some validation and without updating corresponding stop and movement data. Care should be given when using this service.

Roles that can access this endpoint are Users.

Parameters

name description type default type
order the data to use when updating the existing order record body of type: application/xml application/json RowOrders

Result

RowOrders of type: application/xml application/json

the updated RowOrders object

Try It Out

Request

- Authentication Help
- RowOrders