Validating resources with the HTTP POST Method
In order to validate EDI documents according to the implementation guide for each standard and version use the following resources with the POST method:
-
Validate X12
The request body must be an X12Interchange. Execute HTTP POST to the resource URL, with the request included as application/json content.
- URL: https://api.edination.com/v2/x12/validate
- Request: X12Interchange
- Response: OperationDetails
The response will contain validation details, encoded in application/json format.
-
Validate EDIFACT
The request body must be an EdifactInterchange. Execute HTTP POST to the resource URL, with the request included as application/json content.
- URL: https://api.edination.com/v2/edifact/validate
- Request: EdifactInterchange
- Response: OperationDetails
The response will contain validation details, encoded in application/json format.