-
Notifications
You must be signed in to change notification settings - Fork 2
NetworkOwnerInfo
Greg Kolinski edited this page Nov 28, 2017
·
4 revisions
public partial class NetworkOwnerInfo {
public string Type {get;set;}
public string RoutingType {get;set;}
public NetworkRoutingType Routing {get;set;}
public string LegacyPassword {get;set;}
public string InterconnectContact {get;set;}
public string InterconnectEMail {get;set;}
public string ErrorContact {get;set;}
public string ErrorEMail {get;set;}
public MailboxConfig Config {get;set;}
public int PricelistID {get;set;}
public int ContractID {get;set;}
}
- Type - String: A short string code to represent the internal Network Type within ECGrid.
- RoutingType - String: Used for automating Interconnects. Represents the model that the Network uses to route between Trading Partners.
- Routing - Enum NetworkRoutingType: A numeric value representing the entry's routing.
- LegacyPassword - String: This is a legacy configuration for a Network Password and to be deprecated.
- InterconnectContact - String: The name of the entity receiving Interconnect requests and related issues.
- InterconnectEMail - String: The email address of the entity receiving Interconnect requests and related issues.
- ErrorContact - String: The name of the entity receiving error messages.
- ErrorEMail - String: The email address of the entity receiving error messages.
- Config - Object MailboxConfig: The Mailbox configuration object.
- PricelistID - Integer: The value assigned to a specific Pricelist entity.
- ContractID - Integer: The value assigned to a specific Contract entity.
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