Salesforce · Schema

SObjectRecord

A Salesforce SObject record. Contains an attributes object describing the record type and URL, plus any number of field name/value pairs depending on the object type.

AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
attributes object Metadata attributes for this SObject record, including its type and REST API URL.
Id string The 18-character globally unique Salesforce record ID.
View JSON Schema on GitHub