Click or drag to resize

PackageContainerResponse Class

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

Note: This API is now obsolete.

Response for AddPackageContainer(AddPackageContainerRequest)
Inheritance Hierarchy
SystemObject
  Purolator.Webservice.ObjectsResponseBase
    Purolator.Webservice.ObjectsPackageContainerResponse

Namespace:  Purolator.Webservice.Objects
Assembly:  OLS.Webservice.Objects (in OLS.Webservice.Objects.dll) Version: 9.3.0.21647 (9.3.0.21647)
Syntax
[ObsoleteAttribute]
public class PackageContainerResponse : ResponseBase

The PackageContainerResponse type exposes the following members.

Constructors
  NameDescription
Public methodPackageContainerResponse
Top
Properties
  NameDescription
Public propertyCode exampleAdditionalOptions
A list of optional key value pairs for future or custom properties.
Public propertyHybridResults
The json response to the HSS call.
(Inherited from ResponseBase.)
Public propertyMessages
Error, Warning or Informational messages.
(Inherited from ResponseBase.)
Public propertyPackageContainer
The package container and the list of packages contained in it.
Public propertyStatus
The status of the request (0 - Success, 1 - Success with warnings, 2 - Failure).
(Inherited from ResponseBase.)
Top
See Also