{
  "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/business-affiliate/business-affiliate" : {
      "post" : {
        "tags" : [ "v1" ],
        "summary" : "Add new business-affiliate",
        "description" : "Add new business-affiliate",
        "operationId" : "business-affiliate-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 business-affiliate",
          "content" : {
            "application/json" : {
              "schema" : {
                "$ref" : "#/components/schemas/cards.arda.operations.reference.businessaffiliates.api.rest.BusinessAffiliateInput"
              }
            }
          },
          "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/business-affiliate/business-affiliate/{entity-id}" : {
      "get" : {
        "tags" : [ "v1" ],
        "summary" : "Get business-affiliate by id with time coordinates",
        "description" : "Get business-affiliate by id with time coordinates",
        "operationId" : "business-affiliate-entity-id-get-by-eid",
        "parameters" : [ {
          "name" : "entity-id",
          "in" : "path",
          "description" : "The Entity Id of the business-affiliate",
          "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 business-affiliate",
        "description" : "Update a business-affiliate",
        "operationId" : "business-affiliate-entity-id-update",
        "parameters" : [ {
          "name" : "entity-id",
          "in" : "path",
          "description" : "The Entity Id of the business-affiliate",
          "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 business-affiliate",
          "content" : {
            "application/json" : {
              "schema" : {
                "$ref" : "#/components/schemas/cards.arda.operations.reference.businessaffiliates.api.rest.BusinessAffiliateInput"
              }
            }
          },
          "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 business-affiliate by id with time coordinates",
        "description" : "Delete business-affiliate by id with time coordinates",
        "operationId" : "business-affiliate-entity-id-remove",
        "parameters" : [ {
          "name" : "entity-id",
          "in" : "path",
          "description" : "The Entity Id of the business-affiliate",
          "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/business-affiliate/business-affiliate/rid/{entity-record-id}" : {
      "get" : {
        "tags" : [ "v1" ],
        "summary" : "Get Order Header by Record Id",
        "description" : "Get Order Header by Record Id.",
        "operationId" : "business-affiliate-rid-entity-record-id-get-by-rid",
        "parameters" : [ {
          "name" : "entity-record-id",
          "in" : "path",
          "description" : "The Record Id of the business-affiliate",
          "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/business-affiliate/business-affiliate/query" : {
      "post" : {
        "tags" : [ "v1" ],
        "summary" : "Query business-affiliate first page",
        "description" : "Query business-affiliate first page",
        "operationId" : "business-affiliate-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 business-affiliate",
          "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/business-affiliate/business-affiliate/query/{page}" : {
      "get" : {
        "tags" : [ "v1" ],
        "summary" : "Get a Page of business-affiliate by page id",
        "description" : "Get a Page of business-affiliate by page id",
        "operationId" : "business-affiliate-query-page-get-page",
        "parameters" : [ {
          "name" : "page",
          "in" : "path",
          "description" : "The Page Id of the business-affiliate",
          "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/business-affiliate/business-affiliate/{entity-id}/history" : {
      "post" : {
        "tags" : [ "v1" ],
        "summary" : "business-affiliate History first page",
        "description" : "business-affiliate History first page",
        "operationId" : "business-affiliate-entity-id-history-query",
        "parameters" : [ {
          "name" : "entity-id",
          "in" : "path",
          "description" : "The Entity Id of the business-affiliate",
          "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 business-affiliate",
          "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/business-affiliate/business-affiliate/{entity-id}/history/{page}" : {
      "get" : {
        "tags" : [ "v1" ],
        "summary" : "Get a Page of business-affiliate by page id",
        "description" : "Get a Page of business-affiliate by page id",
        "operationId" : "business-affiliate-entity-id-history-page-get-page",
        "parameters" : [ {
          "name" : "entity-id",
          "in" : "path",
          "description" : "The Entity Id of the business-affiliate",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "object",
            "title" : "*"
          }
        }, {
          "name" : "page",
          "in" : "path",
          "description" : "The Page Id of the business-affiliate",
          "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/business-affiliate/business-affiliate/bulk" : {
      "put" : {
        "tags" : [ "v1" ],
        "summary" : "Bulk update business-affiliate entities",
        "description" : "Update multiple business-affiliate entities in a single atomic transaction. All updates succeed or none if any fails.",
        "operationId" : "business-affiliate-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 business-affiliate entities",
        "description" : "Add multiple business-affiliate entities in a single atomic transaction. All items are created or none if any fails.",
        "operationId" : "business-affiliate-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 business-affiliate inputs to add in a single atomic transaction",
          "content" : {
            "application/json" : {
              "schema" : {
                "type" : "array",
                "items" : {
                  "$ref" : "#/components/schemas/cards.arda.operations.reference.businessaffiliates.api.rest.BusinessAffiliateInput"
                },
                "title" : "ListOfBusinessAffiliateInput"
              }
            }
          },
          "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/business-affiliate/business-affiliate/with-details/{entity-id}" : {
      "get" : {
        "tags" : [ "v1" ],
        "summary" : "Get Business Affiliate with Roles",
        "description" : "Get Business Affiliate with Roles",
        "operationId" : "business-affiliate-with-details-entity-id-get",
        "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 business-affiliate",
          "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.reference.businessaffiliates.business.BusinessAffiliateRoleDetails"
                }
              }
            }
          },
          "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/business-affiliate/business-affiliate/{entity-id}/roles" : {
      "get" : {
        "tags" : [ "v1" ],
        "summary" : "Get Business Roles for Affiliate",
        "description" : "Get all Business Roles associated with a Business Affiliate",
        "operationId" : "business-affiliate-entity-id-roles-get",
        "parameters" : [ {
          "name" : "entity-id",
          "in" : "path",
          "description" : "The Entity Id of the business-affiliate",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "object",
            "title" : "*"
          }
        }, {
          "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" : "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.operations.reference.businessaffiliates.api.rest.BusinessAffiliateRoles"
                }
              }
            }
          },
          "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" : "Create Business Role",
        "description" : "Create a new Business Role for a Business Affiliate",
        "operationId" : "business-affiliate-entity-id-roles-create",
        "parameters" : [ {
          "name" : "entity-id",
          "in" : "path",
          "description" : "The Entity Id of the business-affiliate",
          "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" : "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 for creating or updating a Business Role",
          "content" : {
            "application/json" : {
              "schema" : {
                "$ref" : "#/components/schemas/cards.arda.operations.reference.businessaffiliates.api.rest.BusinessRoleInput"
              }
            }
          },
          "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/business-affiliate/business-affiliate/{entity-id}/roles/{business-role-eid}" : {
      "put" : {
        "tags" : [ "v1" ],
        "summary" : "Update Business Role",
        "description" : "Update an existing Business Role for a Business Affiliate",
        "operationId" : "business-affiliate-entity-id-roles-business-role-eid-update",
        "parameters" : [ {
          "name" : "entity-id",
          "in" : "path",
          "description" : "The Entity Id of the business-affiliate",
          "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" : "business-role-eid",
          "in" : "path",
          "description" : "The Entity Id of the business-role",
          "required" : true,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "object",
            "title" : "*"
          }
        }, {
          "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 for creating or updating a Business Role",
          "content" : {
            "application/json" : {
              "schema" : {
                "$ref" : "#/components/schemas/cards.arda.operations.reference.businessaffiliates.api.rest.BusinessRoleInput"
              }
            }
          },
          "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 Business Role",
        "description" : "Delete a Business Role from a Business Affiliate",
        "operationId" : "business-affiliate-entity-id-roles-business-role-eid-delete",
        "parameters" : [ {
          "name" : "entity-id",
          "in" : "path",
          "description" : "The Entity Id of the business-affiliate",
          "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" : "business-role-eid",
          "in" : "path",
          "description" : "The Entity Id of the business-role",
          "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.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/business-affiliate/business-affiliate/lookup" : {
      "get" : {
        "tags" : [ "v1" ],
        "summary" : "Lookup Business Affiliate names by fuzzy match",
        "description" : "Lookup Business Affiliate names by fuzzy partial name match, optionally filtered by role",
        "operationId" : "business-affiliate-lookup-lookup",
        "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" : "name",
          "in" : "query",
          "description" : "The name to fuzzy match against",
          "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" : "role",
          "in" : "query",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "string",
            "title" : "String"
          }
        }, {
          "name" : "limit",
          "in" : "query",
          "description" : "",
          "required" : false,
          "deprecated" : false,
          "explode" : false,
          "schema" : {
            "type" : "integer",
            "format" : "int32",
            "title" : "Int"
          }
        } ],
        "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.reference.businessaffiliates.api.rest.BusinessAffiliateLookupResult"
                }
              }
            }
          },
          "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.assets.CompanyInformation" : {
        "type" : "object",
        "properties" : {
          "name" : {
            "type" : "string",
            "title" : "String"
          },
          "legalName" : {
            "type" : [ "null", "string" ],
            "title" : "String"
          },
          "country" : {
            "oneOf" : [ {
              "type" : "null"
            }, {
              "$ref" : "#/components/schemas/cards.arda.common.lib.domain.general.geo.CountrySymbol"
            } ]
          },
          "taxId" : {
            "type" : [ "null", "string" ],
            "title" : "String"
          },
          "registrationId" : {
            "type" : [ "null", "string" ],
            "title" : "String"
          },
          "naicsCode" : {
            "type" : [ "null", "string" ],
            "title" : "String"
          }
        },
        "required" : [ "name" ],
        "title" : "CompanyInformation"
      },
      "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.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.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.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.operations.reference.businessaffiliates.api.rest.BusinessAffiliateInput" : {
        "type" : "object",
        "properties" : {
          "name" : {
            "type" : "string",
            "title" : "String"
          },
          "legal" : {
            "oneOf" : [ {
              "type" : "null"
            }, {
              "$ref" : "#/components/schemas/cards.arda.common.lib.domain.assets.CompanyInformation"
            } ]
          },
          "contact" : {
            "oneOf" : [ {
              "type" : "null"
            }, {
              "$ref" : "#/components/schemas/cards.arda.common.lib.domain.assets.Contact"
            } ]
          },
          "mainAddress" : {
            "oneOf" : [ {
              "type" : "null"
            }, {
              "$ref" : "#/components/schemas/cards.arda.common.lib.domain.general.geo.PostalAddress.Value"
            } ]
          },
          "contacts" : {
            "type" : [ "null", "object" ],
            "additionalProperties" : {
              "$ref" : "#/components/schemas/cards.arda.common.lib.domain.assets.Contact"
            },
            "title" : "MapOfStringToContact"
          },
          "addresses" : {
            "type" : "object",
            "additionalProperties" : {
              "$ref" : "#/components/schemas/cards.arda.common.lib.domain.general.geo.PostalAddress.Value"
            },
            "title" : "MapOfStringToPostalAddressValue"
          }
        },
        "required" : [ "addresses", "name" ],
        "title" : "BusinessAffiliateInput"
      },
      "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.reference.businessaffiliates.business.BusinessAffiliate" : {
        "type" : "object",
        "properties" : {
          "eId" : {
            "type" : "string",
            "format" : "uuid"
          },
          "name" : {
            "type" : "string",
            "title" : "String"
          },
          "legal" : {
            "oneOf" : [ {
              "type" : "null"
            }, {
              "$ref" : "#/components/schemas/cards.arda.common.lib.domain.assets.CompanyInformation"
            } ]
          },
          "contact" : {
            "oneOf" : [ {
              "type" : "null"
            }, {
              "$ref" : "#/components/schemas/cards.arda.common.lib.domain.assets.Contact"
            } ]
          },
          "mainAddress" : {
            "oneOf" : [ {
              "type" : "null"
            }, {
              "$ref" : "#/components/schemas/cards.arda.common.lib.domain.general.geo.PostalAddress.Value"
            } ]
          },
          "contacts" : {
            "type" : [ "null", "object" ],
            "additionalProperties" : {
              "$ref" : "#/components/schemas/cards.arda.common.lib.domain.assets.Contact"
            },
            "title" : "MapOfStringToContact"
          },
          "addresses" : {
            "type" : [ "null", "object" ],
            "additionalProperties" : {
              "$ref" : "#/components/schemas/cards.arda.common.lib.domain.general.geo.PostalAddress.Value"
            },
            "title" : "MapOfStringToPostalAddressValue"
          }
        },
        "required" : [ "eId", "name" ],
        "title" : "BusinessAffiliate"
      },
      "cards.arda.operations.reference.businessaffiliates.business.BusinessAffiliateMetadata" : {
        "type" : "object",
        "properties" : {
          "tenantId" : {
            "type" : "string",
            "format" : "uuid"
          }
        },
        "required" : [ "tenantId" ],
        "title" : "BusinessAffiliateMetadata"
      },
      "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.reference.businessaffiliates.business.BusinessRole"
          },
          "metadata" : {
            "$ref" : "#/components/schemas/cards.arda.operations.reference.businessaffiliates.business.BusinessRoleMetadata"
          },
          "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.EntityRecord"
            },
            "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.reference.businessaffiliates.api.rest.BusinessAffiliateInput"
          }
        },
        "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.operations.reference.businessaffiliates.business.BusinessRoleType" : {
        "type" : "string",
        "enum" : [ "VENDOR", "CUSTOMER", "CARRIER", "OPERATOR", "OTHER" ],
        "title" : "BusinessRoleType"
      },
      "cards.arda.operations.reference.businessaffiliates.business.BusinessAffiliateRoleDetails" : {
        "type" : "object",
        "properties" : {
          "businessAffiliate" : {
            "$ref" : "#/components/schemas/cards.arda.operations.reference.businessaffiliates.business.BusinessAffiliate"
          },
          "roles" : {
            "type" : "array",
            "items" : {
              "$ref" : "#/components/schemas/cards.arda.operations.reference.businessaffiliates.business.BusinessRoleType"
            },
            "title" : "ListOfBusinessRoleType"
          }
        },
        "required" : [ "businessAffiliate", "roles" ],
        "title" : "BusinessAffiliateRoleDetails"
      },
      "cards.arda.operations.reference.businessaffiliates.business.BusinessRole" : {
        "type" : "object",
        "properties" : {
          "eId" : {
            "type" : "string",
            "format" : "uuid"
          },
          "name" : {
            "type" : "string",
            "title" : "String"
          },
          "role" : {
            "$ref" : "#/components/schemas/cards.arda.operations.reference.businessaffiliates.business.BusinessRoleType"
          },
          "notes" : {
            "type" : [ "null", "string" ],
            "title" : "String"
          }
        },
        "required" : [ "eId", "name", "role" ],
        "title" : "BusinessRole"
      },
      "cards.arda.operations.reference.businessaffiliates.api.rest.BusinessAffiliateRoles" : {
        "type" : "object",
        "properties" : {
          "roles" : {
            "type" : "array",
            "items" : {
              "$ref" : "#/components/schemas/cards.arda.operations.reference.businessaffiliates.business.BusinessRole"
            },
            "title" : "ListOfBusinessRole"
          }
        },
        "required" : [ "roles" ],
        "title" : "BusinessAffiliateRoles"
      },
      "cards.arda.operations.reference.businessaffiliates.api.rest.BusinessRoleInput" : {
        "type" : "object",
        "properties" : {
          "role" : {
            "$ref" : "#/components/schemas/cards.arda.operations.reference.businessaffiliates.business.BusinessRoleType"
          },
          "notes" : {
            "type" : [ "null", "string" ],
            "title" : "String"
          }
        },
        "required" : [ "role" ],
        "title" : "BusinessRoleInput"
      },
      "cards.arda.operations.reference.businessaffiliates.business.BusinessRoleMetadata" : {
        "type" : "object",
        "properties" : {
          "parentEId" : {
            "type" : "string",
            "format" : "uuid"
          }
        },
        "required" : [ "parentEId" ],
        "title" : "BusinessRoleMetadata"
      },
      "cards.arda.operations.reference.businessaffiliates.api.rest.BusinessAffiliateLookupEntry" : {
        "type" : "object",
        "properties" : {
          "name" : {
            "type" : "string",
            "title" : "String"
          },
          "eId" : {
            "type" : "string",
            "format" : "uuid"
          }
        },
        "required" : [ "eId", "name" ],
        "title" : "BusinessAffiliateLookupEntry"
      },
      "cards.arda.operations.reference.businessaffiliates.api.rest.BusinessAffiliateLookupResult" : {
        "type" : "object",
        "properties" : {
          "matches" : {
            "type" : "array",
            "items" : {
              "$ref" : "#/components/schemas/cards.arda.operations.reference.businessaffiliates.api.rest.BusinessAffiliateLookupEntry"
            },
            "title" : "ListOfBusinessAffiliateLookupEntry"
          }
        },
        "required" : [ "matches" ],
        "title" : "BusinessAffiliateLookupResult"
      }
    },
    "examples" : { },
    "securitySchemes" : {
      "auth" : {
        "type" : "apiKey",
        "name" : "auth",
        "in" : "header",
        "scheme" : "bearer",
        "bearerFormat" : "String, provided by Arda Systems"
      }
    }
  },
  "webhooks" : { }
}