Runs the mapping instructions only within a virtual import.
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 definition containing the mapping instructionsdata <Array, required>
– the data to map
Returns
<Array>
Each response array has the following properties:
statusCode <Integer>
– 200 (success), 422 (error), or 401 (connection is offline)data <Object>
– the mapped dataerrors <Array>
– the mapping errors returned by the import
Exceptions
This function throws an error if the API call fails for any reason.
Comments
0 comments
Please sign in to leave a comment.