Newer Version Available

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

Create Records Using sObject Basic Information

Creates a new record for a specified object based on field values in the request body.

You must specify values for required fields in the request body. Specifying values for other fields is optional.

URI
/services/data/vXX.X/sobjects/sObject/
Formats
JSON, XML
HTTP Method
POST
Authentication
Authorization: Bearer token
Parameters
Parameter Description
Content-Type
An optional header, specifying the format for the request and response. Possible choices are:
  • Content-Type: application/json
  • Content-Type: application/xml
sObject

The name of the object. For example, Account.

A required path parameter.

Examples