ParcelInterchangeManifest()
A complete end-to-end transaction Manifest for a specific Interchange.
Public Function
ParcelInterchangeManifest(ByVal
SessionID As String,
_
ByVal
InterchangeID As
Long) _
As ManifestInfo() |
Parameters
- SessionID
String - GUID
- The current session's GUID in string format. This is a 32-character
hexidecimal string in the format:
00000000-0000-0000-0000-000000000000. This
is the value returned by the Login() function.
- InterchangeID
Long
- A value representing a specific Interchange within ECGrid.
Returns
- ManifestID
Long
- The serial number for this Manifest transaction.
- ManifestDate
Date
- The date/time this transaction occurred (UTC).
- NetworkID
Integer
- The NetworkID of the system posting the
Manifest transaction.
- NetworkName
String(0,40)
- The name of the system posting the Manifest transaction.
- 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' prefix refers to the Interchange
(Envelope). The suffix is a
Short.
- StatusMessage
String
- The description of the Status Code.
Remarks
This method returns a manifest for a specific Interchange. This data is kept on-line until the
Interchange is archived.
Manifests contain all the specific steps a Interchange takes when traversing ECGrid. It is
similar to FedEx Tracking.
To get the manifest for the InBox Parcel or OutBox Parcel of an Interchange use ParcelManifest().
Example
| Visual Basic |
[insert code sample] |
EventID: 6010
See Also
ParcelManifest()
Parcels, Interchanges & Mailbags
© 2008-2011, Loren Data Corp. All rights
reserved. |
ECGrid is a registered service
mark of Loren Data Corp. ECGridOS is a service mark of Loren Data
Corp. |
|