UpdateOrder
Updates an order with the specified ID using the provided request parameters.
public static VyTask<VyOrderDto> UpdateOrder(string orderId, VyUpdateOrderRequest reqParams)
Path Parameters
Returns
VyTask<VyOrderDto> An asynchronous task that returns the updated order as a VyOrderDto object.
Last updated