API Docs / Operations / Client Services - CSV Import / Preview Service CSV Import

Preview Service CSV Import

POST /tenants/{tenant}/client-services/import/csv/preview

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

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

Request Body

multipart/form-data
{
  "file": "string",
  "matchField": "Code",
  "createOnboardingTasks": false
}

Responses

400 Bad Request
401 Unauthorized – Invalid or missing API key
403 Forbidden