Send an EDI document

Uploads EDIFACT EDI document, or a SKOT flat file document and creates a message.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

The data should be sent to the server using a raw binary format (application/octet-stream). You can also submit the data as a stream that is formatted as a base64-encoded ASCII text. In this case, the HTTP Content-Type header must be set to application/base64.

The document must be sent as the request body.

In this call the flat file is by default translated to EDIFACT file and is delivered according to the receiver specified in the document. To send an EDIFACT file, set the isSkotSyntax to false.

If the file uses UTF-8 encoding, add ; charset=UTF-8" to the Content-Type.

Service parameter of the message will be mapped accordingly to a transaction:

  • INVOIC to SubmitInvoice,
  • ORDERS to SubmitOrder,
  • ORDRSP to SubmitOrderResponse,
  • PRICAT to SubmitCatalogue,
  • RETANN to SubmitReturnAnnouncement,
  • DESADV to SubmitDespatchAdvice,
  • CUSDEC to SubmitCustomsDeclaration and
  • CUSRES to SubmitCustomsResponse.

Action parameter of the message will describe the format e.g. EDIFACT.CUSDEC.96A.

Query Params
uuid

The identifier of the message in the format of a valid Universally unique identifier (GUID).

boolean
Defaults to true

True or empty if the document is a SKOT flat file. False if the document is in EDIFACT format. T

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
application/xml