Salesforce · Schema

GetMemberPromotionsRequest

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
processParameters array
View JSON Schema on GitHub

JSON Schema

salesforce-get-member-promotions-request-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "processParameters": {
      "type": "array",
      "description": "",
      "example": [],
      "items": {
        "type": "object",
        "properties": {
          "MemberId": {
            "type": "string",
            "example": "500123"
          }
        },
        "required": [
          "MemberId"
        ]
      }
    }
  },
  "required": [
    "processParameters"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "GetMemberPromotionsRequest"
}