# Create the import **POST /api/v1/import** Fist step of the import process, must be mapped before it can be started Must be of Content-Type multipart/form-data ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Body: multipart/form-data (object) - **type** (string) Type of record to import, available records are business_staff_members, charges, circles, clients, group_scheme_members, notes, plans, premiums, tasks, valuations and seccl_valuations - **mode** (string) Type of import mode to enforce, available modes are store, update and validate - **file** (string(binary)) CSV file with import records ## Responses ### 200 #### Body: application/json (object) - **uuid** (string) The UUID of the resource. - **created_at** (string) The timestamp of when the resource was created. - **updated_at** (string) The timestamp of when the resource was updated. - **type** (string) The type of model the importer is importing - **mode** (string) The mode this import was run on - **headers** (array[string]) Headers taken from uploaded csv, not visible on index route - **mapping** (object) Mapped headers, not visible on index route - **status** (string) The status of the importer - **total_jobs** (integer) Total amount of imports in the importer - **progress** (integer) The current progress of the importer - **jobs_remaining** (integer) Number of pending imports - **failed_jobs** (integer) Number of failed imports - **error_report** (object) Error report file - **errors** (object) Array of failed imports, limited to 25 rows - **account** (object) Account that initiated the import [Powered by Bump.sh](https://bump.sh)