Salesforce · Schema
ProcessParameter1
Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales
Properties
| Name | Type | Description |
|---|---|---|
| TransactionJournal | object | |
| PointsToCredit | number |
JSON Schema
{
"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"
]
},
"PointsToCredit": {
"type": "number",
"example": 42.5
}
},
"required": [
"TransactionJournal",
"PointsToCredit"
],
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "ProcessParameter1"
}