Update exocad material mappings
Update the mapping between exocad material names and local material records for the authenticated lab.
Update the mapping between exocad material names and local material records for the authenticated lab.
__Secure-guidelab-prod.session_token<token>
Production session cookie set for the guidelab.co domain by Better Auth
In: cookie
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X PUT "https://example.com/integrations/exocad/material-mappings" \ -H "Content-Type: application/json" \ -d '{ "mappings": [ { "exocadMaterial": "string", "materialId": "string" } ] }'{ "mappings": [ { "id": "string", "exocadMaterial": "string", "materialId": "string" } ]}Empty
Empty
Update exocad integration settings PUT
Create or update the exocad integration settings including folder paths and auto-import configuration for the authenticated lab.
Update exocad reconstruction type mappings PUT
Update the mapping between exocad reconstruction types and local product records for the authenticated lab.