-
Notifications
You must be signed in to change notification settings - Fork 2
ECGridOSMailboxIO.exe Web Services Tool
CrystalKLD edited this page Sep 6, 2024
·
9 revisions
The ECGridOS Windows Command Line Tool is a console program used to upload and download files using ECGridOS API Web Services over an SSL encrypted channel on port 443 (just like HTTPs on your web browser), using a simple script:
Example: ECGridOSMailboxIO {API Key} "C:\Loren Data\outbox" -upload:{ECGridID},{ECGridID} -log
Using the ECGridOS Web Services tool allows you to:
- Upload a single EDI file by specifying the path combined with the filename.
- Upload a single MFT or Non-EDI file by specifying the path combined with the filename and both ECGrid IDs.
- Upload multiple EDI files by specifying the path or directory on the file system.
- Upload multiple MFT or Non-EDI files by specifying the path or directory on the file system and both ECGrid IDs.
- Download all Pending files from the ECGrid InBox to a specified folder or directory.
We recommend you fully review the ReadMe file, included in the zip file.
You can access the tool through the link below then click "View Raw".
https://github.com/LorenData/ECGrid-API/blob/master/ECGridOSMailboxIO.zip
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