Rest API Example to Update OpComplete on Job Operation(s)

Does anyone have an example of a Visual Studio application that has the ability to update the OpComplete flag on JobOper? I am new to working with the Rest APIs in Epicor and would like to have an example of how to do this (or something similiar) to get a start.

Or do you know of a way update the completion flag on Operations where the data is coming from an outside application. We have a scheduling system in place and it reports back when operations are marked as complete by the end user. WE want to take this information and update the operation back in Epicor.

There is no quick win with this, but I would develop an Epicor function to complete the operation.

If you use the tracing functionality in Epicor you should get an idea of the business objects to call and use these in your function.

Once you have the function working with whatever parameters you want (jobnum, assembly seq and related operation), then all you need to do is call the function via a Rest call from VS, with the correct authentication, if that is you chosen IDE.

If you are very new to Epicor development, it might be worth giving yourself a simple exercise like updating a customer name and try and do that via an Epicor function.

1 Like