Hi all, I try to do the Platform API Basics > Use REST API trail and the Postman do not do what is asked here.
The POST {{_endpoint}}/services/data/v{{version}}/sobjects/:SOBJECT_API_NAME for an Account with the options the same that are in the Trail But it returns the following:
Which is actually not what it should return... The Trail is complete by the manual actions (I created an account by hands), but I personally curious, maybe I did something wrong?
Hi @Svyatoslav Chernyy that looks in the correct direction, but you see from the screen that I actually perform the POST request :)
Couple of minutes of debugging with the settings and it is resolved by ticking those options:
It looks that during the redirects, Salesforce/Postman loses the HTTP method. Thanks anyway!