XML3 - API DLL Documentation
Search Shipments for provided ShipToName

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

Syntax

C#
public IList<Shipment> SearchShipmentBy_ShipToName(
	string ShipToName
)
Visual Basic
Public Function SearchShipmentBy_ShipToName ( _
	ShipToName As String _
) As IList(Of Shipment)
Visual C++
public:
IList<Shipment^>^ SearchShipmentBy_ShipToName(
	String^ ShipToName
)

Parameters

ShipToName
Type: System..::..String
ShipToName

Return Value

[Missing <returns> documentation for "M:XMLV3API.Shipments.Shipments.SearchShipmentBy_ShipToName(System.String)"]

Remarks