Salesforce · Schema

TransactionHistoryRequest

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
membershipNumber string
journalType string
journalSubType string
periodStartDate string
periodEndDate string
View JSON Schema on GitHub

JSON Schema

salesforce-transaction-history-request-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "membershipNumber": {
      "type": "string",
      "example": "example_value"
    },
    "journalType": {
      "type": "string",
      "example": "example_value"
    },
    "journalSubType": {
      "type": "string",
      "example": "example_value"
    },
    "periodStartDate": {
      "type": "string",
      "example": "example_value"
    },
    "periodEndDate": {
      "type": "string",
      "example": "example_value"
    }
  },
  "required": [
    "membershipNumber",
    "journalType",
    "journalSubType",
    "periodStartDate",
    "periodEndDate"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "TransactionHistoryRequest"
}