Oracle General Ledger website screenshot

Oracle General Ledger

Oracle Fusion Cloud General Ledger provides REST APIs for managing core financial accounting operations within Oracle Cloud ERP. These APIs enable programmatic access to journal entries, ledger balances, accounting periods, currency rates, intercompany transactions, budgetary controls, and chart of accounts configurations used by finance teams for enterprise accounting, reporting, and close processes.

10 APIs 0 Features
AccountingBalancesCloudERPFinanceGeneral LedgerJournals

APIs

Oracle General Ledger Journal Batches REST API

REST API for managing journal batches in Oracle Fusion Cloud General Ledger. The journal batches resource allows viewing journal batches, updating batch completion status and re...

Oracle General Ledger Ledger Balances REST API

REST API for querying account balances in Oracle Fusion Cloud General Ledger. The ledger balances resource allows viewing balance amounts for any account combination or accounts...

Oracle General Ledger Accounting Period Status REST API

REST API for viewing accounting period statuses in Oracle Fusion Cloud General Ledger. The accounting period status list of values resource provides period details in a calendar...

Oracle General Ledger Currency Rates REST API

REST API for retrieving currency exchange rate information in Oracle Fusion Cloud General Ledger. The currency rates resource provides information on currency rates for source a...

Oracle General Ledger Ledger Options REST API

REST API for accessing ledger configuration options in Oracle Fusion Cloud General Ledger. The ledger options resource provides access to ledger setup details including chart of...

Oracle General Ledger Budgetary Control REST API

REST API for managing budgetary controls in Oracle Fusion Cloud General Ledger. The budgetary control resources enable viewing budget execution controls, budget impact results, ...

Oracle General Ledger Chart of Accounts Filters REST API

REST API for managing chart of accounts filter configurations in Oracle Fusion Cloud General Ledger. The chart of accounts filters resource returns filter ID values for chart of...

Oracle Intercompany Transactions REST API

REST API for managing intercompany transactions in Oracle Fusion Cloud Financials. The intercompany resources support agreement-based intercompany transactions, intercompany tra...

Oracle Joint Venture General Ledger Transactions REST API

REST API for managing joint venture general ledger transactions in Oracle Fusion Cloud Financials. The joint venture GL transactions and joint venture subledger transactions res...

Oracle General Ledger ERP Integrations REST API

REST API for automating bulk data import and export flows with Oracle Fusion Cloud General Ledger. The ERP integrations resource supports loading journal data files, submitting ...

Collections

Pricing Plans

Rate Limits

Oracle General Ledger Rate Limits

5 limits

RATE LIMITS

FinOps

Resources

🌐
Portal
Portal
🔗
Documentation
Documentation
🚀
GettingStarted
GettingStarted
🔑
Authentication
Authentication
📄
ChangeLog
ChangeLog
💬
Support
Support
🟢
StatusPage
StatusPage
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
🔗
Website
Website
📝
Signup
Signup
🔗
Login
Login
📰
Blog
Blog
👥
GitHubOrganization
GitHubOrganization
🔗
Community
Community
🔗
Implementation Guide
Implementation Guide
🔗
User Guide
User Guide

Sources

apis.yml Raw ↑
opencollection: 1.0.0
info:
  name: Oracle General Ledger REST API
  version: 11.13.18.05
request:
  auth:
    type: basic
    username: '{{username}}'
    password: '{{password}}'
items:
- info:
    name: Journal Batches
    type: folder
  items:
  - info:
      name: List journal batches
      type: http
    http:
      method: GET
      url: https://{instance}.oraclecloud.com/fscmRestApi/resources/11.13.18.05/journalBatches
      params:
      - name: limit
        value: ''
        type: query
      - name: offset
        value: ''
        type: query
      - name: q
        value: ''
        type: query
        description: Oracle filter expression.
    docs: List journal batches
  - info:
      name: Get a journal batch
      type: http
    http:
      method: GET
      url: https://{instance}.oraclecloud.com/fscmRestApi/resources/11.13.18.05/journalBatches/:JournalBatchesUniqID
      params:
      - name: JournalBatchesUniqID
        value: ''
        type: path
    docs: Get a journal batch
  - info:
      name: Update a journal batch
      type: http
    http:
      method: PATCH
      url: https://{instance}.oraclecloud.com/fscmRestApi/resources/11.13.18.05/journalBatches/:JournalBatchesUniqID
      params:
      - name: JournalBatchesUniqID
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: Update a journal batch
  - info:
      name: Delete a journal batch
      type: http
    http:
      method: DELETE
      url: https://{instance}.oraclecloud.com/fscmRestApi/resources/11.13.18.05/journalBatches/:JournalBatchesUniqID
      params:
      - name: JournalBatchesUniqID
        value: ''
        type: path
    docs: Delete a journal batch
