forcedotcom / postman-salesforce-apis

Salesforce API Postman Collection
Creative Commons Zero v1.0 Universal
1.06k stars 638 forks source link

REST->SObject Create, endpoint URL is {{_endpoint}}/services/data/v{{version}}/sobjects/Attachment #36

Closed BoonPlus closed 3 years ago

BoonPlus commented 3 years ago

According to this blog.. https://developer.salesforce.com/blogs/2020/03/explore-the-salesforce-apis-with-a-postman-collection.html

The original endpoint URL is... {{_endpoint}}/services/data/v{{version}}/sobjects/

Not... {{_endpoint}}/services/data/v{{version}}/sobjects/Attachment

pozil commented 3 years ago

Hi @BoonPlus, thanks for reporting this. I've updated the request URL template to align with the other REST sObject CRUD operations:

{{_endpoint}}/services/data/v{{version}}/sobjects/<SOBJECT_API_NAME>