WorkOrder

CloudCXEnterpriseEPMERPHCMProject ManagementREST APISoftware-as-a-ServiceSCM

Properties

Name Type Description
WorkOrderId integer Work order identifier
WorkOrderNumber string Work order number
WorkOrderType string Work order type
OrganizationCode string Manufacturing organization code
ItemNumber string Item being manufactured
ItemDescription string Item description
PlannedQuantity number Planned production quantity
CompletedQuantity number Completed quantity
UnitOfMeasure string Unit of measure
PlannedStartDate string Planned start date
PlannedCompletionDate string Planned completion date
ActualStartDate string Actual start date
ActualCompletionDate string Actual completion date
Status string Work order status
View JSON Schema on GitHub

JSON Schema

oracle-fusion-workorder-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/WorkOrder",
  "title": "WorkOrder",
  "type": "object",
  "properties": {
    "WorkOrderId": {
      "type": "integer",
      "description": "Work order identifier"
    },
    "WorkOrderNumber": {
      "type": "string",
      "description": "Work order number"
    },
    "WorkOrderType": {
      "type": "string",
      "description": "Work order type"
    },
    "OrganizationCode": {
      "type": "string",
      "description": "Manufacturing organization code"
    },
    "ItemNumber": {
      "type": "string",
      "description": "Item being manufactured"
    },
    "ItemDescription": {
      "type": "string",
      "description": "Item description"
    },
    "PlannedQuantity": {
      "type": "number",
      "format": "double",
      "description": "Planned production quantity"
    },
    "CompletedQuantity": {
      "type": "number",
      "format": "double",
      "description": "Completed quantity"
    },
    "UnitOfMeasure": {
      "type": "string",
      "description": "Unit of measure"
    },
    "PlannedStartDate": {
      "type": "string",
      "format": "date",
      "description": "Planned start date"
    },
    "PlannedCompletionDate": {
      "type": "string",
      "format": "date",
      "description": "Planned completion date"
    },
    "ActualStartDate": {
      "type": "string",
      "format": "date",
      "description": "Actual start date"
    },
    "ActualCompletionDate": {
      "type": "string",
      "format": "date",
      "description": "Actual completion date"
    },
    "Status": {
      "type": "string",
      "description": "Work order status",
      "enum": [
        "Unreleased",
        "Released",
        "On Hold",
        "Complete",
        "Closed",
        "Cancelled"
      ]
    }
  }
}

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-workorder"
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.