I am new to epicor kinetic 2023. I am using Epicor Rest API to get data like Part, Bin, Onhand, Customer, Vendor, Sales Order and Purchase Order. And I have successfully received this data, now I want to do PO receipt and received PO lines through REST API. But I don’t understand how can I do this. I am not very familiar with Epicor and there is no proper documentation available of Epicor services and methods. Please, someone, help with this?
Welcome!
The best thing you can do to get started, is open up the classic client, and turn on tracing.
Go ahead and exit out of the system monitor in the tray to cut down on noise.
Clear the log before doing an operation, and do some tracing while you do the process manually.
The trace will reveal how it’s done, and teach you a lot in the process.
There is a nice tool on here, I think by @josecgomez , but not positive that processes traces for you.
I recommend you do not start with it, and do it manually. Comb through the trace slowly in notepad.
Once you get familiar with how it works, you can move on to the tool to make your life easier.
You can also do the same tasks in the browser, and trace the rest methods in the dev tools, network tab of the browser. There are also debugging tools available. Look in the “Experts Corner” here for posts by @hmwillett , she goes over it very well.
Anyway, welcome again to our little corner.