Question

Web Service call to Create a Sales Lead

  • 3 November 2020
  • 7 replies
  • 310 views

Userlevel 7
Badge +18

Does IFS Applications 9 or Apps 10 have a RESTful service where I can create a new sales lead?


7 replies

Userlevel 7
Badge +24

hi @durette 

Apps 10 - yes absolutely.  In general we have restful services to Create, read, update, delete any IFS object.

Userlevel 7

Have you checked out the API Explorer and related documentation?

 

 

Userlevel 7
Badge +18

Where would I find either the API Explorer or the particular restful service I would need?

 

Userlevel 7

Where would I find either the API Explorer or the particular restful service I would need?

 

Within Aurena. There's a navigator entry for it. For each projection you'll find speculations and documentation. 

Userlevel 4
Badge +8

Kevin,

 

I've found Fiddler really helpful for monitoring traffic in Aurena. It's basically a better debug console for http traffic.

Userlevel 7
Badge +20

Kevin,

 

I've found Fiddler really helpful for monitoring traffic in Aurena. It's basically a better debug console for http traffic.

 

Postman also has many great features and can be used to debug Aurena requests and one advantage is that you can run specific  scenario and create collections out of it.

 

I’ve written a small blog post on how to use Postman to capture Aurena requests, may be it’s helpful for someone :)

https://dsj23.me/2020/07/15/capturing-ifs-aurena-requests-using-postman/

 

Cheers!

Userlevel 4
Badge +9

Hi,

 

It did a few months since I am in IFS world. We are working with a third-party company to put in place a transaction site, all data must come to IFS, and one problem we are having is that we need to create all customers in IFS once the transaction finalized. I found all documentation and didn’t find any BizAPI to create customers. Does anyone know how to do this? I try to find documentation explain how to create a webservice on IFS but I didn’t find it.

Thanks for your help,

Reply