Activity › Forums › Salesforce® Discussions › When we will use of GET and POST in the Integration Services? Salesforce® Discussions When we will use of GET and POST in the Integration Services? Posted by saloni gupta on July 6, 2017 at 11:13 AM In which situations we will use GET Method and POST Method? Shaharyar replied 8 years, 10 months ago 2 Members · 1 Reply 1 Reply Shaharyar Member August 8, 2017 at 5:07 AM # POST is used to create record using web services: # Whereas GET is used to retrieve record. # Example can be seen as: Method :- Get URL:- /services/data/v36.0/sobjects/Account/0019000001hE8af Method :- Post URL:- /services/data/v36.0/sobjects/Account/ Request Body :- { “Name” : “Shaharyar4U”, “phone” : “7867867860”, “website” : “www.mysite.com”, “numberOfEmployees” : “786”, “industry” : “Computer” } Log In to reply. Public All Members My Connections Only Me PublicAll MembersMy ConnectionsOnly Me Public All Members My Connections Only Me