Documentation

How to generate X12 999

Article author
Admin
  • Updated

Generate X12 999 with the HTTP POST Method

You can generate an X12 999 acknowledgment for an X12Interchange by using the HTTP POST method. The request body must be an X12Interchange. Execute HTTP POST to the resource URL, with the request included as application/json content and the query parameter ack to equal 999.

  1. URL: https://api.edination.com/v2/x12/ack?ack=999
  2. Header: Ocp-Apim-Subscription-Key: {API key}
  3. Request: X12Interchange
  4. Response: X12Interchange

The response will contain an X12Interchange, encoded in application/json format, which represents the 999 acknowledgments with the original ISA and GS, where the sender and receiver had been swapped and the ISA reference number (ISA13) had been set to 1. By default all functional acknowledgments will be batched in the same interchange and TA1 will be included as per the ISA14 flag.

Example with Postman:

generate-x12-999.png

Share this:

Was this article helpful?

Comments

0 comments

Please sign in to leave a comment.