Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

r

Info

If you are developing a Lequinox® enabled application towards our REST API and run into problems, please check these potential sources of error before you get in touch with support.

...

  • added a user group, server account and application in the Lequinox console.

  • connected the correct user group and server account to your application in the Lequinox console.

Verify that you have have

  • included the base path in every request to the CDI REST API. (You can find the correct base path here.)

  • added the application integration API key to every request to the CDI REST API.

  • stated the Content-type as application/json in the object header when you are sending data to the API.

Transactions

Verify that the intended participants (creator and recipients) are correct.

...

  • Save the transaction to a file and open it in an texteditor.

  • Find the ID of the creator and the recipients.
    (Look for the following sections in the XML file:

Code Block
<creator>

...


         <dtsId>lq01.GVRwLLr8.0lkxS4Yw</dtsId>

...


     [...]

...


     <recipients>
         <recipient>
             <dtsId>lq01.V8im8sNU.us11ReqW</dtsId>

These IDs should match the creator and recipients specified.)

...