Salesforce · Example Payload

Salesforce Ui Field Representation Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

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

Top-level fields

apiNamelabeldataTyperequiredupdateablecreateablenillablereferenceToInfos

Example Payload

Raw ↑
{
  "apiName": "example_value",
  "label": "Example Title",
  "dataType": "Address",
  "required": true,
  "updateable": true,
  "createable": true,
  "nillable": true,
  "referenceToInfos": []
}