Salesforce · Schema

BatchRequest

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
method string
url string
View JSON Schema on GitHub

JSON Schema

salesforce-batch-request-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "method": {
      "type": "string",
      "example": "example_value"
    },
    "url": {
      "type": "string",
      "example": "https://www.example.com"
    }
  },
  "required": [
    "method",
    "url"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "BatchRequest"
}