Salesforce · Example Payload

Salesforce Record24 Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

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

Top-level fields

attributesIdSandboxNameLicenseTypeAutoActivate

Example Payload

Raw ↑
{
  "attributes": {
    "type": "example_value",
    "url": "https://www.example.com"
  },
  "Id": "abc123",
  "SandboxName": "example_value",
  "LicenseType": "example_value",
  "AutoActivate": true
}