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
Andrew B 1Andrew B 1 

Postman

I wrote a apex REST webservice that takes in data to write 2 or more related objects. I need to do a Postman test of the service but I get the error: You have attempted to reach a URL that no longer exists on salesforce.com. 

I have tried the POST URLs': https://na50.lightning.force.com/apexrest/contacts and https://na50.salesforce.com/apexrest/contacts :
User-added image

Here is a SS of my code from developer console:
User-added image