Salesforce · Example Payload

Salesforce Record12 Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Salesforce Record12 Example is an example object payload from Salesforce, with 14 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

attributesIdIsDeletedDeveloperNameLanguageMasterLabelNamespacePrefixManageableStateCreatedDateCreatedByIdLastModifiedDateLastModifiedByIdSystemModstampVersion

Example Payload

Raw ↑
{
  "attributes": {
    "type": "example_value",
    "url": "https://www.example.com"
  },
  "Id": "abc123",
  "IsDeleted": true,
  "DeveloperName": "example_value",
  "Language": "example_value",
  "MasterLabel": "example_value",
  "NamespacePrefix": "example_value",
  "ManageableState": "example_value",
  "CreatedDate": "example_value",
  "CreatedById": "500123",
  "LastModifiedDate": "example_value",
  "LastModifiedById": "500123",
  "SystemModstamp": "example_value",
  "Version": "example_value"
}