Question

Do you know where I can find API documentation on the syntax needed for the REST API’s (or BizAPI’s)? For example, if I wanted to test updating the Sales Part Price.

  • 26 January 2023
  • 6 replies
  • 209 views

Badge +1

Do you know where I can find API documentation on the syntax needed for the REST API’s (or BizAPI’s)?  For example, if I wanted to test updating the Sales Part Price.


6 replies

Userlevel 2
Badge +10

Hi

The API for each projection is defined separately, so it will depend exactly which sales pricing you want to update.  If it is the price on the Sales Part page then the projection to use is SalesPartHandling.

Assuming you are using Cloud, navigate to the API Explorer, search for the SalesPartHandling in the projection then select ‘Documentation → API Doc’ from the three dots.

 

Badge +1

We aren’t using Cloud.  We are still on APPS10.  Is there a way to view this information if we are on APPS10 with the IEE client?

Userlevel 1
Badge +4

Hi @RobMagruderLantronix

Could you please try to get these information using the Aurena URL in App 10 as below?

Example:
To get BizAPI list use,
https://xxxxx.corpnet.ifsworld.com:xxxx/int/soapgateway

From this get the bizAPI you want and use the following link to get more infomation on this
https://xxxxx.corpnet.ifsworld.com:xxxx/int/soapgateway?bizapi=SEND_SALES_PART

You could also refer to the help page as follows to get more information on this
https://xxxxx.corpnet.ifsworld.com:xxxx/int/soapgateway?help

Thanks & Best Regards,
Arosha

 

 

Userlevel 7
Badge +19

Hi

The API for each projection is defined separately, so it will depend exactly which sales pricing you want to update.  If it is the price on the Sales Part page then the projection to use is SalesPartHandling.

Assuming you are using Cloud, navigate to the API Explorer, search for the SalesPartHandling in the projection then select ‘Documentation → API Doc’ from the three dots.

 

API explorer also exists for APP10 so MMcK’s post is still valid for Rest API’s.

Badge +1

How do I find it for APP10 if we don’t have Aurena set up?

Userlevel 7
Badge +21

Hi @RobMagruderLantronix ,

 

I know you were looking for RestAPI or BizAPI information which the above posts answer. 

Have you considered using a migration job to update the sales part pricing? 

 

Regards,

William Klotz

Reply