Salesforce · Example Payload

Salesforce Record25 Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

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

Top-level fields

attributesSandboxNameStatusStartDate

Example Payload

Raw ↑
{
  "attributes": {
    "type": "example_value",
    "url": "https://www.example.com"
  },
  "SandboxName": "example_value",
  "Status": "example_value",
  "StartDate": "example_value"
}