XML3 - API DLL Documentation
Search Shipments for provided Postcode

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

Syntax

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

Parameters

PostCode
Type: System..::..String
PostCode

Return Value

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

Remarks