Salesforce · Schema

SObjectRowsUpdateRequest

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
field API name string
View JSON Schema on GitHub

JSON Schema

salesforce-s-object-rows-update-request-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "field API name": {
      "type": "string",
      "example": "example_value"
    }
  },
  "required": [
    "field API name"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SObjectRowsUpdateRequest"
}