Salesforce · Schema

ProcessParameter5

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
MemberId string
VoucherCode string
VoucherFaceValue integer
VoucherExpirationDate string
View JSON Schema on GitHub

JSON Schema

salesforce-process-parameter5-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "MemberId": {
      "type": "string",
      "example": "500123"
    },
    "VoucherCode": {
      "type": "string",
      "example": "example_value"
    },
    "VoucherFaceValue": {
      "type": "integer",
      "example": 10
    },
    "VoucherExpirationDate": {
      "type": "string",
      "example": "example_value"
    }
  },
  "required": [
    "MemberId",
    "VoucherCode",
    "VoucherFaceValue",
    "VoucherExpirationDate"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ProcessParameter5"
}