Get All Orchestrations v3

get

/jderest/v3/open-api-catalog3

Returns information about all orchestration REST API's.

Request

Query Parameters
Header Parameters
Back to Top

Response

Supported Media Types

200 Response

Successful Execution

400 Response

Bad Request - Invalid JSON Input

403 Response

Authorization Failure

415 Response

Invalid Content-Type Header - Must use application/json

500 Response

Server Failed to Process Request
Body ()
Root Schema : ServiceErrorResponse
Type: object
Error Response
Show Source
Back to Top

Examples

Example Request

The following shows an example of an open-api-catalog3 call. Which lists all of the orchestrations available to the user in the Open API 3.0 standard.

curl -i -X GET -H "Content-Type:application/json" --user JDE:JDE http://ais_server_url/jderest/v3/open-api-catalog3

Example Response

The following example shows the contents of the response body.

{
    "openapi": "3.0.0",
    "info": {
        "description": "This is the JD Edwards Orchestration server.  Enabling you to Collect, Filter, Analyze, and Act on Real-Time Data.  \n\nYou can find out more about the JD Edwards Orchestrations at [LearnJDE](http://docs.oracle.com/cd/E84502_01/learnjde/orchestrator.html).",
        "version": "EnterpriseOne 9.2.3.4  ",
        "title": "JD Edwards EnterpriseOne"
    },
    "externalDocs": {
        "description": "JD Edwards EnterpriseOne Orchestrator",
        "url": "http://docs.oracle.com/cd/E84502_01/learnjde/orchestrator.html"
    },
    "servers": [
        {
            "url": "https://ais.example.com:26576/jderest/v3/orchestrator"
        }
    ],
    "tags": [
        {
            "name": "Add Sales Order",
            "description": " "
        },
        {
            "name": "Add SO Media Object",
            "description": " "
        },
        {company
            "name": "Add SOs via Object Array",
            "description": " "
        },
        {
            "name": "Allocations By Account",
            "description": " "
        },
        {
            "name": "Approve Expenses",
            "description": " "
        },
        {
            "name": "Concatenate Iterated Data",
            "description": " "
        },
        {
            "name": "Customer Credit Status",
            "description": " "
        },
        {
            "name": "DXS Escalate",
            "description": " "
        },
        {
            "name": "EscalateIncident",
            "description": " "
        },
        {
            "name": "Get All AB",
            "description": " "
        },
        {
            "name": "IncidentReport",
            "description": " "
        },
        {
            "name": "JDEdwardsTweets",
            "description": " "
        },
        {
            "name": "Resend Incident Notification",
            "description": " "
        },
        {
            "name": "Set Credit Hold",
            "description": " "
        },
        {
            "name": "THERE",
            "description": " "
        },
        {
            "name": "Update Base Price",
            "description": " "
        }
    ],
    "paths": {
        "/Add Sales Order": {
            "post": {
                "tags": [
                    "Add Sales Order"
                ],
                "summary": "Add Sales Order",
                "description": "Add Sales Order",
                "requestBody": {
                    "description": "Object for Orchestration Execution",
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/ORC_1904030007JDE"
                            }
                        },
                        "application/xml": {
                            "schema": {
                                "$ref": "#/components/schemas/ORC_1904030007JDE"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "Successful Execution",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ORC_1904030007JDE_Output"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ORC_1904030007JDE_Output"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Bad Request - Invalid Input"
                    },
                    "403": {
                        "description": "Authorization Failure",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    },
                    "406": {
                        "description": "Invalid Accept Header"
                    },
                    "415": {
                        "description": "Invalid Content-Type Header"
                    },
                    "444": {
                        "description": "Invalid Token",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server Failed to Process Request",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    }
                },
                "security": [
                    {
                        "basicAuth": []
                    }
                ]
            }
        },
        "/Add SO Media Object": {
            "post": {
                "tags": [
                    "Add SO Media Object"
                ],
                "summary": "Add SO Media Object",
                "description": "Add SO Media Object",
                "requestBody": {
                    "description": "Object for Orchestration Execution",
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/ORC_1904050002JDE"
                            }
                        },
                        "application/xml": {
                            "schema": {
                                "$ref": "#/components/schemas/ORC_1904050002JDE"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "Successful Execution",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ORC_1904050002JDE_Output"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ORC_1904050002JDE_Output"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Bad Request - Invalid Input"
                    },
                    "403": {
                        "description": "Authorization Failure",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    },
                    "406": {
                        "description": "Invalid Accept Header"
                    },
                    "415": {
                        "description": "Invalid Content-Type Header"
                    },
                    "444": {
                        "description": "Invalid Token",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server Failed to Process Request",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    }
                },
                "security": [
                    {
                        "basicAuth": []
                    }
                ]
            },
            "get": {
                "tags": [
                    "Add SO Media Object"
                ],
                "summary": "Add SO Media Object",
                "description": "Add SO Media Object",
                "parameters": [
                    {
                        "in": "query",
                        "name": "Order Number",
                        "required": false,
                        "schema": {
                            "type": "string"
                        }
                    },
                    {
                        "in": "query",
                        "name": "Order Type",
                        "required": false,
                        "schema": {
                            "type": "string"
                        }
                    },
                    {
                        "in": "query",
                        "name": "Order Company",
                        "required": false,
                        "schema": {
                            "type": "string"
                        }
                    },
                    {
                        "in": "query",
                        "name": "File Name",
                        "required": false,
                        "schema": {
                            "type": "string"
                        }
                    },
                    {
                        "in": "query",
                        "name": "Text",
                        "required": false,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successful Execution",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ORC_1904050002JDE_Output"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ORC_1904050002JDE_Output"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Bad Request - Invalid Input"
                    },
                    "403": {
                        "description": "Authorization Failure",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    },
                    "406": {
                        "description": "Invalid Accept Header"
                    },
                    "415": {
                        "description": "Invalid Content-Type Header"
                    },
                    "444": {
                        "description": "Invalid Token",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server Failed to Process Request",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    }
                },
                "security": [
                    {
                        "basicAuth": []
                    }
                ]
            }
        },
        "/Add SOs via Object Array": {
            "post": {
                "tags": [
                    "Add SOs via Object Array"
                ],
                "summary": "Add SOs via Object Array",
                "description": "Add SOs via Object Array",
                "requestBody": {
                    "description": "Object for Orchestration Execution",
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/ORC_1904030008JDE"
                            }
                        },
                        "application/xml": {
                            "schema": {
                                "$ref": "#/components/schemas/ORC_1904030008JDE"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "Successful Execution",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ORC_1904030008JDE_Output"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ORC_1904030008JDE_Output"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Bad Request - Invalid Input"
                    },
                    "403": {
                        "description": "Authorization Failure",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    },
                    "406": {
                        "description": "Invalid Accept Header"
                    },
                    "415": {
                        "description": "Invalid Content-Type Header"
                    },
                    "444": {
                        "description": "Invalid Token",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server Failed to Process Request",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    }
                },
                "security": [
                    {
                        "basicAuth": []
                    }
                ]
            }
        },
        "/Allocations By Account": {
            "post": {
                "tags": [
                    "Allocations By Account"
                ],
                "summary": "Allocations By Account",
                "description": "Allocations By Account",
                "requestBody": {
                    "description": "{}",
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/ORC_1904050004JDE"
                            }
                        },
                        "application/xml": {
                            "schema": {
                                "$ref": "#/components/schemas/ORC_1904050004JDE"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "Successful Execution",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ORC_1904050004JDE_Output"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ORC_1904050004JDE_Output"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Bad Request - Invalid Input"
                    },
                    "403": {
                        "description": "Authorization Failure",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    },
                    "406": {
                        "description": "Invalid Accept Header"
                    },
                    "415": {
                        "description": "Invalid Content-Type Header"
                    },
                    "444": {
                        "description": "Invalid Token",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server Failed to Process Request",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    }
                },
                "security": [
                    {
                        "basicAuth": []
                    }
                ]
            },
            "get": {
                "tags": [
                    "Allocations By Account"
                ],
                "summary": "Allocations By Account",
                "description": "Allocations By Account",
                "parameters": [],
                "responses": {
                    "200": {
                        "description": "Successful Execution",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ORC_1904050004JDE_Output"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ORC_1904050004JDE_Output"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Bad Request - Invalid Input"
                    },
                    "403": {
                        "description": "Authorization Failure",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    },
                    "406": {
                        "description": "Invalid Accept Header"
                    },
                    "415": {
                        "description": "Invalid Content-Type Header"
                    },
                    "444": {
                        "description": "Invalid Token",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server Failed to Process Request",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    }
                },
                "security": [
                    {
                        "basicAuth": []
                    }
                ]
            }
        },
        "/Approve Expenses": {
            "post": {
                "tags": [
                    "Approve Expenses"
                ],
                "summary": "Approve Expenses",
                "description": "Approve Expenses",
                "requestBody": {
                    "description": "Object for Orchestration Execution",
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/ORC_1904020001JDE"
                            }
                        },
                        "application/xml": {
                            "schema": {
                                "$ref": "#/components/schemas/ORC_1904020001JDE"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "Successful Execution",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ORC_1904020001JDE_Output"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ORC_1904020001JDE_Output"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Bad Request - Invalid Input"
                    },
                    "403": {
                        "description": "Authorization Failure",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    },
                    "406": {
                        "description": "Invalid Accept Header"
                    },
                    "415": {
                        "description": "Invalid Content-Type Header"
                    },
                    "444": {
                        "description": "Invalid Token",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server Failed to Process Request",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    }
                },
                "security": [
                    {
                        "basicAuth": []
                    }
                ]
            },
            "get": {
                "tags": [
                    "Approve Expenses"
                ],
                "summary": "Approve Expenses",
                "description": "Approve Expenses",
                "parameters": [
                    {
                        "in": "query",
                        "name": "Type",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successful Execution",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ORC_1904020001JDE_Output"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ORC_1904020001JDE_Output"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Bad Request - Invalid Input"
                    },
                    "403": {
                        "description": "Authorization Failure",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    },
                    "406": {
                        "description": "Invalid Accept Header"
                    },
                    "415": {
                        "description": "Invalid Content-Type Header"
                    },
                    "444": {
                        "description": "Invalid Token",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server Failed to Process Request",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    }
                },
                "security": [
                    {
                        "basicAuth": []
                    }
                ]
            }
        },
        "/Concatenate Iterated Data": {
            "post": {
                "tags": [
                    "Concatenate Iterated Data"
                ],
                "summary": "Concatenate Iterated Data",
                "description": "Orchestration Variable",
                "requestBody": {
                    "description": "Object for Orchestration Execution",
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/ORC_1904050012JDE"
                            }
                        },
                        "application/xml": {
                            "schema": {
                                "$ref": "#/components/schemas/ORC_1904050012JDE"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "Successful Execution",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ORC_1904050012JDE_Output"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ORC_1904050012JDE_Output"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Bad Request - Invalid Input"
                    },
                    "403": {
                        "description": "Authorization Failure",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    },
                    "406": {
                        "description": "Invalid Accept Header"
                    },
                    "415": {
                        "description": "Invalid Content-Type Header"
                    },
                    "444": {
                        "description": "Invalid Token",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server Failed to Process Request",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    }
                },
                "security": [
                    {
                        "basicAuth": []
                    }
                ]
            },
            "get": {
                "tags": [
                    "Concatenate Iterated Data"
                ],
                "summary": "Concatenate Iterated Data",
                "description": "Orchestration Variable",
                "parameters": [
                    {
                        "in": "query",
                        "name": "input",
                        "required": false,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successful Execution",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ORC_1904050012JDE_Output"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ORC_1904050012JDE_Output"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Bad Request - Invalid Input"
                    },
                    "403": {
                        "description": "Authorization Failure",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    },
                    "406": {
                        "description": "Invalid Accept Header"
                    },
                    "415": {
                        "description": "Invalid Content-Type Header"
                    },
                    "444": {
                        "description": "Invalid Token",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server Failed to Process Request",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    }
                },
                "security": [
                    {
                        "basicAuth": []
                    }
                ]
            }
        },
        "/Customer Credit Status": {
            "post": {
                "tags": [
                    "Customer Credit Status"
                ],
                "summary": "Customer Credit Status",
                "description": "Get a customers credit status by comparing credit limit to amount on open orders.",
                "requestBody": {
                    "description": "Object for Orchestration Execution",
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/ORC_1811020001JDE"
                            }
                        },
                        "application/xml": {
                            "schema": {
                                "$ref": "#/components/schemas/ORC_1811020001JDE"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "Successful Execution",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ORC_1811020001JDE_Output"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ORC_1811020001JDE_Output"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Bad Request - Invalid Input"
                    },
                    "403": {
                        "description": "Authorization Failure",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    },
                    "406": {
                        "description": "Invalid Accept Header"
                    },
                    "415": {
                        "description": "Invalid Content-Type Header"
                    },
                    "444": {
                        "description": "Invalid Token",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server Failed to Process Request",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    }
                },
                "security": [
                    {
                        "basicAuth": []
                    }
                ]
            },
            "get": {
                "tags": [
                    "Customer Credit Status"
                ],
                "summary": "Customer Credit Status",
                "description": "Get a customers credit status by comparing credit limit to amount on open orders.",
                "parameters": [
                    {
                        "in": "query",
                        "name": "customer_number",
                        "required": false,
                        "schema": {
                            "type": "number"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successful Execution",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ORC_1811020001JDE_Output"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ORC_1811020001JDE_Output"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Bad Request - Invalid Input"
                    },
                    "403": {
                        "description": "Authorization Failure",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    },
                    "406": {
                        "description": "Invalid Accept Header"
                    },
                    "415": {
                        "description": "Invalid Content-Type Header"
                    },
                    "444": {
                        "description": "Invalid Token",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server Failed to Process Request",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    }
                },
                "security": [
                    {
                        "basicAuth": []
                    }
                ]
            }
        },
        "/DXS Escalate": {
            "post": {
                "tags": [
                    "DXS Escalate"
                ],
                "summary": "DXS Escalate",
                "description": "DXS Escalate",
                "requestBody": {
                    "description": "Object for Orchestration Execution",
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/ORC_1905140006JDE"
                            }
                        },
                        "application/xml": {
                            "schema": {
                                "$ref": "#/components/schemas/ORC_1905140006JDE"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "Successful Execution",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ORC_1905140006JDE_Output"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ORC_1905140006JDE_Output"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Bad Request - Invalid Input"
                    },
                    "403": {
                        "description": "Authorization Failure",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    },
                    "406": {
                        "description": "Invalid Accept Header"
                    },
                    "415": {
                        "description": "Invalid Content-Type Header"
                    },
                    "444": {
                        "description": "Invalid Token",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server Failed to Process Request",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    }
                },
                "security": [
                    {
                        "basicAuth": []
                    }
                ]
            },
            "get": {
                "tags": [
                    "DXS Escalate"
                ],
                "summary": "DXS Escalate",
                "description": "DXS Escalate",
                "parameters": [
                    {
                        "in": "query",
                        "name": "Incident Number",
                        "required": false,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successful Execution",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ORC_1905140006JDE_Output"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ORC_1905140006JDE_Output"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Bad Request - Invalid Input"
                    },
                    "403": {
                        "description": "Authorization Failure",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    },
                    "406": {
                        "description": "Invalid Accept Header"
                    },
                    "415": {
                        "description": "Invalid Content-Type Header"
                    },
                    "444": {
                        "description": "Invalid Token",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server Failed to Process Request",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    }
                },
                "security": [
                    {
                        "basicAuth": []
                    }
                ]
            }
        },
        "/EscalateIncident": {
            "post": {
                "tags": [
                    "EscalateIncident"
                ],
                "summary": "EscalateIncident",
                "description": "EscalateIncident",
                "requestBody": {
                    "description": "Object for Orchestration Execution",
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/ORC_1904020029JDE"
                            }
                        },
                        "application/xml": {
                            "schema": {
                                "$ref": "#/components/schemas/ORC_1904020029JDE"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "Successful Execution",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ORC_1904020029JDE_Output"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ORC_1904020029JDE_Output"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Bad Request - Invalid Input"
                    },
                    "403": {
                        "description": "Authorization Failure",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    },
                    "406": {
                        "description": "Invalid Accept Header"
                    },
                    "415": {
                        "description": "Invalid Content-Type Header"
                    },
                    "444": {
                        "description": "Invalid Token",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server Failed to Process Request",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    }
                },
                "security": [
                    {
                        "basicAuth": []
                    }
                ]
            },
            "get": {
                "tags": [
                    "EscalateIncident"
                ],
                "summary": "EscalateIncident",
                "description": "EscalateIncident",
                "parameters": [
                    {
                        "in": "query",
                        "name": "Incident Number",
                        "required": false,
                        "schema": {
                            "type": "number"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successful Execution",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ORC_1904020029JDE_Output"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ORC_1904020029JDE_Output"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Bad Request - Invalid Input"
                    },
                    "403": {
                        "description": "Authorization Failure",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    },
                    "406": {
                        "description": "Invalid Accept Header"
                    },
                    "415": {
                        "description": "Invalid Content-Type Header"
                    },
                    "444": {
                        "description": "Invalid Token",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server Failed to Process Request",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    }
                },
                "security": [
                    {
                        "basicAuth": []
                    }
                ]
            }
        },
        "/Get All AB": {
            "post": {
                "tags": [
                    "Get All AB"
                ],
                "summary": "Get All AB",
                "description": "Get All AB",
                "requestBody": {
                    "description": "Object for Orchestration Execution",
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/ORC_1904010002JDE"
                            }
                        },
                        "application/xml": {
                            "schema": {
                                "$ref": "#/components/schemas/ORC_1904010002JDE"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "Successful Execution",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ORC_1904010002JDE_Output"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ORC_1904010002JDE_Output"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Bad Request - Invalid Input"
                    },
                    "403": {
                        "description": "Authorization Failure",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    },
                    "406": {
                        "description": "Invalid Accept Header"
                    },
                    "415": {
                        "description": "Invalid Content-Type Header"
                    },
                    "444": {
                        "description": "Invalid Token",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server Failed to Process Request",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    }
                },
                "security": [
                    {
                        "basicAuth": []
                    }
                ]
            },
            "get": {
                "tags": [
                    "Get All AB"
                ],
                "summary": "Get All AB",
                "description": "Get All AB",
                "parameters": [
                    {
                        "in": "query",
                        "name": "Type",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successful Execution",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ORC_1904010002JDE_Output"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ORC_1904010002JDE_Output"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Bad Request - Invalid Input"
                    },
                    "403": {
                        "description": "Authorization Failure",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    },
                    "406": {
                        "description": "Invalid Accept Header"
                    },
                    "415": {
                        "description": "Invalid Content-Type Header"
                    },
                    "444": {
                        "description": "Invalid Token",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server Failed to Process Request",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    }
                },
                "security": [
                    {
                        "basicAuth": []
                    }
                ]
            }
        },
        "/IncidentReport": {
            "post": {
                "tags": [
                    "IncidentReport"
                ],
                "summary": "IncidentReport",
                "description": "IncidentReport",
                "requestBody": {
                    "description": "Object for Orchestration Execution",
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/ORC_1903290002JDE"
                            }
                        },
                        "application/xml": {
                            "schema": {
                                "$ref": "#/components/schemas/ORC_1903290002JDE"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "Successful Execution",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ORC_1903290002JDE_Output"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ORC_1903290002JDE_Output"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Bad Request - Invalid Input"
                    },
                    "403": {
                        "description": "Authorization Failure",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    },
                    "406": {
                        "description": "Invalid Accept Header"
                    },
                    "415": {
                        "description": "Invalid Content-Type Header"
                    },
                    "444": {
                        "description": "Invalid Token",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server Failed to Process Request",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    }
                },
                "security": [
                    {
                        "basicAuth": []
                    }
                ]
            },
            "get": {
                "tags": [
                    "IncidentReport"
                ],
                "summary": "IncidentReport",
                "description": "IncidentReport",
                "parameters": [
                    {
                        "in": "query",
                        "name": "IncidentNumber",
                        "required": false,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successful Execution",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ORC_1903290002JDE_Output"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ORC_1903290002JDE_Output"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Bad Request - Invalid Input"
                    },
                    "403": {
                        "description": "Authorization Failure",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    },
                    "406": {
                        "description": "Invalid Accept Header"
                    },
                    "415": {
                        "description": "Invalid Content-Type Header"
                    },
                    "444": {
                        "description": "Invalid Token",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server Failed to Process Request",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    }
                },
                "security": [
                    {
                        "basicAuth": []
                    }
                ]
            }
        },
        "/JDEdwardsTweets": {
            "post": {
                "tags": [
                    "JDEdwardsTweets"
                ],
                "summary": "JDEdwardsTweets",
                "description": "JDEdwardsTweets",
                "requestBody": {
                    "description": "{}",
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/ORC_1902040006JDE"
                            }
                        },
                        "application/xml": {
                            "schema": {
                                "$ref": "#/components/schemas/ORC_1902040006JDE"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "Successful Execution",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ORC_1902040006JDE_Output"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ORC_1902040006JDE_Output"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Bad Request - Invalid Input"
                    },
                    "403": {
                        "description": "Authorization Failure",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    },
                    "406": {
                        "description": "Invalid Accept Header"
                    },
                    "415": {
                        "description": "Invalid Content-Type Header"
                    },
                    "444": {
                        "description": "Invalid Token",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server Failed to Process Request",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    }
                },
                "security": [
                    {
                        "basicAuth": []
                    }
                ]
            },
            "get": {
                "tags": [
                    "JDEdwardsTweets"
                ],
                "summary": "JDEdwardsTweets",
                "description": "JDEdwardsTweets",
                "parameters": [],
                "responses": {
                    "200": {
                        "description": "Successful Execution",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ORC_1902040006JDE_Output"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ORC_1902040006JDE_Output"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Bad Request - Invalid Input"
                    },
                    "403": {
                        "description": "Authorization Failure",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    },
                    "406": {
                        "description": "Invalid Accept Header"
                    },
                    "415": {
                        "description": "Invalid Content-Type Header"
                    },
                    "444": {
                        "description": "Invalid Token",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server Failed to Process Request",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    }
                },
                "security": [
                    {
                        "basicAuth": []
                    }
                ]
            }
        },
        "/Resend Incident Notification": {
            "post": {
                "tags": [
                    "Resend Incident Notification"
                ],
                "summary": "Resend Incident Notification",
                "description": "Resend the incident notification",
                "requestBody": {
                    "description": "Object for Orchestration Execution",
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/ORC_1904020194JDE"
                            }
                        },
                        "application/xml": {
                            "schema": {
                                "$ref": "#/components/schemas/ORC_1904020194JDE"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "Successful Execution",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ORC_1904020194JDE_Output"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ORC_1904020194JDE_Output"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Bad Request - Invalid Input"
                    },
                    "403": {
                        "description": "Authorization Failure",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    },
                    "406": {
                        "description": "Invalid Accept Header"
                    },
                    "415": {
                        "description": "Invalid Content-Type Header"
                    },
                    "444": {
                        "description": "Invalid Token",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server Failed to Process Request",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    }
                },
                "security": [
                    {
                        "basicAuth": []
                    }
                ]
            },
            "get": {
                "tags": [
                    "Resend Incident Notification"
                ],
                "summary": "Resend Incident Notification",
                "description": "Resend the incident notification",
                "parameters": [
                    {
                        "in": "query",
                        "name": "IncidentNumber",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    },
                    {
                        "in": "query",
                        "name": "IncidentDescription",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    },
                    {
                        "in": "query",
                        "name": "IncidentDate",
                        "required": false,
                        "schema": {
                            "type": "string"
                        }
                    },
                    {
                        "in": "query",
                        "name": "IncidentTime",
                        "required": false,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successful Execution",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ORC_1904020194JDE_Output"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ORC_1904020194JDE_Output"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Bad Request - Invalid Input"
                    },
                    "403": {
                        "description": "Authorization Failure",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    },
                    "406": {
                        "description": "Invalid Accept Header"
                    },
                    "415": {
                        "description": "Invalid Content-Type Header"
                    },
                    "444": {
                        "description": "Invalid Token",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server Failed to Process Request",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    }
                },
                "security": [
                    {
                        "basicAuth": []
                    }
                ]
            }
        },
        "/Set Credit Hold": {
            "post": {
                "tags": [
                    "Set Credit Hold"
                ],
                "summary": "Set Credit Hold",
                "description": "Set a customer on credit hold",
                "requestBody": {
                    "description": "Object for Orchestration Execution",
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/ORC_1904010003JDE"
                            }
                        },
                        "application/xml": {
                            "schema": {
                                "$ref": "#/components/schemas/ORC_1904010003JDE"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "Successful Execution",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ORC_1904010003JDE_Output"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ORC_1904010003JDE_Output"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Bad Request - Invalid Input"
                    },
                    "403": {
                        "description": "Authorization Failure",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    },
                    "406": {
                        "description": "Invalid Accept Header"
                    },
                    "415": {
                        "description": "Invalid Content-Type Header"
                    },
                    "444": {
                        "description": "Invalid Token",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server Failed to Process Request",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    }
                },
                "security": [
                    {
                        "basicAuth": []
                    }
                ]
            },
            "get": {
                "tags": [
                    "Set Credit Hold"
                ],
                "summary": "Set Credit Hold",
                "description": "Set a customer on credit hold",
                "parameters": [
                    {
                        "in": "query",
                        "name": "Address Number",
                        "required": false,
                        "schema": {
                            "type": "string"
                        }
                    },
                    {
                        "in": "query",
                        "name": "Credit Message",
                        "required": false,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successful Execution",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ORC_1904010003JDE_Output"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ORC_1904010003JDE_Output"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Bad Request - Invalid Input"
                    },
                    "403": {
                        "description": "Authorization Failure",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    },
                    "406": {
                        "description": "Invalid Accept Header"
                    },
                    "415": {
                        "description": "Invalid Content-Type Header"
                    },
                    "444": {
                        "description": "Invalid Token",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server Failed to Process Request",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    }
                },
                "security": [
                    {
                        "basicAuth": []
                    }
                ]
            }
        },
        "/THERE": {
            "post": {
                "tags": [
                    "THERE"
                ],
                "summary": "THERE",
                "description": "THERE",
                "requestBody": {
                    "description": "Object for Orchestration Execution",
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/ORC_1905140007JDE"
                            }
                        },
                        "application/xml": {
                            "schema": {
                                "$ref": "#/components/schemas/ORC_1905140007JDE"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "Successful Execution",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ORC_1905140007JDE_Output"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ORC_1905140007JDE_Output"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Bad Request - Invalid Input"
                    },
                    "403": {
                        "description": "Authorization Failure",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    },
                    "406": {
                        "description": "Invalid Accept Header"
                    },
                    "415": {
                        "description": "Invalid Content-Type Header"
                    },
                    "444": {
                        "description": "Invalid Token",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server Failed to Process Request",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    }
                },
                "security": [
                    {
                        "basicAuth": []
                    }
                ]
            },
            "get": {
                "tags": [
                    "THERE"
                ],
                "summary": "THERE",
                "description": "THERE",
                "parameters": [
                    {
                        "in": "query",
                        "name": "Incident Number",
                        "required": false,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successful Execution",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ORC_1905140007JDE_Output"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ORC_1905140007JDE_Output"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Bad Request - Invalid Input"
                    },
                    "403": {
                        "description": "Authorization Failure",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    },
                    "406": {
                        "description": "Invalid Accept Header"
                    },
                    "415": {
                        "description": "Invalid Content-Type Header"
                    },
                    "444": {
                        "description": "Invalid Token",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server Failed to Process Request",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    }
                },
                "security": [
                    {
                        "basicAuth": []
                    }
                ]
            }
        },
        "/Update Base Price": {
            "post": {
                "tags": [
                    "Update Base Price"
                ],
                "summary": "Update Base Price",
                "description": "Update Base Price",
                "requestBody": {
                    "description": "Object for Orchestration Execution",
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/ORC_1902040003JDE"
                            }
                        },
                        "application/xml": {
                            "schema": {
                                "$ref": "#/components/schemas/ORC_1902040003JDE"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "Successful Execution",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ORC_1902040003JDE_Output"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ORC_1902040003JDE_Output"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Bad Request - Invalid Input"
                    },
                    "403": {
                        "description": "Authorization Failure",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    },
                    "406": {
                        "description": "Invalid Accept Header"
                    },
                    "415": {
                        "description": "Invalid Content-Type Header"
                    },
                    "444": {
                        "description": "Invalid Token",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server Failed to Process Request",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    }
                },
                "security": [
                    {
                        "basicAuth": []
                    }
                ]
            },
            "get": {
                "tags": [
                    "Update Base Price"
                ],
                "summary": "Update Base Price",
                "description": "Update Base Price",
                "parameters": [
                    {
                        "in": "query",
                        "name": "Item",
                        "required": false,
                        "schema": {
                            "type": "string"
                        }
                    },
                    {
                        "in": "query",
                        "name": "Branch",
                        "required": false,
                        "schema": {
                            "type": "string"
                        }
                    },
                    {
                        "in": "query",
                        "name": "Currency",
                        "required": false,
                        "schema": {
                            "type": "string"
                        }
                    },
                    {
                        "in": "query",
                        "name": "Price",
                        "required": false,
                        "schema": {
                            "type": "number"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successful Execution",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ORC_1902040003JDE_Output"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ORC_1902040003JDE_Output"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Bad Request - Invalid Input"
                    },
                    "403": {
                        "description": "Authorization Failure",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    },
                    "406": {
                        "description": "Invalid Accept Header"
                    },
                    "415": {
                        "description": "Invalid Content-Type Header"
                    },
                    "444": {
                        "description": "Invalid Token",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Server Failed to Process Request",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            },
                            "application/xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ERROR"
                                }
                            }
                        }
                    }
                },
                "security": [
                    {
                        "basicAuth": []
                    }
                ]
            }
        }
    },
    "components": {
        "securitySchemes": {
            "basicAuth": {
                "type": "http",
                "scheme": "basic"
            }
        },
        "schemas": {
            "ORC_1904030007JDESOLines": {
                "type": "object",
                "properties": {
                    "Item Number": {
                        "type": "string",
                        "example": "string",
                        "xml": {
                            "name": "Item_0x737063_Number"
                        }
                    },
                    "Quantity Ordered": {
                        "type": "string",
                        "example": "string",
                        "xml": {
                            "name": "Quantity_0x737063_Ordered"
                        }
                    }
                }
            },
            "ORC_1904030007JDE": {
                "type": "object",
                "properties": {
                    "Sold To": {
                        "type": "string",
                        "example": "string",
                        "xml": {
                            "name": "Sold_0x737063_To"
                        }
                    },
                    "Header Branch": {
                        "type": "string",
                        "example": "string",
                        "xml": {
                            "name": "Header_0x737063_Branch"
                        }
                    },
                    "SOLines": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/ORC_1904030007JDESOLines"
                        }
                    }
                }
            },
            "ORC_1904030007JDE_Output": {
                "type": "object",
                "properties": {
                    "Previous Order": {
                        "type": "string",
                        "example": "string",
                        "xml": {
                            "name": "Previous_Order"
                        }
                    },
                    "Previous Order Company": {
                        "type": "string",
                        "example": "string",
                        "xml": {
                            "name": "Previous_Order_Company"
                        }
                    },
                    "Previous Order Type": {
                        "type": "string",
                        "example": "string",
                        "xml": {
                            "name": "Previous_Order_Type"
                        }
                    }
                },
                "xml": {
                    "name": "Add_Sales_Order"
                }
            },
            "ORC_1904050002JDE": {
                "type": "object",
                "properties": {
                    "Order Number": {
                        "type": "string",
                        "example": "string",
                        "xml": {
                            "name": "Order_0x737063_Number"
                        }
                    },
                    "Order Type": {
                        "type": "string",
                        "example": "string",
                        "xml": {
                            "name": "Order_0x737063_Type"
                        }
                    },
                    "Order Company": {
                        "type": "string",
                        "example": "string",
                        "xml": {
                            "name": "Order_0x737063_Company"
                        }
                    },
                    "File Name": {
                        "type": "string",
                        "example": "string",
                        "xml": {
                            "name": "File_0x737063_Name"
                        }
                    },
                    "Text": {
                        "type": "string",
                        "example": "string"
                    }
                },
                "xml": {
                    "name": "Add_SO_Media_Object"
                }
            },
            "ORC_1904050002JDE_Output": {
                "type": "object",
                "properties": {
                    "message": {
                        "type": "string",
                        "example": "Orchestration has no output"
                    },
                    "timestamp": {
                        "type": "string",
                        "example": "2019-05-20T11:08:29.455-0700",
                        "format": "date-time"
                    }
                },
                "xml": {
                    "name": "Add_SO_Media_Object"
                }
            },
            "ORC_1904030008JDESO_List": {
                "type": "object",
                "properties": {
                    "SO Data": {
                        "type": "string",
                        "example": "string",
                        "xml": {
                            "name": "SO_0x737063_Data"
                        }
                    }
                }
            },
            "ORC_1904030008JDE": {
                "type": "object",
                "properties": {
                    "SO List": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/ORC_1904030008JDESO_List"
                        },
                        "xml": {
                            "name": "SO_0x737063_List"
                        }
                    }
                }
            },
            "ORC_1904030008JDESales_Order_Repeating": {
                "type": "object",
                "properties": {
                    "Sales Order": {
                        "xml": {
                            "name": "Sales_Order"
                        }
                    }
                },
                "xml": {
                    "name": "Sales_Order_Repeating"
                }
            },
            "ORC_1904030008JDE_Output": {
                "type": "object",
                "properties": {
                    "Sales Order_Repeating": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/ORC_1904030008JDESales_Order_Repeating"
                        },
                        "xml": {
                            "name": "Sales_Order_Repeating"
                        }
                    }
                },
                "xml": {
                    "name": "Add_SOs_via_Object_Array"
                }
            },
            "ORC_1904050004JDE": {
                "type": "object",
                "properties": {},
                "xml": {
                    "name": "Allocations_By_Account"
                }
            },
            "ORC_1904050004JDE_Output": {
                "type": "object",
                "properties": {
                    "message": {
                        "type": "string",
                        "example": "Orchestration has no output"
                    },
                    "timestamp": {
                        "type": "string",
                        "example": "2019-05-20T11:08:29.455-0700",
                        "format": "date-time"
                    }
                },
                "xml": {
                    "name": "Allocations_By_Account"
                }
            },
            "ORC_1904020001JDE": {
                "type": "object",
                "properties": {
                    "Type": {
                        "type": "string",
                        "example": "string"
                    }
                },
                "required": [
                    "Type"
                ],
                "xml": {
                    "name": "Approve_Expenses"
                }
            },
            "ORC_1904020001JDEGrid_Get_All_Address_Book_for_Type_RowSet": {
                "type": "object",
                "properties": {
                    "Address Number": {
                        "type": "string",
                        "example": "string",
                        "xml": {
                            "name": "Address_Number"
                        }
                    },
                    "Tax ID": {
                        "type": "string",
                        "example": "string",
                        "xml": {
                            "name": "Tax_ID"
                        }
                    },
                    "Alpha Name": {
                        "type": "string",
                        "example": "string",
                        "xml": {
                            "name": "Alpha_Name"
                        }
                    },
                    "Business Unit": {
                        "type": "string",
                        "example": "string",
                        "xml": {
                            "name": "Business_Unit"
                        }
                    },
                    "Sch Typ": {
                        "type": "string",
                        "example": "string",
                        "xml": {
                            "name": "Sch_Typ"
                        }
                    }
                },
                "xml": {
                    "name": "rowset"
                }
            },
            "ORC_1904020001JDE_Output": {
                "type": "object",
                "properties": {
                    "Get All Address Book for Type": {
                        "properties": {
                            "tableId": {
                                "type": "string",
                                "example": "string"
                            },
                            "rowset": {
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/ORC_1904020001JDEGrid_Get_All_Address_Book_for_Type_RowSet"
                                },
                                "xml": {
                                    "name": "rowset"
                                }
                            },
                            "records": {
                                "type": "integer",
                                "example": 0
                            },
                            "moreRecords": {
                                "type": "boolean",
                                "example": true
                            }
                        },
                        "xml": {
                            "name": "Get_All_Address_Book_for_Type"
                        }
                    }
                },
                "xml": {
                    "name": "Approve_Expenses"
                }
            },
            "ORC_1904050012JDE": {
                "type": "object",
                "properties": {
                    "input": {
                        "type": "string",
                        "example": "string"
                    }
                },
                "xml": {
                    "name": "Concatenate_Iterated_Data"
                }
            },
            "ORC_1904050012JDEConcatenate_Value_Repeating": {
                "type": "object",
                "properties": {
                    "stringVariable": {
                        "type": "string",
                        "example": "string"
                    }
                },
                "xml": {
                    "name": "Concatenate_Value_Repeating"
                }
            },
            "ORC_1904050012JDE_Output": {
                "type": "object",
                "properties": {
                    "Concatenate Value_Repeating": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/ORC_1904050012JDEConcatenate_Value_Repeating"
                        },
                        "xml": {
                            "name": "Concatenate_Value_Repeating"
                        }
                    },
                    "outputString": {
                        "type": "string",
                        "example": "string"
                    }
                },
                "xml": {
                    "name": "Concatenate_Iterated_Data"
                }
            },
            "ORC_1811020001JDE": {
                "type": "object",
                "properties": {
                    "customer_number": {
                        "type": "number",
                        "example": 0
                    }
                },
                "xml": {
                    "name": "Customer_Credit_Status"
                }
            },
            "ORC_1811020001JDE_Output": {
                "type": "object",
                "properties": {
                    "credit_limit": {
                        "type": "string",
                        "example": "string"
                    },
                    "name": {
                        "type": "string",
                        "example": "string"
                    },
                    "unpaid_amount": {
                        "type": "string",
                        "example": "string"
                    },
                    "UsagePercent": {
                        "type": "string",
                        "example": "string"
                    }
                },
                "xml": {
                    "name": "Customer_Credit_Status"
                }
            },
            "ORC_1905140006JDE": {
                "type": "object",
                "properties": {
                    "Incident Number": {
                        "type": "string",
                        "example": "string",
                        "xml": {
                            "name": "Incident_0x737063_Number"
                        }
                    }
                },
                "xml": {
                    "name": "DXS_Escalate"
                }
            },
            "ORC_1905140006JDE_Output": {
                "type": "object",
                "properties": {
                    "Incident Number": {
                        "type": "string",
                        "example": "string",
                        "xml": {
                            "name": "Incident_Number"
                        }
                    },
                    "Incident Description": {
                        "type": "string",
                        "example": "string",
                        "xml": {
                            "name": "Incident_Description"
                        }
                    },
                    "Incident Date": {
                        "type": "string",
                        "example": "string",
                        "xml": {
                            "name": "Incident_Date"
                        }
                    },
                    "Incident Time": {
                        "type": "string",
                        "example": "string",
                        "xml": {
                            "name": "Incident_Time"
                        }
                    },
                    "Incident Status Description": {
                        "type": "string",
                        "example": "string",
                        "xml": {
                            "name": "Incident_Status_Description"
                        }
                    },
                    "Incident Severity Description": {
                        "type": "string",
                        "example": "string",
                        "xml": {
                            "name": "Incident_Severity_Description"
                        }
                    },
                    "After Incident Status Description": {
                        "type": "string",
                        "example": "string",
                        "xml": {
                            "name": "After_Incident_Status_Description"
                        }
                    },
                    "After Incident Severity Description": {
                        "type": "string",
                        "example": "string",
                        "xml": {
                            "name": "After_Incident_Severity_Description"
                        }
                    }
                },
                "xml": {
                    "name": "DXS_Escalate"
                }
            },
            "ORC_1904020029JDE": {
                "type": "object",
                "properties": {
                    "Incident Number": {
                        "type": "number",
                        "example": 0,
                        "xml": {
                            "name": "Incident_0x737063_Number"
                        }
                    }
                },
                "xml": {
                    "name": "EscalateIncident"
                }
            },
            "ORC_1904020029JDE_Output": {
                "type": "object",
                "properties": {
                    "Incident Number": {
                        "type": "string",
                        "example": "string",
                        "xml": {
                            "name": "Incident_Number"
                        }
                    },
                    "Incident Description": {
                        "type": "string",
                        "example": "string",
                        "xml": {
                            "name": "Incident_Description"
                        }
                    },
                    "Incident Status": {
                        "type": "string",
                        "example": "string",
                        "xml": {
                            "name": "Incident_Status"
                        }
                    },
                    "Incident Severity": {
                        "type": "string",
                        "example": "string",
                        "xml": {
                            "name": "Incident_Severity"
                        }
                    }
                }
            },
            "ORC_1904010002JDE": {
                "type": "object",
                "properties": {
                    "Type": {
                        "type": "string",
                        "example": "string"
                    }
                },
                "required": [
                    "Type"
                ],
                "xml": {
                    "name": "Get_All_AB"
                }
            },
            "ORC_1904010002JDEGrid_Get_All_Address_Book_for_Type_RowSet": {
                "type": "object",
                "properties": {
                    "Address Number": {
                        "type": "string",
                        "example": "string",
                        "xml": {
                            "name": "Address_Number"
                        }
                    },
                    "Tax ID": {
                        "type": "string",
                        "example": "string",
                        "xml": {
                            "name": "Tax_ID"
                        }
                    },
                    "Alpha Name": {
                        "type": "string",
                        "example": "string",
                        "xml": {
                            "name": "Alpha_Name"
                        }
                    },
                    "Business Unit": {
                        "type": "string",
                        "example": "string",
                        "xml": {
                            "name": "Business_Unit"
                        }
                    },
                    "Sch Typ": {
                        "type": "string",
                        "example": "string",
                        "xml": {
                            "name": "Sch_Typ"
                        }
                    }
                },
                "xml": {
                    "name": "rowset"
                }
            },
            "ORC_1904010002JDE_Output": {
                "type": "object",
                "properties": {
                    "Get All Address Book for Type": {
                        "properties": {
                            "tableId": {
                                "type": "string",
                                "example": "string"
                            },
                            "rowset": {
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/ORC_1904010002JDEGrid_Get_All_Address_Book_for_Type_RowSet"
                                },
                                "xml": {
                                    "name": "rowset"
                                }
                            },
                            "records": {
                                "type": "integer",
                                "example": 0
                            },
                            "moreRecords": {
                                "type": "boolean",
                                "example": true
                            }
                        },
                        "xml": {
                            "name": "Get_All_Address_Book_for_Type"
                        }
                    }
                },
                "xml": {
                    "name": "Get_All_AB"
                }
            },
            "ORC_1903290002JDE": {
                "type": "object",
                "properties": {
                    "IncidentNumber": {
                        "type": "string",
                        "example": "string"
                    }
                },
                "xml": {
                    "name": "IncidentReport"
                }
            },
            "ORC_1903290002JDE_Output": {
                "type": "object",
                "properties": {
                    "Report Name": {
                        "type": "string",
                        "example": "string",
                        "xml": {
                            "name": "Report_Name"
                        }
                    },
                    "Report Version": {
                        "type": "string",
                        "example": "string",
                        "xml": {
                            "name": "Report_Version"
                        }
                    },
                    "Job Number": {
                        "type": "string",
                        "example": "string",
                        "xml": {
                            "name": "Job_Number"
                        }
                    },
                    "Execution Server": {
                        "type": "string",
                        "example": "string",
                        "xml": {
                            "name": "Execution_Server"
                        }
                    },
                    "Job Status": {
                        "type": "string",
                        "example": "string",
                        "xml": {
                            "name": "Job_Status"
                        }
                    },
                    "Object Type": {
                        "type": "string",
                        "example": "string",
                        "xml": {
                            "name": "Object_Type"
                        }
                    },
                    "Submit Time": {
                        "type": "string",
                        "example": "string",
                        "xml": {
                            "name": "Submit_Time"
                        }
                    },
                    "Last Time": {
                        "type": "string",
                        "example": "string",
                        "xml": {
                            "name": "Last_Time"
                        }
                    },
                    "Queue Name": {
                        "type": "string",
                        "example": "string",
                        "xml": {
                            "name": "Queue_Name"
                        }
                    },
                    "State": {
                        "type": "string",
                        "example": "string"
                    },
                    "Address": {
                        "type": "string",
                        "example": "string"
                    },
                    "City": {
                        "type": "string",
                        "example": "string"
                    },
                    "Zip": {
                        "type": "string",
                        "example": "string"
                    }
                }
            },
            "ORC_1902040006JDE": {
                "type": "object",
                "properties": {},
                "xml": {
                    "name": "JDEdwardsTweets"
                }
            },
            "ORC_1902040006JDE_Output": {
                "type": "object",
                "properties": {
                    "message": {
                        "type": "string",
                        "example": "Orchestration has no output"
                    },
                    "timestamp": {
                        "type": "string",
                        "example": "2019-05-20T11:08:29.456-0700",
                        "format": "date-time"
                    }
                }
            },
            "ORC_1904020194JDE": {
                "type": "object",
                "properties": {
                    "IncidentNumber": {
                        "type": "string",
                        "example": "string"
                    },
                    "IncidentDescription": {
                        "type": "string",
                        "example": "string"
                    },
                    "IncidentDate": {
                        "type": "string",
                        "example": "string"
                    },
                    "IncidentTime": {
                        "type": "string",
                        "example": "string"
                    }
                },
                "required": [
                    "IncidentNumber",
                    "IncidentDescription"
                ],
                "xml": {
                    "name": "Resend_Incident_Notification"
                }
            },
            "ORC_1904020194JDE_Output": {
                "type": "object",
                "properties": {
                    "message": {
                        "type": "string",
                        "example": "Orchestration has no output"
                    },
                    "timestamp": {
                        "type": "string",
                        "example": "2019-05-20T11:08:29.456-0700",
                        "format": "date-time"
                    }
                },
                "xml": {
                    "name": "Resend_Incident_Notification"
                }
            },
            "ORC_1904010003JDE": {
                "type": "object",
                "properties": {
                    "Address Number": {
                        "type": "string",
                        "example": "string",
                        "xml": {
                            "name": "Address_0x737063_Number"
                        }
                    },
                    "Credit Message": {
                        "type": "string",
                        "example": "string",
                        "xml": {
                            "name": "Credit_0x737063_Message"
                        }
                    }
                },
                "xml": {
                    "name": "Set_Credit_Hold"
                }
            },
            "ORC_1904010003JDE_Output": {
                "type": "object",
                "properties": {
                    "message": {
                        "type": "string",
                        "example": "Orchestration has no output"
                    },
                    "timestamp": {
                        "type": "string",
                        "example": "2019-05-20T11:08:29.456-0700",
                        "format": "date-time"
                    }
                },
                "xml": {
                    "name": "Set_Credit_Hold"
                }
            },
            "ORC_1905140007JDE": {
                "type": "object",
                "properties": {
                    "Incident Number": {
                        "type": "string",
                        "example": "string",
                        "xml": {
                            "name": "Incident_0x737063_Number"
                        }
                    }
                },
                "xml": {
                    "name": "THERE"
                }
            },
            "ORC_1905140007JDE_Output": {
                "type": "object",
                "properties": {
                    "Incident Number": {
                        "type": "string",
                        "example": "string",
                        "xml": {
                            "name": "Incident_Number"
                        }
                    }
                }
            },
            "ORC_1902040003JDE": {
                "type": "object",
                "properties": {
                    "Item": {
                        "type": "string",
                        "example": "string"
                    },
                    "Branch": {
                        "type": "string",
                        "example": "string"
                    },
                    "Currency": {
                        "type": "string",
                        "example": "string"
                    },
                    "Price": {
                        "type": "number",
                        "example": 0
                    }
                },
                "xml": {
                    "name": "Update_Base_Price"
                }
            },
            "ORC_1902040003JDEGrid_Base_Prices_RowSet": {
                "type": "object",
                "properties": {
                    "Currency": {
                        "type": "string",
                        "example": "string"
                    },
                    "Unit of Measure": {
                        "type": "string",
                        "example": "string",
                        "xml": {
                            "name": "Unit_of_Measure"
                        }
                    },
                    "Unit Price": {
                        "type": "string",
                        "example": "string",
                        "xml": {
                            "name": "Unit_Price"
                        }
                    }
                },
                "xml": {
                    "name": "rowset"
                }
            },
            "ORC_1902040003JDE_Output": {
                "type": "object",
                "properties": {
                    "Base Prices": {
                        "properties": {
                            "formId": {
                                "type": "string",
                                "example": "string"
                            },
                            "gridId": {
                                "type": "string",
                                "example": "1"
                            },
                            "title": {
                                "type": "string",
                                "example": "string"
                            },
                            "rowset": {
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/ORC_1902040003JDEGrid_Base_Prices_RowSet"
                                },
                                "xml": {
                                    "name": "rowset"
                                }
                            },
                            "records": {
                                "type": "integer",
                                "example": 0
                            },
                            "moreRecords": {
                                "type": "boolean",
                                "example": true
                            }
                        },
                        "xml": {
                            "name": "Base_Prices"
                        }
                    }
                },
                "xml": {
                    "name": "Update_Base_Price"
                }
            },
            "ERROR": {
                "type": "object",
                "properties": {
                    "message": {
                        "type": "string",
                        "example": "string"
                    },
                    "exception": {
                        "type": "string",
                        "example": "string"
                    },
                    "timestamp": {
                        "type": "string",
                        "example": "2019-05-20T11:08:29.457-0700",
                        "format": "date-time"
                    }
                }
            }
        }
    }
}
Back to Top