Salesforce · Example Payload

Salesforce Properties1 Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

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

Top-level fields

namelabellabelPluralkeyPrefixcustomcustomSettingactivateablecreateableupdateabledeletableundeletablemergeablereplicateabletriggerablequeryableretrieveablesearchablelayoutablefeedEnabledmruEnabledhasSubtypesisSubtypedataTranslationEnabledisInterfacedeepCloneableassociateEntityTypeassociateParentEntitydeprecatedAndHiddenurls

Example Payload

Raw ↑
{
  "name": "Example Title",
  "label": {
    "type": "example_value"
  },
  "labelPlural": {
    "type": "example_value"
  },
  "keyPrefix": {
    "type": "example_value"
  },
  "custom": {
    "type": "example_value"
  },
  "customSetting": {
    "type": "example_value"
  },
  "activateable": {
    "type": "example_value"
  },
  "createable": {
    "type": "example_value"
  },
  "updateable": {
    "type": "example_value"
  },
  "deletable": {
    "type": "example_value"
  },
  "undeletable": {
    "type": "example_value"
  },
  "mergeable": {
    "type": "example_value"
  },
  "replicateable": {
    "type": "example_value"
  },
  "triggerable": {
    "type": "example_value"
  },
  "queryable": {
    "type": "example_value"
  },
  "retrieveable": {
    "type": "example_value"
  },
  "searchable": {
    "type": "example_value"
  },
  "layoutable": {
    "type": "example_value"
  },
  "feedEnabled": {
    "type": "example_value"
  },
  "mruEnabled": {
    "type": "example_value"
  },
  "hasSubtypes": {
    "type": "example_value"
  },
  "isSubtype": {
    "type": "example_value"
  },
  "dataTranslationEnabled": {
    "type": "example_value"
  },
  "isInterface": {
    "type": "example_value"
  },
  "deepCloneable": {
    "type": "example_value"
  },
  "associateEntityType": {
    "type": "example_value"
  },
  "associateParentEntity": {
    "type": "example_value"
  },
  "deprecatedAndHidden": "500123",
  "urls": "https://www.example.com"
}