Click or drag to resize

DocumentResponse Class

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

A document returned by GetDocument(DocumentRequest)
Inheritance Hierarchy

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 DocumentResponse : ResponseBase

The DocumentResponse type exposes the following members.

Constructors
  NameDescription
Public methodDocumentResponse
Top
Properties
  NameDescription
Public propertyData
The document data. For DocumentLocation Data, Data will contain the Base 64 encoded data. For DocumentLocation Url, Data will contain the Url of the report.
Public propertyDocumentFormat
The format of the document (PDF, XPS).
Public propertyDocumentLocation
The location of the document to return (Data, Url).
Public propertyDocumentType
Indicates the document type.
Public propertyHybridResults
The json response to the HSS call.
(Inherited from ResponseBase.)
Public propertyMessages
Error, Warning or Informational messages.
(Inherited from ResponseBase.)
Public propertyStatus
The status of the request (0 - Success, 1 - Success with warnings, 2 - Failure).
(Inherited from ResponseBase.)
Top
Methods
  NameDescription
Public methodSetFromRequest
Top
See Also