I need some help using the EPICOR API

I need some help using the EPICOR API.
I can’t find the how to POST AR invoices that I created.
I also need help with creating the Cash Receipt entry for said Posted Invoice.
Is there an API reference I could look up? I cant find it in the API swagger

There was usually a series of API calls that build up the tableset.

Do what you are to do (I.e post an invoice) via the front end with tracing on.

The trace file will give you the calls you need to make and the fields that need populating.

3 Likes

Welcome James

You need to do a front end trace in Kinetic to see the network calls (apis) that are used

Then you need to mimick these calls in the REST interface

There are several posts on the forum about tracing and how to use the API if you search a bit.
I’m on my phone but in a while I’ll try to find some posts for you

1 Like

Here’s a Few Resources:

4 Likes