Salesforce · JSON Structure

Salesforce Process Parameter8 Structure

Type: object Properties: 5 Required: 5
Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

ProcessParameter8 is a JSON Structure definition published by Salesforce, describing 5 properties, of which 5 are required. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

MemberId MembershipNumber Email EnrollmentDate LastName

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "ProcessParameter8",
  "properties": {
    "MemberId": {
      "type": "string"
    },
    "MembershipNumber": {
      "type": "string"
    },
    "Email": {
      "type": "string"
    },
    "EnrollmentDate": {
      "type": "string"
    },
    "LastName": {
      "type": "string"
    }
  },
  "required": [
    "MemberId",
    "MembershipNumber",
    "Email",
    "EnrollmentDate",
    "LastName"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}