- info:
    name: Ledger Balances
    type: folder
  items:
  - info:
      name: List ledger balances
      type: http
    http:
      method: GET
      url: https://{instance}.oraclecloud.com/fscmRestApi/resources/11.13.18.05/ledgerBalances
      params:
      - name: limit
        value: ''
        type: query
      - name: offset
        value: ''
        type: query
      - name: finder
        value: ''
        type: query
        description: 'Oracle finder name, e.g. `AccountBalanceByCombinationFinder` or

          `AccountGroupBalanceFinder`.

          '
    docs: List ledger balances
- info:
    name: Currency Rates
    type: folder
  items:
  - info:
      name: List currency rates
      type: http
    http:
      method: GET
      url: https://{instance}.oraclecloud.com/fscmRestApi/resources/11.13.18.05/currencyRates
      params:
      - name: limit
        value: ''
        type: query
      - name: offset
        value: ''
        type: query
      - name: q
        value: ''
        type: query
        description: Oracle filter expression.
    docs: List currency rates
- info:
    name: Accounting Periods
    type: folder
  items:
  - info:
      name: List accounting period statuses
      type: http
    http:
      method: GET
      url: https://{instance}.oraclecloud.com/fscmRestApi/resources/11.13.18.05/accountingPeriodStatusLOV
      params:
      - name: limit
        value: ''
        type: query
      - name: offset
        value: ''
        type: query
      - name: q
        value: ''
        type: query
        description: Oracle filter expression.
    docs: List accounting period statuses
- info:
    name: Ledger Options
    type: folder
  items:
  - info:
      name: List ledger options
      type: http
    http:
      method: GET
      url: https://{instance}.oraclecloud.com/fscmRestApi/resources/11.13.18.05/fedLedgerOptions
      params:
      - name: limit
        value: ''
        type: query
      - name: offset
        value: ''
        type: query
    docs: List ledger options
- info:
    name: Budgetary Control
    type: folder
  items:
  - info:
      name: List budget execution controls
      type: http
    http:
      method: GET
      url: https://{instance}.oraclecloud.com/fscmRestApi/resources/11.13.18.05/fedBudgetExecutionControls
      params:
      - name: limit
        value: ''
        type: query
      - name: offset
        value: ''
        type: query
    docs: List budget execution controls
- info:
    name: Intercompany
    type: folder
  items:
  - info:
      name: List intercompany transactions
      type: http
    http:
      method: GET
      url: https://{instance}.oraclecloud.com/fscmRestApi/resources/11.13.18.05/intercompanyTransactions
      params:
      - name: limit
        value: ''
        type: query
      - name: offset
        value: ''
        type: query
      - name: q
        value: ''
        type: query
        description: Oracle filter expression.
    docs: List intercompany transactions
  - info:
      name: Create an intercompany transaction
      type: http
    http:
      method: POST
      url: https://{instance}.oraclecloud.com/fscmRestApi/resources/11.13.18.05/intercompanyTransactions
      body:
        type: json
        data: '{}'
    docs: Create an intercompany transaction
- info:
    name: ERP Integrations
    type: folder
  items:
  - info:
      name: Submit an ERP integration operation
      type: http
    http:
      method: POST
      url: https://{instance}.oraclecloud.com/fscmRestApi/resources/11.13.18.05/erpintegrations
      body:
        type: json
        data: '{}'
    docs: 'Submit operations such as `uploadFileToUCM`, `submitESSJobRequest`,

      or `importBulkData`. The actual operation name is supplied in the

      request body''s `OperationName` field.

      '
bundled: true