The SixBit Application Programming Interface
Suppliers_AddUpdate Method (Suppliers)






Request object holding an XML document and action parameters.
Adds and/or updates suppliers.
Syntax
'Declaration
 
Public Shared Function Suppliers_AddUpdate( _
   ByVal request As SuppliersRequestType _
) As System.Collections.Generic.List(Of SuppliersResponseType)
'Usage
 
Dim request As SuppliersRequestType
Dim value As System.Collections.Generic.List(Of SuppliersResponseType)
 
value = Suppliers.Suppliers_AddUpdate(request)
public static System.Collections.Generic.List<SuppliersResponseType> Suppliers_AddUpdate( 
   SuppliersRequestType request
)
public function Suppliers_AddUpdate( 
    request: SuppliersRequestType
): System.Collections.Generic.List; static; 
public static function Suppliers_AddUpdate( 
   request : SuppliersRequestType
) : System.Collections.Generic.List;
public: static System.Collections.Generic.List<SuppliersResponseType*>* Suppliers_AddUpdate( 
   SuppliersRequestType* request
) 
public:
static System.Collections.Generic.List<SuppliersResponseType^>^ Suppliers_AddUpdate( 
   SuppliersRequestType^ request
) 

Parameters

request
Request object holding an XML document and action parameters.

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

Suppliers Class
Suppliers Members

Send Feedback