Returns all central base materials offered by the given vendor (drives the filtered material-number dropdown).
GET
curl -i -X GET \
'https://api.luminovo.com/api/ems/pcb/base-materials?vendor=string'List of base materials for the vendor
Array [
]
Response
[ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "materialVendor": "string", "materialNumber": "string", "materialType": "prepreg", "baseMaterial": "FR-2", "tgValue": 0, "ctiClass": "none", "plcClass": "none" } ]