Salesforce · JSON Structure

Salesforce Transaction History Request Structure

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

TransactionHistoryRequest 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

membershipNumber journalType journalSubType periodStartDate periodEndDate

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "TransactionHistoryRequest",
  "properties": {
    "membershipNumber": {
      "type": "string"
    },
    "journalType": {
      "type": "string"
    },
    "journalSubType": {
      "type": "string"
    },
    "periodStartDate": {
      "type": "string"
    },
    "periodEndDate": {
      "type": "string"
    }
  },
  "required": [
    "membershipNumber",
    "journalType",
    "journalSubType",
    "periodStartDate",
    "periodEndDate"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}