Salesforce · Example Payload

Salesforce Uiapi11 Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Salesforce Uiapi11 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

AccountCreate

Example Payload

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