function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
trailhead solutions 10trailhead solutions 10 

Rest API PUT Method - POSTMAN

Hello Everyone

Can someone help me on how to test PUT Method from Postman to Salesforce, instance URL generated from all details like Client Id, Secret, test URL, Username, Password. After getting instance URL, how to connect with SF Org endpoint URL? Confused on PUT Method. Someone Please Share.

Thanks in Advance
TH Aspirant

 
SwethaSwetha (Salesforce Developers) 
HI,
What are you trying to accomplish with the PUT method?
Recommend reviewing:

https://salesforce.stackexchange.com/questions/122982/how-to-give-request-uri-to-access-http-put-method-without-using-apex-class-in-wo

https://salesforce.stackexchange.com/questions/315758/empty-request-body-using-postman-in-apex-rest

https://www.mstsolutions.com/technical/testing-salesforce-web-service-using-postman-rest-client/

Thanks
trailhead solutions 10trailhead solutions 10
From third party system, the record which will go from Salesforce, if it will get change ,then it will get updated automatically in Salesforce Org record also. That has to check via postman as put method.pls help how to proceed? Thanks & Regards Th asp