ERP File Exchange


ERP File Exchange Documentation

Description: This document explain how to use Smart doc Flow ERP File Exchange API to send and receive files.


Introduction

What is the ERP File Exchange Service?

File Exchange service allows you to Send and Receive ERP Files to and from the remote EDI Platform. To exchange files with this service you need to build a REST Client then call the endpoints described below.

File Exchange Service


Sending files

Files are sent one by one. Use this endpoint to Send 1 file
POST Send File


Receiving files

To receive your files, you need to perform the following actions: List files to download, Download desired file, Acknowledge the file after succesful Download.

First, you need to list the available files to download.
GET List Files to download
You will retrieve a list of file identifiers. Each identifier corresponds to 1 file available to download.

Then, you can download the desired file using its id
GET Download File

Once you have downloaded the file, you can acknowledge reception.
DELETE Acknowledge downloaded File
This will make the file not available anymore for download.