Salesforce · Schema

DebitPointsfromMembersRequest

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
processParameters array
View JSON Schema on GitHub

JSON Schema

salesforce-debit-pointsfrom-members-request-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "processParameters": {
      "type": "array",
      "description": "",
      "example": [],
      "items": {
        "type": "object",
        "properties": {
          "TransactionJournal": {
            "type": "object",
            "properties": {
              "ActivityDate": {
                "type": "string",
                "example": "example_value"
              },
              "ExternalTransactionNumber": {
                "type": "string",
                "example": "example_value"
              },
              "InvoiceDate": {
                "type": "string",
                "example": "example_value"
              },
              "JournalTypeName": {
                "type": "string",
                "example": "example_value"
              },
              "MembershipNumber": {
                "type": "string",
                "example": "example_value"
              },
              "TransactionAmount": {
                "type": "string",
                "example": "example_value"
              },
              "CurrencyIsoCode": {
                "type": "string",
                "example": "example_value"
              },
              "Status": {
                "type": "string",
                "example": "example_value"
              }
            },
            "required": [
              "ActivityDate",
              "ExternalTransactionNumber",
              "InvoiceDate",
              "JournalTypeName",
              "MembershipNumber",
              "TransactionAmount",
              "CurrencyIsoCode",
              "Status"
            ]
          },
          "PointsToDebit": {
            "type": "number",
            "example": 42.5
          }
        },
        "required": [
          "TransactionJournal",
          "PointsToDebit"
        ]
      }
    }
  },
  "required": [
    "processParameters"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DebitPointsfromMembersRequest"
}