E9.2 API

Vilkacis

Member
Hello,

Can someone explain if JDE E1 has any APIs? I am looking for APIs that can read and add a Who's Who' record and the email associated with it? Also, any API to access the Items, Inventory, BOMs, etc...

Thanks!
 
Look at the Interoperability Guide. There is Z-Tables, XML Call Object, Business Services (BSSV), AIS/Orchestrator and probably some others that I am forgetting. Each has its own strengths and weaknesses.
 
You can "create" a REST Api by using an orchestration with JDE. In fact you have to be at least on a 9.2 version and you have to check your tools level.
For reading you have simple API to query table by REST service
If you want to add record or update you have to use an orchestration, you have many sample that you could found.
For exemple how to manage FX rate on JDE by using orchestrator :
To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.
 
Back
Top