JournalCreate

CloudCXEnterpriseEPMERPHCMProject ManagementREST APISaaSSCM

Properties

Name Type Description
JournalBatchName string
JournalName string
Description string
LedgerName string
AccountingPeriod string
CurrencyCode string
JournalCategory string
JournalSource string
View JSON Schema on GitHub

JSON Schema

oracle-fusion-journalcreate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/JournalCreate",
  "title": "JournalCreate",
  "type": "object",
  "required": [
    "JournalBatchName",
    "JournalName",
    "LedgerName",
    "AccountingPeriod",
    "CurrencyCode",
    "JournalCategory",
    "JournalSource"
  ],
  "properties": {
    "JournalBatchName": {
      "type": "string"
    },
    "JournalName": {
      "type": "string"
    },
    "Description": {
      "type": "string"
    },
    "LedgerName": {
      "type": "string"
    },
    "AccountingPeriod": {
      "type": "string"
    },
    "CurrencyCode": {
      "type": "string"
    },
    "JournalCategory": {
      "type": "string"
    },
    "JournalSource": {
      "type": "string"
    }
  }
}