Question

API to fetch PO information

  • 11 August 2022
  • 2 replies
  • 51 views

Userlevel 4
Badge +9
  • Sidekick (Customer)
  • 75 replies

Hi all,

 

We are looking for an additional notification setup through Azure on outstanding PO authorization. For that, we ideally would connect through an API to fetch the data - but have not been able to find which API is able to provide such.

 

So before developing an scheduled Export of data, does anyone know which API can be used?

 

Working with IFS10, update 9.


2 replies

Userlevel 7
Badge +31

Hi @Arend,

Assuming you are referring to Purchase Orders, you can use the ‘PurchaseOrderHandling’ projection. You can find the correct projection name relevant for a window if you open the debug console. If you go to the API Explorer window and query for the projection, you can see the API documentation. 

Hope this helps!

Userlevel 4
Badge +9

Hi Charith,

 

That is also one we had looked into, but we cannot find anything about the Authorization details in the document. Information we are after are PO Status (that we can find), but the details like below we cannot trace. Any idea where this information is hidden?

 

 

I also looked into the AuthorizedPurchaseOrdersHandling, using https://serbweazuifs018.erb.global:48080/int/ifsapplications/projection/v1/AuthorizedPurchaseOrdersHandling.svc/AuthorizedPurchaseOrdersInfoSet

 

But this only shows the data if one of the lines has been Authorized this month. I need to see all data for all Planned PO’s

 

Reply