Returns all central soldermask materials offered by the given vendor (drives the filtered material-number dropdown).
GET
curl -i -X GET \
'https://api.luminovo.com/api/ems/pcb/soldermask-materials?vendor=string'Response
[ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "materialVendor": "string", "materialNumber": "string", "soldermaskColor": "string", "finish": "matte", "halogenFree": true } ]