Runs a virtual export using an existing connection.
A virtual export is one that you create with script and do not add to your account.
Applies to
My APIs > integrator.io API runtime object > exports
Argument
options <Object, required>
Contains the following properties:
export <Object, required>
– the virtual export definition to runstartDate <Date>
– start date for delta exports as a Date objectendDate <Date>
– end date for delta exports as a Date objectdata <Object>
– data to be sent to the export
Returns
<Object>
The response object has the following properties:
data <Array>
– the data that was exporteddataURIs <Array>
– matching URI array; dependent on virtual export configurationerrors <Array>
– any errors returned by the export
Exceptions
This function throws an error if the API call fails for any reason.
Comments
0 comments
Please sign in to leave a comment.