Salesforce · Example Payload

Salesforce Data11 Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

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

Top-level fields

uiapi

Example Payload

Raw ↑
{
  "uiapi": {
    "AccountCreate": {
      "Record": {
        "Id": "abc123",
        "Name": "Example Title"
      }
    }
  }
}