< Back
Print

Finish the export

The following array shows a typical synchronisation with the JSON connector. Please note that data will be sent as a JSON string; the follwoing only shows an examplary array.

The target system receives the signal: no more data, the export is finished now.

Internal variables:

  jobCode = unique ID of the job
  processID = unique ID of the call
  finished = 1 (no more data)

 

Example data set: 

	
Array
(

    [method] => finished
    [data] => Array
        (
            [jobCode] => 78ec0d89666e72e9c56c32f1a65b3978
            [processID] => fc4b3c8092dbf66a94097ada12eb7d1c
            [finished] => 1
        )

)

 

Was this article helpful?
How can we improve this article?
Please submit the reason for your vote so that we can improve the article.
Table of Contents