Pulling Customer Notes

I would like to pull Customer Notes into a custom application we are using. We are On Prem Version: 24.1.5358.140. I have tried multiple API calls but have not been able to develop a solution. Any help would be greatly appreciated!

Is your Epicor REST API turned on and working?

You can hit the endpoint with an HTTP GET request like this:
https://your-epicor-server.address/E10Live/api/v1/Erp.BO.CustomerSvc/Customers(companyid,1234)

Epicor will return the customer record in JSON format which you’ll need to have the external application parse to pull out the field you’re after.

This is the Prophet 21 Forum…