Solved

How to convert [ReceiveCustomerSchedule] BizAPI to REST API

  • 7 January 2024
  • 1 reply
  • 67 views

Badge +2

Our client which establish IFS Cloud expects us to use RESTAPI which has BizAPI [ReceiveCustomerSchedule] functionality.

Is there anyone who know how to convert from BizAPI [ReceiveCustomerSchedule] to RESTAPI in IFS Cloud ?

 

Previously, client was using Soap Gateway to import XML file which has BizAPI [ReceiveCustomerSchedule] information by sending from external system.

icon

Best answer by dsj 8 January 2024, 12:57

View original

1 reply

Userlevel 7
Badge +20

Hi @RikiNakajima 

 

ReceiveCustomerSchedule BizApi seems to be already converted to IFS Cloud Projection action CustomerScheduleMessageService.svc/ReceiveCustomerSchedule (Checked in 23R1)

 

It would be worth checking the changes in the inbound payload by checking the API documentation of this Projection action and the WSDL of the BizAPI in previous version. If there are no changes, you should be able to convert the XML to JSON using standard IFS transformers and call the projection action.

Read more on the BizAPI conversions:

Decision Guide - Technical Documentation For IFS Cloud

IFS standard transformers:

Transformers - Technical Documentation For IFS Cloud

 

Hope it helps!

Damith

Reply