Import/Export Web Service

The Web Service interface allows to import, export and update entities.

Methods

The Web Service interface provides the following methods:

URLs

Sequence to get the Final Result

The following steps draft the sequence for import, export, delete, deep import, and deep export to get the final result.

Note: All service requests are handled asynchronously.

Sequence Steps

  1. Call the appropriate method with all mandatory parameters.
  2. Check the Status field of the result object:

    • If Status is 0, the process is still running and no final result yet exists. Go on to step 3.

    • If Status <> 0: Operation is ready. Check "Errors" array. If empty, operation succeeded. If not empty, details about the errors are contained in array.

  3. Wait for some time and then call "Get Status" to get the result of the request: use the Token of the Result object from step 2 as parameter.
  4. Check Status field of the result object.

    • If Status is 0, the process is still running and no final result yet exists. Go back to step 3.

    • If Status <> 0: Operation is ready. Check "Errors" array. If empty, operation succeeded. If not empty, details about the errors are contained in array.

Result Object

Every operation returns a .NET object that has the following structure: