Creates a new order using the provided request parameters.
Server Authoritative (default)
public static VyTask<VyOrderDto> CreateOrder(VyCreateOrderRequest reqParams)
Path Parameters
reqParams
VyCreateOrderRequest
The request parameters for creating the order.
Returns
VyTask<VyOrderDto> An asynchronous task that returns the newly created order.
// COMING SOON!
Last updated 1 year ago