-
Notifications
You must be signed in to change notification settings - Fork 2
InterconnectIDInfo
Greg Kolinski edited this page Nov 27, 2017
·
7 revisions
public partial class InterconnectIDInfo {
public int InterconnectID {get;set;}
public string UniqueID {get;set;}
public DateTime Created {get;set;}
public DateTime Modified {get;set;}
public DateTime Completed {get;set;}
public DateTime LastTraffic {get;set;}
public DateTime LastTrafficInbound {get;set;}
public DateTime LastTrafficOutbound {get;set;}
public UserIDInfo RequestorUser {get;set;}
public UserIDInfo ContactUser {get;set;}
public string ContactName {get;set;}
public string ContactEMail {get;set;}
public StatusInterconnect Status {get;set;}
public bool SuspendPendingInterchanges {get;set;}
public ECGridIDInfo TP1 {get;set;}
public string AS2ID1 {get;set;}
public string Reference1 {get;set;}
public ECGridIDInfo TP2 {get;set;}
public string AS2ID2 {get;set;}
public string Reference2 {get;set;}
public UserIDInfo NetOps {get;set;}
}
- InterconnectID - Integer: The value assigned to a specific Interconnect request.
- UniqueID - String: Unique Identifier for an interconnect.
- Created - DateTime: The date/time (UTC) the record was created.
- Modified - DateTime: The date/time (UTC) the record was last modified.
- Completed - DateTime: The date/time (UTC) the Interconnect was completed.
- LastTraffic - DateTime: The date/time (UTC) of the last traffic between these trading partners.
- LastTrafficInbound - DateTime: The date/time (UTC) of the last inbound traffic between these trading partners.
- LastTrafficOutbound - DateTime: The date/time (UTC) of the last outbound traffic between these trading partners.
- RequestorUser - Object UserIDInfo: The UserIDInfo of the requestor for this interconnect.
- ContactUser - Object UserIDInfo: The UserIDInfo of the contact user for this interconnect.
- ContactName - String: The name of a contact person for the request.
- ContactEMail - String: The Email address of a contact person for the request.
- Status - Enum StatusInterconnect: A numeric value representing the Interconnect's status.
- SuspendPendingInterchanges - Boolean: Indicator to suspend pending interchanges or not.
- TP1 - Object ECGridIDInfo: An ECGridIDInfo Object for the requesting Trading Partner.
- AS2ID1 - String: The AS2 ID for the requesting Trading Partner.
- Reference1 - String: A user-defined reference number to attach to a Interconnect request for TP1.
- TP2 - Object ECGridIDInfo: An ECGridIDInfo Object for the Interconnect Trading Partner.
- AS2ID2 - String: The AS2 ID for the Interconnect Trading Partner.
- Reference2 - String: A user-defined reference number to attach to a Interconnect request for TP2.
- NetOps - Object UserIDInfo: An UserIDInfo Object for the ECGrid Network Operations technician assigned to the request.
Getting Started
- Getting Started - Basics
- Getting Started - Extended Capabilities
- HTTP Connections
- Visual Studio SOAP Connections
- About ECGridOS and Loren Data Corp.
- Documentation & Nomenclature
- Using Web Services
- Networks & Mailboxes
- Users & Authorization Levels
- API Keys & Sessions
- Trading Partners & ECGridIDs
- Interconnects & Trading Partnerships
- Parcels, Interchanges & Mailbags
- Carbon Copies
ECGridOS API Calls
- API Calls - Full Definitions Available
- Asynchronous API Calls - Events
- Asynchronous API Calls - Task\Async\Await