Oracle E-Business Suite · JSON Structure

Oracle E Business Suite Structure

Structural overview of the Oracle E-Business Suite API surface; extracted from openapi/.

Type: Properties: 0
Business ApplicationsE-Business SuiteEnterpriseERPOracle

Oracle E Business Suite Structure is a JSON Structure definition published by Oracle E-Business Suite.

Meta-schema:

JSON Structure

Raw ↑
{
  "provider": "Oracle E-Business Suite",
  "providerId": "oracle-e-business-suite",
  "kind": "json-structure",
  "description": "Structural overview of the Oracle E-Business Suite API surface; extracted from openapi/.",
  "schemaCount": 16,
  "operationCount": 11,
  "schemas": [
    {
      "name": "PurchaseOrder",
      "type": "object",
      "propertyCount": 21,
      "required": []
    },
    {
      "name": "PurchaseOrderLine",
      "type": "object",
      "propertyCount": 14,
      "required": []
    },
    {
      "name": "PurchaseOrderShipment",
      "type": "object",
      "propertyCount": 10,
      "required": []
    },
    {
      "name": "PurchaseOrderCreate",
      "type": "object",
      "propertyCount": 10,
      "required": [
        "vendorId",
        "vendorSiteId",
        "currencyCode",
        "lines"
      ]
    },
    {
      "name": "PurchaseOrderUpdate",
      "type": "object",
      "propertyCount": 2,
      "required": []
    },
    {
      "name": "Requisition",
      "type": "object",
      "propertyCount": 10,
      "required": []
    },
    {
      "name": "RequisitionLine",
      "type": "object",
      "propertyCount": 10,
      "required": []
    },
    {
      "name": "Supplier",
      "type": "object",
      "propertyCount": 15,
      "required": []
    },
    {
      "name": "SupplierSite",
      "type": "object",
      "propertyCount": 11,
      "required": []
    },
    {
      "name": "SalesOrder",
      "type": "object",
      "propertyCount": 18,
      "required": []
    },
    {
      "name": "SalesOrderLine",
      "type": "object",
      "propertyCount": 13,
      "required": []
    },
    {
      "name": "SalesOrderCreate",
      "type": "object",
      "propertyCount": 8,
      "required": [
        "soldToOrgId",
        "orderTypeId",
        "lines"
      ]
    },
    {
      "name": "InventoryItem",
      "type": "object",
      "propertyCount": 18,
      "required": []
    },
    {
      "name": "OnhandQuantity",
      "type": "object",
      "propertyCount": 9,
      "required": []
    },
    {
      "name": "Delivery",
      "type": "object",
      "propertyCount": 17,
      "required": []
    },
    {
      "name": "ErrorResponse",
      "type": "object",
      "propertyCount": 1,
      "required": []
    }
  ],
  "operations": [
    {
      "method": "GET",
      "path": "/po/purchaseOrders",
      "operationId": "getPurchaseOrders",
      "summary": "Retrieve Purchase Orders",
      "tags": [
        "Purchasing"
      ]
    },
    {
      "method": "POST",
      "path": "/po/purchaseOrders",
      "operationId": "createPurchaseOrder",
      "summary": "Create a Purchase Order",
      "tags": [
        "Purchasing"
      ]
    },
    {
      "method": "GET",
      "path": "/po/purchaseOrders/{poHeaderId}",
      "operationId": "getPurchaseOrderById",
      "summary": "Retrieve a Specific Purchase Order",
      "tags": [
        "Purchasing"
      ]
    },
    {
      "method": "PUT",
      "path": "/po/purchaseOrders/{poHeaderId}",
      "operationId": "updatePurchaseOrder",
      "summary": "Update a Purchase Order",
      "tags": [
        "Purchasing"
      ]
    },
    {
      "method": "GET",
      "path": "/po/requisitions",
      "operationId": "getRequisitions",
      "summary": "Retrieve Purchase Requisitions",
      "tags": [
        "Purchasing"
      ]
    },
    {
      "method": "GET",
      "path": "/po/suppliers",
      "operationId": "getSuppliers",
      "summary": "Retrieve Suppliers",
      "tags": [
        "Purchasing"
      ]
    },
    {
      "method": "GET",
      "path": "/oe/salesOrders",
      "operationId": "getSalesOrders",
      "summary": "Retrieve Sales Orders",
      "tags": [
        "Order Management"
      ]
    },
    {
      "method": "POST",
      "path": "/oe/salesOrders",
      "operationId": "createSalesOrder",
      "summary": "Create a Sales Order",
      "tags": [
        "Order Management"
      ]
    },
    {
      "method": "GET",
      "path": "/inv/items",
      "operationId": "getInventoryItems",
      "summary": "Retrieve Inventory Items",
      "tags": [
        "Inventory"
      ]
    },
    {
      "method": "GET",
      "path": "/inv/onhandQuantities",
      "operationId": "getOnhandQuantities",
      "summary": "Retrieve On-hand Inventory Quantities",
      "tags": [
        "Inventory"
      ]
    },
    {
      "method": "GET",
      "path": "/wsh/deliveries",
      "operationId": "getDeliveries",
      "summary": "Retrieve Shipping Deliveries",
      "tags": [
        "Shipping"
      ]
    }
  ]
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/oracle-e-business-suite-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.