I’m using this request: Erp.BO.PartSvc/Parts({Company},{PartNum})
The problem is that some of our parts have special characters such as ‘/’ in their code. It causes a problem when I try to verify if it exists via the REST API. How can I do this?
I know that I can call the GET /Parts Endpoint and then loop through every part but it will cause performances problems since there is a lot of parts in our system.
I agree with you but I’m not the one in charge of these parts numbering, I’ll see if we can fix this before we start using Epicor in our company but so far, our parts have special characters and it’s staying like that since so many things are linked to that.