Newer Version Available

This content describes an older version of this product. View Latest

Create a Record

Use the sObject Basic Information resource to create new records. You supply the required field values in the request data, and then use the POST method of the resource. The response body will contain the ID of the created record if the call is successful.

The following example creates a new Account record, with the field values provided in newaccount.json.

Example for creating a new Account
Example request body newaccount.json file for creating a new Account
Example response body after successfully creating a new Account