Oracle Fusion Cloud Applications · Schema
PurchaseOrder
CloudCXEnterpriseEPMERPHCMProject ManagementREST APISoftware-as-a-ServiceSCM
Properties
| Name | Type | Description |
|---|---|---|
| POHeaderId | integer | Purchase order header identifier |
| OrderNumber | string | PO number |
| ProcurementBusinessUnit | string | Procurement business unit |
| SupplierName | string | Supplier name |
| SupplierNumber | string | Supplier number |
| SupplierSite | string | Supplier site |
| BuyerName | string | Buyer name |
| OrderDate | string | PO date |
| TotalAmount | number | Total PO amount |
| CurrencyCode | string | PO currency |
| Status | string | PO status |
| PaymentTerms | string | Payment terms |
| ShipToLocation | string | Ship-to location |
| BillToLocation | string | Bill-to location |
| CreationDate | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/PurchaseOrder",
"title": "PurchaseOrder",
"type": "object",
"properties": {
"POHeaderId": {
"type": "integer",
"description": "Purchase order header identifier"
},
"OrderNumber": {
"type": "string",
"description": "PO number"
},
"ProcurementBusinessUnit": {
"type": "string",
"description": "Procurement business unit"
},
"SupplierName": {
"type": "string",
"description": "Supplier name"
},
"SupplierNumber": {
"type": "string",
"description": "Supplier number"
},
"SupplierSite": {
"type": "string",
"description": "Supplier site"
},
"BuyerName": {
"type": "string",
"description": "Buyer name"
},
"OrderDate": {
"type": "string",
"format": "date",
"description": "PO date"
},
"TotalAmount": {
"type": "number",
"format": "double",
"description": "Total PO amount"
},
"CurrencyCode": {
"type": "string",
"description": "PO currency"
},
"Status": {
"type": "string",
"description": "PO status",
"enum": [
"Incomplete",
"Open",
"Closed",
"Cancelled",
"On Hold",
"Pending Approval",
"Approved",
"Rejected"
]
},
"PaymentTerms": {
"type": "string",
"description": "Payment terms"
},
"ShipToLocation": {
"type": "string",
"description": "Ship-to location"
},
"BillToLocation": {
"type": "string",
"description": "Bill-to location"
},
"CreationDate": {
"type": "string",
"format": "date-time"
}
}
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/oracle-fusion-purchaseorder"
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.