Salesforce · Schema

ProcessParameter9

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
MemberId string
NewTier string
ReasonForChange string
View JSON Schema on GitHub

JSON Schema

salesforce-process-parameter9-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "MemberId": {
      "type": "string",
      "example": "500123"
    },
    "NewTier": {
      "type": "string",
      "example": "example_value"
    },
    "ReasonForChange": {
      "type": "string",
      "example": "example_value"
    }
  },
  "required": [
    "MemberId",
    "NewTier",
    "ReasonForChange"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ProcessParameter9"
}