Salesforce · Example Payload

Salesforce Body Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

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

Top-level fields

NameLastNameAccountId

Example Payload

Raw ↑
{
  "Name": "Example Title",
  "LastName": "example_value",
  "AccountId": "500123"
}