API Docs / Operations / Clients - Services - Import / Convert Service CSV to Native Format

Convert Service CSV to Native Format

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

Auto-detects the source format and converts the file plus service mappings into a native-format CSV for download. Stateless: no data is persisted.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

Request Body

multipart/form-data
{
  "file": "string",
  "mappings": "string"
}

Responses

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

Try it