Oracle Fusion Cloud Invoice

An accounts payable invoice in Oracle Fusion Cloud ERP representing a financial obligation to a supplier for goods or services received, including header information, line items, and payment details.

CloudCXEnterpriseEPMERPHCMProject ManagementREST APISoftware-as-a-ServiceSCM

Properties

Name Type Description
InvoiceId integer Unique system-generated identifier for the invoice
InvoiceNumber string Supplier-assigned invoice number
InvoiceAmount number Total invoice amount in the invoice currency
InvoiceCurrencyCode string ISO 4217 currency code for the invoice amount
InvoiceDate string Date of the invoice as provided by the supplier
InvoiceType string Classification of the invoice type
VendorName string Name of the supplier who issued the invoice
VendorNumber string Unique supplier number in the system
VendorSiteCode string Supplier site from which the invoice originates
BusinessUnit string Business unit responsible for the invoice
Description string Free-text description of the invoice
PaymentTerms string Payment terms (e.g., Net 30, 2/10 Net 30)
DueDate string Date by which payment is due
AccountingDate string Date used for accounting and period determination
ApprovalStatus string Current status in the approval workflow
ValidationStatus string Validation status indicating whether the invoice passed validation checks
PaidAmount number Amount already paid against this invoice
AmountDue number Remaining unpaid amount
CreatedBy string Username of the person who created the invoice
CreationDate string Timestamp when the invoice record was created
LastUpdateDate string Timestamp when the invoice was last modified
View JSON Schema on GitHub

JSON Schema

oracle-fusion-invoice-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://docs.oracle.com/schemas/oracle-fusion/invoice.json",
  "title": "Oracle Fusion Cloud Invoice",
  "description": "An accounts payable invoice in Oracle Fusion Cloud ERP representing a financial obligation to a supplier for goods or services received, including header information, line items, and payment details.",
  "type": "object",
  "required": ["InvoiceNumber", "InvoiceAmount", "InvoiceCurrencyCode", "VendorName", "BusinessUnit"],
  "properties": {
    "InvoiceId": {
      "type": "integer",
      "description": "Unique system-generated identifier for the invoice"
    },
    "InvoiceNumber": {
      "type": "string",
      "description": "Supplier-assigned invoice number",
      "minLength": 1,
      "maxLength": 50
    },
    "InvoiceAmount": {
      "type": "number",
      "description": "Total invoice amount in the invoice currency"
    },
    "InvoiceCurrencyCode": {
      "type": "string",
      "description": "ISO 4217 currency code for the invoice amount",
      "pattern": "^[A-Z]{3}$"
    },
    "InvoiceDate": {
      "type": "string",
      "format": "date",
      "description": "Date of the invoice as provided by the supplier"
    },
    "InvoiceType": {
      "type": "string",
      "enum": ["Standard", "Credit Memo", "Prepayment", "Mixed"],
      "description": "Classification of the invoice type"
    },
    "VendorName": {
      "type": "string",
      "description": "Name of the supplier who issued the invoice"
    },
    "VendorNumber": {
      "type": "string",
      "description": "Unique supplier number in the system"
    },
    "VendorSiteCode": {
      "type": "string",
      "description": "Supplier site from which the invoice originates"
    },
    "BusinessUnit": {
      "type": "string",
      "description": "Business unit responsible for the invoice"
    },
    "Description": {
      "type": "string",
      "description": "Free-text description of the invoice",
      "maxLength": 240
    },
    "PaymentTerms": {
      "type": "string",
      "description": "Payment terms (e.g., Net 30, 2/10 Net 30)"
    },
    "DueDate": {
      "type": "string",
      "format": "date",
      "description": "Date by which payment is due"
    },
    "AccountingDate": {
      "type": "string",
      "format": "date",
      "description": "Date used for accounting and period determination"
    },
    "ApprovalStatus": {
      "type": "string",
      "enum": ["Initiated", "Required", "Not Required", "Approved", "Rejected", "Wfapproved", "Manually Approved"],
      "description": "Current status in the approval workflow"
    },
    "ValidationStatus": {
      "type": "string",
      "description": "Validation status indicating whether the invoice passed validation checks"
    },
    "PaidAmount": {
      "type": "number",
      "description": "Amount already paid against this invoice",
      "minimum": 0
    },
    "AmountDue": {
      "type": "number",
      "description": "Remaining unpaid amount"
    },
    "CreatedBy": {
      "type": "string",
      "description": "Username of the person who created the invoice"
    },
    "CreationDate": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp when the invoice record was created"
    },
    "LastUpdateDate": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp when the invoice was last modified"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/oracle-fusion-invoice"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.