Upload CSV
Bulk upload incoming transactions via CSV file against a CSV data source connection. Returns syncLogId, dataSourceConnectionId, total, successful, failed, created, and errors.
Parameters
file(file)required
CSV file (multipart/form-data). Max 10MB.
dataSourceConnectionId(string)required
ID of the CSV data source connection (from POST /data-sources with source csv). Query parameter or multipart form field.
delimiter(string)
CSV delimiter. Query parameter.