{
  "openapi" : "3.1.0",
  "info" : {
    "title" : "Operations",
    "description" : "A monolith for Demo202509 :: 2026-03-31T18:43:28.906717079Z[UTC]",
    "termsOfService" : "https://arda.cards/terms-of-service",
    "contact" : {
      "name" : "Arda Cards",
      "url" : "https://arda.cards",
      "email" : "systems@arda.cards"
    },
    "license" : {
      "name" : "Arda License",
      "url" : "https://arda.cards/terms-of-service",
      "identifier" : "Arda Proprietary"
    },
    "version" : "v1"
  },
  "externalDocs" : {
    "description" : "Documentation for Arda Cards Integration Developers",
    "url" : "https://arda.cards/developers"
  },
  "servers" : [ {
    "url" : "https://stage.alpha002.io.arda.cards",
    "description" : "Server for Operations with version v1"
  } ],
  "tags" : [ ],
  "paths" : {
    "/v1/order/order" : {
      "post" : {
        "tags" : [ "v1" ],
        "summary" : "Add new order",
        "description" : "Add new order",
        "operationId" : "order-add",
        "parameters" : [ {
          "name" : "X-Author",
          "in" : "header",
          "description" : "The Author of the Call, only required if JWT is not being used for authentication",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "X-Request-ID",
          "in" : "header",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "effectiveasof",
          "in" : "query",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "integer",
            "format" : "int64",
            "title" : "Long"
          }
        } ],
        "requestBody" : {
          "description" : "Input Information to create or update order",
          "content" : {
            "application/json" : {
              "schema" : {
                "$ref" : "#/components/schemas/cards.arda.operations.procurement.orders.api.rest.OrderHeaderInput"
              }
            }
          },
          "required" : true
        },
        "responses" : {
          "100" : {
            "description" : "Continue",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "101" : {
            "description" : "Switching Protocols",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "102" : {
            "description" : "Processing",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "200" : {
            "description" : "Successful Response",
            "headers" : {
              "X-Request-ID" : {
                "description" : "A unique identifier for the request, the server will generate one if not provided",
                "required" : true,
                "deprecated" : false,
                "schema" : {
                  "type" : "string",
                  "title" : "String"
                }
              }
            },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.module.dataauthority.EntityRecord"
                }
              }
            }
          },
          "201" : {
            "description" : "Created",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "202" : {
            "description" : "Accepted",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "203" : {
            "description" : "Non-Authoritative Information",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "204" : {
            "description" : "No Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "205" : {
            "description" : "Reset Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "206" : {
            "description" : "Partial Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "207" : {
            "description" : "Multi-Status",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "300" : {
            "description" : "Multiple Choices",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "301" : {
            "description" : "Moved Permanently",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "302" : {
            "description" : "Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "303" : {
            "description" : "See Other",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "304" : {
            "description" : "Not Modified",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "305" : {
            "description" : "Use Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "306" : {
            "description" : "Switch Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "307" : {
            "description" : "Temporary Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "308" : {
            "description" : "Permanent Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "400" : {
            "description" : "Bad Request",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "401" : {
            "description" : "Unauthorized",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "402" : {
            "description" : "Payment Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "403" : {
            "description" : "Forbidden",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "404" : {
            "description" : "Not Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "405" : {
            "description" : "Method Not Allowed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "406" : {
            "description" : "Not Acceptable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "407" : {
            "description" : "Proxy Authentication Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "408" : {
            "description" : "Request Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "409" : {
            "description" : "Conflict",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "410" : {
            "description" : "Gone",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "411" : {
            "description" : "Length Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "412" : {
            "description" : "Precondition Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "413" : {
            "description" : "Payload Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "414" : {
            "description" : "Request-URI Too Long",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "415" : {
            "description" : "Unsupported Media Type",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "416" : {
            "description" : "Requested Range Not Satisfiable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "417" : {
            "description" : "Expectation Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "422" : {
            "description" : "Unprocessable Entity",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "423" : {
            "description" : "Locked",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "424" : {
            "description" : "Failed Dependency",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "425" : {
            "description" : "Too Early",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "426" : {
            "description" : "Upgrade Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "429" : {
            "description" : "Too Many Requests",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "431" : {
            "description" : "Request Header Fields Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "500" : {
            "description" : "Internal Server Error",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "501" : {
            "description" : "Not Implemented",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "502" : {
            "description" : "Bad Gateway",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "503" : {
            "description" : "Service Unavailable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "504" : {
            "description" : "Gateway Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "505" : {
            "description" : "HTTP Version Not Supported",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "506" : {
            "description" : "Variant Also Negotiates",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "507" : {
            "description" : "Insufficient Storage",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          }
        },
        "deprecated" : false
      }
    },
    "/v1/order/order/{entity-id}" : {
      "get" : {
        "tags" : [ "v1" ],
        "summary" : "Get order by id with time coordinates",
        "description" : "Get order by id with time coordinates",
        "operationId" : "order-entity-id-get-by-eid",
        "parameters" : [ {
          "name" : "entity-id",
          "in" : "path",
          "description" : "The Entity Id of the order",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "object",
            "title" : "*"
          }
        }, {
          "name" : "X-Author",
          "in" : "header",
          "description" : "The Author of the Call, only required if JWT is not being used for authentication",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "X-Request-ID",
          "in" : "header",
          "description" : "A unique identifier for the request, the server will generate one if not provided",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "effectiveasof",
          "in" : "query",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "integer",
            "format" : "int64",
            "title" : "Long"
          }
        }, {
          "name" : "recordedasof",
          "in" : "query",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "integer",
            "format" : "int64",
            "title" : "Long"
          }
        } ],
        "responses" : {
          "100" : {
            "description" : "Continue",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "101" : {
            "description" : "Switching Protocols",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "102" : {
            "description" : "Processing",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "200" : {
            "description" : "Successful Response",
            "headers" : {
              "X-Request-ID" : {
                "description" : "A unique identifier for the request, the server will generate one if not provided",
                "required" : true,
                "deprecated" : false,
                "schema" : {
                  "type" : "string",
                  "title" : "String"
                }
              }
            },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.module.dataauthority.EntityRecord"
                }
              }
            }
          },
          "201" : {
            "description" : "Created",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "202" : {
            "description" : "Accepted",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "203" : {
            "description" : "Non-Authoritative Information",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "204" : {
            "description" : "No Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "205" : {
            "description" : "Reset Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "206" : {
            "description" : "Partial Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "207" : {
            "description" : "Multi-Status",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "300" : {
            "description" : "Multiple Choices",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "301" : {
            "description" : "Moved Permanently",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "302" : {
            "description" : "Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "303" : {
            "description" : "See Other",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "304" : {
            "description" : "Not Modified",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "305" : {
            "description" : "Use Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "306" : {
            "description" : "Switch Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "307" : {
            "description" : "Temporary Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "308" : {
            "description" : "Permanent Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "400" : {
            "description" : "Bad Request",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "401" : {
            "description" : "Unauthorized",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "402" : {
            "description" : "Payment Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "403" : {
            "description" : "Forbidden",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "404" : {
            "description" : "Not Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "405" : {
            "description" : "Method Not Allowed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "406" : {
            "description" : "Not Acceptable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "407" : {
            "description" : "Proxy Authentication Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "408" : {
            "description" : "Request Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "409" : {
            "description" : "Conflict",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "410" : {
            "description" : "Gone",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "411" : {
            "description" : "Length Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "412" : {
            "description" : "Precondition Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "413" : {
            "description" : "Payload Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "414" : {
            "description" : "Request-URI Too Long",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "415" : {
            "description" : "Unsupported Media Type",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "416" : {
            "description" : "Requested Range Not Satisfiable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "417" : {
            "description" : "Expectation Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "422" : {
            "description" : "Unprocessable Entity",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "423" : {
            "description" : "Locked",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "424" : {
            "description" : "Failed Dependency",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "425" : {
            "description" : "Too Early",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "426" : {
            "description" : "Upgrade Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "429" : {
            "description" : "Too Many Requests",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "431" : {
            "description" : "Request Header Fields Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "500" : {
            "description" : "Internal Server Error",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "501" : {
            "description" : "Not Implemented",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "502" : {
            "description" : "Bad Gateway",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "503" : {
            "description" : "Service Unavailable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "504" : {
            "description" : "Gateway Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "505" : {
            "description" : "HTTP Version Not Supported",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "506" : {
            "description" : "Variant Also Negotiates",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "507" : {
            "description" : "Insufficient Storage",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          }
        },
        "deprecated" : false
      },
      "put" : {
        "tags" : [ "v1" ],
        "summary" : "Update a order",
        "description" : "Update a order",
        "operationId" : "order-entity-id-update",
        "parameters" : [ {
          "name" : "entity-id",
          "in" : "path",
          "description" : "The Entity Id of the order",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "object",
            "title" : "*"
          }
        }, {
          "name" : "X-Author",
          "in" : "header",
          "description" : "The Author of the Call, only required if JWT is not being used for authentication",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "X-Request-ID",
          "in" : "header",
          "description" : "A unique identifier for the request, the server will generate one if not provided",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "effectiveasof",
          "in" : "query",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "integer",
            "format" : "int64",
            "title" : "Long"
          }
        } ],
        "requestBody" : {
          "description" : "Input Information to create or update order",
          "content" : {
            "application/json" : {
              "schema" : {
                "$ref" : "#/components/schemas/cards.arda.operations.procurement.orders.api.rest.OrderHeaderInput"
              }
            }
          },
          "required" : true
        },
        "responses" : {
          "100" : {
            "description" : "Continue",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "101" : {
            "description" : "Switching Protocols",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "102" : {
            "description" : "Processing",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "200" : {
            "description" : "Successful Response",
            "headers" : {
              "X-Request-ID" : {
                "description" : "A unique identifier for the request, the server will generate one if not provided",
                "required" : true,
                "deprecated" : false,
                "schema" : {
                  "type" : "string",
                  "title" : "String"
                }
              }
            },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.module.dataauthority.EntityRecord"
                }
              }
            }
          },
          "201" : {
            "description" : "Created",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "202" : {
            "description" : "Accepted",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "203" : {
            "description" : "Non-Authoritative Information",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "204" : {
            "description" : "No Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "205" : {
            "description" : "Reset Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "206" : {
            "description" : "Partial Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "207" : {
            "description" : "Multi-Status",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "300" : {
            "description" : "Multiple Choices",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "301" : {
            "description" : "Moved Permanently",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "302" : {
            "description" : "Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "303" : {
            "description" : "See Other",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "304" : {
            "description" : "Not Modified",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "305" : {
            "description" : "Use Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "306" : {
            "description" : "Switch Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "307" : {
            "description" : "Temporary Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "308" : {
            "description" : "Permanent Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "400" : {
            "description" : "Bad Request",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "401" : {
            "description" : "Unauthorized",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "402" : {
            "description" : "Payment Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "403" : {
            "description" : "Forbidden",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "404" : {
            "description" : "Not Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "405" : {
            "description" : "Method Not Allowed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "406" : {
            "description" : "Not Acceptable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "407" : {
            "description" : "Proxy Authentication Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "408" : {
            "description" : "Request Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "409" : {
            "description" : "Conflict",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "410" : {
            "description" : "Gone",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "411" : {
            "description" : "Length Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "412" : {
            "description" : "Precondition Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "413" : {
            "description" : "Payload Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "414" : {
            "description" : "Request-URI Too Long",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "415" : {
            "description" : "Unsupported Media Type",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "416" : {
            "description" : "Requested Range Not Satisfiable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "417" : {
            "description" : "Expectation Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "422" : {
            "description" : "Unprocessable Entity",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "423" : {
            "description" : "Locked",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "424" : {
            "description" : "Failed Dependency",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "425" : {
            "description" : "Too Early",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "426" : {
            "description" : "Upgrade Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "429" : {
            "description" : "Too Many Requests",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "431" : {
            "description" : "Request Header Fields Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "500" : {
            "description" : "Internal Server Error",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "501" : {
            "description" : "Not Implemented",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "502" : {
            "description" : "Bad Gateway",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "503" : {
            "description" : "Service Unavailable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "504" : {
            "description" : "Gateway Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "505" : {
            "description" : "HTTP Version Not Supported",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "506" : {
            "description" : "Variant Also Negotiates",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "507" : {
            "description" : "Insufficient Storage",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          }
        },
        "deprecated" : false
      },
      "delete" : {
        "tags" : [ "v1" ],
        "summary" : "Delete order by id with time coordinates",
        "description" : "Delete order by id with time coordinates",
        "operationId" : "order-entity-id-remove",
        "parameters" : [ {
          "name" : "entity-id",
          "in" : "path",
          "description" : "The Entity Id of the order",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "object",
            "title" : "*"
          }
        }, {
          "name" : "X-Author",
          "in" : "header",
          "description" : "The Author of the Call, only required if JWT is not being used for authentication",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "X-Request-ID",
          "in" : "header",
          "description" : "A unique identifier for the request, the server will generate one if not provided",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "effectiveasof",
          "in" : "query",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "integer",
            "format" : "int64",
            "title" : "Long"
          }
        } ],
        "responses" : {
          "100" : {
            "description" : "Continue",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "101" : {
            "description" : "Switching Protocols",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "102" : {
            "description" : "Processing",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "200" : {
            "description" : "Successful Response",
            "headers" : {
              "X-Request-ID" : {
                "description" : "A unique identifier for the request, the server will generate one if not provided",
                "required" : true,
                "deprecated" : false,
                "schema" : {
                  "type" : "string",
                  "title" : "String"
                }
              }
            },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.module.dataauthority.EntityRecord"
                }
              }
            }
          },
          "201" : {
            "description" : "Created",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "202" : {
            "description" : "Accepted",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "203" : {
            "description" : "Non-Authoritative Information",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "204" : {
            "description" : "No Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "205" : {
            "description" : "Reset Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "206" : {
            "description" : "Partial Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "207" : {
            "description" : "Multi-Status",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "300" : {
            "description" : "Multiple Choices",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "301" : {
            "description" : "Moved Permanently",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "302" : {
            "description" : "Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "303" : {
            "description" : "See Other",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "304" : {
            "description" : "Not Modified",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "305" : {
            "description" : "Use Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "306" : {
            "description" : "Switch Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "307" : {
            "description" : "Temporary Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "308" : {
            "description" : "Permanent Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "400" : {
            "description" : "Bad Request",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "401" : {
            "description" : "Unauthorized",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "402" : {
            "description" : "Payment Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "403" : {
            "description" : "Forbidden",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "404" : {
            "description" : "Not Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "405" : {
            "description" : "Method Not Allowed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "406" : {
            "description" : "Not Acceptable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "407" : {
            "description" : "Proxy Authentication Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "408" : {
            "description" : "Request Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "409" : {
            "description" : "Conflict",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "410" : {
            "description" : "Gone",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "411" : {
            "description" : "Length Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "412" : {
            "description" : "Precondition Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "413" : {
            "description" : "Payload Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "414" : {
            "description" : "Request-URI Too Long",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "415" : {
            "description" : "Unsupported Media Type",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "416" : {
            "description" : "Requested Range Not Satisfiable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "417" : {
            "description" : "Expectation Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "422" : {
            "description" : "Unprocessable Entity",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "423" : {
            "description" : "Locked",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "424" : {
            "description" : "Failed Dependency",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "425" : {
            "description" : "Too Early",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "426" : {
            "description" : "Upgrade Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "429" : {
            "description" : "Too Many Requests",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "431" : {
            "description" : "Request Header Fields Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "500" : {
            "description" : "Internal Server Error",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "501" : {
            "description" : "Not Implemented",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "502" : {
            "description" : "Bad Gateway",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "503" : {
            "description" : "Service Unavailable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "504" : {
            "description" : "Gateway Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "505" : {
            "description" : "HTTP Version Not Supported",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "506" : {
            "description" : "Variant Also Negotiates",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "507" : {
            "description" : "Insufficient Storage",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          }
        },
        "deprecated" : false
      }
    },
    "/v1/order/order/rid/{entity-record-id}" : {
      "get" : {
        "tags" : [ "v1" ],
        "summary" : "Get Order Header by Record Id",
        "description" : "Get Order Header by Record Id.",
        "operationId" : "order-rid-entity-record-id-get-by-rid",
        "parameters" : [ {
          "name" : "entity-record-id",
          "in" : "path",
          "description" : "The Record Id of the order",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "object",
            "title" : "*"
          }
        }, {
          "name" : "X-Author",
          "in" : "header",
          "description" : "The Author of the Call, only required if JWT is not being used for authentication",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "X-Request-ID",
          "in" : "header",
          "description" : "A unique identifier for the request, the server will generate one if not provided",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        } ],
        "responses" : {
          "100" : {
            "description" : "Continue",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "101" : {
            "description" : "Switching Protocols",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "102" : {
            "description" : "Processing",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "200" : {
            "description" : "Successful Response",
            "headers" : {
              "X-Request-ID" : {
                "description" : "A unique identifier for the request, the server will generate one if not provided",
                "required" : true,
                "deprecated" : false,
                "schema" : {
                  "type" : "string",
                  "title" : "String"
                }
              }
            },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.module.dataauthority.EntityRecord"
                }
              }
            }
          },
          "201" : {
            "description" : "Created",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "202" : {
            "description" : "Accepted",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "203" : {
            "description" : "Non-Authoritative Information",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "204" : {
            "description" : "No Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "205" : {
            "description" : "Reset Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "206" : {
            "description" : "Partial Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "207" : {
            "description" : "Multi-Status",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "300" : {
            "description" : "Multiple Choices",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "301" : {
            "description" : "Moved Permanently",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "302" : {
            "description" : "Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "303" : {
            "description" : "See Other",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "304" : {
            "description" : "Not Modified",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "305" : {
            "description" : "Use Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "306" : {
            "description" : "Switch Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "307" : {
            "description" : "Temporary Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "308" : {
            "description" : "Permanent Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "400" : {
            "description" : "Bad Request",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "401" : {
            "description" : "Unauthorized",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "402" : {
            "description" : "Payment Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "403" : {
            "description" : "Forbidden",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "404" : {
            "description" : "Not Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "405" : {
            "description" : "Method Not Allowed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "406" : {
            "description" : "Not Acceptable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "407" : {
            "description" : "Proxy Authentication Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "408" : {
            "description" : "Request Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "409" : {
            "description" : "Conflict",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "410" : {
            "description" : "Gone",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "411" : {
            "description" : "Length Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "412" : {
            "description" : "Precondition Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "413" : {
            "description" : "Payload Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "414" : {
            "description" : "Request-URI Too Long",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "415" : {
            "description" : "Unsupported Media Type",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "416" : {
            "description" : "Requested Range Not Satisfiable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "417" : {
            "description" : "Expectation Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "422" : {
            "description" : "Unprocessable Entity",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "423" : {
            "description" : "Locked",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "424" : {
            "description" : "Failed Dependency",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "425" : {
            "description" : "Too Early",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "426" : {
            "description" : "Upgrade Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "429" : {
            "description" : "Too Many Requests",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "431" : {
            "description" : "Request Header Fields Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "500" : {
            "description" : "Internal Server Error",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "501" : {
            "description" : "Not Implemented",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "502" : {
            "description" : "Bad Gateway",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "503" : {
            "description" : "Service Unavailable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "504" : {
            "description" : "Gateway Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "505" : {
            "description" : "HTTP Version Not Supported",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "506" : {
            "description" : "Variant Also Negotiates",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "507" : {
            "description" : "Insufficient Storage",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          }
        },
        "deprecated" : false
      }
    },
    "/v1/order/order/query" : {
      "post" : {
        "tags" : [ "v1" ],
        "summary" : "Query order first page",
        "description" : "Query order first page",
        "operationId" : "order-query-create",
        "parameters" : [ {
          "name" : "X-Author",
          "in" : "header",
          "description" : "The Author of the Call, only required if JWT is not being used for authentication",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "X-Request-ID",
          "in" : "header",
          "description" : "A unique identifier for the request, the server will generate one if not provided",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "effectiveasof",
          "in" : "query",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "integer",
            "format" : "int64",
            "title" : "Long"
          }
        }, {
          "name" : "recordedasof",
          "in" : "query",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "integer",
            "format" : "int64",
            "title" : "Long"
          }
        } ],
        "requestBody" : {
          "description" : "Query to find order",
          "content" : {
            "application/json" : {
              "schema" : {
                "$ref" : "#/components/schemas/cards.arda.common.lib.lang.query.Query"
              }
            }
          },
          "required" : true
        },
        "responses" : {
          "100" : {
            "description" : "Continue",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "101" : {
            "description" : "Switching Protocols",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "102" : {
            "description" : "Processing",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "200" : {
            "description" : "Successful Response",
            "headers" : {
              "X-Request-ID" : {
                "description" : "A unique identifier for the request, the server will generate one if not provided",
                "required" : true,
                "deprecated" : false,
                "schema" : {
                  "type" : "string",
                  "title" : "String"
                }
              }
            },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.module.dataauthority.PageResult"
                }
              }
            }
          },
          "201" : {
            "description" : "Created",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "202" : {
            "description" : "Accepted",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "203" : {
            "description" : "Non-Authoritative Information",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "204" : {
            "description" : "No Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "205" : {
            "description" : "Reset Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "206" : {
            "description" : "Partial Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "207" : {
            "description" : "Multi-Status",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "300" : {
            "description" : "Multiple Choices",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "301" : {
            "description" : "Moved Permanently",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "302" : {
            "description" : "Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "303" : {
            "description" : "See Other",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "304" : {
            "description" : "Not Modified",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "305" : {
            "description" : "Use Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "306" : {
            "description" : "Switch Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "307" : {
            "description" : "Temporary Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "308" : {
            "description" : "Permanent Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "400" : {
            "description" : "Bad Request",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "401" : {
            "description" : "Unauthorized",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "402" : {
            "description" : "Payment Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "403" : {
            "description" : "Forbidden",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "404" : {
            "description" : "Not Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "405" : {
            "description" : "Method Not Allowed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "406" : {
            "description" : "Not Acceptable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "407" : {
            "description" : "Proxy Authentication Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "408" : {
            "description" : "Request Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "409" : {
            "description" : "Conflict",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "410" : {
            "description" : "Gone",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "411" : {
            "description" : "Length Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "412" : {
            "description" : "Precondition Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "413" : {
            "description" : "Payload Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "414" : {
            "description" : "Request-URI Too Long",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "415" : {
            "description" : "Unsupported Media Type",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "416" : {
            "description" : "Requested Range Not Satisfiable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "417" : {
            "description" : "Expectation Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "422" : {
            "description" : "Unprocessable Entity",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "423" : {
            "description" : "Locked",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "424" : {
            "description" : "Failed Dependency",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "425" : {
            "description" : "Too Early",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "426" : {
            "description" : "Upgrade Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "429" : {
            "description" : "Too Many Requests",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "431" : {
            "description" : "Request Header Fields Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "500" : {
            "description" : "Internal Server Error",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "501" : {
            "description" : "Not Implemented",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "502" : {
            "description" : "Bad Gateway",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "503" : {
            "description" : "Service Unavailable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "504" : {
            "description" : "Gateway Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "505" : {
            "description" : "HTTP Version Not Supported",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "506" : {
            "description" : "Variant Also Negotiates",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "507" : {
            "description" : "Insufficient Storage",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          }
        },
        "deprecated" : false
      }
    },
    "/v1/order/order/query/{page}" : {
      "get" : {
        "tags" : [ "v1" ],
        "summary" : "Get a Page of order by page id",
        "description" : "Get a Page of order by page id",
        "operationId" : "order-query-page-get-page",
        "parameters" : [ {
          "name" : "page",
          "in" : "path",
          "description" : "The Page Id of the order",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "X-Request-ID",
          "in" : "header",
          "description" : "A unique identifier for the request, the server will generate one if not provided",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "effectiveasof",
          "in" : "query",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "integer",
            "format" : "int64",
            "title" : "Long"
          }
        }, {
          "name" : "recordedasof",
          "in" : "query",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "integer",
            "format" : "int64",
            "title" : "Long"
          }
        } ],
        "responses" : {
          "100" : {
            "description" : "Continue",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "101" : {
            "description" : "Switching Protocols",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "102" : {
            "description" : "Processing",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "200" : {
            "description" : "Successful Response",
            "headers" : {
              "X-Request-ID" : {
                "description" : "A unique identifier for the request, the server will generate one if not provided",
                "required" : true,
                "deprecated" : false,
                "schema" : {
                  "type" : "string",
                  "title" : "String"
                }
              }
            },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.module.dataauthority.PageResult"
                }
              }
            }
          },
          "201" : {
            "description" : "Created",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "202" : {
            "description" : "Accepted",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "203" : {
            "description" : "Non-Authoritative Information",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "204" : {
            "description" : "No Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "205" : {
            "description" : "Reset Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "206" : {
            "description" : "Partial Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "207" : {
            "description" : "Multi-Status",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "300" : {
            "description" : "Multiple Choices",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "301" : {
            "description" : "Moved Permanently",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "302" : {
            "description" : "Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "303" : {
            "description" : "See Other",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "304" : {
            "description" : "Not Modified",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "305" : {
            "description" : "Use Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "306" : {
            "description" : "Switch Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "307" : {
            "description" : "Temporary Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "308" : {
            "description" : "Permanent Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "400" : {
            "description" : "Bad Request",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "401" : {
            "description" : "Unauthorized",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "402" : {
            "description" : "Payment Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "403" : {
            "description" : "Forbidden",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "404" : {
            "description" : "Not Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "405" : {
            "description" : "Method Not Allowed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "406" : {
            "description" : "Not Acceptable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "407" : {
            "description" : "Proxy Authentication Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "408" : {
            "description" : "Request Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "409" : {
            "description" : "Conflict",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "410" : {
            "description" : "Gone",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "411" : {
            "description" : "Length Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "412" : {
            "description" : "Precondition Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "413" : {
            "description" : "Payload Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "414" : {
            "description" : "Request-URI Too Long",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "415" : {
            "description" : "Unsupported Media Type",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "416" : {
            "description" : "Requested Range Not Satisfiable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "417" : {
            "description" : "Expectation Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "422" : {
            "description" : "Unprocessable Entity",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "423" : {
            "description" : "Locked",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "424" : {
            "description" : "Failed Dependency",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "425" : {
            "description" : "Too Early",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "426" : {
            "description" : "Upgrade Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "429" : {
            "description" : "Too Many Requests",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "431" : {
            "description" : "Request Header Fields Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "500" : {
            "description" : "Internal Server Error",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "501" : {
            "description" : "Not Implemented",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "502" : {
            "description" : "Bad Gateway",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "503" : {
            "description" : "Service Unavailable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "504" : {
            "description" : "Gateway Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "505" : {
            "description" : "HTTP Version Not Supported",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "506" : {
            "description" : "Variant Also Negotiates",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "507" : {
            "description" : "Insufficient Storage",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          }
        },
        "deprecated" : false
      }
    },
    "/v1/order/order/{entity-id}/history" : {
      "post" : {
        "tags" : [ "v1" ],
        "summary" : "order History first page",
        "description" : "order History first page",
        "operationId" : "order-entity-id-history-query",
        "parameters" : [ {
          "name" : "entity-id",
          "in" : "path",
          "description" : "The Entity Id of the order",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "object",
            "title" : "*"
          }
        }, {
          "name" : "X-Author",
          "in" : "header",
          "description" : "The Author of the Call, only required if JWT is not being used for authentication",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "X-Request-ID",
          "in" : "header",
          "description" : "A unique identifier for the request, the server will generate one if not provided",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        } ],
        "requestBody" : {
          "description" : "History Request for order",
          "content" : {
            "application/json" : {
              "schema" : {
                "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.server.dataauthority.HistoryRequestBody"
              }
            }
          },
          "required" : true
        },
        "responses" : {
          "100" : {
            "description" : "Continue",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "101" : {
            "description" : "Switching Protocols",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "102" : {
            "description" : "Processing",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "200" : {
            "description" : "Successful Response",
            "headers" : {
              "X-Request-ID" : {
                "description" : "A unique identifier for the request, the server will generate one if not provided",
                "required" : true,
                "deprecated" : false,
                "schema" : {
                  "type" : "string",
                  "title" : "String"
                }
              }
            },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.module.dataauthority.PageResult"
                }
              }
            }
          },
          "201" : {
            "description" : "Created",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "202" : {
            "description" : "Accepted",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "203" : {
            "description" : "Non-Authoritative Information",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "204" : {
            "description" : "No Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "205" : {
            "description" : "Reset Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "206" : {
            "description" : "Partial Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "207" : {
            "description" : "Multi-Status",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "300" : {
            "description" : "Multiple Choices",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "301" : {
            "description" : "Moved Permanently",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "302" : {
            "description" : "Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "303" : {
            "description" : "See Other",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "304" : {
            "description" : "Not Modified",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "305" : {
            "description" : "Use Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "306" : {
            "description" : "Switch Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "307" : {
            "description" : "Temporary Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "308" : {
            "description" : "Permanent Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "400" : {
            "description" : "Bad Request",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "401" : {
            "description" : "Unauthorized",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "402" : {
            "description" : "Payment Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "403" : {
            "description" : "Forbidden",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "404" : {
            "description" : "Not Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "405" : {
            "description" : "Method Not Allowed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "406" : {
            "description" : "Not Acceptable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "407" : {
            "description" : "Proxy Authentication Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "408" : {
            "description" : "Request Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "409" : {
            "description" : "Conflict",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "410" : {
            "description" : "Gone",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "411" : {
            "description" : "Length Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "412" : {
            "description" : "Precondition Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "413" : {
            "description" : "Payload Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "414" : {
            "description" : "Request-URI Too Long",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "415" : {
            "description" : "Unsupported Media Type",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "416" : {
            "description" : "Requested Range Not Satisfiable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "417" : {
            "description" : "Expectation Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "422" : {
            "description" : "Unprocessable Entity",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "423" : {
            "description" : "Locked",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "424" : {
            "description" : "Failed Dependency",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "425" : {
            "description" : "Too Early",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "426" : {
            "description" : "Upgrade Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "429" : {
            "description" : "Too Many Requests",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "431" : {
            "description" : "Request Header Fields Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "500" : {
            "description" : "Internal Server Error",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "501" : {
            "description" : "Not Implemented",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "502" : {
            "description" : "Bad Gateway",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "503" : {
            "description" : "Service Unavailable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "504" : {
            "description" : "Gateway Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "505" : {
            "description" : "HTTP Version Not Supported",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "506" : {
            "description" : "Variant Also Negotiates",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "507" : {
            "description" : "Insufficient Storage",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          }
        },
        "deprecated" : false
      }
    },
    "/v1/order/order/{entity-id}/history/{page}" : {
      "get" : {
        "tags" : [ "v1" ],
        "summary" : "Get a Page of order by page id",
        "description" : "Get a Page of order by page id",
        "operationId" : "order-entity-id-history-page-get-page",
        "parameters" : [ {
          "name" : "entity-id",
          "in" : "path",
          "description" : "The Entity Id of the order",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "object",
            "title" : "*"
          }
        }, {
          "name" : "page",
          "in" : "path",
          "description" : "The Page Id of the order",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "X-Request-ID",
          "in" : "header",
          "description" : "A unique identifier for the request, the server will generate one if not provided",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        } ],
        "responses" : {
          "100" : {
            "description" : "Continue",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "101" : {
            "description" : "Switching Protocols",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "102" : {
            "description" : "Processing",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "200" : {
            "description" : "Successful Response",
            "headers" : {
              "X-Request-ID" : {
                "description" : "A unique identifier for the request, the server will generate one if not provided",
                "required" : true,
                "deprecated" : false,
                "schema" : {
                  "type" : "string",
                  "title" : "String"
                }
              }
            },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.module.dataauthority.PageResult"
                }
              }
            }
          },
          "201" : {
            "description" : "Created",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "202" : {
            "description" : "Accepted",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "203" : {
            "description" : "Non-Authoritative Information",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "204" : {
            "description" : "No Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "205" : {
            "description" : "Reset Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "206" : {
            "description" : "Partial Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "207" : {
            "description" : "Multi-Status",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "300" : {
            "description" : "Multiple Choices",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "301" : {
            "description" : "Moved Permanently",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "302" : {
            "description" : "Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "303" : {
            "description" : "See Other",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "304" : {
            "description" : "Not Modified",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "305" : {
            "description" : "Use Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "306" : {
            "description" : "Switch Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "307" : {
            "description" : "Temporary Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "308" : {
            "description" : "Permanent Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "400" : {
            "description" : "Bad Request",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "401" : {
            "description" : "Unauthorized",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "402" : {
            "description" : "Payment Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "403" : {
            "description" : "Forbidden",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "404" : {
            "description" : "Not Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "405" : {
            "description" : "Method Not Allowed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "406" : {
            "description" : "Not Acceptable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "407" : {
            "description" : "Proxy Authentication Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "408" : {
            "description" : "Request Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "409" : {
            "description" : "Conflict",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "410" : {
            "description" : "Gone",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "411" : {
            "description" : "Length Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "412" : {
            "description" : "Precondition Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "413" : {
            "description" : "Payload Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "414" : {
            "description" : "Request-URI Too Long",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "415" : {
            "description" : "Unsupported Media Type",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "416" : {
            "description" : "Requested Range Not Satisfiable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "417" : {
            "description" : "Expectation Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "422" : {
            "description" : "Unprocessable Entity",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "423" : {
            "description" : "Locked",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "424" : {
            "description" : "Failed Dependency",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "425" : {
            "description" : "Too Early",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "426" : {
            "description" : "Upgrade Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "429" : {
            "description" : "Too Many Requests",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "431" : {
            "description" : "Request Header Fields Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "500" : {
            "description" : "Internal Server Error",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "501" : {
            "description" : "Not Implemented",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "502" : {
            "description" : "Bad Gateway",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "503" : {
            "description" : "Service Unavailable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "504" : {
            "description" : "Gateway Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "505" : {
            "description" : "HTTP Version Not Supported",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "506" : {
            "description" : "Variant Also Negotiates",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "507" : {
            "description" : "Insufficient Storage",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          }
        },
        "deprecated" : false
      }
    },
    "/v1/order/order/bulk" : {
      "put" : {
        "tags" : [ "v1" ],
        "summary" : "Bulk update order entities",
        "description" : "Update multiple order entities in a single atomic transaction. All updates succeed or none if any fails.",
        "operationId" : "order-bulk-bulk-update",
        "parameters" : [ {
          "name" : "X-Author",
          "in" : "header",
          "description" : "The Author of the Call, only required if JWT is not being used for authentication",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "X-Request-ID",
          "in" : "header",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "effectiveasof",
          "in" : "query",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "integer",
            "format" : "int64",
            "title" : "Long"
          }
        } ],
        "requestBody" : {
          "description" : "Bulk update request containing list of entity ID + payload pairs",
          "content" : {
            "application/json" : {
              "schema" : {
                "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.server.dataauthority.BulkUpdateRequest"
              }
            }
          },
          "required" : true
        },
        "responses" : {
          "100" : {
            "description" : "Continue",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "101" : {
            "description" : "Switching Protocols",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "102" : {
            "description" : "Processing",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "200" : {
            "description" : "Successful Response",
            "headers" : {
              "X-Request-ID" : {
                "description" : "A unique identifier for the request, the server will generate one if not provided",
                "required" : true,
                "deprecated" : false,
                "schema" : {
                  "type" : "string",
                  "title" : "String"
                }
              }
            },
            "content" : {
              "application/json" : {
                "schema" : {
                  "type" : "array",
                  "items" : {
                    "$ref" : "#/components/schemas/cards.arda.common.lib.module.dataauthority.EntityRecord"
                  },
                  "title" : "ListOfEntityRecord"
                }
              }
            }
          },
          "201" : {
            "description" : "Created",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "202" : {
            "description" : "Accepted",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "203" : {
            "description" : "Non-Authoritative Information",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "204" : {
            "description" : "No Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "205" : {
            "description" : "Reset Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "206" : {
            "description" : "Partial Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "207" : {
            "description" : "Multi-Status",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "300" : {
            "description" : "Multiple Choices",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "301" : {
            "description" : "Moved Permanently",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "302" : {
            "description" : "Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "303" : {
            "description" : "See Other",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "304" : {
            "description" : "Not Modified",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "305" : {
            "description" : "Use Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "306" : {
            "description" : "Switch Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "307" : {
            "description" : "Temporary Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "308" : {
            "description" : "Permanent Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "400" : {
            "description" : "Bad Request",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "401" : {
            "description" : "Unauthorized",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "402" : {
            "description" : "Payment Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "403" : {
            "description" : "Forbidden",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "404" : {
            "description" : "Not Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "405" : {
            "description" : "Method Not Allowed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "406" : {
            "description" : "Not Acceptable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "407" : {
            "description" : "Proxy Authentication Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "408" : {
            "description" : "Request Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "409" : {
            "description" : "Conflict",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "410" : {
            "description" : "Gone",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "411" : {
            "description" : "Length Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "412" : {
            "description" : "Precondition Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "413" : {
            "description" : "Payload Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "414" : {
            "description" : "Request-URI Too Long",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "415" : {
            "description" : "Unsupported Media Type",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "416" : {
            "description" : "Requested Range Not Satisfiable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "417" : {
            "description" : "Expectation Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "422" : {
            "description" : "Unprocessable Entity",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "423" : {
            "description" : "Locked",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "424" : {
            "description" : "Failed Dependency",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "425" : {
            "description" : "Too Early",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "426" : {
            "description" : "Upgrade Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "429" : {
            "description" : "Too Many Requests",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "431" : {
            "description" : "Request Header Fields Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "500" : {
            "description" : "Internal Server Error",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "501" : {
            "description" : "Not Implemented",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "502" : {
            "description" : "Bad Gateway",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "503" : {
            "description" : "Service Unavailable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "504" : {
            "description" : "Gateway Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "505" : {
            "description" : "HTTP Version Not Supported",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "506" : {
            "description" : "Variant Also Negotiates",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "507" : {
            "description" : "Insufficient Storage",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          }
        },
        "deprecated" : false
      },
      "post" : {
        "tags" : [ "v1" ],
        "summary" : "Bulk add order entities",
        "description" : "Add multiple order entities in a single atomic transaction. All items are created or none if any fails.",
        "operationId" : "order-bulk-bulk-add",
        "parameters" : [ {
          "name" : "X-Author",
          "in" : "header",
          "description" : "The Author of the Call, only required if JWT is not being used for authentication",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "X-Request-ID",
          "in" : "header",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "effectiveasof",
          "in" : "query",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "integer",
            "format" : "int64",
            "title" : "Long"
          }
        } ],
        "requestBody" : {
          "description" : "List of order inputs to add in a single atomic transaction",
          "content" : {
            "application/json" : {
              "schema" : {
                "type" : "array",
                "items" : {
                  "$ref" : "#/components/schemas/cards.arda.operations.procurement.orders.api.rest.OrderHeaderInput"
                },
                "title" : "ListOfOrderHeaderInput"
              }
            }
          },
          "required" : true
        },
        "responses" : {
          "100" : {
            "description" : "Continue",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "101" : {
            "description" : "Switching Protocols",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "102" : {
            "description" : "Processing",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "200" : {
            "description" : "Successful Response",
            "headers" : {
              "X-Request-ID" : {
                "description" : "A unique identifier for the request, the server will generate one if not provided",
                "required" : true,
                "deprecated" : false,
                "schema" : {
                  "type" : "string",
                  "title" : "String"
                }
              }
            },
            "content" : {
              "application/json" : {
                "schema" : {
                  "type" : "array",
                  "items" : {
                    "$ref" : "#/components/schemas/cards.arda.common.lib.module.dataauthority.EntityRecord"
                  },
                  "title" : "ListOfEntityRecord"
                }
              }
            }
          },
          "201" : {
            "description" : "Created",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "202" : {
            "description" : "Accepted",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "203" : {
            "description" : "Non-Authoritative Information",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "204" : {
            "description" : "No Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "205" : {
            "description" : "Reset Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "206" : {
            "description" : "Partial Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "207" : {
            "description" : "Multi-Status",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "300" : {
            "description" : "Multiple Choices",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "301" : {
            "description" : "Moved Permanently",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "302" : {
            "description" : "Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "303" : {
            "description" : "See Other",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "304" : {
            "description" : "Not Modified",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "305" : {
            "description" : "Use Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "306" : {
            "description" : "Switch Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "307" : {
            "description" : "Temporary Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "308" : {
            "description" : "Permanent Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "400" : {
            "description" : "Bad Request",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "401" : {
            "description" : "Unauthorized",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "402" : {
            "description" : "Payment Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "403" : {
            "description" : "Forbidden",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "404" : {
            "description" : "Not Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "405" : {
            "description" : "Method Not Allowed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "406" : {
            "description" : "Not Acceptable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "407" : {
            "description" : "Proxy Authentication Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "408" : {
            "description" : "Request Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "409" : {
            "description" : "Conflict",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "410" : {
            "description" : "Gone",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "411" : {
            "description" : "Length Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "412" : {
            "description" : "Precondition Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "413" : {
            "description" : "Payload Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "414" : {
            "description" : "Request-URI Too Long",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "415" : {
            "description" : "Unsupported Media Type",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "416" : {
            "description" : "Requested Range Not Satisfiable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "417" : {
            "description" : "Expectation Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "422" : {
            "description" : "Unprocessable Entity",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "423" : {
            "description" : "Locked",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "424" : {
            "description" : "Failed Dependency",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "425" : {
            "description" : "Too Early",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "426" : {
            "description" : "Upgrade Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "429" : {
            "description" : "Too Many Requests",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "431" : {
            "description" : "Request Header Fields Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "500" : {
            "description" : "Internal Server Error",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "501" : {
            "description" : "Not Implemented",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "502" : {
            "description" : "Bad Gateway",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "503" : {
            "description" : "Service Unavailable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "504" : {
            "description" : "Gateway Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "505" : {
            "description" : "HTTP Version Not Supported",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "506" : {
            "description" : "Variant Also Negotiates",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "507" : {
            "description" : "Insufficient Storage",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          }
        },
        "deprecated" : false
      }
    },
    "/v1/order/order/full/{entity-id}" : {
      "get" : {
        "tags" : [ "v1" ],
        "summary" : "Get an Order with all its lines as of specific time coordinates",
        "description" : "Get an Order with all its lines as of specific time coordinates",
        "operationId" : "order-full-entity-id-by-eid",
        "parameters" : [ {
          "name" : "X-Author",
          "in" : "header",
          "description" : "The Author of the Call, only required if JWT is not being used for authentication",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "X-Tenant-Id",
          "in" : "header",
          "description" : "The Tenant Identifier",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "object",
            "title" : "*"
          }
        }, {
          "name" : "entity-id",
          "in" : "path",
          "description" : "The Entity Id of the order",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "object",
            "title" : "*"
          }
        }, {
          "name" : "X-Request-ID",
          "in" : "header",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "effectiveasof",
          "in" : "query",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "integer",
            "format" : "int64",
            "title" : "Long"
          }
        }, {
          "name" : "recordedasof",
          "in" : "query",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "integer",
            "format" : "int64",
            "title" : "Long"
          }
        } ],
        "responses" : {
          "100" : {
            "description" : "Continue",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "101" : {
            "description" : "Switching Protocols",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "102" : {
            "description" : "Processing",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "200" : {
            "description" : "Successful Response",
            "headers" : {
              "X-Request-ID" : {
                "description" : "A unique identifier for the request, the server will generate one if not provided",
                "required" : true,
                "deprecated" : false,
                "schema" : {
                  "type" : "string",
                  "title" : "String"
                }
              }
            },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.operations.procurement.orders.service.ParentChildRecord"
                }
              }
            }
          },
          "201" : {
            "description" : "Created",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "202" : {
            "description" : "Accepted",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "203" : {
            "description" : "Non-Authoritative Information",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "204" : {
            "description" : "No Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "205" : {
            "description" : "Reset Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "206" : {
            "description" : "Partial Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "207" : {
            "description" : "Multi-Status",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "300" : {
            "description" : "Multiple Choices",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "301" : {
            "description" : "Moved Permanently",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "302" : {
            "description" : "Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "303" : {
            "description" : "See Other",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "304" : {
            "description" : "Not Modified",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "305" : {
            "description" : "Use Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "306" : {
            "description" : "Switch Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "307" : {
            "description" : "Temporary Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "308" : {
            "description" : "Permanent Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "400" : {
            "description" : "Bad Request",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "401" : {
            "description" : "Unauthorized",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "402" : {
            "description" : "Payment Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "403" : {
            "description" : "Forbidden",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "404" : {
            "description" : "Not Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "405" : {
            "description" : "Method Not Allowed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "406" : {
            "description" : "Not Acceptable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "407" : {
            "description" : "Proxy Authentication Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "408" : {
            "description" : "Request Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "409" : {
            "description" : "Conflict",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "410" : {
            "description" : "Gone",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "411" : {
            "description" : "Length Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "412" : {
            "description" : "Precondition Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "413" : {
            "description" : "Payload Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "414" : {
            "description" : "Request-URI Too Long",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "415" : {
            "description" : "Unsupported Media Type",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "416" : {
            "description" : "Requested Range Not Satisfiable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "417" : {
            "description" : "Expectation Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "422" : {
            "description" : "Unprocessable Entity",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "423" : {
            "description" : "Locked",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "424" : {
            "description" : "Failed Dependency",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "425" : {
            "description" : "Too Early",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "426" : {
            "description" : "Upgrade Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "429" : {
            "description" : "Too Many Requests",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "431" : {
            "description" : "Request Header Fields Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "500" : {
            "description" : "Internal Server Error",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "501" : {
            "description" : "Not Implemented",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "502" : {
            "description" : "Bad Gateway",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "503" : {
            "description" : "Service Unavailable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "504" : {
            "description" : "Gateway Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "505" : {
            "description" : "HTTP Version Not Supported",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "506" : {
            "description" : "Variant Also Negotiates",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "507" : {
            "description" : "Insufficient Storage",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          }
        },
        "deprecated" : false
      }
    },
    "/v1/order/order/full/rid/{entity-record-id}" : {
      "get" : {
        "tags" : [ "v1" ],
        "summary" : "Get the Full Order by its rId",
        "description" : "Get the Full Order by its rId",
        "operationId" : "order-full-rid-entity-record-id-by-rid",
        "parameters" : [ {
          "name" : "X-Author",
          "in" : "header",
          "description" : "The Author of the Call, only required if JWT is not being used for authentication",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "X-Tenant-Id",
          "in" : "header",
          "description" : "The Tenant Identifier",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "object",
            "title" : "*"
          }
        }, {
          "name" : "entity-record-id",
          "in" : "path",
          "description" : "The Record Id of the order",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "object",
            "title" : "*"
          }
        }, {
          "name" : "X-Request-ID",
          "in" : "header",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "effectiveasof",
          "in" : "query",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "integer",
            "format" : "int64",
            "title" : "Long"
          }
        } ],
        "responses" : {
          "100" : {
            "description" : "Continue",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "101" : {
            "description" : "Switching Protocols",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "102" : {
            "description" : "Processing",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "200" : {
            "description" : "Successful Response",
            "headers" : {
              "X-Request-ID" : {
                "description" : "A unique identifier for the request, the server will generate one if not provided",
                "required" : true,
                "deprecated" : false,
                "schema" : {
                  "type" : "string",
                  "title" : "String"
                }
              }
            },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.operations.procurement.orders.service.ParentChildRecord"
                }
              }
            }
          },
          "201" : {
            "description" : "Created",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "202" : {
            "description" : "Accepted",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "203" : {
            "description" : "Non-Authoritative Information",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "204" : {
            "description" : "No Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "205" : {
            "description" : "Reset Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "206" : {
            "description" : "Partial Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "207" : {
            "description" : "Multi-Status",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "300" : {
            "description" : "Multiple Choices",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "301" : {
            "description" : "Moved Permanently",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "302" : {
            "description" : "Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "303" : {
            "description" : "See Other",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "304" : {
            "description" : "Not Modified",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "305" : {
            "description" : "Use Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "306" : {
            "description" : "Switch Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "307" : {
            "description" : "Temporary Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "308" : {
            "description" : "Permanent Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "400" : {
            "description" : "Bad Request",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "401" : {
            "description" : "Unauthorized",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "402" : {
            "description" : "Payment Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "403" : {
            "description" : "Forbidden",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "404" : {
            "description" : "Not Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "405" : {
            "description" : "Method Not Allowed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "406" : {
            "description" : "Not Acceptable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "407" : {
            "description" : "Proxy Authentication Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "408" : {
            "description" : "Request Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "409" : {
            "description" : "Conflict",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "410" : {
            "description" : "Gone",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "411" : {
            "description" : "Length Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "412" : {
            "description" : "Precondition Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "413" : {
            "description" : "Payload Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "414" : {
            "description" : "Request-URI Too Long",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "415" : {
            "description" : "Unsupported Media Type",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "416" : {
            "description" : "Requested Range Not Satisfiable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "417" : {
            "description" : "Expectation Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "422" : {
            "description" : "Unprocessable Entity",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "423" : {
            "description" : "Locked",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "424" : {
            "description" : "Failed Dependency",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "425" : {
            "description" : "Too Early",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "426" : {
            "description" : "Upgrade Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "429" : {
            "description" : "Too Many Requests",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "431" : {
            "description" : "Request Header Fields Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "500" : {
            "description" : "Internal Server Error",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "501" : {
            "description" : "Not Implemented",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "502" : {
            "description" : "Bad Gateway",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "503" : {
            "description" : "Service Unavailable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "504" : {
            "description" : "Gateway Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "505" : {
            "description" : "HTTP Version Not Supported",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "506" : {
            "description" : "Variant Also Negotiates",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "507" : {
            "description" : "Insufficient Storage",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          }
        },
        "deprecated" : false
      }
    },
    "/v1/order/order/{entity-id}/lines" : {
      "post" : {
        "tags" : [ "v1" ],
        "summary" : "Add a Free Form line to an existing Order",
        "description" : "Add a Free Form line to an existing Order",
        "operationId" : "order-entity-id-lines-add-line",
        "parameters" : [ {
          "name" : "entity-id",
          "in" : "path",
          "description" : "The Entity Id of the order",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "object",
            "title" : "*"
          }
        }, {
          "name" : "X-Author",
          "in" : "header",
          "description" : "The Author of the Call, only required if JWT is not being used for authentication",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "X-Tenant-Id",
          "in" : "header",
          "description" : "The Tenant Identifier",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "object",
            "title" : "*"
          }
        }, {
          "name" : "X-Request-ID",
          "in" : "header",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "effectiveasof",
          "in" : "query",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "integer",
            "format" : "int64",
            "title" : "Long"
          }
        }, {
          "name" : "insertion-index",
          "in" : "query",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "integer",
            "format" : "int32",
            "title" : "Int"
          }
        } ],
        "requestBody" : {
          "description" : "Free Form Order Line Input",
          "content" : {
            "application/json" : {
              "schema" : {
                "$ref" : "#/components/schemas/cards.arda.operations.procurement.orders.api.rest.FreeFormOrderLineInput"
              }
            }
          },
          "required" : true
        },
        "responses" : {
          "100" : {
            "description" : "Continue",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "101" : {
            "description" : "Switching Protocols",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "102" : {
            "description" : "Processing",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "200" : {
            "description" : "Successful Response",
            "headers" : {
              "X-Request-ID" : {
                "description" : "A unique identifier for the request, the server will generate one if not provided",
                "required" : true,
                "deprecated" : false,
                "schema" : {
                  "type" : "string",
                  "title" : "String"
                }
              }
            },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.operations.procurement.orders.service.ParentChildRecord"
                }
              }
            }
          },
          "201" : {
            "description" : "Created",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "202" : {
            "description" : "Accepted",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "203" : {
            "description" : "Non-Authoritative Information",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "204" : {
            "description" : "No Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "205" : {
            "description" : "Reset Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "206" : {
            "description" : "Partial Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "207" : {
            "description" : "Multi-Status",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "300" : {
            "description" : "Multiple Choices",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "301" : {
            "description" : "Moved Permanently",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "302" : {
            "description" : "Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "303" : {
            "description" : "See Other",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "304" : {
            "description" : "Not Modified",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "305" : {
            "description" : "Use Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "306" : {
            "description" : "Switch Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "307" : {
            "description" : "Temporary Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "308" : {
            "description" : "Permanent Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "400" : {
            "description" : "Bad Request",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "401" : {
            "description" : "Unauthorized",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "402" : {
            "description" : "Payment Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "403" : {
            "description" : "Forbidden",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "404" : {
            "description" : "Not Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "405" : {
            "description" : "Method Not Allowed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "406" : {
            "description" : "Not Acceptable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "407" : {
            "description" : "Proxy Authentication Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "408" : {
            "description" : "Request Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "409" : {
            "description" : "Conflict",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "410" : {
            "description" : "Gone",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "411" : {
            "description" : "Length Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "412" : {
            "description" : "Precondition Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "413" : {
            "description" : "Payload Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "414" : {
            "description" : "Request-URI Too Long",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "415" : {
            "description" : "Unsupported Media Type",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "416" : {
            "description" : "Requested Range Not Satisfiable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "417" : {
            "description" : "Expectation Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "422" : {
            "description" : "Unprocessable Entity",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "423" : {
            "description" : "Locked",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "424" : {
            "description" : "Failed Dependency",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "425" : {
            "description" : "Too Early",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "426" : {
            "description" : "Upgrade Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "429" : {
            "description" : "Too Many Requests",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "431" : {
            "description" : "Request Header Fields Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "500" : {
            "description" : "Internal Server Error",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "501" : {
            "description" : "Not Implemented",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "502" : {
            "description" : "Bad Gateway",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "503" : {
            "description" : "Service Unavailable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "504" : {
            "description" : "Gateway Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "505" : {
            "description" : "HTTP Version Not Supported",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "506" : {
            "description" : "Variant Also Negotiates",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "507" : {
            "description" : "Insufficient Storage",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          }
        },
        "deprecated" : false
      }
    },
    "/v1/order/order/{entity-id}/lines/{order-line-eid}" : {
      "put" : {
        "tags" : [ "v1" ],
        "summary" : "Update a Free Form line in an existing Order",
        "description" : "Update a Free Form line in an existing Order",
        "operationId" : "order-entity-id-lines-order-line-eid-update-line",
        "parameters" : [ {
          "name" : "entity-id",
          "in" : "path",
          "description" : "The Entity Id of the order",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "object",
            "title" : "*"
          }
        }, {
          "name" : "X-Author",
          "in" : "header",
          "description" : "The Author of the Call, only required if JWT is not being used for authentication",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "X-Tenant-Id",
          "in" : "header",
          "description" : "The Tenant Identifier",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "object",
            "title" : "*"
          }
        }, {
          "name" : "order-line-eid",
          "in" : "path",
          "description" : "The Entity Id of the order-line",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "object",
            "title" : "*"
          }
        }, {
          "name" : "X-Request-ID",
          "in" : "header",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "effectiveasof",
          "in" : "query",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "integer",
            "format" : "int64",
            "title" : "Long"
          }
        } ],
        "requestBody" : {
          "description" : "Free Form Order Line Input",
          "content" : {
            "application/json" : {
              "schema" : {
                "$ref" : "#/components/schemas/cards.arda.operations.procurement.orders.api.rest.FreeFormOrderLineInput"
              }
            }
          },
          "required" : true
        },
        "responses" : {
          "100" : {
            "description" : "Continue",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "101" : {
            "description" : "Switching Protocols",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "102" : {
            "description" : "Processing",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "200" : {
            "description" : "Successful Response",
            "headers" : {
              "X-Request-ID" : {
                "description" : "A unique identifier for the request, the server will generate one if not provided",
                "required" : true,
                "deprecated" : false,
                "schema" : {
                  "type" : "string",
                  "title" : "String"
                }
              }
            },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.operations.procurement.orders.service.ParentChildRecord"
                }
              }
            }
          },
          "201" : {
            "description" : "Created",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "202" : {
            "description" : "Accepted",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "203" : {
            "description" : "Non-Authoritative Information",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "204" : {
            "description" : "No Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "205" : {
            "description" : "Reset Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "206" : {
            "description" : "Partial Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "207" : {
            "description" : "Multi-Status",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "300" : {
            "description" : "Multiple Choices",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "301" : {
            "description" : "Moved Permanently",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "302" : {
            "description" : "Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "303" : {
            "description" : "See Other",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "304" : {
            "description" : "Not Modified",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "305" : {
            "description" : "Use Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "306" : {
            "description" : "Switch Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "307" : {
            "description" : "Temporary Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "308" : {
            "description" : "Permanent Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "400" : {
            "description" : "Bad Request",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "401" : {
            "description" : "Unauthorized",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "402" : {
            "description" : "Payment Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "403" : {
            "description" : "Forbidden",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "404" : {
            "description" : "Not Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "405" : {
            "description" : "Method Not Allowed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "406" : {
            "description" : "Not Acceptable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "407" : {
            "description" : "Proxy Authentication Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "408" : {
            "description" : "Request Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "409" : {
            "description" : "Conflict",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "410" : {
            "description" : "Gone",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "411" : {
            "description" : "Length Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "412" : {
            "description" : "Precondition Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "413" : {
            "description" : "Payload Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "414" : {
            "description" : "Request-URI Too Long",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "415" : {
            "description" : "Unsupported Media Type",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "416" : {
            "description" : "Requested Range Not Satisfiable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "417" : {
            "description" : "Expectation Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "422" : {
            "description" : "Unprocessable Entity",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "423" : {
            "description" : "Locked",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "424" : {
            "description" : "Failed Dependency",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "425" : {
            "description" : "Too Early",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "426" : {
            "description" : "Upgrade Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "429" : {
            "description" : "Too Many Requests",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "431" : {
            "description" : "Request Header Fields Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "500" : {
            "description" : "Internal Server Error",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "501" : {
            "description" : "Not Implemented",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "502" : {
            "description" : "Bad Gateway",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "503" : {
            "description" : "Service Unavailable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "504" : {
            "description" : "Gateway Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "505" : {
            "description" : "HTTP Version Not Supported",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "506" : {
            "description" : "Variant Also Negotiates",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "507" : {
            "description" : "Insufficient Storage",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          }
        },
        "deprecated" : false
      },
      "delete" : {
        "tags" : [ "v1" ],
        "summary" : "Remove a line from an existing Order",
        "description" : "Remove a line from an existing Order",
        "operationId" : "order-entity-id-lines-order-line-eid-remove-line",
        "parameters" : [ {
          "name" : "entity-id",
          "in" : "path",
          "description" : "The Entity Id of the order",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "object",
            "title" : "*"
          }
        }, {
          "name" : "X-Author",
          "in" : "header",
          "description" : "The Author of the Call, only required if JWT is not being used for authentication",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "X-Tenant-Id",
          "in" : "header",
          "description" : "The Tenant Identifier",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "object",
            "title" : "*"
          }
        }, {
          "name" : "order-line-eid",
          "in" : "path",
          "description" : "The Entity Id of the order-line",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "object",
            "title" : "*"
          }
        }, {
          "name" : "X-Request-ID",
          "in" : "header",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "effectiveasof",
          "in" : "query",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "integer",
            "format" : "int64",
            "title" : "Long"
          }
        } ],
        "responses" : {
          "100" : {
            "description" : "Continue",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "101" : {
            "description" : "Switching Protocols",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "102" : {
            "description" : "Processing",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "200" : {
            "description" : "Successful Response",
            "headers" : {
              "X-Request-ID" : {
                "description" : "A unique identifier for the request, the server will generate one if not provided",
                "required" : true,
                "deprecated" : false,
                "schema" : {
                  "type" : "string",
                  "title" : "String"
                }
              }
            },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.operations.procurement.orders.service.ParentChildRecord"
                }
              }
            }
          },
          "201" : {
            "description" : "Created",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "202" : {
            "description" : "Accepted",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "203" : {
            "description" : "Non-Authoritative Information",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "204" : {
            "description" : "No Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "205" : {
            "description" : "Reset Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "206" : {
            "description" : "Partial Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "207" : {
            "description" : "Multi-Status",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "300" : {
            "description" : "Multiple Choices",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "301" : {
            "description" : "Moved Permanently",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "302" : {
            "description" : "Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "303" : {
            "description" : "See Other",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "304" : {
            "description" : "Not Modified",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "305" : {
            "description" : "Use Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "306" : {
            "description" : "Switch Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "307" : {
            "description" : "Temporary Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "308" : {
            "description" : "Permanent Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "400" : {
            "description" : "Bad Request",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "401" : {
            "description" : "Unauthorized",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "402" : {
            "description" : "Payment Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "403" : {
            "description" : "Forbidden",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "404" : {
            "description" : "Not Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "405" : {
            "description" : "Method Not Allowed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "406" : {
            "description" : "Not Acceptable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "407" : {
            "description" : "Proxy Authentication Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "408" : {
            "description" : "Request Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "409" : {
            "description" : "Conflict",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "410" : {
            "description" : "Gone",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "411" : {
            "description" : "Length Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "412" : {
            "description" : "Precondition Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "413" : {
            "description" : "Payload Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "414" : {
            "description" : "Request-URI Too Long",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "415" : {
            "description" : "Unsupported Media Type",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "416" : {
            "description" : "Requested Range Not Satisfiable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "417" : {
            "description" : "Expectation Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "422" : {
            "description" : "Unprocessable Entity",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "423" : {
            "description" : "Locked",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "424" : {
            "description" : "Failed Dependency",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "425" : {
            "description" : "Too Early",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "426" : {
            "description" : "Upgrade Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "429" : {
            "description" : "Too Many Requests",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "431" : {
            "description" : "Request Header Fields Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "500" : {
            "description" : "Internal Server Error",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "501" : {
            "description" : "Not Implemented",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "502" : {
            "description" : "Bad Gateway",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "503" : {
            "description" : "Service Unavailable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "504" : {
            "description" : "Gateway Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "505" : {
            "description" : "HTTP Version Not Supported",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "506" : {
            "description" : "Variant Also Negotiates",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "507" : {
            "description" : "Insufficient Storage",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          }
        },
        "deprecated" : false
      }
    },
    "/v1/order/order/{entity-id}/lines/move-line/{order-line-eid}" : {
      "put" : {
        "tags" : [ "v1" ],
        "summary" : "Remove a line from an existing Order",
        "description" : "Remove a line from an existing Order",
        "operationId" : "order-entity-id-lines-move-line-order-line-eid-move-line",
        "parameters" : [ {
          "name" : "entity-id",
          "in" : "path",
          "description" : "The Entity Id of the order",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "object",
            "title" : "*"
          }
        }, {
          "name" : "X-Author",
          "in" : "header",
          "description" : "The Author of the Call, only required if JWT is not being used for authentication",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "X-Tenant-Id",
          "in" : "header",
          "description" : "The Tenant Identifier",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "object",
            "title" : "*"
          }
        }, {
          "name" : "insertion-index",
          "in" : "query",
          "description" : "",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "integer",
            "format" : "int32",
            "title" : "Int"
          }
        }, {
          "name" : "order-line-eid",
          "in" : "path",
          "description" : "The Entity Id of the order-line",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "object",
            "title" : "*"
          }
        }, {
          "name" : "X-Request-ID",
          "in" : "header",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "effectiveasof",
          "in" : "query",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "integer",
            "format" : "int64",
            "title" : "Long"
          }
        } ],
        "responses" : {
          "100" : {
            "description" : "Continue",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "101" : {
            "description" : "Switching Protocols",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "102" : {
            "description" : "Processing",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "200" : {
            "description" : "Successful Response",
            "headers" : {
              "X-Request-ID" : {
                "description" : "A unique identifier for the request, the server will generate one if not provided",
                "required" : true,
                "deprecated" : false,
                "schema" : {
                  "type" : "string",
                  "title" : "String"
                }
              }
            },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.operations.procurement.orders.service.ParentChildRecord"
                }
              }
            }
          },
          "201" : {
            "description" : "Created",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "202" : {
            "description" : "Accepted",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "203" : {
            "description" : "Non-Authoritative Information",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "204" : {
            "description" : "No Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "205" : {
            "description" : "Reset Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "206" : {
            "description" : "Partial Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "207" : {
            "description" : "Multi-Status",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "300" : {
            "description" : "Multiple Choices",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "301" : {
            "description" : "Moved Permanently",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "302" : {
            "description" : "Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "303" : {
            "description" : "See Other",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "304" : {
            "description" : "Not Modified",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "305" : {
            "description" : "Use Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "306" : {
            "description" : "Switch Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "307" : {
            "description" : "Temporary Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "308" : {
            "description" : "Permanent Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "400" : {
            "description" : "Bad Request",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "401" : {
            "description" : "Unauthorized",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "402" : {
            "description" : "Payment Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "403" : {
            "description" : "Forbidden",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "404" : {
            "description" : "Not Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "405" : {
            "description" : "Method Not Allowed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "406" : {
            "description" : "Not Acceptable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "407" : {
            "description" : "Proxy Authentication Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "408" : {
            "description" : "Request Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "409" : {
            "description" : "Conflict",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "410" : {
            "description" : "Gone",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "411" : {
            "description" : "Length Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "412" : {
            "description" : "Precondition Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "413" : {
            "description" : "Payload Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "414" : {
            "description" : "Request-URI Too Long",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "415" : {
            "description" : "Unsupported Media Type",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "416" : {
            "description" : "Requested Range Not Satisfiable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "417" : {
            "description" : "Expectation Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "422" : {
            "description" : "Unprocessable Entity",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "423" : {
            "description" : "Locked",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "424" : {
            "description" : "Failed Dependency",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "425" : {
            "description" : "Too Early",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "426" : {
            "description" : "Upgrade Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "429" : {
            "description" : "Too Many Requests",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "431" : {
            "description" : "Request Header Fields Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "500" : {
            "description" : "Internal Server Error",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "501" : {
            "description" : "Not Implemented",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "502" : {
            "description" : "Bad Gateway",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "503" : {
            "description" : "Service Unavailable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "504" : {
            "description" : "Gateway Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "505" : {
            "description" : "HTTP Version Not Supported",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "506" : {
            "description" : "Variant Also Negotiates",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "507" : {
            "description" : "Insufficient Storage",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          }
        },
        "deprecated" : false
      }
    },
    "/v1/order/order/from-kanban-cards" : {
      "post" : {
        "tags" : [ "v1" ],
        "summary" : "Create an Order from Kanban Card References",
        "description" : "Create an Order from Kanban Cards References",
        "operationId" : "order-from-kanban-cards-create-from-card-eids",
        "parameters" : [ {
          "name" : "X-Author",
          "in" : "header",
          "description" : "The Author of the Call, only required if JWT is not being used for authentication",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "X-Tenant-Id",
          "in" : "header",
          "description" : "The Tenant Identifier",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "object",
            "title" : "*"
          }
        }, {
          "name" : "X-Request-ID",
          "in" : "header",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "effectiveasof",
          "in" : "query",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "integer",
            "format" : "int64",
            "title" : "Long"
          }
        } ],
        "requestBody" : {
          "description" : "Kanban Card References",
          "content" : {
            "application/json" : {
              "schema" : {
                "$ref" : "#/components/schemas/cards.arda.operations.procurement.orders.api.rest.CardReferences"
              }
            }
          },
          "required" : true
        },
        "responses" : {
          "100" : {
            "description" : "Continue",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "101" : {
            "description" : "Switching Protocols",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "102" : {
            "description" : "Processing",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "200" : {
            "description" : "Successful Response",
            "headers" : {
              "X-Request-ID" : {
                "description" : "A unique identifier for the request, the server will generate one if not provided",
                "required" : true,
                "deprecated" : false,
                "schema" : {
                  "type" : "string",
                  "title" : "String"
                }
              }
            },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.operations.procurement.orders.service.ParentChildRecord"
                }
              }
            }
          },
          "201" : {
            "description" : "Created",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "202" : {
            "description" : "Accepted",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "203" : {
            "description" : "Non-Authoritative Information",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "204" : {
            "description" : "No Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "205" : {
            "description" : "Reset Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "206" : {
            "description" : "Partial Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "207" : {
            "description" : "Multi-Status",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "300" : {
            "description" : "Multiple Choices",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "301" : {
            "description" : "Moved Permanently",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "302" : {
            "description" : "Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "303" : {
            "description" : "See Other",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "304" : {
            "description" : "Not Modified",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "305" : {
            "description" : "Use Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "306" : {
            "description" : "Switch Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "307" : {
            "description" : "Temporary Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "308" : {
            "description" : "Permanent Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "400" : {
            "description" : "Bad Request",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "401" : {
            "description" : "Unauthorized",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "402" : {
            "description" : "Payment Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "403" : {
            "description" : "Forbidden",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "404" : {
            "description" : "Not Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "405" : {
            "description" : "Method Not Allowed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "406" : {
            "description" : "Not Acceptable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "407" : {
            "description" : "Proxy Authentication Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "408" : {
            "description" : "Request Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "409" : {
            "description" : "Conflict",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "410" : {
            "description" : "Gone",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "411" : {
            "description" : "Length Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "412" : {
            "description" : "Precondition Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "413" : {
            "description" : "Payload Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "414" : {
            "description" : "Request-URI Too Long",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "415" : {
            "description" : "Unsupported Media Type",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "416" : {
            "description" : "Requested Range Not Satisfiable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "417" : {
            "description" : "Expectation Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "422" : {
            "description" : "Unprocessable Entity",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "423" : {
            "description" : "Locked",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "424" : {
            "description" : "Failed Dependency",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "425" : {
            "description" : "Too Early",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "426" : {
            "description" : "Upgrade Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "429" : {
            "description" : "Too Many Requests",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "431" : {
            "description" : "Request Header Fields Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "500" : {
            "description" : "Internal Server Error",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "501" : {
            "description" : "Not Implemented",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "502" : {
            "description" : "Bad Gateway",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "503" : {
            "description" : "Service Unavailable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "504" : {
            "description" : "Gateway Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "505" : {
            "description" : "HTTP Version Not Supported",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "506" : {
            "description" : "Variant Also Negotiates",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "507" : {
            "description" : "Insufficient Storage",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          }
        },
        "deprecated" : false
      }
    },
    "/v1/order/order/from-kanban-cards/{entity-id}" : {
      "put" : {
        "tags" : [ "v1" ],
        "summary" : "",
        "description" : "",
        "operationId" : "order-from-kanban-cards-entity-id-add-lines-from-card-eids",
        "parameters" : [ {
          "name" : "X-Author",
          "in" : "header",
          "description" : "The Author of the Call, only required if JWT is not being used for authentication",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "X-Tenant-Id",
          "in" : "header",
          "description" : "The Tenant Identifier",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "object",
            "title" : "*"
          }
        }, {
          "name" : "entity-id",
          "in" : "path",
          "description" : "The Entity Id of the order",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "object",
            "title" : "*"
          }
        }, {
          "name" : "X-Request-ID",
          "in" : "header",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "effectiveasof",
          "in" : "query",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "integer",
            "format" : "int64",
            "title" : "Long"
          }
        } ],
        "requestBody" : {
          "description" : "Kanban Card References",
          "content" : {
            "application/json" : {
              "schema" : {
                "$ref" : "#/components/schemas/cards.arda.operations.procurement.orders.api.rest.CardReferences"
              }
            }
          },
          "required" : true
        },
        "responses" : {
          "100" : {
            "description" : "Continue",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "101" : {
            "description" : "Switching Protocols",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "102" : {
            "description" : "Processing",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "200" : {
            "description" : "Successful Response",
            "headers" : {
              "X-Request-ID" : {
                "description" : "A unique identifier for the request, the server will generate one if not provided",
                "required" : true,
                "deprecated" : false,
                "schema" : {
                  "type" : "string",
                  "title" : "String"
                }
              }
            },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.operations.procurement.orders.service.ParentChildRecord"
                }
              }
            }
          },
          "201" : {
            "description" : "Created",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "202" : {
            "description" : "Accepted",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "203" : {
            "description" : "Non-Authoritative Information",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "204" : {
            "description" : "No Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "205" : {
            "description" : "Reset Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "206" : {
            "description" : "Partial Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "207" : {
            "description" : "Multi-Status",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "300" : {
            "description" : "Multiple Choices",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "301" : {
            "description" : "Moved Permanently",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "302" : {
            "description" : "Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "303" : {
            "description" : "See Other",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "304" : {
            "description" : "Not Modified",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "305" : {
            "description" : "Use Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "306" : {
            "description" : "Switch Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "307" : {
            "description" : "Temporary Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "308" : {
            "description" : "Permanent Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "400" : {
            "description" : "Bad Request",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "401" : {
            "description" : "Unauthorized",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "402" : {
            "description" : "Payment Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "403" : {
            "description" : "Forbidden",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "404" : {
            "description" : "Not Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "405" : {
            "description" : "Method Not Allowed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "406" : {
            "description" : "Not Acceptable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "407" : {
            "description" : "Proxy Authentication Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "408" : {
            "description" : "Request Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "409" : {
            "description" : "Conflict",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "410" : {
            "description" : "Gone",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "411" : {
            "description" : "Length Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "412" : {
            "description" : "Precondition Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "413" : {
            "description" : "Payload Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "414" : {
            "description" : "Request-URI Too Long",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "415" : {
            "description" : "Unsupported Media Type",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "416" : {
            "description" : "Requested Range Not Satisfiable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "417" : {
            "description" : "Expectation Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "422" : {
            "description" : "Unprocessable Entity",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "423" : {
            "description" : "Locked",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "424" : {
            "description" : "Failed Dependency",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "425" : {
            "description" : "Too Early",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "426" : {
            "description" : "Upgrade Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "429" : {
            "description" : "Too Many Requests",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "431" : {
            "description" : "Request Header Fields Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "500" : {
            "description" : "Internal Server Error",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "501" : {
            "description" : "Not Implemented",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "502" : {
            "description" : "Bad Gateway",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "503" : {
            "description" : "Service Unavailable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "504" : {
            "description" : "Gateway Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "505" : {
            "description" : "HTTP Version Not Supported",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "506" : {
            "description" : "Variant Also Negotiates",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "507" : {
            "description" : "Insufficient Storage",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          }
        },
        "deprecated" : false
      }
    },
    "/v1/order/order/from-items" : {
      "post" : {
        "tags" : [ "v1" ],
        "summary" : "Create an Order from Item References",
        "description" : "Create an Order from Item References",
        "operationId" : "order-from-items-create-items",
        "parameters" : [ {
          "name" : "X-Author",
          "in" : "header",
          "description" : "The Author of the Call, only required if JWT is not being used for authentication",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "X-Tenant-Id",
          "in" : "header",
          "description" : "The Tenant Identifier",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "object",
            "title" : "*"
          }
        }, {
          "name" : "X-Request-ID",
          "in" : "header",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "effectiveasof",
          "in" : "query",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "integer",
            "format" : "int64",
            "title" : "Long"
          }
        } ],
        "requestBody" : {
          "description" : "Kanban Card References",
          "content" : {
            "application/json" : {
              "schema" : {
                "$ref" : "#/components/schemas/cards.arda.operations.procurement.orders.api.rest.ItemReferences"
              }
            }
          },
          "required" : true
        },
        "responses" : {
          "100" : {
            "description" : "Continue",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "101" : {
            "description" : "Switching Protocols",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "102" : {
            "description" : "Processing",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "200" : {
            "description" : "Successful Response",
            "headers" : {
              "X-Request-ID" : {
                "description" : "A unique identifier for the request, the server will generate one if not provided",
                "required" : true,
                "deprecated" : false,
                "schema" : {
                  "type" : "string",
                  "title" : "String"
                }
              }
            },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.operations.procurement.orders.service.ParentChildRecord"
                }
              }
            }
          },
          "201" : {
            "description" : "Created",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "202" : {
            "description" : "Accepted",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "203" : {
            "description" : "Non-Authoritative Information",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "204" : {
            "description" : "No Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "205" : {
            "description" : "Reset Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "206" : {
            "description" : "Partial Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "207" : {
            "description" : "Multi-Status",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "300" : {
            "description" : "Multiple Choices",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "301" : {
            "description" : "Moved Permanently",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "302" : {
            "description" : "Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "303" : {
            "description" : "See Other",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "304" : {
            "description" : "Not Modified",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "305" : {
            "description" : "Use Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "306" : {
            "description" : "Switch Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "307" : {
            "description" : "Temporary Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "308" : {
            "description" : "Permanent Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "400" : {
            "description" : "Bad Request",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "401" : {
            "description" : "Unauthorized",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "402" : {
            "description" : "Payment Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "403" : {
            "description" : "Forbidden",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "404" : {
            "description" : "Not Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "405" : {
            "description" : "Method Not Allowed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "406" : {
            "description" : "Not Acceptable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "407" : {
            "description" : "Proxy Authentication Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "408" : {
            "description" : "Request Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "409" : {
            "description" : "Conflict",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "410" : {
            "description" : "Gone",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "411" : {
            "description" : "Length Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "412" : {
            "description" : "Precondition Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "413" : {
            "description" : "Payload Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "414" : {
            "description" : "Request-URI Too Long",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "415" : {
            "description" : "Unsupported Media Type",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "416" : {
            "description" : "Requested Range Not Satisfiable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "417" : {
            "description" : "Expectation Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "422" : {
            "description" : "Unprocessable Entity",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "423" : {
            "description" : "Locked",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "424" : {
            "description" : "Failed Dependency",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "425" : {
            "description" : "Too Early",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "426" : {
            "description" : "Upgrade Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "429" : {
            "description" : "Too Many Requests",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "431" : {
            "description" : "Request Header Fields Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "500" : {
            "description" : "Internal Server Error",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "501" : {
            "description" : "Not Implemented",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "502" : {
            "description" : "Bad Gateway",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "503" : {
            "description" : "Service Unavailable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "504" : {
            "description" : "Gateway Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "505" : {
            "description" : "HTTP Version Not Supported",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "506" : {
            "description" : "Variant Also Negotiates",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "507" : {
            "description" : "Insufficient Storage",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          }
        },
        "deprecated" : false
      }
    },
    "/v1/order/order/from-items/{entity-id}" : {
      "put" : {
        "tags" : [ "v1" ],
        "summary" : "",
        "description" : "",
        "operationId" : "order-from-items-entity-id-add-lines-from-item-eids",
        "parameters" : [ {
          "name" : "X-Author",
          "in" : "header",
          "description" : "The Author of the Call, only required if JWT is not being used for authentication",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "X-Tenant-Id",
          "in" : "header",
          "description" : "The Tenant Identifier",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "object",
            "title" : "*"
          }
        }, {
          "name" : "entity-id",
          "in" : "path",
          "description" : "The Entity Id of the order",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "object",
            "title" : "*"
          }
        }, {
          "name" : "X-Request-ID",
          "in" : "header",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "effectiveasof",
          "in" : "query",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "integer",
            "format" : "int64",
            "title" : "Long"
          }
        } ],
        "requestBody" : {
          "description" : "Kanban Card References",
          "content" : {
            "application/json" : {
              "schema" : {
                "$ref" : "#/components/schemas/cards.arda.operations.procurement.orders.api.rest.ItemReferences"
              }
            }
          },
          "required" : true
        },
        "responses" : {
          "100" : {
            "description" : "Continue",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "101" : {
            "description" : "Switching Protocols",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "102" : {
            "description" : "Processing",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "200" : {
            "description" : "Successful Response",
            "headers" : {
              "X-Request-ID" : {
                "description" : "A unique identifier for the request, the server will generate one if not provided",
                "required" : true,
                "deprecated" : false,
                "schema" : {
                  "type" : "string",
                  "title" : "String"
                }
              }
            },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.operations.procurement.orders.service.ParentChildRecord"
                }
              }
            }
          },
          "201" : {
            "description" : "Created",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "202" : {
            "description" : "Accepted",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "203" : {
            "description" : "Non-Authoritative Information",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "204" : {
            "description" : "No Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "205" : {
            "description" : "Reset Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "206" : {
            "description" : "Partial Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "207" : {
            "description" : "Multi-Status",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "300" : {
            "description" : "Multiple Choices",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "301" : {
            "description" : "Moved Permanently",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "302" : {
            "description" : "Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "303" : {
            "description" : "See Other",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "304" : {
            "description" : "Not Modified",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "305" : {
            "description" : "Use Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "306" : {
            "description" : "Switch Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "307" : {
            "description" : "Temporary Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "308" : {
            "description" : "Permanent Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "400" : {
            "description" : "Bad Request",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "401" : {
            "description" : "Unauthorized",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "402" : {
            "description" : "Payment Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "403" : {
            "description" : "Forbidden",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "404" : {
            "description" : "Not Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "405" : {
            "description" : "Method Not Allowed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "406" : {
            "description" : "Not Acceptable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "407" : {
            "description" : "Proxy Authentication Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "408" : {
            "description" : "Request Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "409" : {
            "description" : "Conflict",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "410" : {
            "description" : "Gone",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "411" : {
            "description" : "Length Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "412" : {
            "description" : "Precondition Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "413" : {
            "description" : "Payload Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "414" : {
            "description" : "Request-URI Too Long",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "415" : {
            "description" : "Unsupported Media Type",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "416" : {
            "description" : "Requested Range Not Satisfiable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "417" : {
            "description" : "Expectation Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "422" : {
            "description" : "Unprocessable Entity",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "423" : {
            "description" : "Locked",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "424" : {
            "description" : "Failed Dependency",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "425" : {
            "description" : "Too Early",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "426" : {
            "description" : "Upgrade Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "429" : {
            "description" : "Too Many Requests",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "431" : {
            "description" : "Request Header Fields Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "500" : {
            "description" : "Internal Server Error",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "501" : {
            "description" : "Not Implemented",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "502" : {
            "description" : "Bad Gateway",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "503" : {
            "description" : "Service Unavailable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "504" : {
            "description" : "Gateway Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "505" : {
            "description" : "HTTP Version Not Supported",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "506" : {
            "description" : "Variant Also Negotiates",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "507" : {
            "description" : "Insufficient Storage",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          }
        },
        "deprecated" : false
      }
    },
    "/v1/order/order/{entity-id}/submit" : {
      "put" : {
        "tags" : [ "v1" ],
        "summary" : "Submit Order",
        "description" : "Submit Order",
        "operationId" : "order-entity-id-submit-submit",
        "parameters" : [ {
          "name" : "entity-id",
          "in" : "path",
          "description" : "The Entity Id of the order",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "object",
            "title" : "*"
          }
        }, {
          "name" : "X-Author",
          "in" : "header",
          "description" : "The Author of the Call, only required if JWT is not being used for authentication",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "X-Tenant-Id",
          "in" : "header",
          "description" : "The Tenant Identifier",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "object",
            "title" : "*"
          }
        }, {
          "name" : "X-Request-ID",
          "in" : "header",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "effectiveasof",
          "in" : "query",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "integer",
            "format" : "int64",
            "title" : "Long"
          }
        } ],
        "responses" : {
          "100" : {
            "description" : "Continue",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "101" : {
            "description" : "Switching Protocols",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "102" : {
            "description" : "Processing",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "200" : {
            "description" : "Successful Response",
            "headers" : {
              "X-Request-ID" : {
                "description" : "A unique identifier for the request, the server will generate one if not provided",
                "required" : true,
                "deprecated" : false,
                "schema" : {
                  "type" : "string",
                  "title" : "String"
                }
              }
            },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.operations.procurement.orders.service.ParentChildRecord"
                }
              }
            }
          },
          "201" : {
            "description" : "Created",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "202" : {
            "description" : "Accepted",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "203" : {
            "description" : "Non-Authoritative Information",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "204" : {
            "description" : "No Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "205" : {
            "description" : "Reset Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "206" : {
            "description" : "Partial Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "207" : {
            "description" : "Multi-Status",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "300" : {
            "description" : "Multiple Choices",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "301" : {
            "description" : "Moved Permanently",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "302" : {
            "description" : "Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "303" : {
            "description" : "See Other",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "304" : {
            "description" : "Not Modified",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "305" : {
            "description" : "Use Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "306" : {
            "description" : "Switch Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "307" : {
            "description" : "Temporary Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "308" : {
            "description" : "Permanent Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "400" : {
            "description" : "Bad Request",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "401" : {
            "description" : "Unauthorized",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "402" : {
            "description" : "Payment Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "403" : {
            "description" : "Forbidden",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "404" : {
            "description" : "Not Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "405" : {
            "description" : "Method Not Allowed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "406" : {
            "description" : "Not Acceptable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "407" : {
            "description" : "Proxy Authentication Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "408" : {
            "description" : "Request Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "409" : {
            "description" : "Conflict",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "410" : {
            "description" : "Gone",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "411" : {
            "description" : "Length Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "412" : {
            "description" : "Precondition Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "413" : {
            "description" : "Payload Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "414" : {
            "description" : "Request-URI Too Long",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "415" : {
            "description" : "Unsupported Media Type",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "416" : {
            "description" : "Requested Range Not Satisfiable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "417" : {
            "description" : "Expectation Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "422" : {
            "description" : "Unprocessable Entity",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "423" : {
            "description" : "Locked",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "424" : {
            "description" : "Failed Dependency",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "425" : {
            "description" : "Too Early",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "426" : {
            "description" : "Upgrade Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "429" : {
            "description" : "Too Many Requests",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "431" : {
            "description" : "Request Header Fields Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "500" : {
            "description" : "Internal Server Error",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "501" : {
            "description" : "Not Implemented",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "502" : {
            "description" : "Bad Gateway",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "503" : {
            "description" : "Service Unavailable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "504" : {
            "description" : "Gateway Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "505" : {
            "description" : "HTTP Version Not Supported",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "506" : {
            "description" : "Variant Also Negotiates",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "507" : {
            "description" : "Insufficient Storage",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          }
        },
        "deprecated" : false
      }
    },
    "/v1/order/order/{entity-id}/accepted" : {
      "put" : {
        "tags" : [ "v1" ],
        "summary" : "Order Accepted by Supplier",
        "description" : "Order Accepted by Supplier",
        "operationId" : "order-entity-id-accepted-accepted",
        "parameters" : [ {
          "name" : "entity-id",
          "in" : "path",
          "description" : "The Entity Id of the order",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "object",
            "title" : "*"
          }
        }, {
          "name" : "X-Author",
          "in" : "header",
          "description" : "The Author of the Call, only required if JWT is not being used for authentication",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "X-Tenant-Id",
          "in" : "header",
          "description" : "The Tenant Identifier",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "object",
            "title" : "*"
          }
        }, {
          "name" : "X-Request-ID",
          "in" : "header",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "effectiveasof",
          "in" : "query",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "integer",
            "format" : "int64",
            "title" : "Long"
          }
        } ],
        "responses" : {
          "100" : {
            "description" : "Continue",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "101" : {
            "description" : "Switching Protocols",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "102" : {
            "description" : "Processing",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "200" : {
            "description" : "Successful Response",
            "headers" : {
              "X-Request-ID" : {
                "description" : "A unique identifier for the request, the server will generate one if not provided",
                "required" : true,
                "deprecated" : false,
                "schema" : {
                  "type" : "string",
                  "title" : "String"
                }
              }
            },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.operations.procurement.orders.service.ParentChildRecord"
                }
              }
            }
          },
          "201" : {
            "description" : "Created",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "202" : {
            "description" : "Accepted",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "203" : {
            "description" : "Non-Authoritative Information",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "204" : {
            "description" : "No Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "205" : {
            "description" : "Reset Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "206" : {
            "description" : "Partial Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "207" : {
            "description" : "Multi-Status",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "300" : {
            "description" : "Multiple Choices",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "301" : {
            "description" : "Moved Permanently",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "302" : {
            "description" : "Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "303" : {
            "description" : "See Other",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "304" : {
            "description" : "Not Modified",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "305" : {
            "description" : "Use Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "306" : {
            "description" : "Switch Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "307" : {
            "description" : "Temporary Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "308" : {
            "description" : "Permanent Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "400" : {
            "description" : "Bad Request",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "401" : {
            "description" : "Unauthorized",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "402" : {
            "description" : "Payment Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "403" : {
            "description" : "Forbidden",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "404" : {
            "description" : "Not Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "405" : {
            "description" : "Method Not Allowed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "406" : {
            "description" : "Not Acceptable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "407" : {
            "description" : "Proxy Authentication Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "408" : {
            "description" : "Request Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "409" : {
            "description" : "Conflict",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "410" : {
            "description" : "Gone",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "411" : {
            "description" : "Length Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "412" : {
            "description" : "Precondition Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "413" : {
            "description" : "Payload Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "414" : {
            "description" : "Request-URI Too Long",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "415" : {
            "description" : "Unsupported Media Type",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "416" : {
            "description" : "Requested Range Not Satisfiable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "417" : {
            "description" : "Expectation Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "422" : {
            "description" : "Unprocessable Entity",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "423" : {
            "description" : "Locked",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "424" : {
            "description" : "Failed Dependency",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "425" : {
            "description" : "Too Early",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "426" : {
            "description" : "Upgrade Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "429" : {
            "description" : "Too Many Requests",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "431" : {
            "description" : "Request Header Fields Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "500" : {
            "description" : "Internal Server Error",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "501" : {
            "description" : "Not Implemented",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "502" : {
            "description" : "Bad Gateway",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "503" : {
            "description" : "Service Unavailable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "504" : {
            "description" : "Gateway Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "505" : {
            "description" : "HTTP Version Not Supported",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "506" : {
            "description" : "Variant Also Negotiates",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "507" : {
            "description" : "Insufficient Storage",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          }
        },
        "deprecated" : false
      }
    },
    "/v1/order/order/{entity-id}/receive" : {
      "put" : {
        "tags" : [ "v1" ],
        "summary" : "Receive Against Order Lines",
        "description" : "Receive Against Order Lines",
        "operationId" : "order-entity-id-receive-receive",
        "parameters" : [ {
          "name" : "entity-id",
          "in" : "path",
          "description" : "The Entity Id of the order",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "object",
            "title" : "*"
          }
        }, {
          "name" : "X-Author",
          "in" : "header",
          "description" : "The Author of the Call, only required if JWT is not being used for authentication",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "X-Tenant-Id",
          "in" : "header",
          "description" : "The Tenant Identifier",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "object",
            "title" : "*"
          }
        }, {
          "name" : "X-Request-ID",
          "in" : "header",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "effectiveasof",
          "in" : "query",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "integer",
            "format" : "int64",
            "title" : "Long"
          }
        } ],
        "requestBody" : {
          "description" : "Line Receiving Information",
          "content" : {
            "application/json" : {
              "schema" : {
                "$ref" : "#/components/schemas/cards.arda.operations.procurement.orders.service.ReceiveAgainstLines"
              }
            }
          },
          "required" : true
        },
        "responses" : {
          "100" : {
            "description" : "Continue",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "101" : {
            "description" : "Switching Protocols",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "102" : {
            "description" : "Processing",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "200" : {
            "description" : "Successful Response",
            "headers" : {
              "X-Request-ID" : {
                "description" : "A unique identifier for the request, the server will generate one if not provided",
                "required" : true,
                "deprecated" : false,
                "schema" : {
                  "type" : "string",
                  "title" : "String"
                }
              }
            },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.operations.procurement.orders.service.ParentChildRecord"
                }
              }
            }
          },
          "201" : {
            "description" : "Created",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "202" : {
            "description" : "Accepted",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "203" : {
            "description" : "Non-Authoritative Information",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "204" : {
            "description" : "No Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "205" : {
            "description" : "Reset Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "206" : {
            "description" : "Partial Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "207" : {
            "description" : "Multi-Status",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "300" : {
            "description" : "Multiple Choices",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "301" : {
            "description" : "Moved Permanently",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "302" : {
            "description" : "Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "303" : {
            "description" : "See Other",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "304" : {
            "description" : "Not Modified",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "305" : {
            "description" : "Use Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "306" : {
            "description" : "Switch Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "307" : {
            "description" : "Temporary Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "308" : {
            "description" : "Permanent Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "400" : {
            "description" : "Bad Request",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "401" : {
            "description" : "Unauthorized",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "402" : {
            "description" : "Payment Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "403" : {
            "description" : "Forbidden",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "404" : {
            "description" : "Not Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "405" : {
            "description" : "Method Not Allowed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "406" : {
            "description" : "Not Acceptable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "407" : {
            "description" : "Proxy Authentication Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "408" : {
            "description" : "Request Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "409" : {
            "description" : "Conflict",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "410" : {
            "description" : "Gone",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "411" : {
            "description" : "Length Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "412" : {
            "description" : "Precondition Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "413" : {
            "description" : "Payload Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "414" : {
            "description" : "Request-URI Too Long",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "415" : {
            "description" : "Unsupported Media Type",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "416" : {
            "description" : "Requested Range Not Satisfiable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "417" : {
            "description" : "Expectation Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "422" : {
            "description" : "Unprocessable Entity",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "423" : {
            "description" : "Locked",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "424" : {
            "description" : "Failed Dependency",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "425" : {
            "description" : "Too Early",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "426" : {
            "description" : "Upgrade Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "429" : {
            "description" : "Too Many Requests",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "431" : {
            "description" : "Request Header Fields Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "500" : {
            "description" : "Internal Server Error",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "501" : {
            "description" : "Not Implemented",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "502" : {
            "description" : "Bad Gateway",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "503" : {
            "description" : "Service Unavailable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "504" : {
            "description" : "Gateway Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "505" : {
            "description" : "HTTP Version Not Supported",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "506" : {
            "description" : "Variant Also Negotiates",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "507" : {
            "description" : "Insufficient Storage",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          }
        },
        "deprecated" : false
      }
    },
    "/v1/order/order/{entity-id}/archive" : {
      "put" : {
        "tags" : [ "v1" ],
        "summary" : "Archive Order",
        "description" : "Archive Order",
        "operationId" : "order-entity-id-archive-archive",
        "parameters" : [ {
          "name" : "entity-id",
          "in" : "path",
          "description" : "The Entity Id of the order",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "object",
            "title" : "*"
          }
        }, {
          "name" : "X-Author",
          "in" : "header",
          "description" : "The Author of the Call, only required if JWT is not being used for authentication",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "X-Tenant-Id",
          "in" : "header",
          "description" : "The Tenant Identifier",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "object",
            "title" : "*"
          }
        }, {
          "name" : "X-Request-ID",
          "in" : "header",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "effectiveasof",
          "in" : "query",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "integer",
            "format" : "int64",
            "title" : "Long"
          }
        } ],
        "responses" : {
          "100" : {
            "description" : "Continue",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "101" : {
            "description" : "Switching Protocols",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "102" : {
            "description" : "Processing",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "200" : {
            "description" : "Successful Response",
            "headers" : {
              "X-Request-ID" : {
                "description" : "A unique identifier for the request, the server will generate one if not provided",
                "required" : true,
                "deprecated" : false,
                "schema" : {
                  "type" : "string",
                  "title" : "String"
                }
              }
            },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.operations.procurement.orders.service.ParentChildRecord"
                }
              }
            }
          },
          "201" : {
            "description" : "Created",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "202" : {
            "description" : "Accepted",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "203" : {
            "description" : "Non-Authoritative Information",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "204" : {
            "description" : "No Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "205" : {
            "description" : "Reset Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "206" : {
            "description" : "Partial Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "207" : {
            "description" : "Multi-Status",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "300" : {
            "description" : "Multiple Choices",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "301" : {
            "description" : "Moved Permanently",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "302" : {
            "description" : "Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "303" : {
            "description" : "See Other",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "304" : {
            "description" : "Not Modified",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "305" : {
            "description" : "Use Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "306" : {
            "description" : "Switch Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "307" : {
            "description" : "Temporary Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "308" : {
            "description" : "Permanent Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "400" : {
            "description" : "Bad Request",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "401" : {
            "description" : "Unauthorized",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "402" : {
            "description" : "Payment Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "403" : {
            "description" : "Forbidden",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "404" : {
            "description" : "Not Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "405" : {
            "description" : "Method Not Allowed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "406" : {
            "description" : "Not Acceptable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "407" : {
            "description" : "Proxy Authentication Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "408" : {
            "description" : "Request Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "409" : {
            "description" : "Conflict",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "410" : {
            "description" : "Gone",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "411" : {
            "description" : "Length Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "412" : {
            "description" : "Precondition Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "413" : {
            "description" : "Payload Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "414" : {
            "description" : "Request-URI Too Long",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "415" : {
            "description" : "Unsupported Media Type",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "416" : {
            "description" : "Requested Range Not Satisfiable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "417" : {
            "description" : "Expectation Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "422" : {
            "description" : "Unprocessable Entity",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "423" : {
            "description" : "Locked",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "424" : {
            "description" : "Failed Dependency",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "425" : {
            "description" : "Too Early",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "426" : {
            "description" : "Upgrade Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "429" : {
            "description" : "Too Many Requests",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "431" : {
            "description" : "Request Header Fields Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "500" : {
            "description" : "Internal Server Error",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "501" : {
            "description" : "Not Implemented",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "502" : {
            "description" : "Bad Gateway",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "503" : {
            "description" : "Service Unavailable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "504" : {
            "description" : "Gateway Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "505" : {
            "description" : "HTTP Version Not Supported",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "506" : {
            "description" : "Variant Also Negotiates",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "507" : {
            "description" : "Insufficient Storage",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          }
        },
        "deprecated" : false
      }
    },
    "/v1/order/order/{entity-id}/annotate" : {
      "put" : {
        "tags" : [ "v1" ],
        "summary" : "Annotate Order",
        "description" : "Annotate Order",
        "operationId" : "order-entity-id-annotate-annotate",
        "parameters" : [ {
          "name" : "entity-id",
          "in" : "path",
          "description" : "The Entity Id of the order",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "object",
            "title" : "*"
          }
        }, {
          "name" : "X-Author",
          "in" : "header",
          "description" : "The Author of the Call, only required if JWT is not being used for authentication",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "X-Tenant-Id",
          "in" : "header",
          "description" : "The Tenant Identifier",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "object",
            "title" : "*"
          }
        }, {
          "name" : "X-Request-ID",
          "in" : "header",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "effectiveasof",
          "in" : "query",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "integer",
            "format" : "int64",
            "title" : "Long"
          }
        } ],
        "requestBody" : {
          "description" : "Private Annotation Text",
          "content" : {
            "application/json" : {
              "schema" : {
                "$ref" : "#/components/schemas/cards.arda.operations.procurement.orders.service.AnnotateOrderPayload"
              }
            }
          },
          "required" : true
        },
        "responses" : {
          "100" : {
            "description" : "Continue",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "101" : {
            "description" : "Switching Protocols",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "102" : {
            "description" : "Processing",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "200" : {
            "description" : "Successful Response",
            "headers" : {
              "X-Request-ID" : {
                "description" : "A unique identifier for the request, the server will generate one if not provided",
                "required" : true,
                "deprecated" : false,
                "schema" : {
                  "type" : "string",
                  "title" : "String"
                }
              }
            },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.operations.procurement.orders.service.ParentChildRecord"
                }
              }
            }
          },
          "201" : {
            "description" : "Created",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "202" : {
            "description" : "Accepted",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "203" : {
            "description" : "Non-Authoritative Information",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "204" : {
            "description" : "No Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "205" : {
            "description" : "Reset Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "206" : {
            "description" : "Partial Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "207" : {
            "description" : "Multi-Status",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "300" : {
            "description" : "Multiple Choices",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "301" : {
            "description" : "Moved Permanently",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "302" : {
            "description" : "Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "303" : {
            "description" : "See Other",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "304" : {
            "description" : "Not Modified",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "305" : {
            "description" : "Use Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "306" : {
            "description" : "Switch Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "307" : {
            "description" : "Temporary Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "308" : {
            "description" : "Permanent Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "400" : {
            "description" : "Bad Request",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "401" : {
            "description" : "Unauthorized",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "402" : {
            "description" : "Payment Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "403" : {
            "description" : "Forbidden",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "404" : {
            "description" : "Not Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "405" : {
            "description" : "Method Not Allowed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "406" : {
            "description" : "Not Acceptable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "407" : {
            "description" : "Proxy Authentication Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "408" : {
            "description" : "Request Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "409" : {
            "description" : "Conflict",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "410" : {
            "description" : "Gone",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "411" : {
            "description" : "Length Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "412" : {
            "description" : "Precondition Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "413" : {
            "description" : "Payload Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "414" : {
            "description" : "Request-URI Too Long",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "415" : {
            "description" : "Unsupported Media Type",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "416" : {
            "description" : "Requested Range Not Satisfiable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "417" : {
            "description" : "Expectation Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "422" : {
            "description" : "Unprocessable Entity",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "423" : {
            "description" : "Locked",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "424" : {
            "description" : "Failed Dependency",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "425" : {
            "description" : "Too Early",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "426" : {
            "description" : "Upgrade Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "429" : {
            "description" : "Too Many Requests",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "431" : {
            "description" : "Request Header Fields Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "500" : {
            "description" : "Internal Server Error",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "501" : {
            "description" : "Not Implemented",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "502" : {
            "description" : "Bad Gateway",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "503" : {
            "description" : "Service Unavailable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "504" : {
            "description" : "Gateway Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "505" : {
            "description" : "HTTP Version Not Supported",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "506" : {
            "description" : "Variant Also Negotiates",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "507" : {
            "description" : "Insufficient Storage",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          }
        },
        "deprecated" : false
      }
    },
    "/v1/order/order/{entity-id}/annotate-line/{order-line-eid}" : {
      "put" : {
        "tags" : [ "v1" ],
        "summary" : "Annotate Order Line",
        "description" : "Annotate Order Line",
        "operationId" : "order-entity-id-annotate-line-order-line-eid-annotate-line",
        "parameters" : [ {
          "name" : "entity-id",
          "in" : "path",
          "description" : "The Entity Id of the order",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "object",
            "title" : "*"
          }
        }, {
          "name" : "X-Author",
          "in" : "header",
          "description" : "The Author of the Call, only required if JWT is not being used for authentication",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "X-Tenant-Id",
          "in" : "header",
          "description" : "The Tenant Identifier",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "object",
            "title" : "*"
          }
        }, {
          "name" : "order-line-eid",
          "in" : "path",
          "description" : "The Entity Id of the order-line",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "object",
            "title" : "*"
          }
        }, {
          "name" : "X-Request-ID",
          "in" : "header",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "effectiveasof",
          "in" : "query",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "integer",
            "format" : "int64",
            "title" : "Long"
          }
        } ],
        "requestBody" : {
          "description" : "Private Annotation Text",
          "content" : {
            "application/json" : {
              "schema" : {
                "$ref" : "#/components/schemas/cards.arda.operations.procurement.orders.service.AnnotateOrderPayload"
              }
            }
          },
          "required" : true
        },
        "responses" : {
          "100" : {
            "description" : "Continue",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "101" : {
            "description" : "Switching Protocols",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "102" : {
            "description" : "Processing",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "200" : {
            "description" : "Successful Response",
            "headers" : {
              "X-Request-ID" : {
                "description" : "A unique identifier for the request, the server will generate one if not provided",
                "required" : true,
                "deprecated" : false,
                "schema" : {
                  "type" : "string",
                  "title" : "String"
                }
              }
            },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.operations.procurement.orders.service.ParentChildRecord"
                }
              }
            }
          },
          "201" : {
            "description" : "Created",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "202" : {
            "description" : "Accepted",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "203" : {
            "description" : "Non-Authoritative Information",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "204" : {
            "description" : "No Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "205" : {
            "description" : "Reset Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "206" : {
            "description" : "Partial Content",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "207" : {
            "description" : "Multi-Status",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "300" : {
            "description" : "Multiple Choices",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "301" : {
            "description" : "Moved Permanently",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "302" : {
            "description" : "Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "303" : {
            "description" : "See Other",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "304" : {
            "description" : "Not Modified",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "305" : {
            "description" : "Use Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "306" : {
            "description" : "Switch Proxy",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "307" : {
            "description" : "Temporary Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "308" : {
            "description" : "Permanent Redirect",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "400" : {
            "description" : "Bad Request",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "401" : {
            "description" : "Unauthorized",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "402" : {
            "description" : "Payment Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "403" : {
            "description" : "Forbidden",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "404" : {
            "description" : "Not Found",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "405" : {
            "description" : "Method Not Allowed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "406" : {
            "description" : "Not Acceptable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "407" : {
            "description" : "Proxy Authentication Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "408" : {
            "description" : "Request Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "409" : {
            "description" : "Conflict",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "410" : {
            "description" : "Gone",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "411" : {
            "description" : "Length Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "412" : {
            "description" : "Precondition Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "413" : {
            "description" : "Payload Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "414" : {
            "description" : "Request-URI Too Long",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "415" : {
            "description" : "Unsupported Media Type",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "416" : {
            "description" : "Requested Range Not Satisfiable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "417" : {
            "description" : "Expectation Failed",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "422" : {
            "description" : "Unprocessable Entity",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "423" : {
            "description" : "Locked",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "424" : {
            "description" : "Failed Dependency",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "425" : {
            "description" : "Too Early",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "426" : {
            "description" : "Upgrade Required",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "429" : {
            "description" : "Too Many Requests",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "431" : {
            "description" : "Request Header Fields Too Large",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "500" : {
            "description" : "Internal Server Error",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "501" : {
            "description" : "Not Implemented",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "502" : {
            "description" : "Bad Gateway",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "503" : {
            "description" : "Service Unavailable",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "504" : {
            "description" : "Gateway Timeout",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "505" : {
            "description" : "HTTP Version Not Supported",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "506" : {
            "description" : "Variant Also Negotiates",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          },
          "507" : {
            "description" : "Insufficient Storage",
            "headers" : { },
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.types.ErrorResponse"
                }
              }
            }
          }
        },
        "deprecated" : false
      }
    }
  },
  "components" : {
    "schemas" : {
      "cards.arda.common.lib.domain.general.time.DateTime" : {
        "type" : "object",
        "properties" : {
          "timestamp" : {
            "type" : "integer",
            "format" : "int64",
            "title" : "Long"
          },
          "tz" : {
            "$ref" : "#/components/schemas/cards.arda.common.lib.domain.general.time.TzIana"
          }
        },
        "required" : [ "timestamp", "tz" ],
        "title" : "DateTime"
      },
      "cards.arda.common.lib.domain.general.time.TzIana" : {
        "type" : "string",
        "enum" : [ "Africa/Abidjan", "Africa/Accra", "Africa/Addis_Ababa", "Africa/Algiers", "Africa/Asmara", "Africa/Asmera", "Africa/Bamako", "Africa/Bangui", "Africa/Banjul", "Africa/Bissau", "Africa/Blantyre", "Africa/Brazzaville", "Africa/Bujumbura", "Africa/Cairo", "Africa/Casablanca", "Africa/Ceuta", "Africa/Conakry", "Africa/Dakar", "Africa/Dar_es_Salaam", "Africa/Djibouti", "Africa/Douala", "Africa/El_Aaiun", "Africa/Freetown", "Africa/Gaborone", "Africa/Harare", "Africa/Johannesburg", "Africa/Juba", "Africa/Kampala", "Africa/Khartoum", "Africa/Kigali", "Africa/Kinshasa", "Africa/Lagos", "Africa/Libreville", "Africa/Lome", "Africa/Luanda", "Africa/Lubumbashi", "Africa/Lusaka", "Africa/Malabo", "Africa/Maputo", "Africa/Maseru", "Africa/Mbabane", "Africa/Mogadishu", "Africa/Monrovia", "Africa/Nairobi", "Africa/Ndjamena", "Africa/Niamey", "Africa/Nouakchott", "Africa/Ouagadougou", "Africa/Porto-Novo", "Africa/Sao_Tome", "Africa/Timbuktu", "Africa/Tripoli", "Africa/Tunis", "Africa/Windhoek", "America/Adak", "America/Anchorage", "America/Anguilla", "America/Antigua", "America/Araguaina", "America/Argentina/Buenos_Aires", "America/Argentina/Catamarca", "America/Argentina/ComodRivadavia", "America/Argentina/Cordoba", "America/Argentina/Jujuy", "America/Argentina/La_Rioja", "America/Argentina/Mendoza", "America/Argentina/Rio_Gallegos", "America/Argentina/Salta", "America/Argentina/San_Juan", "America/Argentina/San_Luis", "America/Argentina/Tucuman", "America/Argentina/Ushuaia", "America/Aruba", "America/Asuncion", "America/Atikokan", "America/Atka", "America/Bahia", "America/Bahia_Banderas", "America/Barbados", "America/Belem", "America/Belize", "America/Blanc-Sablon", "America/Boa_Vista", "America/Bogota", "America/Boise", "America/Buenos_Aires", "America/Cambridge_Bay", "America/Campo_Grande", "America/Cancun", "America/Caracas", "America/Catamarca", "America/Cayenne", "America/Cayman", "America/Chicago", "America/Chihuahua", "America/Ciudad_Juarez", "America/Coral_Harbour", "America/Cordoba", "America/Costa_Rica", "America/Creston", "America/Cuiaba", "America/Curacao", "America/Danmarkshavn", "America/Dawson", "America/Dawson_Creek", "America/Denver", "America/Detroit", "America/Dominica", "America/Edmonton", "America/Eirunepe", "America/El_Salvador", "America/Ensenada", "America/Fort_Nelson", "America/Fort_Wayne", "America/Fortaleza", "America/Glace_Bay", "America/Godthab", "America/Goose_Bay", "America/Grand_Turk", "America/Grenada", "America/Guadeloupe", "America/Guatemala", "America/Guayaquil", "America/Guyana", "America/Halifax", "America/Havana", "America/Hermosillo", "America/Indiana/Indianapolis", "America/Indiana/Knox", "America/Indiana/Marengo", "America/Indiana/Petersburg", "America/Indiana/Tell_City", "America/Indiana/Vevay", "America/Indiana/Vincennes", "America/Indiana/Winamac", "America/Indianapolis", "America/Inuvik", "America/Iqaluit", "America/Jamaica", "America/Jujuy", "America/Juneau", "America/Kentucky/Louisville", "America/Kentucky/Monticello", "America/Knox_IN", "America/Kralendijk", "America/La_Paz", "America/Lima", "America/Los_Angeles", "America/Louisville", "America/Lower_Princes", "America/Maceio", "America/Managua", "America/Manaus", "America/Marigot", "America/Martinique", "America/Matamoros", "America/Mazatlan", "America/Mendoza", "America/Menominee", "America/Merida", "America/Metlakatla", "America/Mexico_City", "America/Miquelon", "America/Moncton", "America/Monterrey", "America/Montevideo", "America/Montreal", "America/Montserrat", "America/Nassau", "America/New_York", "America/Nipigon", "America/Nome", "America/Noronha", "America/North_Dakota/Beulah", "America/North_Dakota/Center", "America/North_Dakota/New_Salem", "America/Nuuk", "America/Ojinaga", "America/Panama", "America/Pangnirtung", "America/Paramaribo", "America/Phoenix", "America/Port_of_Spain", "America/Port-au-Prince", "America/Porto_Acre", "America/Porto_Velho", "America/Puerto_Rico", "America/Punta_Arenas", "America/Rainy_River", "America/Rankin_Inlet", "America/Recife", "America/Regina", "America/Resolute", "America/Rio_Branco", "America/Rosario", "America/Santa_Isabel", "America/Santarem", "America/Santiago", "America/Santo_Domingo", "America/Sao_Paulo", "America/Scoresbysund", "America/Shiprock", "America/Sitka", "America/St_Barthelemy", "America/St_Johns", "America/St_Kitts", "America/St_Lucia", "America/St_Thomas", "America/St_Vincent", "America/Swift_Current", "America/Tegucigalpa", "America/Thule", "America/Thunder_Bay", "America/Tijuana", "America/Toronto", "America/Tortola", "America/Vancouver", "America/Virgin", "America/Whitehorse", "America/Winnipeg", "America/Yakutat", "America/Yellowknife", "Antarctica/Casey", "Antarctica/Davis", "Antarctica/DumontDUrville", "Antarctica/Macquarie", "Antarctica/Mawson", "Antarctica/McMurdo", "Antarctica/Palmer", "Antarctica/Rothera", "Antarctica/South_Pole", "Antarctica/Syowa", "Antarctica/Troll", "Antarctica/Vostok", "Arctic/Longyearbyen", "Asia/Aden", "Asia/Almaty", "Asia/Amman", "Asia/Anadyr", "Asia/Aqtau", "Asia/Aqtobe", "Asia/Ashgabat", "Asia/Ashkhabad", "Asia/Atyrau", "Asia/Baghdad", "Asia/Bahrain", "Asia/Baku", "Asia/Bangkok", "Asia/Barnaul", "Asia/Beirut", "Asia/Bishkek", "Asia/Brunei", "Asia/Calcutta", "Asia/Chita", "Asia/Choibalsan", "Asia/Chongqing", "Asia/Chungking", "Asia/Colombo", "Asia/Dacca", "Asia/Damascus", "Asia/Dhaka", "Asia/Dili", "Asia/Dubai", "Asia/Dushanbe", "Asia/Famagusta", "Asia/Gaza", "Asia/Harbin", "Asia/Hebron", "Asia/Ho_Chi_Minh", "Asia/Hong_Kong", "Asia/Hovd", "Asia/Irkutsk", "Asia/Istanbul", "Asia/Jakarta", "Asia/Jayapura", "Asia/Jerusalem", "Asia/Kabul", "Asia/Kamchatka", "Asia/Karachi", "Asia/Kashgar", "Asia/Kathmandu", "Asia/Katmandu", "Asia/Khandyga", "Asia/Kolkata", "Asia/Krasnoyarsk", "Asia/Kuala_Lumpur", "Asia/Kuching", "Asia/Kuwait", "Asia/Macao", "Asia/Macau", "Asia/Magadan", "Asia/Makassar", "Asia/Manila", "Asia/Muscat", "Asia/Nicosia", "Asia/Novokuznetsk", "Asia/Novosibirsk", "Asia/Omsk", "Asia/Oral", "Asia/Phnom_Penh", "Asia/Pontianak", "Asia/Pyongyang", "Asia/Qatar", "Asia/Qostanay", "Asia/Qyzylorda", "Asia/Rangoon", "Asia/Riyadh", "Asia/Saigon", "Asia/Sakhalin", "Asia/Samarkand", "Asia/Seoul", "Asia/Shanghai", "Asia/Singapore", "Asia/Srednekolymsk", "Asia/Taipei", "Asia/Tashkent", "Asia/Tbilisi", "Asia/Tehran", "Asia/Tel_Aviv", "Asia/Thimbu", "Asia/Thimphu", "Asia/Tokyo", "Asia/Tomsk", "Asia/Ujung_Pandang", "Asia/Ulaanbaatar", "Asia/Ulan_Bator", "Asia/Urumqi", "Asia/Ust-Nera", "Asia/Vientiane", "Asia/Vladivostok", "Asia/Yakutsk", "Asia/Yangon", "Asia/Yekaterinburg", "Asia/Yerevan", "Atlantic/Azores", "Atlantic/Bermuda", "Atlantic/Canary", "Atlantic/Cape_Verde", "Atlantic/Faeroe", "Atlantic/Faroe", "Atlantic/Jan_Mayen", "Atlantic/Madeira", "Atlantic/Reykjavik", "Atlantic/South_Georgia", "Atlantic/St_Helena", "Atlantic/Stanley", "Australia/ACT", "Australia/Adelaide", "Australia/Brisbane", "Australia/Broken_Hill", "Australia/Canberra", "Australia/Currie", "Australia/Darwin", "Australia/Eucla", "Australia/Hobart", "Australia/LHI", "Australia/Lindeman", "Australia/Lord_Howe", "Australia/Melbourne", "Australia/North", "Australia/NSW", "Australia/Perth", "Australia/Queensland", "Australia/South", "Australia/Sydney", "Australia/Tasmania", "Australia/Victoria", "Australia/West", "Australia/Yancowinna", "Brazil/Acre", "Brazil/DeNoronha", "Brazil/East", "Brazil/West", "Canada/Atlantic", "Canada/Central", "Canada/Eastern", "Canada/Mountain", "Canada/Newfoundland", "Canada/Pacific", "Canada/Saskatchewan", "Canada/Yukon", "CET", "Chile/Continental", "Chile/EasterIsland", "CST6CDT", "Cuba", "EET", "Egypt", "Eire", "EST", "EST5EDT", "Etc/GMT", "Etc/GMT-0", "Etc/GMT-1", "Etc/GMT-10", "Etc/GMT-11", "Etc/GMT-12", "Etc/GMT-13", "Etc/GMT-14", "Etc/GMT-2", "Etc/GMT-3", "Etc/GMT-4", "Etc/GMT-5", "Etc/GMT-6", "Etc/GMT-7", "Etc/GMT-8", "Etc/GMT-9", "Etc/GMT+0", "Etc/GMT+1", "Etc/GMT+10", "Etc/GMT+11", "Etc/GMT+12", "Etc/GMT+2", "Etc/GMT+3", "Etc/GMT+4", "Etc/GMT+5", "Etc/GMT+6", "Etc/GMT+7", "Etc/GMT+8", "Etc/GMT+9", "Etc/GMT0", "Etc/Greenwich", "Etc/UCT", "Etc/Universal", "Etc/UTC", "Etc/Zulu", "Europe/Amsterdam", "Europe/Andorra", "Europe/Astrakhan", "Europe/Athens", "Europe/Belfast", "Europe/Belgrade", "Europe/Berlin", "Europe/Bratislava", "Europe/Brussels", "Europe/Bucharest", "Europe/Budapest", "Europe/Busingen", "Europe/Chisinau", "Europe/Copenhagen", "Europe/Dublin", "Europe/Gibraltar", "Europe/Guernsey", "Europe/Helsinki", "Europe/Isle_of_Man", "Europe/Istanbul", "Europe/Jersey", "Europe/Kaliningrad", "Europe/Kiev", "Europe/Kirov", "Europe/Kyiv", "Europe/Lisbon", "Europe/Ljubljana", "Europe/London", "Europe/Luxembourg", "Europe/Madrid", "Europe/Malta", "Europe/Mariehamn", "Europe/Minsk", "Europe/Monaco", "Europe/Moscow", "Europe/Nicosia", "Europe/Oslo", "Europe/Paris", "Europe/Podgorica", "Europe/Prague", "Europe/Riga", "Europe/Rome", "Europe/Samara", "Europe/San_Marino", "Europe/Sarajevo", "Europe/Saratov", "Europe/Simferopol", "Europe/Skopje", "Europe/Sofia", "Europe/Stockholm", "Europe/Tallinn", "Europe/Tirane", "Europe/Tiraspol", "Europe/Ulyanovsk", "Europe/Uzhgorod", "Europe/Vaduz", "Europe/Vatican", "Europe/Vienna", "Europe/Vilnius", "Europe/Volgograd", "Europe/Warsaw", "Europe/Zagreb", "Europe/Zaporozhye", "Europe/Zurich", "GB", "GB-Eire", "GMT", "GMT-0", "GMT+0", "GMT0", "Greenwich", "Hongkong", "HST", "Iceland", "Indian/Antananarivo", "Indian/Chagos", "Indian/Christmas", "Indian/Cocos", "Indian/Comoro", "Indian/Kerguelen", "Indian/Mahe", "Indian/Maldives", "Indian/Mauritius", "Indian/Mayotte", "Indian/Reunion", "Iran", "Israel", "Jamaica", "Japan", "Kwajalein", "Libya", "MET", "Mexico/BajaNorte", "Mexico/BajaSur", "Mexico/General", "MST", "MST7MDT", "Navajo", "NZ", "NZ-CHAT", "Pacific/Apia", "Pacific/Auckland", "Pacific/Bougainville", "Pacific/Chatham", "Pacific/Chuuk", "Pacific/Easter", "Pacific/Efate", "Pacific/Enderbury", "Pacific/Fakaofo", "Pacific/Fiji", "Pacific/Funafuti", "Pacific/Galapagos", "Pacific/Gambier", "Pacific/Guadalcanal", "Pacific/Guam", "Pacific/Honolulu", "Pacific/Johnston", "Pacific/Kanton", "Pacific/Kiritimati", "Pacific/Kosrae", "Pacific/Kwajalein", "Pacific/Majuro", "Pacific/Marquesas", "Pacific/Midway", "Pacific/Nauru", "Pacific/Niue", "Pacific/Norfolk", "Pacific/Noumea", "Pacific/Pago_Pago", "Pacific/Palau", "Pacific/Pitcairn", "Pacific/Pohnpei", "Pacific/Ponape", "Pacific/Port_Moresby", "Pacific/Rarotonga", "Pacific/Saipan", "Pacific/Samoa", "Pacific/Tahiti", "Pacific/Tarawa", "Pacific/Tongatapu", "Pacific/Truk", "Pacific/Wake", "Pacific/Wallis", "Pacific/Yap", "Poland", "Portugal", "PRC", "PST8PDT", "ROC", "ROK", "Singapore", "Turkey", "UCT", "Universal", "US/Alaska", "US/Aleutian", "US/Arizona", "US/Central", "US/East-Indiana", "US/Eastern", "US/Hawaii", "US/Indiana-Starke", "US/Michigan", "US/Mountain", "US/Pacific", "US/Samoa", "UTC", "W-SU", "WET", "Zulu" ],
        "title" : "TzIana"
      },
      "cards.arda.common.lib.domain.general.geo.PostalAddress.Value" : {
        "type" : "object",
        "properties" : {
          "addressLine1" : {
            "type" : "string",
            "title" : "String"
          },
          "addressLine2" : {
            "type" : [ "null", "string" ],
            "title" : "String"
          },
          "city" : {
            "type" : "string",
            "title" : "String"
          },
          "state" : {
            "type" : "string",
            "title" : "String"
          },
          "postalCode" : {
            "type" : [ "null", "string" ],
            "title" : "String"
          },
          "country" : {
            "$ref" : "#/components/schemas/cards.arda.common.lib.domain.general.geo.CountrySymbol"
          },
          "geoLocation" : {
            "oneOf" : [ {
              "type" : "null"
            }, {
              "$ref" : "#/components/schemas/cards.arda.common.lib.domain.general.geo.GeoLocation.Value"
            } ]
          }
        },
        "required" : [ "addressLine1", "city", "country", "state" ],
        "title" : "PostalAddressValue"
      },
      "cards.arda.common.lib.domain.general.geo.CountrySymbol" : {
        "type" : "string",
        "enum" : [ "US", "CA", "DE", "EU", "GB", "JP", "AU", "CN", "IN", "RU", "BR", "ZA", "MX", "KR", "SG", "HK", "NZ", "CH", "SV" ],
        "title" : "CountrySymbol"
      },
      "cards.arda.common.lib.domain.general.geo.GeoLocation.Value" : {
        "type" : "object",
        "properties" : {
          "latitude" : {
            "type" : "number",
            "format" : "double",
            "title" : "Double"
          },
          "longitude" : {
            "type" : "number",
            "format" : "double",
            "title" : "Double"
          },
          "elevation" : {
            "type" : [ "null", "number" ],
            "format" : "double",
            "title" : "Double"
          }
        },
        "required" : [ "latitude", "longitude" ],
        "title" : "GeoLocationValue"
      },
      "cards.arda.common.lib.domain.assets.Contact" : {
        "type" : "object",
        "properties" : {
          "salutation" : {
            "type" : [ "null", "string" ],
            "title" : "String"
          },
          "firstName" : {
            "type" : [ "null", "string" ],
            "title" : "String"
          },
          "middleName" : {
            "type" : [ "null", "string" ],
            "title" : "String"
          },
          "lastName" : {
            "type" : "string",
            "title" : "String"
          },
          "jobTitle" : {
            "type" : [ "null", "string" ],
            "title" : "String"
          },
          "email" : {
            "type" : [ "null", "string" ],
            "title" : "String"
          },
          "phone" : {
            "type" : [ "null", "string" ],
            "title" : "String"
          },
          "postalAddress" : {
            "oneOf" : [ {
              "type" : "null"
            }, {
              "$ref" : "#/components/schemas/cards.arda.common.lib.domain.general.geo.PostalAddress.Value"
            } ]
          },
          "emails" : {
            "type" : "object",
            "additionalProperties" : {
              "type" : "string",
              "title" : "String"
            },
            "title" : "MapOfStringToString"
          },
          "phones" : {
            "type" : "object",
            "additionalProperties" : {
              "type" : "string",
              "title" : "String"
            },
            "title" : "MapOfStringToString"
          },
          "addresses" : {
            "type" : "object",
            "additionalProperties" : {
              "$ref" : "#/components/schemas/cards.arda.common.lib.domain.general.geo.PostalAddress.Value"
            },
            "title" : "MapOfStringToPostalAddressValue"
          },
          "sites" : {
            "type" : "object",
            "additionalProperties" : {
              "type" : "string",
              "title" : "URL"
            },
            "title" : "MapOfStringToURL"
          }
        },
        "required" : [ "addresses", "emails", "lastName", "phones", "sites" ],
        "title" : "Contact"
      },
      "cards.arda.operations.reference.item.business.OrderMethod" : {
        "type" : "string",
        "enum" : [ "UNKNOWN", "PURCHASE_ORDER", "EMAIL", "PHONE", "IN_STORE", "ONLINE", "RFQ", "PRODUCTION", "TASK", "THIRD_PARTY", "OTHER" ],
        "title" : "OrderMethod"
      },
      "cards.arda.common.lib.domain.general.Money.Value" : {
        "type" : "object",
        "properties" : {
          "value" : {
            "type" : "number",
            "format" : "double",
            "title" : "Double"
          },
          "currency" : {
            "$ref" : "#/components/schemas/cards.arda.common.lib.domain.general.Currency"
          }
        },
        "required" : [ "currency", "value" ],
        "title" : "MoneyValue"
      },
      "cards.arda.common.lib.domain.general.Currency" : {
        "type" : "string",
        "enum" : [ "USD", "CAD", "EUR", "GBP", "JPY", "AUD", "CNY", "INR", "RUB", "BRL", "ZAR", "MXN", "KRW", "SGD", "HKD", "NZD", "CHF" ],
        "title" : "Currency"
      },
      "cards.arda.operations.procurement.orders.api.rest.OrderHeaderInput" : {
        "type" : "object",
        "properties" : {
          "orderDate" : {
            "$ref" : "#/components/schemas/cards.arda.common.lib.domain.general.time.DateTime"
          },
          "allowPartial" : {
            "type" : "boolean",
            "title" : "Boolean"
          },
          "expedite" : {
            "type" : "boolean",
            "title" : "Boolean"
          },
          "deliverBy" : {
            "oneOf" : [ {
              "type" : "null"
            }, {
              "$ref" : "#/components/schemas/cards.arda.common.lib.domain.general.time.DateTime"
            } ]
          },
          "deliveryAddress" : {
            "oneOf" : [ {
              "type" : "null"
            }, {
              "$ref" : "#/components/schemas/cards.arda.common.lib.domain.general.geo.PostalAddress.Value"
            } ]
          },
          "procurement" : {
            "oneOf" : [ {
              "type" : "null"
            }, {
              "$ref" : "#/components/schemas/cards.arda.common.lib.domain.assets.Contact"
            } ]
          },
          "supplierName" : {
            "type" : [ "null", "string" ],
            "title" : "String"
          },
          "supplierAddress" : {
            "oneOf" : [ {
              "type" : "null"
            }, {
              "$ref" : "#/components/schemas/cards.arda.common.lib.domain.general.geo.PostalAddress.Value"
            } ]
          },
          "orderMethod" : {
            "oneOf" : [ {
              "type" : "null"
            }, {
              "$ref" : "#/components/schemas/cards.arda.operations.reference.item.business.OrderMethod"
            } ]
          },
          "sales" : {
            "oneOf" : [ {
              "type" : "null"
            }, {
              "$ref" : "#/components/schemas/cards.arda.common.lib.domain.assets.Contact"
            } ]
          },
          "taxesAndFees" : {
            "type" : "object",
            "additionalProperties" : {
              "$ref" : "#/components/schemas/cards.arda.common.lib.domain.general.Money.Value"
            },
            "title" : "MapOfStringToMoneyValue"
          },
          "accountingReference" : {
            "type" : [ "null", "string" ],
            "title" : "String"
          },
          "termsAndConditions" : {
            "type" : [ "null", "string" ],
            "title" : "String"
          },
          "shippingTerms" : {
            "type" : [ "null", "string" ],
            "title" : "String"
          },
          "shipVia" : {
            "type" : [ "null", "string" ],
            "title" : "String"
          },
          "notes" : {
            "type" : [ "null", "string" ],
            "title" : "String"
          },
          "privateNotes" : {
            "type" : [ "null", "string" ],
            "title" : "String"
          }
        },
        "required" : [ "allowPartial", "expedite", "orderDate", "taxesAndFees" ],
        "title" : "OrderHeaderInput"
      },
      "kotlinx.serialization.json.JsonElement" : {
        "type" : "object",
        "properties" : { },
        "title" : "JsonElement"
      },
      "cards.arda.common.lib.api.rest.types.ErrorResponse" : {
        "type" : "object",
        "properties" : {
          "responseMessage" : {
            "type" : "string",
            "title" : "String"
          },
          "code" : {
            "type" : "integer",
            "format" : "int32",
            "title" : "Int"
          },
          "details" : {
            "oneOf" : [ {
              "type" : "null"
            }, {
              "$ref" : "#/components/schemas/kotlinx.serialization.json.JsonElement"
            } ]
          }
        },
        "required" : [ "code", "responseMessage" ],
        "title" : "ErrorResponse"
      },
      "cards.arda.common.lib.persistence.bitemporal.TimeCoordinates" : {
        "type" : "object",
        "properties" : {
          "effective" : {
            "type" : "integer",
            "format" : "int64",
            "title" : "Long"
          },
          "recorded" : {
            "type" : "integer",
            "format" : "int64",
            "title" : "Long"
          }
        },
        "required" : [ "effective", "recorded" ],
        "title" : "TimeCoordinates"
      },
      "cards.arda.operations.procurement.orders.business.OrderHeader" : {
        "type" : "object",
        "properties" : {
          "eId" : {
            "type" : "string",
            "format" : "uuid"
          },
          "status" : {
            "$ref" : "#/components/schemas/cards.arda.operations.procurement.orders.business.OrderStatus"
          },
          "orderNumber" : {
            "type" : "string",
            "title" : "String"
          },
          "orderDate" : {
            "$ref" : "#/components/schemas/cards.arda.common.lib.domain.general.time.DateTime"
          },
          "allowPartial" : {
            "type" : "boolean",
            "title" : "Boolean"
          },
          "expedite" : {
            "type" : "boolean",
            "title" : "Boolean"
          },
          "deliverBy" : {
            "oneOf" : [ {
              "type" : "null"
            }, {
              "$ref" : "#/components/schemas/cards.arda.common.lib.domain.general.time.DateTime"
            } ]
          },
          "deliveryAddress" : {
            "oneOf" : [ {
              "type" : "null"
            }, {
              "$ref" : "#/components/schemas/cards.arda.common.lib.domain.general.geo.PostalAddress.Value"
            } ]
          },
          "procurement" : {
            "oneOf" : [ {
              "type" : "null"
            }, {
              "$ref" : "#/components/schemas/cards.arda.common.lib.domain.assets.Contact"
            } ]
          },
          "supplierName" : {
            "type" : [ "null", "string" ],
            "title" : "String"
          },
          "supplierAddress" : {
            "oneOf" : [ {
              "type" : "null"
            }, {
              "$ref" : "#/components/schemas/cards.arda.common.lib.domain.general.geo.PostalAddress.Value"
            } ]
          },
          "orderMethod" : {
            "oneOf" : [ {
              "type" : "null"
            }, {
              "$ref" : "#/components/schemas/cards.arda.operations.reference.item.business.OrderMethod"
            } ]
          },
          "sales" : {
            "oneOf" : [ {
              "type" : "null"
            }, {
              "$ref" : "#/components/schemas/cards.arda.common.lib.domain.assets.Contact"
            } ]
          },
          "goodsValue" : {
            "oneOf" : [ {
              "type" : "null"
            }, {
              "$ref" : "#/components/schemas/cards.arda.common.lib.domain.general.Money.Value"
            } ]
          },
          "taxesAndFees" : {
            "type" : "object",
            "additionalProperties" : {
              "$ref" : "#/components/schemas/cards.arda.common.lib.domain.general.Money.Value"
            },
            "title" : "MapOfStringToMoneyValue"
          },
          "accountingReference" : {
            "type" : [ "null", "string" ],
            "title" : "String"
          },
          "termsAndConditions" : {
            "type" : [ "null", "string" ],
            "title" : "String"
          },
          "shippingTerms" : {
            "type" : [ "null", "string" ],
            "title" : "String"
          },
          "shipVia" : {
            "type" : [ "null", "string" ],
            "title" : "String"
          },
          "notes" : {
            "type" : [ "null", "string" ],
            "title" : "String"
          },
          "privateNotes" : {
            "type" : [ "null", "string" ],
            "title" : "String"
          }
        },
        "required" : [ "allowPartial", "eId", "expedite", "orderDate", "orderNumber", "status", "taxesAndFees" ],
        "title" : "OrderHeader"
      },
      "cards.arda.operations.procurement.orders.business.OrderStatus" : {
        "type" : "string",
        "enum" : [ "NEW", "APPROVED", "SUBMITTED", "CANCELLED", "REJECTED", "IN_PROCESS", "PARTIALLY_RECEIVED", "RECEIVED", "DISPUTED", "CLOSED", "ARCHIVED" ],
        "title" : "OrderStatus"
      },
      "cards.arda.operations.procurement.orders.business.OrderMetadata" : {
        "type" : "object",
        "properties" : {
          "tenantId" : {
            "type" : "string",
            "format" : "uuid"
          },
          "currentLines" : {
            "type" : "integer",
            "format" : "int64",
            "title" : "Long"
          }
        },
        "required" : [ "currentLines", "tenantId" ],
        "title" : "OrderMetadata"
      },
      "cards.arda.common.lib.module.dataauthority.EntityRecord" : {
        "type" : "object",
        "properties" : {
          "rId" : {
            "type" : "string",
            "format" : "uuid"
          },
          "asOf" : {
            "$ref" : "#/components/schemas/cards.arda.common.lib.persistence.bitemporal.TimeCoordinates"
          },
          "payload" : {
            "$ref" : "#/components/schemas/cards.arda.operations.procurement.orders.business.OrderHeader"
          },
          "metadata" : {
            "$ref" : "#/components/schemas/cards.arda.operations.procurement.orders.business.OrderMetadata"
          },
          "author" : {
            "type" : "string",
            "title" : "String"
          },
          "createdBy" : {
            "type" : "string",
            "title" : "String"
          },
          "createdAt" : {
            "$ref" : "#/components/schemas/cards.arda.common.lib.persistence.bitemporal.TimeCoordinates"
          },
          "previous" : {
            "type" : [ "null", "string" ],
            "format" : "uuid"
          },
          "retired" : {
            "type" : "boolean",
            "title" : "Boolean"
          }
        },
        "required" : [ "asOf", "author", "createdAt", "createdBy", "metadata", "payload", "rId", "retired" ],
        "title" : "EntityRecord"
      },
      "cards.arda.common.lib.lang.query.Sort" : {
        "type" : "object",
        "properties" : {
          "entries" : {
            "type" : "array",
            "items" : {
              "$ref" : "#/components/schemas/cards.arda.common.lib.lang.query.SortEntry"
            },
            "title" : "ListOfSortEntry"
          }
        },
        "required" : [ "entries" ],
        "title" : "Sort"
      },
      "cards.arda.common.lib.lang.query.SortEntry" : {
        "type" : "object",
        "properties" : {
          "key" : {
            "type" : "string",
            "title" : "PropertyPath"
          },
          "direction" : {
            "$ref" : "#/components/schemas/cards.arda.common.lib.lang.query.SortDirection"
          }
        },
        "required" : [ "direction", "key" ],
        "title" : "SortEntry"
      },
      "cards.arda.common.lib.lang.query.SortDirection" : {
        "type" : "string",
        "enum" : [ "ASC", "DESC" ],
        "title" : "SortDirection"
      },
      "cards.arda.common.lib.lang.query.Pagination" : {
        "type" : "object",
        "properties" : {
          "index" : {
            "type" : "integer",
            "format" : "int32",
            "title" : "Int"
          },
          "size" : {
            "type" : "integer",
            "format" : "int32",
            "title" : "Int"
          }
        },
        "required" : [ "index", "size" ],
        "title" : "Pagination"
      },
      "cards.arda.common.lib.lang.query.Query" : {
        "type" : "object",
        "properties" : {
          "filter" : {
            "type" : "object",
            "description" : "A filter expression supporting literals, composites, transforms, and terms. Discrimination is key-based: the presence of specific keys determines the subtype.",
            "oneOf" : [ {
              "description" : "Filter.TRUE - matches all records",
              "enum" : [ true ]
            }, {
              "description" : "Filter.FALSE - matches no records",
              "enum" : [ false ]
            }, {
              "description" : "Filter.And - logical AND of clauses",
              "properties" : {
                "and" : {
                  "description" : "List of filter clauses to AND together",
                  "items" : {
                    "description" : "A nested Filter expression"
                  }
                }
              },
              "required" : [ "and" ]
            }, {
              "description" : "Filter.Or - logical OR of clauses",
              "properties" : {
                "or" : {
                  "description" : "List of filter clauses to OR together",
                  "items" : {
                    "description" : "A nested Filter expression"
                  }
                }
              },
              "required" : [ "or" ]
            }, {
              "description" : "Filter.Not - logical negation of a clause",
              "properties" : {
                "not" : {
                  "description" : "A nested Filter expression to negate"
                }
              },
              "required" : [ "not" ]
            }, {
              "description" : "Filter.IsNull - matches records where the locator field is null",
              "properties" : {
                "isNull" : {
                  "description" : "Field locator path"
                }
              },
              "required" : [ "isNull" ]
            }, {
              "description" : "Filter.IsNotNull - matches records where the locator field is not null",
              "properties" : {
                "isNotNull" : {
                  "description" : "Field locator path"
                }
              },
              "required" : [ "isNotNull" ]
            }, {
              "description" : "Filter.Eq - matches records where locator equals value",
              "properties" : {
                "locator" : {
                  "description" : "Field locator path"
                },
                "eq" : {
                  "description" : "Comparison value (string, number, or boolean - auto-coerced at runtime)",
                  "oneOf" : [ { }, { }, { } ]
                }
              },
              "required" : [ "eq", "locator" ]
            }, {
              "description" : "Filter.Ne - matches records where locator does not equal value",
              "properties" : {
                "locator" : {
                  "description" : "Field locator path"
                },
                "ne" : {
                  "description" : "Comparison value (string, number, or boolean - auto-coerced at runtime)",
                  "oneOf" : [ { }, { }, { } ]
                }
              },
              "required" : [ "locator", "ne" ]
            }, {
              "description" : "Filter.Gt - matches records where locator is greater than value",
              "properties" : {
                "locator" : {
                  "description" : "Field locator path"
                },
                "gt" : {
                  "description" : "Comparison value (string, number, or boolean - auto-coerced at runtime)",
                  "oneOf" : [ { }, { }, { } ]
                }
              },
              "required" : [ "gt", "locator" ]
            }, {
              "description" : "Filter.Ge - matches records where locator is greater than or equal to value",
              "properties" : {
                "locator" : {
                  "description" : "Field locator path"
                },
                "ge" : {
                  "description" : "Comparison value (string, number, or boolean - auto-coerced at runtime)",
                  "oneOf" : [ { }, { }, { } ]
                }
              },
              "required" : [ "ge", "locator" ]
            }, {
              "description" : "Filter.Lt - matches records where locator is less than value",
              "properties" : {
                "locator" : {
                  "description" : "Field locator path"
                },
                "lt" : {
                  "description" : "Comparison value (string, number, or boolean - auto-coerced at runtime)",
                  "oneOf" : [ { }, { }, { } ]
                }
              },
              "required" : [ "locator", "lt" ]
            }, {
              "description" : "Filter.Le - matches records where locator is less than or equal to value",
              "properties" : {
                "locator" : {
                  "description" : "Field locator path"
                },
                "le" : {
                  "description" : "Comparison value (string, number, or boolean - auto-coerced at runtime)",
                  "oneOf" : [ { }, { }, { } ]
                }
              },
              "required" : [ "le", "locator" ]
            }, {
              "description" : "Filter.RegEx - matches records where locator matches regex pattern",
              "properties" : {
                "locator" : {
                  "description" : "Field locator path"
                },
                "regex" : {
                  "description" : "Regular expression pattern"
                }
              },
              "required" : [ "locator", "regex" ]
            }, {
              "description" : "Filter.In - matches records where locator value is in the set",
              "properties" : {
                "in" : {
                  "description" : "Set term body with locator and values",
                  "properties" : {
                    "locator" : {
                      "description" : "Field locator path"
                    },
                    "values" : {
                      "description" : "Set of values to match against",
                      "items" : {
                        "description" : "Comparison value (string, number, or boolean - auto-coerced at runtime)",
                        "oneOf" : [ { }, { }, { } ]
                      }
                    }
                  },
                  "required" : [ "locator", "values" ]
                }
              },
              "required" : [ "in" ]
            }, {
              "description" : "Filter.NotIn - matches records where locator value is not in the set",
              "properties" : {
                "notIn" : {
                  "description" : "Set term body with locator and values",
                  "properties" : {
                    "locator" : {
                      "description" : "Field locator path"
                    },
                    "values" : {
                      "description" : "Set of values to match against",
                      "items" : {
                        "description" : "Comparison value (string, number, or boolean - auto-coerced at runtime)",
                        "oneOf" : [ { }, { }, { } ]
                      }
                    }
                  },
                  "required" : [ "locator", "values" ]
                }
              },
              "required" : [ "notIn" ]
            } ],
            "title" : "Filter"
          },
          "sort" : {
            "$ref" : "#/components/schemas/cards.arda.common.lib.lang.query.Sort"
          },
          "paginate" : {
            "$ref" : "#/components/schemas/cards.arda.common.lib.lang.query.Pagination"
          }
        },
        "required" : [ "filter", "paginate", "sort" ],
        "title" : "Query"
      },
      "cards.arda.common.lib.module.dataauthority.PageResult" : {
        "type" : "object",
        "properties" : {
          "thisPage" : {
            "type" : "string",
            "title" : "String"
          },
          "nextPage" : {
            "type" : "string",
            "title" : "String"
          },
          "previousPage" : {
            "type" : [ "null", "string" ],
            "title" : "String"
          },
          "results" : {
            "type" : "array",
            "items" : {
              "$ref" : "#/components/schemas/cards.arda.common.lib.module.dataauthority.EntityRecord2"
            },
            "title" : "ListOfEntityRecord"
          },
          "totalCount" : {
            "type" : [ "null", "integer" ],
            "format" : "int64",
            "title" : "Long"
          }
        },
        "required" : [ "nextPage", "results", "thisPage" ],
        "title" : "PageResult"
      },
      "cards.arda.common.lib.api.rest.server.dataauthority.HistoryRequestBody" : {
        "type" : "object",
        "properties" : {
          "since" : {
            "$ref" : "#/components/schemas/cards.arda.common.lib.persistence.bitemporal.TimeCoordinates"
          },
          "until" : {
            "$ref" : "#/components/schemas/cards.arda.common.lib.persistence.bitemporal.TimeCoordinates"
          },
          "page" : {
            "$ref" : "#/components/schemas/cards.arda.common.lib.lang.query.Pagination"
          }
        },
        "required" : [ "page", "since", "until" ],
        "title" : "HistoryRequestBody"
      },
      "cards.arda.common.lib.api.rest.server.dataauthority.BulkUpdateEntry" : {
        "type" : "object",
        "properties" : {
          "eId" : {
            "type" : "string",
            "format" : "uuid"
          },
          "payload" : {
            "$ref" : "#/components/schemas/cards.arda.operations.procurement.orders.api.rest.OrderHeaderInput"
          }
        },
        "required" : [ "eId", "payload" ],
        "title" : "BulkUpdateEntry"
      },
      "cards.arda.common.lib.api.rest.server.dataauthority.BulkUpdateRequest" : {
        "type" : "object",
        "properties" : {
          "updates" : {
            "type" : "array",
            "items" : {
              "$ref" : "#/components/schemas/cards.arda.common.lib.api.rest.server.dataauthority.BulkUpdateEntry"
            },
            "title" : "ListOfBulkUpdateEntry"
          }
        },
        "required" : [ "updates" ],
        "title" : "BulkUpdateRequest"
      },
      "cards.arda.common.lib.module.dataauthority.EntityRecord2" : {
        "type" : "object",
        "properties" : {
          "rId" : {
            "type" : "string",
            "format" : "uuid"
          },
          "asOf" : {
            "$ref" : "#/components/schemas/cards.arda.common.lib.persistence.bitemporal.TimeCoordinates"
          },
          "payload" : {
            "$ref" : "#/components/schemas/cards.arda.operations.procurement.orders.business.OrderLine"
          },
          "metadata" : {
            "$ref" : "#/components/schemas/cards.arda.operations.procurement.orders.business.OrderLineMetadata"
          },
          "author" : {
            "type" : "string",
            "title" : "String"
          },
          "createdBy" : {
            "type" : "string",
            "title" : "String"
          },
          "createdAt" : {
            "$ref" : "#/components/schemas/cards.arda.common.lib.persistence.bitemporal.TimeCoordinates"
          },
          "previous" : {
            "type" : [ "null", "string" ],
            "format" : "uuid"
          },
          "retired" : {
            "type" : "boolean",
            "title" : "Boolean"
          }
        },
        "required" : [ "asOf", "author", "createdAt", "createdBy", "metadata", "payload", "rId", "retired" ],
        "title" : "EntityRecord"
      },
      "cards.arda.operations.procurement.orders.business.OrderLine" : {
        "type" : "object",
        "properties" : {
          "eId" : {
            "type" : "string",
            "format" : "uuid"
          },
          "title" : {
            "type" : [ "null", "string" ],
            "title" : "String"
          },
          "description" : {
            "type" : [ "null", "string" ],
            "title" : "String"
          },
          "status" : {
            "$ref" : "#/components/schemas/cards.arda.operations.procurement.orders.business.OrderLineStatus"
          },
          "item" : {
            "oneOf" : [ {
              "type" : "null"
            }, {
              "$ref" : "#/components/schemas/cards.arda.operations.reference.item.business.ItemReference.Value"
            } ]
          },
          "supplierSku" : {
            "type" : [ "null", "string" ],
            "title" : "String"
          },
          "quantity" : {
            "oneOf" : [ {
              "type" : "null"
            }, {
              "$ref" : "#/components/schemas/cards.arda.operations.reference.item.domain.Quantity.Value"
            } ]
          },
          "unitCost" : {
            "oneOf" : [ {
              "type" : "null"
            }, {
              "$ref" : "#/components/schemas/cards.arda.common.lib.domain.general.Money.Value"
            } ]
          },
          "received" : {
            "oneOf" : [ {
              "type" : "null"
            }, {
              "$ref" : "#/components/schemas/cards.arda.operations.reference.item.domain.Quantity.Value"
            } ]
          },
          "notes" : {
            "type" : "string",
            "title" : "String"
          },
          "privateNotes" : {
            "type" : "string",
            "title" : "String"
          },
          "servicedCards" : {
            "type" : "array",
            "items" : {
              "$ref" : "#/components/schemas/ServicedCard.Detailed"
            },
            "title" : "ListOfServicedCardDetailed"
          },
          "cost" : {
            "oneOf" : [ {
              "type" : "null"
            }, {
              "$ref" : "#/components/schemas/cards.arda.common.lib.domain.general.Money.Value"
            } ]
          }
        },
        "required" : [ "eId", "notes", "privateNotes", "servicedCards", "status" ],
        "title" : "OrderLine"
      },
      "cards.arda.operations.procurement.orders.business.OrderLineStatus" : {
        "type" : "string",
        "enum" : [ "NEW", "COMMITTED", "RECEIVING", "COMPLETED", "CANCELLED" ],
        "title" : "OrderLineStatus"
      },
      "cards.arda.operations.reference.item.business.ItemReference.Value" : {
        "type" : "object",
        "properties" : {
          "eId" : {
            "type" : "string",
            "format" : "uuid"
          },
          "rId" : {
            "type" : [ "null", "string" ],
            "format" : "uuid"
          },
          "name" : {
            "type" : [ "null", "string" ],
            "title" : "String"
          }
        },
        "required" : [ "eId" ],
        "title" : "ItemReferenceValue"
      },
      "cards.arda.operations.reference.item.domain.Quantity.Value" : {
        "type" : "object",
        "properties" : {
          "amount" : {
            "type" : "number",
            "format" : "double",
            "title" : "Double"
          },
          "unit" : {
            "type" : "string",
            "title" : "String"
          }
        },
        "required" : [ "amount", "unit" ],
        "title" : "QuantityValue"
      },
      "ServicedCard.Detailed" : {
        "type" : "object",
        "properties" : {
          "cardEId" : {
            "type" : "string",
            "format" : "uuid"
          },
          "cardRId" : {
            "type" : "string",
            "format" : "uuid"
          },
          "serialNumber" : {
            "type" : "string",
            "title" : "String"
          },
          "quantity" : {
            "$ref" : "#/components/schemas/cards.arda.operations.reference.item.domain.Quantity.Value"
          }
        },
        "required" : [ "cardEId", "cardRId", "quantity", "serialNumber" ],
        "title" : "ServicedCardDetailed"
      },
      "cards.arda.operations.procurement.orders.business.OrderLineMetadata" : {
        "type" : "object",
        "properties" : {
          "parentEId" : {
            "type" : "string",
            "format" : "uuid"
          },
          "rank" : {
            "type" : "integer",
            "format" : "int64",
            "title" : "Long"
          }
        },
        "required" : [ "parentEId", "rank" ],
        "title" : "OrderLineMetadata"
      },
      "cards.arda.operations.procurement.orders.service.ParentChildRecord" : {
        "type" : "object",
        "properties" : {
          "eId" : {
            "type" : "string",
            "format" : "uuid"
          },
          "header" : {
            "$ref" : "#/components/schemas/cards.arda.common.lib.module.dataauthority.EntityRecord"
          },
          "lines" : {
            "$ref" : "#/components/schemas/cards.arda.common.lib.module.dataauthority.PageResult"
          }
        },
        "required" : [ "eId", "header", "lines" ],
        "title" : "ParentChildRecord"
      },
      "cards.arda.operations.procurement.orders.api.rest.FreeFormOrderLineInput" : {
        "type" : "object",
        "properties" : {
          "title" : {
            "type" : [ "null", "string" ],
            "title" : "String"
          },
          "description" : {
            "type" : [ "null", "string" ],
            "title" : "String"
          },
          "supplierSku" : {
            "type" : [ "null", "string" ],
            "title" : "String"
          },
          "quantity" : {
            "oneOf" : [ {
              "type" : "null"
            }, {
              "$ref" : "#/components/schemas/cards.arda.operations.reference.item.domain.Quantity.Value"
            } ]
          },
          "unitCost" : {
            "oneOf" : [ {
              "type" : "null"
            }, {
              "$ref" : "#/components/schemas/cards.arda.common.lib.domain.general.Money.Value"
            } ]
          },
          "received" : {
            "oneOf" : [ {
              "type" : "null"
            }, {
              "$ref" : "#/components/schemas/cards.arda.operations.reference.item.domain.Quantity.Value"
            } ]
          },
          "notes" : {
            "type" : "string",
            "title" : "String"
          },
          "privateNotes" : {
            "type" : "string",
            "title" : "String"
          }
        },
        "required" : [ "notes", "privateNotes" ],
        "title" : "FreeFormOrderLineInput"
      },
      "cards.arda.operations.procurement.orders.api.rest.CardReferences" : {
        "type" : "object",
        "properties" : {
          "cardIds" : {
            "type" : "array",
            "items" : {
              "type" : "string",
              "format" : "uuid"
            },
            "title" : "ListOfUUID"
          }
        },
        "required" : [ "cardIds" ],
        "title" : "CardReferences"
      },
      "cards.arda.operations.procurement.orders.api.rest.ItemReferences" : {
        "type" : "object",
        "properties" : {
          "itemIds" : {
            "type" : "array",
            "items" : {
              "type" : "string",
              "format" : "uuid"
            },
            "title" : "ListOfUUID"
          }
        },
        "required" : [ "itemIds" ],
        "title" : "ItemReferences"
      },
      "cards.arda.operations.procurement.orders.service.LineReceiving" : {
        "type" : "object",
        "properties" : {
          "orderLineEid" : {
            "type" : "string",
            "format" : "uuid"
          },
          "quantityReceived" : {
            "$ref" : "#/components/schemas/cards.arda.operations.reference.item.domain.Quantity.Value"
          },
          "notes" : {
            "type" : [ "null", "string" ],
            "title" : "String"
          }
        },
        "required" : [ "orderLineEid", "quantityReceived" ],
        "title" : "LineReceiving"
      },
      "cards.arda.operations.procurement.orders.service.ReceiveAgainstLines" : {
        "type" : "object",
        "properties" : {
          "receiving" : {
            "type" : "array",
            "items" : {
              "$ref" : "#/components/schemas/cards.arda.operations.procurement.orders.service.LineReceiving"
            },
            "title" : "ListOfLineReceiving"
          }
        },
        "required" : [ "receiving" ],
        "title" : "ReceiveAgainstLines"
      },
      "cards.arda.operations.procurement.orders.service.AnnotateOrderPayload" : {
        "type" : "object",
        "properties" : {
          "privateNote" : {
            "type" : "string",
            "title" : "String"
          }
        },
        "required" : [ "privateNote" ],
        "title" : "AnnotateOrderPayload"
      }
    },
    "examples" : { },
    "securitySchemes" : {
      "auth" : {
        "type" : "apiKey",
        "name" : "auth",
        "in" : "header",
        "scheme" : "bearer",
        "bearerFormat" : "String, provided by Arda Systems"
      }
    }
  },
  "webhooks" : { }
}