Usage
OneFlo supports receiving EDI via RESTful API. This allows 3rd Parties to drop files for OneFlo to process via an API endpoint.
This is a POST call that requires the XML dataset passed in the payload of the API call.
Use Cases
Scan Events and PODs
Completed Consignments
Note |
---|
This is not for Order Lookup Integration. Please refer to Order Lookup - RESTful (API) Method |
Requirements
Endpoint: https://api.flipgroup.com.au/edi
...
Code Block |
---|
POST https://api.flipgroup.com.au/edi?subFolder=<FOLDERNAME> HTTP/1.1 Content-Type: text/xml Ocp-Apim-Subscription-Key: <KEY> |
FOLDERNAME = Optional subfolder if specified by efm
KEY = Subscription Key provided by efm
Content in XML format (This will vary depending on use case - please work with your IT Partner)
How can I use this?
Please request an API key from your account manager. The key can only be used to send to your designated folder.
...