Lmint MFT Website MFT Api

Environment

EnvApiKeyMailBoxIdNetworkIdEcGridId
Stage***********************************1377535053998254694
Test***********************************461039743998

256202

Prod***********************************1141500595998262784

Connection

  • Protocol: ApiKey.
  • Parameters:
    • Name - (Required)

      Connection name.

    • ECGrid ID - (Required)

      An ECGrid ID is a unique code assigned to each trading partner or entity using ECGrid VAN for EDI.

Trigger

Webhook Triggers

  • Receive Document.


Action

  • Create Document.


Flow

Webhooks have been set up on each MFT mailbox. We will receive the file continuously and then detect the customer.


How to

Detect Connection

Parse ecGridIdFrom from the parcel and find Customer match ecGridId with this value.


Register Webhook

GET /v4.0/beta/ecgridos.asmx/CallBackAddEx?SessionID=string&NetworkID=string&MailboxID=string&UserID=string&SystemObject=string&ObjectStatus=string&Direction=string&Frequency=string&MaxRetries=string&URL=string&HTTPAuthentication=string&HTTPUser=string&HTTPPassword=string&Status=string HTTP/1.1

Host: ecgridos.net


Upload to MFT

POST /v4.0/beta/ecgridos.asmx/ParcelUploadMftA HTTP/1.1

Host: ecgridos.net

Content-Type: application/x-www-form-urlencoded

Content-Length: length


SessionID=string&FileName=string&ContentBase64=string&ECGridIDFrom=string&ECGridIDTo=string


Check Data in MFT

MFT Api