# Start a new execution for an import Can update the import with the request model (deprecated) Endpoint: POST /imports/{id}/executions Version: 8.1.0 ## Path parameters: - `id` (integer, required) The import definition's id ## Header parameters: - `X-Key` (string, required) A unique API key used to authenticate requests to the NP6 platform. This key must be included in every API call to validate the identity and permissions of the client. Keep your API key secure and do not expose it in public code or logs. ## Request fields (application/json): - `id` (integer,null) Import Id - `name` (string) Import name - `creationDate` (string) Import creation date - `updateDate` (string,null) Import update date - `binding` (integer,null) Id of the import format that describes the mapping between import file columns and fields - `features` (array) Import configuration features - `features.type` (string) - `source` (object) Data source use to import the targets - `scheduler` (object) The scheduler information ## Response 200 fields (application/vnd.mperf.v8.import.v1+json): - `state` (integer) The execution state - 0 : processing - 1 : completed - 2 : error Enum: 0, 1, 2 ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 404 fields