Salesforce · Schema

QuoteTermReaderAPIRequest

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
context object
View JSON Schema on GitHub

JSON Schema

salesforce-quote-term-reader-api-request-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "context": {
      "type": "object",
      "properties": {
        "templateId": {
          "type": "string",
          "example": "500123"
        },
        "language": {
          "type": "string",
          "example": "example_value"
        }
      },
      "required": [
        "templateId",
        "language"
      ]
    }
  },
  "required": [
    "context"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "QuoteTermReaderAPIRequest"
}