cancel
Showing results for 
Search instead for 
Did you mean: 

Call REST API from SAP B1if

former_member203816
Active Contributor
0 Kudos

Hi A ll,

Please let me know how to call the REST API from SAP B1if.

Actually, the scenario is I want to integrate SAP B1 with Salesforce.

The scenario is like that whenever Customer is created in SAP B1 it should be created in Salesforce. So for this, i have Salesforce REST API and through this API i will send the customer details to Salesforce.

If you have any documents on this then please let me know.

Accepted Solutions (0)

Answers (1)

Answers (1)

Nicolas_Fuchs
Advisor
Advisor
0 Kudos

Hi Tushar,

the scenario you need to create with the Integration Framework starts with an event in SAP Business One. Based on this event with the number 2 for BP the scenario gets triggered. You can use HTTP as outbound channel or the HTTP call atom inside the processing to map the fields either as handover in json or xml format. Of course you need to know the API of Salesforce for BP especially the header/envelope information. In the online help you can search for HTTP for further information.

Regards, Nicolas