Oracle E-Business Suite · JSON Structure

Financial Services Journal Entry Create Structure

Type: object Properties: 9
Business ApplicationsE-Business SuiteEnterpriseERPOracle

JournalEntryCreate is a JSON Structure definition published by Oracle E-Business Suite, describing 9 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

ledgerId periodName journalName journalCategory journalSource currencyCode description effectiveDate lines

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "JournalEntryCreate",
  "type": "object",
  "properties": {
    "ledgerId": {
      "type": "integer"
    },
    "periodName": {
      "type": "string"
    },
    "journalName": {
      "type": "string"
    },
    "journalCategory": {
      "type": "string"
    },
    "journalSource": {
      "type": "string"
    },
    "currencyCode": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "effectiveDate": {
      "type": "string"
    },
    "lines": {
      "type": "array"
    }
  }
}