Skip to content

Parameters

Greg Kolinski edited this page Sep 26, 2017 · 43 revisions

Back To Appendix Home


AS2Identifier

String

 The Unique AS2 Identifier to be used for this AS2 connection.

AttachmentContent

byte

 The base 64 byte array for the attachment content.

AttachmentName

String

 The name of an attachment or attachment filename.

AuthLevel

AuthLevel

 The Authority Level required to access this specific note. An AuthLevel of MailboxUser allows everyone to view the note. 

BeginDate

System.DateTime

 The DateTime to begin the result return or search of an Inbox or Outbox.

BeginUsage

System.DateTime

 The DateTime to begin using this AS2 Connection.

CarbonCopyID

Integer

 The value assigned to a specific Carbon Copy entry. 

CompressData

Boolean

 If this AS2 Connection will compress the data.

ContactEMail

String(6,48)

 The Email address of a contact person for the request. 

ContactName

String(3,48)

 The name of a contact person for the request. 

ContactType

NetworkContactType

 The Type of contact this entity is being use for or the type that should be notified. 

Description

String

 A generic variable that is used to match any type of Description of an entity/field.

ECGridID

Integer

 The ECGridID representing the sending Trading Partner. 

ECGridIDCCFrom

Integer

 The Trading Partner a Carbon Copy is to be sent from.  See [ECGridIDs](https://github.com/LorenData/ECGridOS_API/wiki/Trading-Partners-&-ECGridIDs). 

ECGridIDCCTo

Integer

 The Trading Partner a Carbon Copy is to be sent to. See [ECGridIDs](https://github.com/LorenData/ECGridOS_API/wiki/Trading-Partners-&-ECGridIDs). 

ECGridIDFrom

Integer

 The ECGridID representing the sending Trading Partner. The ECGridID representing the Original Sending Trading Partner. User -1 to match any.  See [ECGridIDs](https://github.com/LorenData/ECGridOS_API/wiki/Trading-Partners-&-ECGridIDs). 

ECGridHosted

Boolean

 If this AS2 Connection will be hosted on ECGrid.

ECGridIDTo

Integer

 The Trading Partner a Carbon Copy is to be sent from. The ECGridID representing the Original Receiving Trading Partner. User -1 to match any. See [ECGridIDs](https://github.com/LorenData/ECGridOS_API/wiki/Trading-Partners-&-ECGridIDs). 

ElmSep

_Byte (0-127) _

 The decimal representation of an ASCII character an X12 Element Separator. The value of 0 is used to signify no translation. 

eMailTo

eMailTo

 A flag to indicate to whom a note or update should be emailed. 

EncryptData

Boolean

 If this AS2 Connection will use encrypted data.

EndDate

System.DateTime

 The DateTime to begin the result return or search of an Inbox or Outbox.

EndUsage

System.DateTime

 The DateTime to end using this AS2 Connection.

HTTPAuthentication

HTTPAuthType

 The type of HTTPAuthentication expressed as an Integer - Basic (2), Digest (1), None (0)

HTTPPassword

String

 The password for HTTPAuthentication - if none use empty string.

HTTPUser

String

 The user for HTTPAuthentication - if none use empty string.

InterchangeControlID

String

 The interchange control ID of the envelope.

InterchangeHeader

String or Base64 Byte[]

 The EDI interchange header envelope.

InterchangeID

Integer

 The value assigned to a specific interchange. 

InterconnectID

Integer

 The value assigned to a specific Interconnect request.

Length

Short

 The Number of characters or positions for a string/number.

Location

String

 The location associated with this network.

MaxDays

Short

 The Max Number of Days returned.

MailboxID

Integer

 The ECGrid MailboxID assigned to the ID on the specified network. 

Managed

Boolean

 A flag to identify if the entity/mailbox is managed or not. 

Minutes

Short

 The Number of minutes for a duration as a number.

Name

String

 A generic variable that is used to match any type of Name field (e.g. Network Name, FirstName, LastName, LoginName, etc.). 

NetworkID

Integer

The ECGrid NetworkID assigned to the network. 

NewPassword

String(8,32)

 A "strong" password with a minimum length of 8 and maximum length of 32.  

Note

String(0,250)

 A free-form note to document the transaction. 

NotifyContact

Boolean

 Indicates whether the Contact should be notified by e-mail when this Interconnect is added to the system.  

OldPassword

String(8,32)

 Must match current session password.  

OtherEMailAddress

String(0,48)

 A valid e-mail address outside of a system User address. 

OwnerUserID

Integer

 The ECGrid UserID for the owner of this AS2 Connection assigned to the ID on the specified mailbox. 

PageNo

Short

 The number of pages to return.

Password

String(8,32)

 A "strong" password with a minimum length of 8 and maximum length of 32 for this entity. 

Preconfirm

Boolean

 Indicates whether the interconnect should be preconfirmed.  

ReceiptType

ReceiptType

 The type of MDN Receipt expressed as an Integer ENUM

RecordsPerPage

Short

 The Number of records to return per page.

Reference

String(0,16)

 A user-defined reference number to attach to a Interconnect request. 

RoutingType

NetworkRoutingType

 The type of network routing this entity is or is used for as an ENUM.

RunDir

String

 The Run Directory for this Network.

SegTerm

_Byte (0-127) _

 The decimal representation of an ASCII character an X12 Segment Terminator. The value of 0 is used to signify no translation. 

Server

String

 The Server for this Network.

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 your API Key. For Legacy Calls this is the value returned by the Login() function.

ShowInactive

Boolean

 A logical flag which determines if Inactive (Suspended and Terminated) records should be included in the return set. 

SignData

Boolean

 If this AS2 Connection will use a digital signature.

Status

Status

 The type of Use this AS2 connection will be used for expressed as an Integer ENUM

StatusInterconnect

 A numeric value representing the Interconnect's status expressed as an Short ENUM. 

SubElmSep

_Byte (0-127) _

 The decimal representation of an ASCII character an X12 Subelement Separator. The value of 0 is used to signify no translation. 

TransactionSet

String(0,20)

 String to match the Transaction Set type, standard dependant. 

Type

NetworkType

 The type of network this entity is or is used for as an ENUM

UniqueID

_String - GUID_

 GUID in string format. This is a 32-character hexidecimal string in the format:00000000-0000-0000-0000-000000000000. 

URL

String

 The URL that AS2 Connection uses to communicate/connect.

UserID

Integer

 A numeric value used to represent a specific user on the system.

UseType

UseType

 The type of Use this entity will be used for expressed as an ENUM

Back To Appendix Home

Clone this wiki locally