Salesforc E Rest Api Integration: Dhananjay Aher
Salesforc E Rest Api Integration: Dhananjay Aher
Salesforc E Rest Api Integration: Dhananjay Aher
SA N
Dhananjay Aher
Move forward.
Good Things are
Up Ahead.
AY'S AGEN
D
DA
TO
Introduction to Introduction to HTTP
Integration
JavaScript Object Notation has a type Extensible markup language is type less,
like String, number, Object, Boolean and should be string
It is a way of representing objects It is a markup language and uses tag
Retrieving value is easy structure to represent data items
It does not provide any support for Retrieving value is difficult
namespaces. It supports namespaces.
It is less secured It is more secure than JSON
WHAT IS REST API
A REST API is also known as RESTful API. REST API is an application programming
interface (API) that conforms to the constraints of REST architectural style and allows
for interaction with RESTful web services.
RESTful API is an interface that two computer systems use to exchange information
securely over the internet. REST API has a lightweight request and response
framework. It is a simple, easy-to-use, and powerful web service based on RESTful
principles. REST API supports both XML and JSON. Rest resource is referenced
using URI, abstraction of information, and access using HTTP methods.
WHAT IS SOAP API
SOAP is the Simple Object Access Protocol, a messaging standard defined
by the World Wide Web Consortium and its member editors. SOAP uses an
XML data format to declare its request and response messages, relying on
XML Schema and other technologies to enforce the structure of its
payloads.
Because SOAP API uses the WSDL file as a formal contract between
the API and consumer, it’s great for writing server-to-server
integrations.
SOAP API supports XML only.
POST is used to create a new item, such as a feed item or a comment or like, or subscribe to a group.
PATCH is used for partial updates to an item, for example, renaming a file.
PUT is used for whole updates to an item, for example, marking a conversation as read.
DELETE is used to delete an item, such as a feed element, or to unsubscribe from a group.
HEAD is used to retrieve resource metadata. It's similar to using GET but doesn’t return a response
body. You can use HEAD to test the availability of a resource.
Testing Tools
Workbench
Postman
HAT'S A WRAP
T THANK YOU !
Dhananjay Aher