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