SK SKYVVA Documentation

7. Response mapping using Message type for API IntegrateSynchronous

Pre-requisite

[su_box title="Note" box_color="#2a8af0" title_color="#000000"]Now SKYVVA is supporting hierarchical Message Type[/su_box] Step1

Step2

Note: In this case, the inbound interface role​​ is requested data and Outbound interface role is response data.

Step3

Note: All data response based on data External Id and with Operation type Upsert and Update so data can response when data update by a process like External Id.

How Response using message type for API IntegrateSynchronous works

In this case, we use REST Service API IntegrateSynchronous to import or request data into salesforce and sender system will get back response data after data import or request successfully. [su_box title="Note" box_color="#2a8af0" title_color="#000000"]The response JSON data based on do mapping for the Outbound interface[/su_box] Step1

Create I structures of message type for MsTAccount & MsTContact

Go back to Repository

Step2

[su_box title="Note" box_color="#2a8af0" title_color="#000000"]In this case Inbound interface role​​ is requested data and Outbound interface role is response data.[/su_box] Step3

What is REST API?

REST is basically an architectural style of the web services that work as a channel of communication between different computers or systems on the internet. The term REST API is something else. Those application programming interfaces that are backed by the architectural style of REST architectural system are called REST APIs. REST API compliant web services, database systems, and computer systems permit requesting systems to get robust access and redefine representations of web-based resources by deploying a predefined set of stateless protocols and standard operations. By these protocols and operations and redeploying the manageable and updatable components without causing the effect on the system, REST API systems deliver fast performance, reliability, and more progression.

Explaining an API IntegrateSynchronous

This feature is created to allow user call Skyvva Services by REST Api from their system.

Great code pass successfully

[su_box title="Note" box_color="#2a8af0" title_color="#000000"]All data response based on data External Id and with Operation type Upsert and Update so data can response when data update by a process like External Id.[/su_box]

Open this article in the interactive viewer →