The SixBit Application Programming Interface
ExternalOrderID Field (OrdersListRequestType)






Unique identifier(s) for an order created outside of SixBit.
Syntax
'Declaration
 
Public ExternalOrderID As System.String
'Usage
 
Dim instance As OrdersListRequestType
Dim value As System.String
 
value = instance.ExternalOrderID
 
instance.ExternalOrderID = value
public System.string ExternalOrderID
public field ExternalOrderID: System.String; 
public var ExternalOrderID : System.String;
public: System.string* ExternalOrderID
public:
System.String^ ExternalOrderID
Remarks
To request multiple orders, surround each ExternalOrderID with single quotes and separate them with commas. For example, 'A123,'B345'. 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

OrdersListRequestType Class
OrdersListRequestType Members

Send Feedback