Services - Import
CSV-based import and export of the billable services catalog. Auto-detects the file format: native Sodium exports (rows with a matching Code update the existing service) or Ignition services exports (create-only). Analyze returns editable preview rows; import re-uploads the file with the user's selections and creates/updates services plus deduplicated Service Terms content blocks. Export produces the native format including terms HTML, doubling as the import template. All endpoints are stateless.
-
POST Analyze Services CSVAuto-detects the format of a services catalog CSV (native Sodium export or Ignition export) and returns preview rows for review. Stateless: no data is.../tenants/{tenant}/services/import/csv/analyze
-
POST Import Services CSVRe-uploads an analyzed services catalog CSV with the user's selections and creates or updates billable services, plus deduplicated Service Terms conte.../tenants/{tenant}/services/import/csv
-
GET Export Services CSVDownloads the billable services catalog as a native-format CSV, including each service's terms HTML. Re-importing the file updates services matched by.../tenants/{tenant}/services/import/csv/export