Import validated data

This request saves the validated CSV records in the LoanPro database.

   Click here to learn more about this request

LoanPro's import tool is a fast and efficient way to transfer large amounts of data. Imports can be completed manually via the LoanPro dashboard or programmatically via the API. Note the following when importing data via the API.

Importing data into LoanPro requires a series of steps. Here's a breakdown of the entire process.


This endpoint should return an empty response body with Content-Length: 0. A 200 response means the job was accepted—not that it finished.

Ingestion is asynchronous.

  • The record passes through dataimport.status.impinprogress before reaching dataimport.status.imported.
  • Poll the endpoint in the Get import validation/errors step until it reaches imported, then check statsNew, statsUpd, and statsErr against your row count.
Path Params
string
enum
required

The type of data being imported.
> Exact Formatting Required: importType is case-sensitive and does not trim whitespace (e.g., Payments works but payments returns 409 error, and trailing spaces cause the job to hang).
> Unlisted Types Silent Failure: Passing unlisted values (e.g. LineOfCreditSetup or Buckets) may return a 200 with an upload URL, but the file will fail to process. Use only values listed in the enum.

int32
required

The ID of the data import record.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json