# Import a provider statement CSV. **POST /api/v1/provider-statement/import** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Headers - **X-PLANNR-ACCOUNT-UUID** (string) ### Body: application/json (object) - **import_file** (string(binary)) The provider statement file csv. - **provider_statement** (array[object]) An array of provider statement properties. - **mapping** (object) Array of mappings for the provider statement import. This defines how the columns in the CSV file map to the fields in the system. - **parameters** (array[object]) Array of additional data to complete the request. ## Responses ### 201 #### 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 - **importable_uuid** (string) The uuid of the model this importer is importing. For example, for a provider statement import, this would be the uuid of the provider statement being imported - **parameters** (object) additional parameters for the import - **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)