XML3 - API DLL Documentation
Creates an object for Shipments Class

Namespace: XMLV3API.Shipments
Assembly: XMLV3API (in XMLV3API.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Shipments(
	DateTime ShipmentDate,
	string AccountNumber,
	string UserName,
	string Password
)
Visual Basic
Public Sub New ( _
	ShipmentDate As DateTime, _
	AccountNumber As String, _
	UserName As String, _
	Password As String _
)
Visual C++
public:
Shipments(
	DateTime ShipmentDate, 
	String^ AccountNumber, 
	String^ UserName, 
	String^ Password
)

Parameters

ShipmentDate
Type: System..::..DateTime
Date value you wish to receive shipments for.
AccountNumber
Type: System..::..String
Account number for the user that is used to validate against the web services calls.
UserName
Type: System..::..String
User name for the user that is used to validate against the web services calls.
Password
Type: System..::..String
Password for the user that is used to validate against the web services calls.

Remarks