Transform and create EDI messages using one of our two supported JSON formats.
        
        Our current supported EDI version: 005010
            Need help with some of our documentation? Feel free to contact our support team, and one of our support team members will be happy to assist you.
        
        Transforms the EDI 999 message into our Smart JSON format. Recommended unless you need specific requirements that the Smart JSON may not support.
        
            post https://api-edi.splinxtechnologies.com/v1/edi-transformation/edi999-to-smart
         
        
            
            
                
                
                    To make REST API calls, make sure to include your account's email and password in a Base64 encrypted format in the Basic authentication scheme. The value is <Account-Email> and <Account-Password>
                
             
            
                
                
                    <EDI Acknowledgment Data Transformation License Id>
                
             
         
        
            
            
            
                IsAccepted
                boolean represents whether the acknowledgment was accepted.
             
            
                OriginatorFunctionalGroupControlNumber
                string
             
            
                FunctionalGroupAcknowledgmentCode
                string represents the acknowledgment code for the functional group of an EDI message.
             
            
                FunctionalGroupErrorDescription
                string represents the error description for the functional group of an EDI message.
             
            
                TransactionSetResponse
                List<TransactionSetResponse> represents the transaction sets of an EDI message. Use class TransactionSetResponse for reference.
             
         
        Sample request
        
        
            
        
        Sample response
        
        
            
        
        
        Transforms an EDI 999 message into JSON.
        
            post https://api-edi.splinxtechnologies.com/v1/edi-transformation/edi999-to-json
         
        
            
            
                
                
                    To make REST API calls, make sure to include your account's email and password in a Base64 encrypted format in the Basic authentication scheme. The value is <Account-Email> and <Account-Password>
                
             
            
                
                
                    <EDI Acknowledgment Data Transformation License Id>
                
             
         
        Sample request
        
        
            
        
        Sample response
        
        
            
        
        
        Transforms JSON into an EDI 999 message.
        
            post https://api-edi.splinxtechnologies.com/v1/edi-transformation/json-to-edi999
         
        
            
            
                
                
                    To make REST API calls, make sure to include your account's email and password in a Base64 encrypted format in the Basic authentication scheme. The value is <Account-Email> and <Account-Password>
                
             
            
                
                
                    <EDI Healthcare Data Transformation License Id>
                
             
         
        Sample request
        
        
            
        
        Sample response
        
        
            
        
        
            
            
            
                IsAccepted
                boolean represents whether the acknowledgment was accepted.
             
            
                OriginatorTransactionSetControlNumber
                string
             
            
                TransactionSetAcknowledgmentCode
                string represents the acknowledgment code for the transaction set of an EDI message.
             
            
                TransactionSetErrorDescription
                string represents the error description for the transaction set of an EDI message.
             
            
                ErrorIdentification
                List<ErrorIdentification> represents the errors in the transaction set, such as errors in segments. Use class ErrorIdentification for reference.
             
         
        
            
            
            
            
                SegmentPositionInTransactionSet
                string
             
            
            
                BusinessUnitContextReferenceName
                string
             
            
                BusinessUnitContextReferenceId
                string
             
            
                DataElementErrorIdentification
                List<DataElementErrorIdentification>represents the errors in the data element. Use class DataElementErrorIdentification for reference.
             
         
        
            
            
            
            
                DataElementReferenceNumber
                string
             
            
            
                DataElementSyntaxErrorCode
                string