Create record using Salesforce REST API with Record Type Name in the Payload

Create record using Salesforce REST API with Record Type Name in the Payload

1. Create a Connected App for REST API.

2. Get the token by doing a POST request.

3. Do a POST request to create a record using the access token from Step 2.

Output:

Leave a Reply