CSV Mappings
Manage reusable CSV column mappings for client import and export operations. Mappings define how CSV columns map to client fields and can be saved for reuse across multiple imports or exports. System presets (Limited Company, Individual) are read-only. Tenant-specific mappings can be created, updated, and deleted.
-
GET List CsvMappingsLists all CsvMappings for the given tenant./tenants/{tenant}/csv-mappings
-
POST Create CsvMappingCreates a new CsvMapping for the specified tenant./tenants/{tenant}/csv-mappings
-
GET Get CsvMappingGets a CsvMapping for the specified tenant./tenants/{tenant}/csv-mappings/{code}
-
PUT Update CsvMappingUpdates a CsvMapping for the specified tenant./tenants/{tenant}/csv-mappings/{code}
-
DELETE Delete CsvMappingDeletes a CsvMapping for the specified tenant./tenants/{tenant}/csv-mappings/{code}