REST - PartMtl

Hopefully, this has an easy answer. I’m looking for the REST service that will return records from the PartMtl table.

I’ve tried Erp.BO.MfgPartSvc, but that doesn’t look like it because it doesn’t return the QtyPer field. I’ve also tried Erp.BO.PartSvc, but I don’t see any methods in there that will return PartMtl records either.

Can anyone point me to the right service/method to use?

Thanks

BAQ is your best friend and it is lighter than any BO. There is the PartMtlSearch service too but I’d go with BAQ

-Jose

1 Like

I can’t find the PartMtlSearch service using REST, but I was able to get BAQ to work. Thanks!

1 Like