GetUserOrders
Retrieves the orders of a user.
Overloads
GetUserOrders <string>
public static VyTask<VyOrderDto[]> GetUserOrders(string userId)
Path Parameters
Returns
VyTask<VyOrderDto[]> A task that represents the asynchronous operation. The task result contains an array of VyOrderDto objects representing the user's orders.
GetUserOrders
public static VyTask<VyOrderDto[]> GetUserOrders()
Path Parameters
Returns
VyTask<VyOrderDto[]> An asynchronous task that returns an array of VyOrderDto objects representing the user's orders.
Last updated