Oracle Financial Applications website screenshot

Oracle Financial Applications

Collection of APIs for Oracle's suite of financial management applications including ERP Cloud, EPM Cloud, and related financial services.

11 APIs 0 Features
AccountingCloud ApplicationsEnterprise Performance ManagementEnterprise Resource PlanningEPMERPFinancial ManagementFinancial Reporting

APIs

Oracle ERP Cloud REST API

REST APIs for Oracle ERP Cloud covering modules like General Ledger, Accounts Payable, Accounts Receivable, Cash Management, and Fixed Assets.

Oracle General Ledger REST API

APIs for managing chart of accounts, journal entries, budgets, allocations, and financial reporting in Oracle ERP Cloud.

Oracle Accounts Payable REST API

APIs for managing supplier invoices, payments, expense reports, and procurement transactions.

Oracle Accounts Receivable REST API

APIs for managing customer invoices, receipts, credit memos, and revenue recognition.

Oracle Cash Management REST API

APIs for bank account management, cash positioning, forecasting, and reconciliation.

Oracle Fixed Assets REST API

APIs for managing asset lifecycle, depreciation, mass additions, and asset tracking.

Oracle EPM Cloud REST API

REST APIs for Oracle Enterprise Performance Management Cloud including Planning, Financial Consolidation and Close, Tax Reporting, and Account Reconciliation.

Oracle Financial Reporting REST API

APIs for creating, managing, and executing financial reports, including Smart View integration.

Oracle FCCS REST API

APIs for Financial Consolidation and Close Cloud Service for consolidations, eliminations, currency translation, and intercompany management.

Oracle ARCS REST API

APIs for Account Reconciliation Cloud Service for managing reconciliations, certifications, and compliance workflows.

Oracle Planning REST API

APIs for Planning and Budgeting Cloud Service including data management, business rules, and planning operations.

Collections

Pricing Plans

Rate Limits

FinOps

Resources

🔗
DomainSecurity
DomainSecurity
🔑
Authentication
Authentication
👥
GitHubOrganization
GitHubOrganization
🌐
Portal
Portal
🚀
GettingStarted
GettingStarted
💬
Support
Support
🟢
StatusPage
StatusPage
💰
Pricing
Pricing
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
🎓
Training
Training

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Oracle Financials Cloud REST API
  version: 11.13.18.05
request:
  auth:
    type: basic
    username: '{{username}}'
    password: '{{password}}'
items:
- info:
    name: General Ledger
    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 (e.g. `Status=''Posted''`).

          '
    docs: List journal batches
  - info:
      name: Create a journal batch
      type: http
    http:
      method: POST
      url: https://{instance}.oraclecloud.com/fscmRestApi/resources/11.13.18.05/journalBatches
      body:
        type: json
        data: '{}'
    docs: Create a journal batch
  - 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: 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 (e.g. `Status=''Posted''`).

          '
    docs: List currency rates
  - info:
      name: Get a currency rate
      type: http
    http:
      method: GET
      url: https://{instance}.oraclecloud.com/fscmRestApi/resources/11.13.18.05/currencyRates/:currencyRatesUniqID
      params:
      - name: currencyRatesUniqID
        value: ''
        type: path
    docs: Get a currency rate
- info:
    name: Payables
    type: folder
  items:
  - info:
      name: List payables invoices
      type: http
    http:
      method: GET
      url: https://{instance}.oraclecloud.com/fscmRestApi/resources/11.13.18.05/invoices
      params:
      - name: limit
        value: ''
        type: query
      - name: offset
        value: ''
        type: query
      - name: q
        value: ''
        type: query
        description: 'Oracle filter expression (e.g. `Status=''Posted''`).

          '
    docs: List payables invoices
  - info:
      name: Create a payables invoice
      type: http
    http:
      method: POST
      url: https://{instance}.oraclecloud.com/fscmRestApi/resources/11.13.18.05/invoices
      body:
        type: json
        data: '{}'
    docs: Create a payables invoice
  - info:
      name: Get a payables invoice
      type: http
    http:
      method: GET
      url: https://{instance}.oraclecloud.com/fscmRestApi/resources/11.13.18.05/invoices/:InvoiceId
      params:
      - name: InvoiceId
        value: ''
        type: path
    docs: Get a payables invoice
- info:
    name: Receivables
    type: folder
  items:
  - info:
      name: List receivables customer transactions
      type: http
    http:
      method: GET
      url: https://{instance}.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesCustomerTransactions
      params:
      - name: limit
        value: ''
        type: query
      - name: offset
        value: ''
        type: query
    docs: List receivables customer transactions
- info:
    name: Cash Management
    type: folder
  items:
  - info:
      name: List cash balance uploads
      type: http
    http:
      method: GET
      url: https://{instance}.oraclecloud.com/fscmRestApi/resources/11.13.18.05/cashCashBalancesUploads
    docs: List cash balance uploads
- info:
    name: Fixed Assets
    type: folder
  items:
  - info:
      name: List fixed assets
      type: http
    http:
      method: GET
      url: https://{instance}.oraclecloud.com/fscmRestApi/resources/11.13.18.05/fixedAssets
      params:
      - name: limit
        value: ''
        type: query
      - name: offset
        value: ''
        type: query
    docs: List fixed assets
bundled: true