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