Runs a virtual import using an existing connection.
A virtual import is one that you create with script and do not add to your account.
Applies to
My APIs > integrator.io API runtime object > imports
Argument
options <Object, required>
Contains the following properties:
import <Object, required>
– the virtual import definition to rundata <Array, required>
– the data to import
Returns
<Array>
Each response array has the following properties:
statusCode <Integer>
– 200 (success), 422 (error), or 401 (connection is offline)ignored <Boolean>
– true if ignored by the import; dependent on virtual import configurationerrors <Array>
– the errors returned by the import_json <Object>
– the response object returned by the import application
Exceptions
This function throws an error if the API call fails for any reason.
Comments
0 comments
Please sign in to leave a comment.