The SixBit Application Programming Interface
Orders_Update Method (Orders)






Request object holding an XML document.
Updates orders.
Syntax
'Declaration
 
Public Function Orders_Update( _
   ByVal request As OrdersRequestType _
) As System.Collections.Generic.List(Of OrdersResponseType)
'Usage
 
Dim instance As Orders
Dim request As OrdersRequestType
Dim value As System.Collections.Generic.List(Of OrdersResponseType)
 
value = instance.Orders_Update(request)
public System.Collections.Generic.List<OrdersResponseType> Orders_Update( 
   OrdersRequestType request
)
public function Orders_Update( 
    request: OrdersRequestType
): System.Collections.Generic.List; 
public function Orders_Update( 
   request : OrdersRequestType
) : System.Collections.Generic.List;
public: System.Collections.Generic.List<OrdersResponseType*>* Orders_Update( 
   OrdersRequestType* request
) 
public:
System.Collections.Generic.List<OrdersResponseType^>^ Orders_Update( 
   OrdersRequestType^ request
) 

Parameters

request
Request object holding an XML document.

Return Value

0 indicates success, >0 indicates an error.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Orders Class
Orders Members

Send Feedback