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

ParameterDescription
Content-TypeAn optional header, specifying the format for the request and response. Possible choices are Content-Type: application/json or Content-Type: application/xml.
sObjectThe name of the object. For example, Account. A required path parameter.

See Also