Click or drag to resize

ShipmentRequestCreateShipmentRequest Method

Creates a ShipmentRequest Object by the serialized Xml.

Namespace:  PSI.Sox
Assembly:  PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax
C#
public static ShipmentRequest CreateShipmentRequest(
	string xml
)

Parameters

xml
Type: SystemString
Xml to Deserialize into a ShipmentRequest Object

Return Value

Type: ShipmentRequest
ShipmentRequest object
See Also