The SixBit Application Programming Interface
SaleID Field






The unique saleid(s).
Syntax
'Declaration
 
Public SaleID As System.String
'Usage
 
Dim instance As SalesListRequestType
Dim value As System.String
 
value = instance.SaleID
 
instance.SaleID = value
public System.string SaleID
public field SaleID: System.String; 
public var SaleID : System.String;
public: System.string* SaleID
public:
System.String^ SaleID
Remarks
SaleIDs are automatically generated by SixBit. To request multiple sales, separate the saleids with commas. For example, 21,43,58
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

SalesListRequestType Class
SalesListRequestType Members

Send Feedback