Click or drag to resize

DocumentRequest Class

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:Purolator.Webservice.Objects.DocumentRequest"]

Inheritance Hierarchy
SystemObject
  Purolator.Webservice.ObjectsDocumentRequest

Namespace:  Purolator.Webservice.Objects
Assembly:  OLS.Webservice.Objects (in OLS.Webservice.Objects.dll) Version: 9.3.0.21647 (9.3.0.21647)
Syntax
public class DocumentRequest

The DocumentRequest type exposes the following members.

Constructors
  NameDescription
Public methodDocumentRequest
Top
Properties
  NameDescription
Public propertyCode exampleAdditionalOptions
A list of optional key value pairs for future or custom properties.
Public propertyCredentials
Login credentials for validation.
Public propertyDocumentFormat
The format of the document to return (PDF, XPS).
Public propertyDocumentLocation
The location of the return data (Data, Url).
Public propertyDocumentType
Indicates the document type.
Public propertyObjectIdentifier
Unique object identifier for the document being requested.
Public propertyObjectIdentifierType
The type of object identifier used. For an LTL Shipment this may be the ProNumber or LTLShipmentNumber.
Public propertyObjectType
The type of object returned (Shipment, LTLShipment, Closeout, Package, Container).
Top
See Also