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.
- URL:
https://api.edination.com/v2/x12/ack?ack=999
- Header:
Ocp-Apim-Subscription-Key: {API key}
- Request: X12Interchange
- 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:
Comments
0 comments
Please sign in to leave a comment.