TranscodeMaps
Translating a source system's codes into the tenant's own reference values.
Create a transcode mapping
Maps one source system's code to your canonical code — where a CRM says `US` and the platform says `USA`. Without this the same concept arrives as several distinct values and never matches. Requires `rdm.transcode-map.create`.
List transcode mappings
Returns the mappings from source codes to canonical codes, filterable by source system. Requires `rdm.transcode-map.read`.
Get a transcode mapping
Returns one mapping — the source system's value and the reference value it resolves to. Returns 404 if it does not exist or belongs to another tenant. Requires `rdm.transcode-map.read`.
Update a transcode mapping
Changes what a source code maps to. Values already stored keep the canonical code they were given; a reload applies the new mapping. Requires `rdm.transcode-map.update`.
Delete a transcode mapping
Soft-deletes a mapping, so that source code stops being translated. Requires `rdm.transcode-map.delete`.
Restore a deleted transcode mapping
Reinstates a soft-deleted mapping, so the source value resolves again. Requires `rdm.transcode-map.update`.