Preview Service CSV Import
Uploads a native-format CSV and returns a preview of what the import will do: new assignments, updates to existing assignments, and unchanged assignments. The file is stored for the confirm step.
Parameters
| Name | Type | Description |
|---|---|---|
| tenant* | path string | The Tenant.Code |
The Tenant.Code |
||
Request Body
{
"file": "string",
"matchField": "Code",
"createOnboardingTasks": false
}
Responses
200 OK
400 Bad Request
401 Unauthorized – Invalid or missing API key
403 Forbidden