API Docs / Operations / Services - Import / Import Services CSV

Import Services CSV

POST /tenants/{tenant}/services/import/csv

Re-uploads an analyzed services catalog CSV with the user's selections and creates or updates billable services, plus deduplicated Service Terms content blocks. Returns per-row results.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

Request Body

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

Responses

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