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
priyanka m 8priyanka m 8 

How to update/post the records in salesforce with postman?

SKolakanSKolakan
@priyanka,
See below. 

User-added image
SKolakanSKolakan
BTW, the above was deduced from this: https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/dome_sobject_create.htm

Similarly, for updates, you can use this: https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/dome_update_fields.htm
 
Suraj Tripathi 47Suraj Tripathi 47
Hii Priyanka,

You can follow the below step by step solution given in the below link.
Link:- https://www.appseconnect.com/how-to-connect-salesforce-and-postman-using-rest-api/


In case you find any other issue please mention. 
If you find your Solution than mark as this as a best answer. 

Thanks and Regards
Suraj Tripathi.