Start CSV Import
Confirms the column mapping and starts the CSV import. Call after uploading with showPreview=true.
Parameters
| Name | Type | Description |
|---|---|---|
| tenant* | path string | The Tenant.Code |
The Tenant.Code |
||
| code* | path string | |
Request Body*
{
"mappingCode": "string",
"columnMappings": [
{
"csvHeader": "...",
"targetField": "..."
}
],
"matchField": "Code",
"importMode": "CreateOnly",
"enrichFromCompaniesHouse": false
}
Responses
201 Created
202 Accepted
401 Unauthorized – Invalid or missing API key
403 Forbidden
404 Not Found