Salesforce · Example Payload

Salesforce Ui Object Info Representation Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

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

Top-level fields

apiNamelabellabelPluralkeyPrefixcreateableupdateabledeleteablequeryablefieldsrecordTypeInfosthemeInfo

Example Payload

Raw ↑
{
  "apiName": "example_value",
  "label": "Example Title",
  "labelPlural": "example_value",
  "keyPrefix": "example_value",
  "createable": true,
  "updateable": true,
  "deleteable": true,
  "queryable": true,
  "fields": "example_value",
  "recordTypeInfos": "example_value",
  "themeInfo": "example_value"
}