Appearance
Submit Import
Submit and execute a configured import job, processing the uploaded file and applying the data. Requires ADMIN permissions.
Parameters
| name * are required parameters | data type | description |
|---|---|---|
importId* | string | The unique identifier of the import job to submit |
Return Value
The result of the import execution, including success counts and any errors encountered.
Examples
bash
curl -X POST "https://app.wombat.software/api/{targetPath}/import/:importId/submit" \
-H "Content-Type: application/json" \
-H "Authentication: Bearer ..."ENDPOINTS
post
/api/{targetPath}/import/:importId/submit