Get All Orchestrations v3

get

/v3/open-api-catalog

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-catalog call. Which lists all of the orchestrations available to the user in the Open API 2.0 standard.

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

Example Response

The following example shows the contents of the response body.

{
    "swagger": "2.0",
    "info": {
        "description": "This is the JD Edwards Orchestration server.\nEnabling 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"
    },
    "host": "ais.example.com:26576",
    "basePath": "/jderest/v3/orchestrator",
    "schemes": [
        "https"
    ],
    "tags": [
        {
            "name": "Add Sales Order",
            "description": " "
        },
        {
            "name": "Add SO Media Object",
            "description": " "
        },
        {
            "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",
                "consumes": [
                    "application/json"
                ],
                "produces": [
                    "application/json",
                    "application/xml"
                ],
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "Object for Orchestration Execution",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/ORC_1904030007JDE"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successful Execution",
                        "schema": {
                            "$ref": "#/definitions/ORC_1904030007JDE_Output"
                        }
                    },
                    "400": {
                        "description": "Bad Request - Invalid Input"
                    },
                    "403": {
                        "description": "Authorization Failure",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    },
                    "406": {
                        "description": "Invalid Accept Header"
                    },
                    "415": {
                        "description": "Invalid Content-Type Header"
                    },
                    "444": {
                        "description": "Invalid Token",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    },
                    "500": {
                        "description": "Server Failed to Process Request",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    }
                },
                "security": [
                    {
                        "basicAuth": []
                    }
                ]
            }
        },
        "/Add SO Media Object": {
            "post": {
                "tags": [
                    "Add SO Media Object"
                ],
                "summary": "Add SO Media Object",
                "description": "Add SO Media Object",
                "consumes": [
                    "application/json",
                    "application/xml"
                ],
                "produces": [
                    "application/json",
                    "application/xml"
                ],
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "Object for Orchestration Execution",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/ORC_1904050002JDE"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successful Execution",
                        "schema": {
                            "$ref": "#/definitions/ORC_1904050002JDE_Output"
                        }
                    },
                    "400": {
                        "description": "Bad Request - Invalid Input"
                    },
                    "403": {
                        "description": "Authorization Failure",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    },
                    "406": {
                        "description": "Invalid Accept Header"
                    },
                    "415": {
                        "description": "Invalid Content-Type Header"
                    },
                    "444": {
                        "description": "Invalid Token",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    },
                    "500": {
                        "description": "Server Failed to Process Request",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    }
                },
                "security": [
                    {
                        "basicAuth": []
                    }
                ]
            },
            "get": {
                "tags": [
                    "Add SO Media Object"
                ],
                "summary": "Add SO Media Object",
                "description": "Add SO Media Object",
                "produces": [
                    "application/json",
                    "application/xml"
                ],
                "parameters": [
                    {
                        "in": "query",
                        "name": "Order Number",
                        "required": false,
                        "type": "string"
                    },
                    {
                        "in": "query",
                        "name": "Order Type",
                        "required": false,
                        "type": "string"
                    },
                    {
                        "in": "query",
                        "name": "Order Company",
                        "required": false,
                        "type": "string"
                    },
                    {
                        "in": "query",
                        "name": "File Name",
                        "required": false,
                        "type": "string"
                    },
                    {
                        "in": "query",
                        "name": "Text",
                        "required": false,
                        "type": "string"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successful Execution",
                        "schema": {
                            "$ref": "#/definitions/ORC_1904050002JDE_Output"
                        }
                    },
                    "400": {
                        "description": "Bad Request - Invalid Input"
                    },
                    "403": {
                        "description": "Authorization Failure",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    },
                    "406": {
                        "description": "Invalid Accept Header"
                    },
                    "415": {
                        "description": "Invalid Content-Type Header"
                    },
                    "444": {
                        "description": "Invalid Token",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    },
                    "500": {
                        "description": "Server Failed to Process Request",
                        "schema": {
                            "$ref": "#/definitions/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",
                "consumes": [
                    "application/json"
                ],
                "produces": [
                    "application/json",
                    "application/xml"
                ],
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "Object for Orchestration Execution",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/ORC_1904030008JDE"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successful Execution",
                        "schema": {
                            "$ref": "#/definitions/ORC_1904030008JDE_Output"
                        }
                    },
                    "400": {
                        "description": "Bad Request - Invalid Input"
                    },
                    "403": {
                        "description": "Authorization Failure",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    },
                    "406": {
                        "description": "Invalid Accept Header"
                    },
                    "415": {
                        "description": "Invalid Content-Type Header"
                    },
                    "444": {
                        "description": "Invalid Token",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    },
                    "500": {
                        "description": "Server Failed to Process Request",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    }
                },
                "security": [
                    {
                        "basicAuth": []
                    }
                ]
            }
        },
        "/Allocations By Account": {
            "post": {
                "tags": [
                    "Allocations By Account"
                ],
                "summary": "Allocations By Account",
                "description": "Allocations By Account",
                "consumes": [
                    "application/json",
                    "application/xml"
                ],
                "produces": [
                    "application/json",
                    "application/xml"
                ],
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "{}",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/ORC_1904050004JDE"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successful Execution",
                        "schema": {
                            "$ref": "#/definitions/ORC_1904050004JDE_Output"
                        }
                    },
                    "400": {
                        "description": "Bad Request - Invalid Input"
                    },
                    "403": {
                        "description": "Authorization Failure",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    },
                    "406": {
                        "description": "Invalid Accept Header"
                    },
                    "415": {
                        "description": "Invalid Content-Type Header"
                    },
                    "444": {
                        "description": "Invalid Token",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    },
                    "500": {
                        "description": "Server Failed to Process Request",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    }
                },
                "security": [
                    {
                        "basicAuth": []
                    }
                ]
            },
            "get": {
                "tags": [
                    "Allocations By Account"
                ],
                "summary": "Allocations By Account",
                "description": "Allocations By Account",
                "produces": [
                    "application/json",
                    "application/xml"
                ],
                "parameters": [],
                "responses": {
                    "200": {
                        "description": "Successful Execution",
                        "schema": {
                            "$ref": "#/definitions/ORC_1904050004JDE_Output"
                        }
                    },
                    "400": {
                        "description": "Bad Request - Invalid Input"
                    },
                    "403": {
                        "description": "Authorization Failure",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    },
                    "406": {
                        "description": "Invalid Accept Header"
                    },
                    "415": {
                        "description": "Invalid Content-Type Header"
                    },
                    "444": {
                        "description": "Invalid Token",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    },
                    "500": {
                        "description": "Server Failed to Process Request",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    }
                },
                "security": [
                    {
                        "basicAuth": []
                    }
                ]
            }
        },
        "/Approve Expenses": {
            "post": {
                "tags": [
                    "Approve Expenses"
                ],
                "summary": "Approve Expenses",
                "description": "Approve Expenses",
                "consumes": [
                    "application/json",
                    "application/xml"
                ],
                "produces": [
                    "application/json",
                    "application/xml"
                ],
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "Object for Orchestration Execution",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/ORC_1904020001JDE"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successful Execution",
                        "schema": {
                            "$ref": "#/definitions/ORC_1904020001JDE_Output"
                        }
                    },
                    "400": {
                        "description": "Bad Request - Invalid Input"
                    },
                    "403": {
                        "description": "Authorization Failure",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    },
                    "406": {
                        "description": "Invalid Accept Header"
                    },
                    "415": {
                        "description": "Invalid Content-Type Header"
                    },
                    "444": {
                        "description": "Invalid Token",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    },
                    "500": {
                        "description": "Server Failed to Process Request",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    }
                },
                "security": [
                    {
                        "basicAuth": []
                    }
                ]
            },
            "get": {
                "tags": [
                    "Approve Expenses"
                ],
                "summary": "Approve Expenses",
                "description": "Approve Expenses",
                "produces": [
                    "application/json",
                    "application/xml"
                ],
                "parameters": [
                    {
                        "in": "query",
                        "name": "Type",
                        "required": true,
                        "type": "string"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successful Execution",
                        "schema": {
                            "$ref": "#/definitions/ORC_1904020001JDE_Output"
                        }
                    },
                    "400": {
                        "description": "Bad Request - Invalid Input"
                    },
                    "403": {
                        "description": "Authorization Failure",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    },
                    "406": {
                        "description": "Invalid Accept Header"
                    },
                    "415": {
                        "description": "Invalid Content-Type Header"
                    },
                    "444": {
                        "description": "Invalid Token",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    },
                    "500": {
                        "description": "Server Failed to Process Request",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    }
                },
                "security": [
                    {
                        "basicAuth": []
                    }
                ]
            }
        },
        "/Concatenate Iterated Data": {
            "post": {
                "tags": [
                    "Concatenate Iterated Data"
                ],
                "summary": "Concatenate Iterated Data",
                "description": "Orchestration Variable",
                "consumes": [
                    "application/json",
                    "application/xml"
                ],
                "produces": [
                    "application/json",
                    "application/xml"
                ],
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "Object for Orchestration Execution",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/ORC_1904050012JDE"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successful Execution",
                        "schema": {
                            "$ref": "#/definitions/ORC_1904050012JDE_Output"
                        }
                    },
                    "400": {
                        "description": "Bad Request - Invalid Input"
                    },
                    "403": {
                        "description": "Authorization Failure",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    },
                    "406": {
                        "description": "Invalid Accept Header"
                    },
                    "415": {
                        "description": "Invalid Content-Type Header"
                    },
                    "444": {
                        "description": "Invalid Token",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    },
                    "500": {
                        "description": "Server Failed to Process Request",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    }
                },
                "security": [
                    {
                        "basicAuth": []
                    }
                ]
            },
            "get": {
                "tags": [
                    "Concatenate Iterated Data"
                ],
                "summary": "Concatenate Iterated Data",
                "description": "Orchestration Variable",
                "produces": [
                    "application/json",
                    "application/xml"
                ],
                "parameters": [
                    {
                        "in": "query",
                        "name": "input",
                        "required": false,
                        "type": "string"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successful Execution",
                        "schema": {
                            "$ref": "#/definitions/ORC_1904050012JDE_Output"
                        }
                    },
                    "400": {
                        "description": "Bad Request - Invalid Input"
                    },
                    "403": {
                        "description": "Authorization Failure",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    },
                    "406": {
                        "description": "Invalid Accept Header"
                    },
                    "415": {
                        "description": "Invalid Content-Type Header"
                    },
                    "444": {
                        "description": "Invalid Token",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    },
                    "500": {
                        "description": "Server Failed to Process Request",
                        "schema": {
                            "$ref": "#/definitions/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.",
                "consumes": [
                    "application/json",
                    "application/xml"
                ],
                "produces": [
                    "application/json",
                    "application/xml"
                ],
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "Object for Orchestration Execution",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/ORC_1811020001JDE"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successful Execution",
                        "schema": {
                            "$ref": "#/definitions/ORC_1811020001JDE_Output"
                        }
                    },
                    "400": {
                        "description": "Bad Request - Invalid Input"
                    },
                    "403": {
                        "description": "Authorization Failure",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    },
                    "406": {
                        "description": "Invalid Accept Header"
                    },
                    "415": {
                        "description": "Invalid Content-Type Header"
                    },
                    "444": {
                        "description": "Invalid Token",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    },
                    "500": {
                        "description": "Server Failed to Process Request",
                        "schema": {
                            "$ref": "#/definitions/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.",
                "produces": [
                    "application/json",
                    "application/xml"
                ],
                "parameters": [
                    {
                        "in": "query",
                        "name": "customer_number",
                        "required": false,
                        "type": "number"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successful Execution",
                        "schema": {
                            "$ref": "#/definitions/ORC_1811020001JDE_Output"
                        }
                    },
                    "400": {
                        "description": "Bad Request - Invalid Input"
                    },
                    "403": {
                        "description": "Authorization Failure",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    },
                    "406": {
                        "description": "Invalid Accept Header"
                    },
                    "415": {
                        "description": "Invalid Content-Type Header"
                    },
                    "444": {
                        "description": "Invalid Token",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    },
                    "500": {
                        "description": "Server Failed to Process Request",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    }
                },
                "security": [
                    {
                        "basicAuth": []
                    }
                ]
            }
        },
        "/DXS Escalate": {
            "post": {
                "tags": [
                    "DXS Escalate"
                ],
                "summary": "DXS Escalate",
                "description": "DXS Escalate",
                "consumes": [
                    "application/json",
                    "application/xml"
                ],
                "produces": [
                    "application/json",
                    "application/xml"
                ],
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "Object for Orchestration Execution",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/ORC_1905140006JDE"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successful Execution",
                        "schema": {
                            "$ref": "#/definitions/ORC_1905140006JDE_Output"
                        }
                    },
                    "400": {
                        "description": "Bad Request - Invalid Input"
                    },
                    "403": {
                        "description": "Authorization Failure",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    },
                    "406": {
                        "description": "Invalid Accept Header"
                    },
                    "415": {
                        "description": "Invalid Content-Type Header"
                    },
                    "444": {
                        "description": "Invalid Token",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    },
                    "500": {
                        "description": "Server Failed to Process Request",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    }
                },
                "security": [
                    {
                        "basicAuth": []
                    }
                ]
            },
            "get": {
                "tags": [
                    "DXS Escalate"
                ],
                "summary": "DXS Escalate",
                "description": "DXS Escalate",
                "produces": [
                    "application/json",
                    "application/xml"
                ],
                "parameters": [
                    {
                        "in": "query",
                        "name": "Incident Number",
                        "required": false,
                        "type": "string"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successful Execution",
                        "schema": {
                            "$ref": "#/definitions/ORC_1905140006JDE_Output"
                        }
                    },
                    "400": {
                        "description": "Bad Request - Invalid Input"
                    },
                    "403": {
                        "description": "Authorization Failure",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    },
                    "406": {
                        "description": "Invalid Accept Header"
                    },
                    "415": {
                        "description": "Invalid Content-Type Header"
                    },
                    "444": {
                        "description": "Invalid Token",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    },
                    "500": {
                        "description": "Server Failed to Process Request",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    }
                },
                "security": [
                    {
                        "basicAuth": []
                    }
                ]
            }
        },
        "/EscalateIncident": {
            "post": {
                "tags": [
                    "EscalateIncident"
                ],
                "summary": "EscalateIncident",
                "description": "EscalateIncident",
                "consumes": [
                    "application/json",
                    "application/xml"
                ],
                "produces": [
                    "application/json",
                    "application/xml"
                ],
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "Object for Orchestration Execution",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/ORC_1904020029JDE"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successful Execution",
                        "schema": {
                            "$ref": "#/definitions/ORC_1904020029JDE_Output"
                        }
                    },
                    "400": {
                        "description": "Bad Request - Invalid Input"
                    },
                    "403": {
                        "description": "Authorization Failure",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    },
                    "406": {
                        "description": "Invalid Accept Header"
                    },
                    "415": {
                        "description": "Invalid Content-Type Header"
                    },
                    "444": {
                        "description": "Invalid Token",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    },
                    "500": {
                        "description": "Server Failed to Process Request",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    }
                },
                "security": [
                    {
                        "basicAuth": []
                    }
                ]
            },
            "get": {
                "tags": [
                    "EscalateIncident"
                ],
                "summary": "EscalateIncident",
                "description": "EscalateIncident",
                "produces": [
                    "application/json",
                    "application/xml"
                ],
                "parameters": [
                    {
                        "in": "query",
                        "name": "Incident Number",
                        "required": false,
                        "type": "number"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successful Execution",
                        "schema": {
                            "$ref": "#/definitions/ORC_1904020029JDE_Output"
                        }
                    },
                    "400": {
                        "description": "Bad Request - Invalid Input"
                    },
                    "403": {
                        "description": "Authorization Failure",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    },
                    "406": {
                        "description": "Invalid Accept Header"
                    },
                    "415": {
                        "description": "Invalid Content-Type Header"
                    },
                    "444": {
                        "description": "Invalid Token",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    },
                    "500": {
                        "description": "Server Failed to Process Request",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    }
                },
                "security": [
                    {
                        "basicAuth": []
                    }
                ]
            }
        },
        "/Get All AB": {
            "post": {
                "tags": [
                    "Get All AB"
                ],
                "summary": "Get All AB",
                "description": "Get All AB",
                "consumes": [
                    "application/json",
                    "application/xml"
                ],
                "produces": [
                    "application/json",
                    "application/xml"
                ],
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "Object for Orchestration Execution",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/ORC_1904010002JDE"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successful Execution",
                        "schema": {
                            "$ref": "#/definitions/ORC_1904010002JDE_Output"
                        }
                    },
                    "400": {
                        "description": "Bad Request - Invalid Input"
                    },
                    "403": {
                        "description": "Authorization Failure",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    },
                    "406": {
                        "description": "Invalid Accept Header"
                    },
                    "415": {
                        "description": "Invalid Content-Type Header"
                    },
                    "444": {
                        "description": "Invalid Token",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    },
                    "500": {
                        "description": "Server Failed to Process Request",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    }
                },
                "security": [
                    {
                        "basicAuth": []
                    }
                ]
            },
            "get": {
                "tags": [
                    "Get All AB"
                ],
                "summary": "Get All AB",
                "description": "Get All AB",
                "produces": [
                    "application/json",
                    "application/xml"
                ],
                "parameters": [
                    {
                        "in": "query",
                        "name": "Type",
                        "required": true,
                        "type": "string"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successful Execution",
                        "schema": {
                            "$ref": "#/definitions/ORC_1904010002JDE_Output"
                        }
                    },
                    "400": {
                        "description": "Bad Request - Invalid Input"
                    },
                    "403": {
                        "description": "Authorization Failure",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    },
                    "406": {
                        "description": "Invalid Accept Header"
                    },
                    "415": {
                        "description": "Invalid Content-Type Header"
                    },
                    "444": {
                        "description": "Invalid Token",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    },
                    "500": {
                        "description": "Server Failed to Process Request",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    }
                },
                "security": [
                    {
                        "basicAuth": []
                    }
                ]
            }
        },
        "/IncidentReport": {
            "post": {
                "tags": [
                    "IncidentReport"
                ],
                "summary": "IncidentReport",
                "description": "IncidentReport",
                "consumes": [
                    "application/json",
                    "application/xml"
                ],
                "produces": [
                    "application/json",
                    "application/xml"
                ],
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "Object for Orchestration Execution",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/ORC_1903290002JDE"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successful Execution",
                        "schema": {
                            "$ref": "#/definitions/ORC_1903290002JDE_Output"
                        }
                    },
                    "400": {
                        "description": "Bad Request - Invalid Input"
                    },
                    "403": {
                        "description": "Authorization Failure",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    },
                    "406": {
                        "description": "Invalid Accept Header"
                    },
                    "415": {
                        "description": "Invalid Content-Type Header"
                    },
                    "444": {
                        "description": "Invalid Token",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    },
                    "500": {
                        "description": "Server Failed to Process Request",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    }
                },
                "security": [
                    {
                        "basicAuth": []
                    }
                ]
            },
            "get": {
                "tags": [
                    "IncidentReport"
                ],
                "summary": "IncidentReport",
                "description": "IncidentReport",
                "produces": [
                    "application/json",
                    "application/xml"
                ],
                "parameters": [
                    {
                        "in": "query",
                        "name": "IncidentNumber",
                        "required": false,
                        "type": "string"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successful Execution",
                        "schema": {
                            "$ref": "#/definitions/ORC_1903290002JDE_Output"
                        }
                    },
                    "400": {
                        "description": "Bad Request - Invalid Input"
                    },
                    "403": {
                        "description": "Authorization Failure",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    },
                    "406": {
                        "description": "Invalid Accept Header"
                    },
                    "415": {
                        "description": "Invalid Content-Type Header"
                    },
                    "444": {
                        "description": "Invalid Token",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    },
                    "500": {
                        "description": "Server Failed to Process Request",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    }
                },
                "security": [
                    {
                        "basicAuth": []
                    }
                ]
            }
        },
        "/JDEdwardsTweets": {
            "post": {
                "tags": [
                    "JDEdwardsTweets"
                ],
                "summary": "JDEdwardsTweets",
                "description": "JDEdwardsTweets",
                "consumes": [
                    "application/json",
                    "application/xml"
                ],
                "produces": [
                    "application/json",
                    "application/xml"
                ],
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "{}",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/ORC_1902040006JDE"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successful Execution",
                        "schema": {
                            "$ref": "#/definitions/ORC_1902040006JDE_Output"
                        }
                    },
                    "400": {
                        "description": "Bad Request - Invalid Input"
                    },
                    "403": {
                        "description": "Authorization Failure",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    },
                    "406": {
                        "description": "Invalid Accept Header"
                    },
                    "415": {
                        "description": "Invalid Content-Type Header"
                    },
                    "444": {
                        "description": "Invalid Token",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    },
                    "500": {
                        "description": "Server Failed to Process Request",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    }
                },
                "security": [
                    {
                        "basicAuth": []
                    }
                ]
            },
            "get": {
                "tags": [
                    "JDEdwardsTweets"
                ],
                "summary": "JDEdwardsTweets",
                "description": "JDEdwardsTweets",
                "produces": [
                    "application/json",
                    "application/xml"
                ],
                "parameters": [],
                "responses": {
                    "200": {
                        "description": "Successful Execution",
                        "schema": {
                            "$ref": "#/definitions/ORC_1902040006JDE_Output"
                        }
                    },
                    "400": {
                        "description": "Bad Request - Invalid Input"
                    },
                    "403": {
                        "description": "Authorization Failure",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    },
                    "406": {
                        "description": "Invalid Accept Header"
                    },
                    "415": {
                        "description": "Invalid Content-Type Header"
                    },
                    "444": {
                        "description": "Invalid Token",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    },
                    "500": {
                        "description": "Server Failed to Process Request",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    }
                },
                "security": [
                    {
                        "basicAuth": []
                    }
                ]
            }
        },
        "/Resend Incident Notification": {
            "post": {
                "tags": [
                    "Resend Incident Notification"
                ],
                "summary": "Resend Incident Notification",
                "description": "Resend the incident notification",
                "consumes": [
                    "application/json",
                    "application/xml"
                ],
                "produces": [
                    "application/json",
                    "application/xml"
                ],
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "Object for Orchestration Execution",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/ORC_1904020194JDE"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successful Execution",
                        "schema": {
                            "$ref": "#/definitions/ORC_1904020194JDE_Output"
                        }
                    },
                    "400": {
                        "description": "Bad Request - Invalid Input"
                    },
                    "403": {
                        "description": "Authorization Failure",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    },
                    "406": {
                        "description": "Invalid Accept Header"
                    },
                    "415": {
                        "description": "Invalid Content-Type Header"
                    },
                    "444": {
                        "description": "Invalid Token",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    },
                    "500": {
                        "description": "Server Failed to Process Request",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    }
                },
                "security": [
                    {
                        "basicAuth": []
                    }
                ]
            },
            "get": {
                "tags": [
                    "Resend Incident Notification"
                ],
                "summary": "Resend Incident Notification",
                "description": "Resend the incident notification",
                "produces": [
                    "application/json",
                    "application/xml"
                ],
                "parameters": [
                    {
                        "in": "query",
                        "name": "IncidentNumber",
                        "required": true,
                        "type": "string"
                    },
                    {
                        "in": "query",
                        "name": "IncidentDescription",
                        "required": true,
                        "type": "string"
                    },
                    {
                        "in": "query",
                        "name": "IncidentDate",
                        "required": false,
                        "type": "string"
                    },
                    {
                        "in": "query",
                        "name": "IncidentTime",
                        "required": false,
                        "type": "string"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successful Execution",
                        "schema": {
                            "$ref": "#/definitions/ORC_1904020194JDE_Output"
                        }
                    },
                    "400": {
                        "description": "Bad Request - Invalid Input"
                    },
                    "403": {
                        "description": "Authorization Failure",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    },
                    "406": {
                        "description": "Invalid Accept Header"
                    },
                    "415": {
                        "description": "Invalid Content-Type Header"
                    },
                    "444": {
                        "description": "Invalid Token",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    },
                    "500": {
                        "description": "Server Failed to Process Request",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    }
                },
                "security": [
                    {
                        "basicAuth": []
                    }
                ]
            }
        },
        "/Set Credit Hold": {
            "post": {
                "tags": [
                    "Set Credit Hold"
                ],
                "summary": "Set Credit Hold",
                "description": "Set a customer on credit hold",
                "consumes": [
                    "application/json",
                    "application/xml"
                ],
                "produces": [
                    "application/json",
                    "application/xml"
                ],
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "Object for Orchestration Execution",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/ORC_1904010003JDE"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successful Execution",
                        "schema": {
                            "$ref": "#/definitions/ORC_1904010003JDE_Output"
                        }
                    },
                    "400": {
                        "description": "Bad Request - Invalid Input"
                    },
                    "403": {
                        "description": "Authorization Failure",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    },
                    "406": {
                        "description": "Invalid Accept Header"
                    },
                    "415": {
                        "description": "Invalid Content-Type Header"
                    },
                    "444": {
                        "description": "Invalid Token",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    },
                    "500": {
                        "description": "Server Failed to Process Request",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    }
                },
                "security": [
                    {
                        "basicAuth": []
                    }
                ]
            },
            "get": {
                "tags": [
                    "Set Credit Hold"
                ],
                "summary": "Set Credit Hold",
                "description": "Set a customer on credit hold",
                "produces": [
                    "application/json",
                    "application/xml"
                ],
                "parameters": [
                    {
                        "in": "query",
                        "name": "Address Number",
                        "required": false,
                        "type": "string"
                    },
                    {
                        "in": "query",
                        "name": "Credit Message",
                        "required": false,
                        "type": "string"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successful Execution",
                        "schema": {
                            "$ref": "#/definitions/ORC_1904010003JDE_Output"
                        }
                    },
                    "400": {
                        "description": "Bad Request - Invalid Input"
                    },
                    "403": {
                        "description": "Authorization Failure",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    },
                    "406": {
                        "description": "Invalid Accept Header"
                    },
                    "415": {
                        "description": "Invalid Content-Type Header"
                    },
                    "444": {
                        "description": "Invalid Token",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    },
                    "500": {
                        "description": "Server Failed to Process Request",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    }
                },
                "security": [
                    {
                        "basicAuth": []
                    }
                ]
            }
        },
        "/THERE": {
            "post": {
                "tags": [
                    "THERE"
                ],
                "summary": "THERE",
                "description": "THERE",
                "consumes": [
                    "application/json",
                    "application/xml"
                ],
                "produces": [
                    "application/json",
                    "application/xml"
                ],
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "Object for Orchestration Execution",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/ORC_1905140007JDE"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successful Execution",
                        "schema": {
                            "$ref": "#/definitions/ORC_1905140007JDE_Output"
                        }
                    },
                    "400": {
                        "description": "Bad Request - Invalid Input"
                    },
                    "403": {
                        "description": "Authorization Failure",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    },
                    "406": {
                        "description": "Invalid Accept Header"
                    },
                    "415": {
                        "description": "Invalid Content-Type Header"
                    },
                    "444": {
                        "description": "Invalid Token",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    },
                    "500": {
                        "description": "Server Failed to Process Request",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    }
                },
                "security": [
                    {
                        "basicAuth": []
                    }
                ]
            },
            "get": {
                "tags": [
                    "THERE"
                ],
                "summary": "THERE",
                "description": "THERE",
                "produces": [
                    "application/json",
                    "application/xml"
                ],
                "parameters": [
                    {
                        "in": "query",
                        "name": "Incident Number",
                        "required": false,
                        "type": "string"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successful Execution",
                        "schema": {
                            "$ref": "#/definitions/ORC_1905140007JDE_Output"
                        }
                    },
                    "400": {
                        "description": "Bad Request - Invalid Input"
                    },
                    "403": {
                        "description": "Authorization Failure",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    },
                    "406": {
                        "description": "Invalid Accept Header"
                    },
                    "415": {
                        "description": "Invalid Content-Type Header"
                    },
                    "444": {
                        "description": "Invalid Token",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    },
                    "500": {
                        "description": "Server Failed to Process Request",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    }
                },
                "security": [
                    {
                        "basicAuth": []
                    }
                ]
            }
        },
        "/Update Base Price": {
            "post": {
                "tags": [
                    "Update Base Price"
                ],
                "summary": "Update Base Price",
                "description": "Update Base Price",
                "consumes": [
                    "application/json",
                    "application/xml"
                ],
                "produces": [
                    "application/json",
                    "application/xml"
                ],
                "parameters": [
                    {
                        "in": "body",
                        "name": "body",
                        "description": "Object for Orchestration Execution",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/ORC_1902040003JDE"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successful Execution",
                        "schema": {
                            "$ref": "#/definitions/ORC_1902040003JDE_Output"
                        }
                    },
                    "400": {
                        "description": "Bad Request - Invalid Input"
                    },
                    "403": {
                        "description": "Authorization Failure",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    },
                    "406": {
                        "description": "Invalid Accept Header"
                    },
                    "415": {
                        "description": "Invalid Content-Type Header"
                    },
                    "444": {
                        "description": "Invalid Token",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    },
                    "500": {
                        "description": "Server Failed to Process Request",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    }
                },
                "security": [
                    {
                        "basicAuth": []
                    }
                ]
            },
            "get": {
                "tags": [
                    "Update Base Price"
                ],
                "summary": "Update Base Price",
                "description": "Update Base Price",
                "produces": [
                    "application/json",
                    "application/xml"
                ],
                "parameters": [
                    {
                        "in": "query",
                        "name": "Item",
                        "required": false,
                        "type": "string"
                    },
                    {
                        "in": "query",
                        "name": "Branch",
                        "required": false,
                        "type": "string"
                    },
                    {
                        "in": "query",
                        "name": "Currency",
                        "required": false,
                        "type": "string"
                    },
                    {
                        "in": "query",
                        "name": "Price",
                        "required": false,
                        "type": "number"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successful Execution",
                        "schema": {
                            "$ref": "#/definitions/ORC_1902040003JDE_Output"
                        }
                    },
                    "400": {
                        "description": "Bad Request - Invalid Input"
                    },
                    "403": {
                        "description": "Authorization Failure",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    },
                    "406": {
                        "description": "Invalid Accept Header"
                    },
                    "415": {
                        "description": "Invalid Content-Type Header"
                    },
                    "444": {
                        "description": "Invalid Token",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    },
                    "500": {
                        "description": "Server Failed to Process Request",
                        "schema": {
                            "$ref": "#/definitions/ERROR"
                        }
                    }
                },
                "security": [
                    {
                        "basicAuth": []
                    }
                ]
            }
        }
    },
    "definitions": {
        "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": "#/definitions/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-20T12:09:19.455-0700",
                    "format": "date-time"
                }
            },
            "xml": {
                "name": "Add_SO_Media_Object"
            }
        },
        "ORC_1904030008JDESO_List": {
            "type": "object",
            "properties": {
                "SO Data": {
                    "$ref": "#/definitions/ORC_1904030007JDE",
                    "xml": {
                        "name": "SO_0x737063_Data"
                    }
                }
            }
        },
        "ORC_1904030008JDE": {
            "type": "object",
            "properties": {
                "SO List": {
                    "type": "array",
                    "items": {
                        "$ref": "#/definitions/ORC_1904030008JDESO_List"
                    },
                    "xml": {
                        "name": "SO_0x737063_List"
                    }
                }
            }
        },
        "ORC_1904030008JDESales_Order_Repeating": {
            "type": "object",
            "properties": {
                "Sales Order": {
                    "$ref": "#/definitions/ORC_1904030007JDE_Output",
                    "xml": {
                        "name": "Sales_Order"
                    }
                }
            },
            "xml": {
                "name": "Sales_Order_Repeating"
            }
        },
        "ORC_1904030008JDE_Output": {
            "type": "object",
            "properties": {
                "Sales Order_Repeating": {
                    "type": "array",
                    "items": {
                        "$ref": "#/definitions/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-20T12:09:19.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": "#/definitions/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": "#/definitions/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"
                    }
                }
            },
            "xml": {
                "name": "EscalateIncident"
            }
        },
        "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": "#/definitions/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"
                }
            },
            "xml": {
                "name": "IncidentReport"
            }
        },
        "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-20T12:09:19.457-0700",
                    "format": "date-time"
                }
            },
            "xml": {
                "name": "JDEdwardsTweets"
            }
        },
        "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-20T12:09:19.457-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-20T12:09:19.457-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"
                    }
                }
            },
            "xml": {
                "name": "THERE"
            }
        },
        "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": "#/definitions/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-20T12:09:19.457-0700",
                    "format": "date-time"
                }
            }
        }
    },
    "securityDefinitions": {
        "basicAuth": {
            "type": "basic"
        }
    }
}
Back to Top