Oracle E-Business Suite · Schema
RoutingOperation
Business ApplicationsE-Business SuiteEnterpriseERPOracle
Properties
| Name | Type | Description |
|---|---|---|
| operationSequenceId | integer | Operation sequence identifier |
| operationSeqNum | integer | Operation sequence number |
| operationDescription | string | Operation description |
| operationCode | string | Standard operation code |
| departmentId | integer | Department identifier |
| departmentCode | string | Department code |
| effectivityDate | string | |
| disableDate | string | |
| minimumTransferQuantity | number | |
| countPointType | integer | Count point type (1=Yes, 2=No, 3=Auto-charge) |
| resources | array |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/RoutingOperation",
"title": "RoutingOperation",
"type": "object",
"properties": {
"operationSequenceId": {
"type": "integer",
"description": "Operation sequence identifier",
"example": "500123"
},
"operationSeqNum": {
"type": "integer",
"description": "Operation sequence number",
"example": 10
},
"operationDescription": {
"type": "string",
"description": "Operation description",
"example": "example_value"
},
"operationCode": {
"type": "string",
"description": "Standard operation code",
"example": "example_value"
},
"departmentId": {
"type": "integer",
"description": "Department identifier",
"example": "500123"
},
"departmentCode": {
"type": "string",
"description": "Department code",
"example": "example_value"
},
"effectivityDate": {
"type": "string",
"format": "date",
"example": "2026-01-15"
},
"disableDate": {
"type": "string",
"format": "date",
"example": "2026-01-15"
},
"minimumTransferQuantity": {
"type": "number",
"format": "double",
"example": 42.5
},
"countPointType": {
"type": "integer",
"description": "Count point type (1=Yes, 2=No, 3=Auto-charge)",
"example": 10
},
"resources": {
"type": "array",
"items": {
"$ref": "#/components/schemas/OperationResource"
},
"example": []
}
}
}
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-e-business-suite-routingoperation"
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.