Skip to content

ManifestInfo

Greg Kolinski edited this page Nov 28, 2017 · 6 revisions

Back To Object Classes


public partial class ManifestInfo {
        public DateTime ManifestDate {get;set;}
        public int NetworkID {get;set;}
        public string NetworkName {get;set;}
        public ManifestType Type {{get;set;}
        public long ParcelID {get;set;}
        public long InterchangeID {get;set;}
        public string StatusCode {get;set;}
        public string StatusMessage {get;set;}
        public string StatusColor {get;set;}
    }

Public Properties

  • ManifestDate - DateTime: The date/time this transaction occurred (UTC).
  • NetworkID - Integer: The NetworkID of the system posting the Manifest transaction.
  • NetworkName - String: The name of the system posting the Manifest transaction.
  • Type - Enum ManifestType: A numeric value representing the Manifest's type.
  • ParcelID - Long: The Parcel referenced by the Manifest.
  • InterchangeID - Long: The Interchange referenced by the Manifest.
  • StatusCode - String: The process status code associated with this Manifest. An 'M' prefix refers to the Parcel (Mailbag) and an 'E' prefer refers to the Interchange (Envelope). The suffix is a Short. Interchange Status Codes and Parcel Status Codes
  • StatusMessage - String: The description of the Status Code.
  • StatusColor - String: Color representation for the status of this entity.

Back To Object Classes

Clone this wiki locally