The SixBit Application Programming Interface
AccountNumber Field






The suppliers account number.
Syntax
'Declaration
 
Public AccountNumber As System.String
'Usage
 
Dim instance As SuppliersListRequestType
Dim value As System.String
 
value = instance.AccountNumber
 
instance.AccountNumber = value
public System.string AccountNumber
public field AccountNumber: System.String; 
public var AccountNumber : System.String;
public: System.string* AccountNumber
public:
System.String^ AccountNumber
Remarks
To request multiple suppliers, surround each email address with single quotes and separate them with commas. For example, 'C3422','C3445'. When providing single values, the quotes are optional.
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

SuppliersListRequestType Class
SuppliersListRequestType Members

Send Feedback