Salesforce · Example Payload

Salesforce Record2 Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

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

Top-level fields

attributesnamephonewebsitenumberOfEmployeesindustryContactschildAccounts

Example Payload

Raw ↑
{
  "attributes": {
    "type": "example_value",
    "referenceId": "500123"
  },
  "name": "Example Title",
  "phone": "example_value",
  "website": "example_value",
  "numberOfEmployees": "example_value",
  "industry": "example_value",
  "Contacts": {
    "records": []
  },
  "childAccounts": {
    "records": []
  }
}