REST API for JDE EnterpriseOne

Cool Calico

Administrator
Staff member
The REST API is designed for granular use, so no. If there are any dependencies between those calls (i.e. passing output from one BSFN to the next), that is also hard to handle. If you want to call multiple business functions create a business process and call it through SOAP. The current version of our product (v3.1) does not support REST to call business processes. We plan on including this feature in our next version.
 

tj_87

New member
How about table inserts, updates and deletes? We are currently using a product that uses XML call object and we cannot do these without writing custom business functions.
 

tj_87

New member
Do you have any way to track the REST calls? Sometimes it is hard to troubleshoot if a call has errors
 
Top