Salesforce · Example Payload

Salesforce Layouts Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

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

Lead

Example Payload

Raw ↑
{
  "Lead": {
    "012000000000000AAA": {
      "Full": {
        "View": {
          "eTag": {},
          "id": {},
          "layoutType": {},
          "mode": {},
          "objectApiName": {},
          "recordTypeId": {},
          "saveOptions": {},
          "sections": {}
        }
      }
    }
  }
}