{
  "swagger": "2.0",
  "info": {
    "title": "M1Gateway - Internal",
    "version": "v1"
  },
  "paths": {
    "/api/AdminSystem/ClearCache": {
      "get": {
        "tags": [
          "AdminSystem"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "string"
            }
          }
        }
      }
    },
    "/api/AdminSystem/GetCache/{key}": {
      "get": {
        "tags": [
          "AdminSystem"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "key",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/AdminSystem/TestEmail/{emailAddress}": {
      "get": {
        "tags": [
          "AdminSystem"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "emailAddress",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/Association": {
      "get": {
        "tags": [
          "Association"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Association"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "Association"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Association"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Association"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Association"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/AssociationPatch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Association"
            }
          }
        }
      }
    },
    "/ext/Association": {
      "get": {
        "tags": [
          "Association"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Association"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "Association"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Association"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Association"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Association"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/AssociationPatch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Association"
            }
          }
        }
      }
    },
    "/api/Association/Abbreviated/{assocId}": {
      "get": {
        "tags": [
          "Association"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "assocId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/AbbreviatedAssociation"
              }
            }
          }
        }
      }
    },
    "/ext/Association/Abbreviated/{assocId}": {
      "get": {
        "tags": [
          "Association"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "assocId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/AbbreviatedAssociation"
              }
            }
          }
        }
      }
    },
    "/api/Association/Abbreviated": {
      "get": {
        "tags": [
          "Association"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/AbbreviatedAssociation"
              }
            }
          }
        }
      }
    },
    "/ext/Association/Abbreviated": {
      "get": {
        "tags": [
          "Association"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/AbbreviatedAssociation"
              }
            }
          }
        }
      }
    },
    "/api/Association/Abbreviated/Count/{date}": {
      "get": {
        "tags": [
          "Association"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "date",
            "required": true,
            "type": "string",
            "format": "date-time"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/AbbreviatedAssociation"
              }
            }
          }
        }
      }
    },
    "/ext/Association/Abbreviated/Count/{date}": {
      "get": {
        "tags": [
          "Association"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "date",
            "required": true,
            "type": "string",
            "format": "date-time"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/AbbreviatedAssociation"
              }
            }
          }
        }
      }
    },
    "/api/Association/{id}": {
      "get": {
        "tags": [
          "Association"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Association"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Association"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Association"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "Association"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Association"
            }
          }
        }
      }
    },
    "/ext/Association/{id}": {
      "get": {
        "tags": [
          "Association"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Association"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Association"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Association"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "Association"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Association"
            }
          }
        }
      }
    },
    "/api/Association/Search": {
      "post": {
        "tags": [
          "Association"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/BizAssociationSearch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/Association/Search": {
      "post": {
        "tags": [
          "Association"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/BizAssociationSearch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/Association/Search/RECN": {
      "post": {
        "tags": [
          "Association"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/BizAssociationSearch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/Association/Search/RECN": {
      "post": {
        "tags": [
          "Association"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/BizAssociationSearch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/Association/Search/Directory": {
      "post": {
        "tags": [
          "Association"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/BizAssociationSearch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/Association/Search/Directory": {
      "post": {
        "tags": [
          "Association"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/BizAssociationSearch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/Association/Search/Directory/Portal": {
      "post": {
        "tags": [
          "Association"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/BizAssociationSearch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/Association/Search/Directory/Portal": {
      "post": {
        "tags": [
          "Association"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/BizAssociationSearch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/Association/Search/CashDues": {
      "post": {
        "tags": [
          "Association"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/BizAssociationSearch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/Association/Search/CashDues": {
      "post": {
        "tags": [
          "Association"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/BizAssociationSearch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/Association/DissolveSearch": {
      "post": {
        "tags": [
          "Association"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/BizAssociationSearch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/Association/DissolveSearch": {
      "post": {
        "tags": [
          "Association"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/BizAssociationSearch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/Association/MemberCount/{id}": {
      "get": {
        "tags": [
          "Association"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/AssocMemberCount"
            }
          }
        }
      }
    },
    "/ext/Association/MemberCount/{id}": {
      "get": {
        "tags": [
          "Association"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/AssocMemberCount"
            }
          }
        }
      }
    },
    "/api/Association/NonMemberCount/{id}": {
      "get": {
        "tags": [
          "Association"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/AssocNMSalespersonCount"
            }
          }
        }
      }
    },
    "/ext/Association/NonMemberCount/{id}": {
      "get": {
        "tags": [
          "Association"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/AssocNMSalespersonCount"
            }
          }
        }
      }
    },
    "/api/Association/MemberList/{id}": {
      "get": {
        "tags": [
          "Association"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/Association/MemberList/{id}": {
      "get": {
        "tags": [
          "Association"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/Association/MemberList/{id}/{numberOfRows}": {
      "get": {
        "tags": [
          "Association"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "path",
            "name": "numberOfRows",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/Association/MemberList/{id}/{numberOfRows}": {
      "get": {
        "tags": [
          "Association"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "path",
            "name": "numberOfRows",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/Association/MembersAtLargeList/{id}": {
      "get": {
        "tags": [
          "Association"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/Association/MembersAtLargeList/{id}": {
      "get": {
        "tags": [
          "Association"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/Association/OfficeList/{id}": {
      "get": {
        "tags": [
          "Association"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/Association/OfficeList/{id}": {
      "get": {
        "tags": [
          "Association"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/Association/StaffList/{id}": {
      "get": {
        "tags": [
          "Association"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/Association/StaffList/{id}": {
      "get": {
        "tags": [
          "Association"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/Association/SingleOwnedMLSMemberList/{id}": {
      "get": {
        "tags": [
          "Association"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/Association/SingleOwnedMLSMemberList/{id}": {
      "get": {
        "tags": [
          "Association"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/Association/AssociationPaymentTypes/{id}": {
      "get": {
        "tags": [
          "Association"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/PaymentTypes"
              }
            }
          }
        }
      }
    },
    "/ext/Association/AssociationPaymentTypes/{id}": {
      "get": {
        "tags": [
          "Association"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/PaymentTypes"
              }
            }
          }
        }
      }
    },
    "/api/Association/Dissolve": {
      "post": {
        "tags": [
          "Association"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/DissolveAssociation"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "boolean"
            }
          }
        }
      }
    },
    "/ext/Association/Dissolve": {
      "post": {
        "tags": [
          "Association"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/DissolveAssociation"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "boolean"
            }
          }
        }
      }
    },
    "/api/Association/SendDissolveEmail": {
      "post": {
        "tags": [
          "Association"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/DissolveAssociation"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "boolean"
            }
          }
        }
      }
    },
    "/ext/Association/SendDissolveEmail": {
      "post": {
        "tags": [
          "Association"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/DissolveAssociation"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "boolean"
            }
          }
        }
      }
    },
    "/api/Association/History/{associationId}": {
      "post": {
        "tags": [
          "Association"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "associationId",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/OffsetRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/Association/History/{associationId}": {
      "post": {
        "tags": [
          "Association"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "associationId",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/OffsetRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/Association/LeadershipHistory/{associationId}": {
      "post": {
        "tags": [
          "Association"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "associationId",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/OffsetRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/Association/LeadershipHistory/{associationId}": {
      "post": {
        "tags": [
          "Association"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "associationId",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/OffsetRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/AssociationCharity": {
      "get": {
        "tags": [
          "AssociationCharity"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Association_Charity"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "AssociationCharity"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Association_Charity"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Association_Charity"
            }
          }
        }
      }
    },
    "/ext/AssociationCharity": {
      "get": {
        "tags": [
          "AssociationCharity"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Association_Charity"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "AssociationCharity"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Association_Charity"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Association_Charity"
            }
          }
        }
      }
    },
    "/api/AssociationCharity/{id}": {
      "get": {
        "tags": [
          "AssociationCharity"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Association_Charity"
            }
          }
        }
      },
      "put": {
        "tags": [
          "AssociationCharity"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Association_Charity"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "AssociationCharity"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Association_Charity"
            }
          }
        }
      }
    },
    "/ext/AssociationCharity/{id}": {
      "get": {
        "tags": [
          "AssociationCharity"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Association_Charity"
            }
          }
        }
      },
      "put": {
        "tags": [
          "AssociationCharity"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Association_Charity"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "AssociationCharity"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Association_Charity"
            }
          }
        }
      }
    },
    "/api/AssociationCharity/Association/{assocId}": {
      "get": {
        "tags": [
          "AssociationCharity"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "assocId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Association_Charity"
              }
            }
          }
        }
      }
    },
    "/ext/AssociationCharity/Association/{assocId}": {
      "get": {
        "tags": [
          "AssociationCharity"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "assocId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Association_Charity"
              }
            }
          }
        }
      }
    },
    "/api/AssociationPolicyClause": {
      "get": {
        "tags": [
          "AssociationPolicyClause"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Association_Policy_Clause"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "AssociationPolicyClause"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Association_Policy_Clause"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Association_Policy_Clause"
            }
          }
        }
      }
    },
    "/ext/AssociationPolicyClause": {
      "get": {
        "tags": [
          "AssociationPolicyClause"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Association_Policy_Clause"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "AssociationPolicyClause"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Association_Policy_Clause"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Association_Policy_Clause"
            }
          }
        }
      }
    },
    "/api/AssociationPolicyClause/{id}": {
      "get": {
        "tags": [
          "AssociationPolicyClause"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Association_Policy_Clause"
            }
          }
        }
      },
      "put": {
        "tags": [
          "AssociationPolicyClause"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Association_Policy_Clause"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "AssociationPolicyClause"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Association_Policy_Clause"
            }
          }
        }
      }
    },
    "/ext/AssociationPolicyClause/{id}": {
      "get": {
        "tags": [
          "AssociationPolicyClause"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Association_Policy_Clause"
            }
          }
        }
      },
      "put": {
        "tags": [
          "AssociationPolicyClause"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Association_Policy_Clause"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "AssociationPolicyClause"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Association_Policy_Clause"
            }
          }
        }
      }
    },
    "/api/AssociationPolicyClause/Association/{assocId}": {
      "get": {
        "tags": [
          "AssociationPolicyClause"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "assocId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Association_Policy_Clause"
              }
            }
          }
        }
      }
    },
    "/ext/AssociationPolicyClause/Association/{assocId}": {
      "get": {
        "tags": [
          "AssociationPolicyClause"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "assocId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Association_Policy_Clause"
              }
            }
          }
        }
      }
    },
    "/api/AssociationPortal/{id}": {
      "get": {
        "tags": [
          "AssociationPortal"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "put": {
        "tags": [
          "AssociationPortal"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Association_Portal_Preview"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/AssociationPortal/Association/{assocId}": {
      "get": {
        "tags": [
          "AssociationPortal"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "assocId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/AssociationPortal/Association/{assocId}": {
      "get": {
        "tags": [
          "AssociationPortal"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "assocId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/AssociationPortal/Preview/Association/{assocId}": {
      "get": {
        "tags": [
          "AssociationPortal"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "assocId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/AssociationPortal/MemberPreview/Association/{assocId}": {
      "get": {
        "tags": [
          "AssociationPortal"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "assocId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/AssociationPortal/MemberPreview/Association/{assocId}": {
      "get": {
        "tags": [
          "AssociationPortal"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "assocId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/AssociationPortal": {
      "post": {
        "tags": [
          "AssociationPortal"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Association_Portal_Preview"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Association_Portal"
            }
          }
        }
      }
    },
    "/api/AssociationPortal/Publish": {
      "post": {
        "tags": [
          "AssociationPortal"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Association_Portal"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Association_Portal"
            }
          }
        }
      }
    },
    "/api/AssociationPortal/FileUpload": {
      "post": {
        "tags": [
          "AssociationPortal"
        ],
        "consumes": [
          "multipart/form-data"
        ],
        "parameters": [
          {
            "in": "formData",
            "name": "Association_Id",
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "formData",
            "name": "Member_Id",
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "formData",
            "name": "Event_Id",
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "formData",
            "name": "Entity_Type",
            "type": "string"
          },
          {
            "in": "formData",
            "name": "File",
            "type": "file"
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/AssociationPortal/ActivePublished/{memberId}": {
      "get": {
        "tags": [
          "AssociationPortal"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "query",
            "name": "userName",
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Association_Published_Portal"
              }
            }
          }
        }
      }
    },
    "/ext/AssociationPortal/ActivePublished/{memberId}": {
      "get": {
        "tags": [
          "AssociationPortal"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "query",
            "name": "userName",
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Association_Published_Portal"
              }
            }
          }
        }
      }
    },
    "/api/AssociationPortalCampaign/{id}": {
      "get": {
        "tags": [
          "AssociationPortalCampaign"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Association_Portal_Campaign_Preview"
            }
          }
        }
      },
      "put": {
        "tags": [
          "AssociationPortalCampaign"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Association_Portal_Campaign_Preview"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "AssociationPortalCampaign"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Association_Portal_Campaign_Preview"
            }
          }
        }
      }
    },
    "/api/AssociationPortalCampaign": {
      "post": {
        "tags": [
          "AssociationPortalCampaign"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Association_Portal_Campaign_Preview"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Association_Portal_Campaign_Preview"
            }
          }
        }
      }
    },
    "/api/AssociationPortalNotification/{id}": {
      "get": {
        "tags": [
          "AssociationPortalNotification"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "put": {
        "tags": [
          "AssociationPortalNotification"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Association_Portal_Notification_Preview"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "AssociationPortalNotification"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Association_Portal_Notification"
            }
          }
        }
      }
    },
    "/api/AssociationPortalNotification": {
      "post": {
        "tags": [
          "AssociationPortalNotification"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Association_Portal_Notification_Preview"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Association_Portal_Notification_Preview"
            }
          }
        }
      }
    },
    "/api/AssociationPortalSupport/{id}": {
      "get": {
        "tags": [
          "AssociationPortalSupport"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "put": {
        "tags": [
          "AssociationPortalSupport"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Association_Portal_Support_Preview"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "AssociationPortalSupport"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Association_Portal_Support"
            }
          }
        }
      }
    },
    "/api/AssociationPortalSupport": {
      "post": {
        "tags": [
          "AssociationPortalSupport"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Association_Portal_Support_Preview"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Association_Portal_Support_Preview"
            }
          }
        }
      }
    },
    "/api/AssociationSpeaker": {
      "get": {
        "tags": [
          "AssociationSpeaker"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Association_Speaker"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "AssociationSpeaker"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Association_Speaker"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Association_Speaker"
            }
          }
        }
      }
    },
    "/ext/AssociationSpeaker": {
      "get": {
        "tags": [
          "AssociationSpeaker"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Association_Speaker"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "AssociationSpeaker"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Association_Speaker"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Association_Speaker"
            }
          }
        }
      }
    },
    "/api/AssociationSpeaker/{id}": {
      "get": {
        "tags": [
          "AssociationSpeaker"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Association_Speaker"
            }
          }
        }
      },
      "put": {
        "tags": [
          "AssociationSpeaker"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Association_Speaker"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "AssociationSpeaker"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Association_Speaker"
            }
          }
        }
      }
    },
    "/ext/AssociationSpeaker/{id}": {
      "get": {
        "tags": [
          "AssociationSpeaker"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Association_Speaker"
            }
          }
        }
      },
      "put": {
        "tags": [
          "AssociationSpeaker"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Association_Speaker"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "AssociationSpeaker"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Association_Speaker"
            }
          }
        }
      }
    },
    "/api/AssociationSpeaker/Association/{assocId}": {
      "get": {
        "tags": [
          "AssociationSpeaker"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "assocId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Association_Charity"
              }
            }
          }
        }
      }
    },
    "/ext/AssociationSpeaker/Association/{assocId}": {
      "get": {
        "tags": [
          "AssociationSpeaker"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "assocId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Association_Charity"
              }
            }
          }
        }
      }
    },
    "/api/AssociationSpeaker/Search": {
      "post": {
        "tags": [
          "AssociationSpeaker"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Association_Speaker"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Association_Speaker"
              }
            }
          }
        }
      }
    },
    "/ext/AssociationSpeaker/Search": {
      "post": {
        "tags": [
          "AssociationSpeaker"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Association_Speaker"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Association_Speaker"
              }
            }
          }
        }
      }
    },
    "/api/AssociationSpeaker/Event/{eventId}": {
      "get": {
        "tags": [
          "AssociationSpeaker"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "eventId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Association_Speaker"
              }
            }
          }
        }
      }
    },
    "/ext/AssociationSpeaker/Event/{eventId}": {
      "get": {
        "tags": [
          "AssociationSpeaker"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "eventId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Association_Speaker"
              }
            }
          }
        }
      }
    },
    "/api/AssociationSponsor": {
      "get": {
        "tags": [
          "AssociationSponsor"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Association_Sponsor"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "AssociationSponsor"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Association_Sponsor"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Association_Sponsor"
            }
          }
        }
      }
    },
    "/ext/AssociationSponsor": {
      "get": {
        "tags": [
          "AssociationSponsor"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Association_Sponsor"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "AssociationSponsor"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Association_Sponsor"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Association_Sponsor"
            }
          }
        }
      }
    },
    "/api/AssociationSponsor/{id}": {
      "get": {
        "tags": [
          "AssociationSponsor"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Association_Sponsor"
            }
          }
        }
      },
      "put": {
        "tags": [
          "AssociationSponsor"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Association_Sponsor"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "AssociationSponsor"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Association_Sponsor"
            }
          }
        }
      }
    },
    "/ext/AssociationSponsor/{id}": {
      "get": {
        "tags": [
          "AssociationSponsor"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Association_Sponsor"
            }
          }
        }
      },
      "put": {
        "tags": [
          "AssociationSponsor"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Association_Sponsor"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "AssociationSponsor"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Association_Sponsor"
            }
          }
        }
      }
    },
    "/api/AssociationSponsor/Association/{assocId}": {
      "get": {
        "tags": [
          "AssociationSponsor"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "assocId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Association_Sponsor"
              }
            }
          }
        }
      }
    },
    "/ext/AssociationSponsor/Association/{assocId}": {
      "get": {
        "tags": [
          "AssociationSponsor"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "assocId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Association_Sponsor"
              }
            }
          }
        }
      }
    },
    "/api/AssociationSponsor/Search": {
      "post": {
        "tags": [
          "AssociationSponsor"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Association_Sponsor"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Association_Sponsor"
              }
            }
          }
        }
      }
    },
    "/ext/AssociationSponsor/Search": {
      "post": {
        "tags": [
          "AssociationSponsor"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Association_Sponsor"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Association_Sponsor"
              }
            }
          }
        }
      }
    },
    "/api/Authorize": {
      "post": {
        "tags": [
          "Authorize"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/AuthorizeRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/Authorize/SessionInfo": {
      "get": {
        "tags": [
          "Authorize"
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/Authorize/Impersonate": {
      "post": {
        "tags": [
          "Authorize"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/ImpersonateRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/Authorize/StopImpersonation": {
      "post": {
        "tags": [
          "Authorize"
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/AzureSearch/{indexName}/Search": {
      "post": {
        "tags": [
          "AzureSearch"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "indexName",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "type": "object",
              "additionalProperties": {
                "$ref": "#/definitions/JToken"
              }
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/ext/Committee/{committeeYear}": {
      "get": {
        "tags": [
          "Committee"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "committeeYear",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/BizCommittee"
            }
          }
        }
      }
    },
    "/ext/Committee/Appointments/{committeeYear}/{committeeId}": {
      "get": {
        "tags": [
          "Committee"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "committeeYear",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "path",
            "name": "committeeId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/BizCommitteeAppointments"
            }
          }
        }
      }
    },
    "/api/Content/RECNFAQ": {
      "get": {
        "tags": [
          "Content"
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/ext/Content/RECNFAQ": {
      "get": {
        "tags": [
          "Content"
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/Content/FAQ": {
      "get": {
        "tags": [
          "Content"
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/Content": {
      "get": {
        "tags": [
          "Content"
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/Content/RECNHomePage": {
      "get": {
        "tags": [
          "Content"
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/ext/Content/RECNHomePage": {
      "get": {
        "tags": [
          "Content"
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/Content/M1Carousel": {
      "get": {
        "tags": [
          "Content"
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/DailyChanges": {
      "post": {
        "tags": [
          "DailyChanges"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/DailyChangesPost"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "boolean"
            }
          }
        }
      }
    },
    "/ext/DailyChanges": {
      "post": {
        "tags": [
          "DailyChanges"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/DailyChangesPost"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "boolean"
            }
          }
        }
      }
    },
    "/api/DailyChanges/SendEmail": {
      "post": {
        "tags": [
          "DailyChanges"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/DailyChangesPost"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "boolean"
            }
          }
        }
      }
    },
    "/ext/DailyChanges/SendEmail": {
      "post": {
        "tags": [
          "DailyChanges"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/DailyChangesPost"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "boolean"
            }
          }
        }
      }
    },
    "/api/DailyChangesMember/Add": {
      "post": {
        "tags": [
          "DailyChangesMember"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/DailyChangesPost"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/DailyChangesMember/Add": {
      "post": {
        "tags": [
          "DailyChangesMember"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/DailyChangesPost"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/DailyChangesMember/Change": {
      "post": {
        "tags": [
          "DailyChangesMember"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/DailyChangesPost"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/DailyChangesMember/Change": {
      "post": {
        "tags": [
          "DailyChangesMember"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/DailyChangesPost"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/DailyChangesMember/Drop": {
      "post": {
        "tags": [
          "DailyChangesMember"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/DailyChangesPost"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/DailyChangesMember/Drop": {
      "post": {
        "tags": [
          "DailyChangesMember"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/DailyChangesPost"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/DailyChangesMember/Reinstate": {
      "post": {
        "tags": [
          "DailyChangesMember"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/DailyChangesPost"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/DailyChangesMember/Reinstate": {
      "post": {
        "tags": [
          "DailyChangesMember"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/DailyChangesPost"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/DailyChangesMember/Transfer": {
      "post": {
        "tags": [
          "DailyChangesMember"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/DailyChangesPost"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/DailyChangesMember/Transfer": {
      "post": {
        "tags": [
          "DailyChangesMember"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/DailyChangesPost"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/DailyChangesMember": {
      "post": {
        "tags": [
          "DailyChangesMember"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/DailyChangesPost"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "type": "array",
                "items": { }
              }
            }
          }
        }
      }
    },
    "/ext/DailyChangesMember": {
      "post": {
        "tags": [
          "DailyChangesMember"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/DailyChangesPost"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "type": "array",
                "items": { }
              }
            }
          }
        }
      }
    },
    "/api/DailyChangesMemberCertification/Add": {
      "post": {
        "tags": [
          "DailyChangesMemberCertification"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/DailyChangesPost"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/DailyChangesMemberCertification/Add": {
      "post": {
        "tags": [
          "DailyChangesMemberCertification"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/DailyChangesPost"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/DailyChangesMemberCoe/Add": {
      "post": {
        "tags": [
          "DailyChangesMemberCoe"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/DailyChangesPost"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/DailyChangesMemberCoe/Add": {
      "post": {
        "tags": [
          "DailyChangesMemberCoe"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/DailyChangesPost"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/DailyChangesMemberDemographic/Add": {
      "post": {
        "tags": [
          "DailyChangesMemberDemographic"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/DailyChangesPost"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/DailyChangesMemberDemographic/Add": {
      "post": {
        "tags": [
          "DailyChangesMemberDemographic"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/DailyChangesPost"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/DailyChangesMemberDesignation/Change": {
      "post": {
        "tags": [
          "DailyChangesMemberDesignation"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/DailyChangesPost"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/DailyChangesMemberDesignation/Change": {
      "post": {
        "tags": [
          "DailyChangesMemberDesignation"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/DailyChangesPost"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/DailyChangesMemberDuesPayment/Add": {
      "post": {
        "tags": [
          "DailyChangesMemberDuesPayment"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/DailyChangesPost"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/DailyChangesMemberDuesPayment/Add": {
      "post": {
        "tags": [
          "DailyChangesMemberDuesPayment"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/DailyChangesPost"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/DailyChangesMemberEducation/Add": {
      "post": {
        "tags": [
          "DailyChangesMemberEducation"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/DailyChangesPost"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/DailyChangesMemberEducation/Add": {
      "post": {
        "tags": [
          "DailyChangesMemberEducation"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/DailyChangesPost"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/DailyChangesMemberEducationLevel/Add": {
      "post": {
        "tags": [
          "DailyChangesMemberEducationLevel"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/DailyChangesPost"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/DailyChangesMemberEducationLevel/Add": {
      "post": {
        "tags": [
          "DailyChangesMemberEducationLevel"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/DailyChangesPost"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/DailyChangesMemberEducationLevel/Delete": {
      "post": {
        "tags": [
          "DailyChangesMemberEducationLevel"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/DailyChangesPost"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/DailyChangesMemberEducationLevel/Delete": {
      "post": {
        "tags": [
          "DailyChangesMemberEducationLevel"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/DailyChangesPost"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/DailyChangesMemberEducationLevel": {
      "post": {
        "tags": [
          "DailyChangesMemberEducationLevel"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/DailyChangesPost"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "type": "array",
                "items": { }
              }
            }
          }
        }
      }
    },
    "/ext/DailyChangesMemberEducationLevel": {
      "post": {
        "tags": [
          "DailyChangesMemberEducationLevel"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/DailyChangesPost"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "type": "array",
                "items": { }
              }
            }
          }
        }
      }
    },
    "/api/DailyChangesMemberFairHousing/Add": {
      "post": {
        "tags": [
          "DailyChangesMemberFairHousing"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/DailyChangesPost"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/DailyChangesMemberFairHousing/Add": {
      "post": {
        "tags": [
          "DailyChangesMemberFairHousing"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/DailyChangesPost"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/DailyChangesMemberFairHousing/Delete": {
      "post": {
        "tags": [
          "DailyChangesMemberFairHousing"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/DailyChangesPost"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/DailyChangesMemberFairHousing/Delete": {
      "post": {
        "tags": [
          "DailyChangesMemberFairHousing"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/DailyChangesPost"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/DailyChangesMemberIscAffiliation/Add": {
      "post": {
        "tags": [
          "DailyChangesMemberIscAffiliation"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/DailyChangesPost"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/DailyChangesMemberIscAffiliation/Add": {
      "post": {
        "tags": [
          "DailyChangesMemberIscAffiliation"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/DailyChangesPost"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/DailyChangesMemberLanguage/Add": {
      "post": {
        "tags": [
          "DailyChangesMemberLanguage"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/DailyChangesPost"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/DailyChangesMemberLanguage/Add": {
      "post": {
        "tags": [
          "DailyChangesMemberLanguage"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/DailyChangesPost"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/DailyChangesMemberLanguage/Delete": {
      "post": {
        "tags": [
          "DailyChangesMemberLanguage"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/DailyChangesPost"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/DailyChangesMemberLanguage/Delete": {
      "post": {
        "tags": [
          "DailyChangesMemberLanguage"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/DailyChangesPost"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/DailyChangesMemberLanguage": {
      "post": {
        "tags": [
          "DailyChangesMemberLanguage"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/DailyChangesPost"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "type": "array",
                "items": { }
              }
            }
          }
        }
      }
    },
    "/ext/DailyChangesMemberLanguage": {
      "post": {
        "tags": [
          "DailyChangesMemberLanguage"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/DailyChangesPost"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "type": "array",
                "items": { }
              }
            }
          }
        }
      }
    },
    "/api/DailyChangesMemberMilitaryService/Add": {
      "post": {
        "tags": [
          "DailyChangesMemberMilitaryService"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/DailyChangesPost"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/DailyChangesMemberMilitaryService/Add": {
      "post": {
        "tags": [
          "DailyChangesMemberMilitaryService"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/DailyChangesPost"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/DailyChangesMemberMilitaryService/Delete": {
      "post": {
        "tags": [
          "DailyChangesMemberMilitaryService"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/DailyChangesPost"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/DailyChangesMemberMilitaryService/Delete": {
      "post": {
        "tags": [
          "DailyChangesMemberMilitaryService"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/DailyChangesPost"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/DailyChangesMemberMilitaryService": {
      "post": {
        "tags": [
          "DailyChangesMemberMilitaryService"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/DailyChangesPost"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "type": "array",
                "items": { }
              }
            }
          }
        }
      }
    },
    "/ext/DailyChangesMemberMilitaryService": {
      "post": {
        "tags": [
          "DailyChangesMemberMilitaryService"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/DailyChangesPost"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "type": "array",
                "items": { }
              }
            }
          }
        }
      }
    },
    "/api/DailyChangesMemberMls/Add": {
      "post": {
        "tags": [
          "DailyChangesMemberMls"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/DailyChangesPost"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/DailyChangesMemberMls/Add": {
      "post": {
        "tags": [
          "DailyChangesMemberMls"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/DailyChangesPost"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/DailyChangesMemberSecondary/Add": {
      "post": {
        "tags": [
          "DailyChangesMemberSecondary"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/DailyChangesPost"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/DailyChangesMemberSecondary/Add": {
      "post": {
        "tags": [
          "DailyChangesMemberSecondary"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/DailyChangesPost"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/DailyChangesMemberSecondary/Change": {
      "post": {
        "tags": [
          "DailyChangesMemberSecondary"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/DailyChangesPost"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/DailyChangesMemberSecondary/Change": {
      "post": {
        "tags": [
          "DailyChangesMemberSecondary"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/DailyChangesPost"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/DailyChangesOffice/Add": {
      "post": {
        "tags": [
          "DailyChangesOffice"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/DailyChangesPost"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/DailyChangesOffice/Add": {
      "post": {
        "tags": [
          "DailyChangesOffice"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/DailyChangesPost"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/DailyChangesOffice/Change": {
      "post": {
        "tags": [
          "DailyChangesOffice"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/DailyChangesPost"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/DailyChangesOffice/Change": {
      "post": {
        "tags": [
          "DailyChangesOffice"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/DailyChangesPost"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/DailyChangesOffice/Drop": {
      "post": {
        "tags": [
          "DailyChangesOffice"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/DailyChangesPost"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/DailyChangesOffice/Drop": {
      "post": {
        "tags": [
          "DailyChangesOffice"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/DailyChangesPost"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/DailyChangesOffice/Transfer": {
      "post": {
        "tags": [
          "DailyChangesOffice"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/DailyChangesPost"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/DailyChangesOffice/Transfer": {
      "post": {
        "tags": [
          "DailyChangesOffice"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/DailyChangesPost"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/DailyChangesOffice": {
      "post": {
        "tags": [
          "DailyChangesOffice"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/DailyChangesPost"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "type": "array",
                "items": { }
              }
            }
          }
        }
      }
    },
    "/ext/DailyChangesOffice": {
      "post": {
        "tags": [
          "DailyChangesOffice"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/DailyChangesPost"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "type": "array",
                "items": { }
              }
            }
          }
        }
      }
    },
    "/api/DailyChangesOfficeSecondary/Add": {
      "post": {
        "tags": [
          "DailyChangesOfficeSecondary"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/DailyChangesPost"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/DailyChangesOfficeSecondary/Add": {
      "post": {
        "tags": [
          "DailyChangesOfficeSecondary"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/DailyChangesPost"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/DailyChangesOfficeSecondary/Change": {
      "post": {
        "tags": [
          "DailyChangesOfficeSecondary"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/DailyChangesPost"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/DailyChangesOfficeSecondary/Change": {
      "post": {
        "tags": [
          "DailyChangesOfficeSecondary"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/DailyChangesPost"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/DataExtractRequest": {
      "get": {
        "tags": [
          "DataExtractRequest"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Data_Extract_Request"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "DataExtractRequest"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Data_Extract_Request"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Data_Extract_Request"
            }
          }
        }
      }
    },
    "/ext/DataExtractRequest": {
      "get": {
        "tags": [
          "DataExtractRequest"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Data_Extract_Request"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "DataExtractRequest"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Data_Extract_Request"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Data_Extract_Request"
            }
          }
        }
      }
    },
    "/api/DataExtractRequest/{requestId}": {
      "get": {
        "tags": [
          "DataExtractRequest"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "requestId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Data_Extract_Request"
            }
          }
        }
      }
    },
    "/ext/DataExtractRequest/{requestId}": {
      "get": {
        "tags": [
          "DataExtractRequest"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "requestId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Data_Extract_Request"
            }
          }
        }
      }
    },
    "/api/DataExtractRequest/AssociationId/{associationId}": {
      "get": {
        "tags": [
          "DataExtractRequest"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "associationId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Data_Extract_Request"
              }
            }
          }
        }
      }
    },
    "/ext/DataExtractRequest/AssociationId/{associationId}": {
      "get": {
        "tags": [
          "DataExtractRequest"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "associationId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Data_Extract_Request"
              }
            }
          }
        }
      }
    },
    "/api/DataExtractRequest/Requester": {
      "get": {
        "tags": [
          "DataExtractRequest"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Data_Extract_Request"
              }
            }
          }
        }
      }
    },
    "/ext/DataExtractRequest/Requester": {
      "get": {
        "tags": [
          "DataExtractRequest"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Data_Extract_Request"
              }
            }
          }
        }
      }
    },
    "/api/DataExtractRequest/AssocDirectory/Requester": {
      "get": {
        "tags": [
          "DataExtractRequest"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Data_Extract_Request"
              }
            }
          }
        }
      }
    },
    "/ext/DataExtractRequest/AssocDirectory/Requester": {
      "get": {
        "tags": [
          "DataExtractRequest"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Data_Extract_Request"
              }
            }
          }
        }
      }
    },
    "/api/DataExtractRequest/SendEmail": {
      "post": {
        "tags": [
          "DataExtractRequest"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Data_Extract_Request"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Data_Extract_Request"
            }
          }
        }
      }
    },
    "/ext/DataExtractRequest/SendEmail": {
      "post": {
        "tags": [
          "DataExtractRequest"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Data_Extract_Request"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Data_Extract_Request"
            }
          }
        }
      }
    },
    "/api/DataExtractRequest/DownloadFile/{id}": {
      "get": {
        "tags": [
          "DataExtractRequest"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/ext/DataExtractRequest/DownloadFile/{id}": {
      "get": {
        "tags": [
          "DataExtractRequest"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/DataExtractRequest/DownloadFile": {
      "get": {
        "tags": [
          "DataExtractRequest"
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/ext/DataExtractRequest/DownloadFile": {
      "get": {
        "tags": [
          "DataExtractRequest"
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/DataExtractRequest/FileLocation": {
      "get": {
        "tags": [
          "DataExtractRequest"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "string"
            }
          }
        }
      }
    },
    "/ext/DataExtractRequest/FileLocation": {
      "get": {
        "tags": [
          "DataExtractRequest"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "string"
            }
          }
        }
      }
    },
    "/api/DataExtractSchedule": {
      "get": {
        "tags": [
          "DataExtractSchedule"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Data_Extract_Schedule"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "DataExtractSchedule"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Data_Extract_Schedule"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Data_Extract_Schedule"
            }
          }
        }
      }
    },
    "/ext/DataExtractSchedule": {
      "get": {
        "tags": [
          "DataExtractSchedule"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Data_Extract_Schedule"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "DataExtractSchedule"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Data_Extract_Schedule"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Data_Extract_Schedule"
            }
          }
        }
      }
    },
    "/api/DataExtractSchedule/{scheduleId}": {
      "get": {
        "tags": [
          "DataExtractSchedule"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "scheduleId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Data_Extract_Schedule"
            }
          }
        }
      },
      "put": {
        "tags": [
          "DataExtractSchedule"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "scheduleId",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Data_Extract_Schedule"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "DataExtractSchedule"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "scheduleId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Data_Extract_Schedule"
            }
          }
        }
      }
    },
    "/ext/DataExtractSchedule/{scheduleId}": {
      "get": {
        "tags": [
          "DataExtractSchedule"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "scheduleId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Data_Extract_Schedule"
            }
          }
        }
      },
      "put": {
        "tags": [
          "DataExtractSchedule"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "scheduleId",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Data_Extract_Schedule"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "DataExtractSchedule"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "scheduleId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Data_Extract_Schedule"
            }
          }
        }
      }
    },
    "/api/DataExtractSchedule/AssociationId/{associationId}": {
      "get": {
        "tags": [
          "DataExtractSchedule"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "associationId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Data_Extract_Schedule"
              }
            }
          }
        }
      }
    },
    "/ext/DataExtractSchedule/AssociationId/{associationId}": {
      "get": {
        "tags": [
          "DataExtractSchedule"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "associationId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Data_Extract_Schedule"
              }
            }
          }
        }
      }
    },
    "/api/DataExtractSchedule/Requester": {
      "get": {
        "tags": [
          "DataExtractSchedule"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Data_Extract_Schedule"
              }
            }
          }
        }
      }
    },
    "/ext/DataExtractSchedule/Requester": {
      "get": {
        "tags": [
          "DataExtractSchedule"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Data_Extract_Schedule"
              }
            }
          }
        }
      }
    },
    "/api/Event": {
      "get": {
        "tags": [
          "Event"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Event"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "Event"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Event"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event"
            }
          }
        }
      }
    },
    "/ext/Event": {
      "get": {
        "tags": [
          "Event"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Event"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "Event"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Event"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event"
            }
          }
        }
      }
    },
    "/api/Event/{id}": {
      "get": {
        "tags": [
          "Event"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Event"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Event"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "Event"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event"
            }
          }
        }
      }
    },
    "/ext/Event/{id}": {
      "get": {
        "tags": [
          "Event"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Event"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Event"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "Event"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event"
            }
          }
        }
      }
    },
    "/api/Event/Assoc/{assocId}": {
      "get": {
        "tags": [
          "Event"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "assocId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Event"
              }
            }
          }
        }
      }
    },
    "/ext/Event/Assoc/{assocId}": {
      "get": {
        "tags": [
          "Event"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "assocId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Event"
              }
            }
          }
        }
      }
    },
    "/api/Event/Published/{assocId}": {
      "get": {
        "tags": [
          "Event"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "assocId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Event"
              }
            }
          }
        }
      }
    },
    "/ext/Event/Published/{assocId}": {
      "get": {
        "tags": [
          "Event"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "assocId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Event"
              }
            }
          }
        }
      }
    },
    "/api/Event/FileUpload": {
      "post": {
        "tags": [
          "Event"
        ],
        "consumes": [
          "multipart/form-data"
        ],
        "parameters": [
          {
            "in": "formData",
            "name": "Association_Id",
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "formData",
            "name": "Event_Id",
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "formData",
            "name": "Entity_Type",
            "type": "string"
          },
          {
            "in": "formData",
            "name": "File",
            "type": "file"
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/ext/Event/FileUpload": {
      "post": {
        "tags": [
          "Event"
        ],
        "consumes": [
          "multipart/form-data"
        ],
        "parameters": [
          {
            "in": "formData",
            "name": "Association_Id",
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "formData",
            "name": "Event_Id",
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "formData",
            "name": "Entity_Type",
            "type": "string"
          },
          {
            "in": "formData",
            "name": "File",
            "type": "file"
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/Event/Clone/{eventId}": {
      "post": {
        "tags": [
          "Event"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "eventId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/ext/Event/Clone/{eventId}": {
      "post": {
        "tags": [
          "Event"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "eventId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/Event/Cancel/{id}": {
      "put": {
        "tags": [
          "Event"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Event"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/ext/Event/Cancel/{id}": {
      "put": {
        "tags": [
          "Event"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Event"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/EventAccommodation": {
      "get": {
        "tags": [
          "EventAccommodation"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Event_Accommodation"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "EventAccommodation"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Event_Accommodation"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Accommodation"
            }
          }
        }
      }
    },
    "/ext/EventAccommodation": {
      "get": {
        "tags": [
          "EventAccommodation"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Event_Accommodation"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "EventAccommodation"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Event_Accommodation"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Accommodation"
            }
          }
        }
      }
    },
    "/api/EventAccommodation/{id}": {
      "get": {
        "tags": [
          "EventAccommodation"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Accommodation"
            }
          }
        }
      },
      "put": {
        "tags": [
          "EventAccommodation"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Event_Accommodation"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "EventAccommodation"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Accommodation"
            }
          }
        }
      }
    },
    "/ext/EventAccommodation/{id}": {
      "get": {
        "tags": [
          "EventAccommodation"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Accommodation"
            }
          }
        }
      },
      "put": {
        "tags": [
          "EventAccommodation"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Event_Accommodation"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "EventAccommodation"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Accommodation"
            }
          }
        }
      }
    },
    "/api/EventAccommodation/Event/{eventId}": {
      "get": {
        "tags": [
          "EventAccommodation"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "eventId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Event_Accommodation"
              }
            }
          }
        }
      }
    },
    "/ext/EventAccommodation/Event/{eventId}": {
      "get": {
        "tags": [
          "EventAccommodation"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "eventId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Event_Accommodation"
              }
            }
          }
        }
      }
    },
    "/api/EventCharity": {
      "get": {
        "tags": [
          "EventCharity"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Event_Charity"
              }
            }
          }
        }
      },
      "put": {
        "tags": [
          "EventCharity"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Event_Charity"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "post": {
        "tags": [
          "EventCharity"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Event_Charity"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Charity"
            }
          }
        }
      }
    },
    "/ext/EventCharity": {
      "get": {
        "tags": [
          "EventCharity"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Event_Charity"
              }
            }
          }
        }
      },
      "put": {
        "tags": [
          "EventCharity"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Event_Charity"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "post": {
        "tags": [
          "EventCharity"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Event_Charity"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Charity"
            }
          }
        }
      }
    },
    "/api/EventCharity/{id}": {
      "get": {
        "tags": [
          "EventCharity"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Charity"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "EventCharity"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Charity"
            }
          }
        }
      }
    },
    "/ext/EventCharity/{id}": {
      "get": {
        "tags": [
          "EventCharity"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Charity"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "EventCharity"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Charity"
            }
          }
        }
      }
    },
    "/api/EventCharity/Event/{eventId}": {
      "get": {
        "tags": [
          "EventCharity"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "eventId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Event_Charity"
              }
            }
          }
        }
      }
    },
    "/ext/EventCharity/Event/{eventId}": {
      "get": {
        "tags": [
          "EventCharity"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "eventId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Event_Charity"
              }
            }
          }
        }
      }
    },
    "/api/EventCustomQuestion/{id}": {
      "get": {
        "tags": [
          "EventCustomQuestion"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Custom_Question"
            }
          }
        }
      },
      "put": {
        "tags": [
          "EventCustomQuestion"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Event_Custom_Question"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "EventCustomQuestion"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Custom_Question"
            }
          }
        }
      }
    },
    "/ext/EventCustomQuestion/{id}": {
      "get": {
        "tags": [
          "EventCustomQuestion"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Custom_Question"
            }
          }
        }
      },
      "put": {
        "tags": [
          "EventCustomQuestion"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Event_Custom_Question"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "EventCustomQuestion"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Custom_Question"
            }
          }
        }
      }
    },
    "/api/EventCustomQuestion/Event/{eventId}": {
      "get": {
        "tags": [
          "EventCustomQuestion"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "eventId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Event_Custom_Question"
              }
            }
          }
        }
      }
    },
    "/ext/EventCustomQuestion/Event/{eventId}": {
      "get": {
        "tags": [
          "EventCustomQuestion"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "eventId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Event_Custom_Question"
              }
            }
          }
        }
      }
    },
    "/api/EventCustomQuestion": {
      "post": {
        "tags": [
          "EventCustomQuestion"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Event_Custom_Question"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Custom_Question"
            }
          }
        }
      }
    },
    "/ext/EventCustomQuestion": {
      "post": {
        "tags": [
          "EventCustomQuestion"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Event_Custom_Question"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Custom_Question"
            }
          }
        }
      }
    },
    "/api/EventInvitee": {
      "get": {
        "tags": [
          "EventInvitee"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Event_Invitee"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "EventInvitee"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Event_Invitee"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Invitee"
            }
          }
        }
      }
    },
    "/ext/EventInvitee": {
      "get": {
        "tags": [
          "EventInvitee"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Event_Invitee"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "EventInvitee"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Event_Invitee"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Invitee"
            }
          }
        }
      }
    },
    "/api/EventInvitee/{id}": {
      "get": {
        "tags": [
          "EventInvitee"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Invitee"
            }
          }
        }
      },
      "put": {
        "tags": [
          "EventInvitee"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Event_Invitee"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "EventInvitee"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Invitee"
            }
          }
        }
      }
    },
    "/ext/EventInvitee/{id}": {
      "get": {
        "tags": [
          "EventInvitee"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Invitee"
            }
          }
        }
      },
      "put": {
        "tags": [
          "EventInvitee"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Event_Invitee"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "EventInvitee"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Invitee"
            }
          }
        }
      }
    },
    "/api/EventInvitee/Event/{eventId}": {
      "get": {
        "tags": [
          "EventInvitee"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "eventId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Event_Invitee"
              }
            }
          }
        }
      }
    },
    "/ext/EventInvitee/Event/{eventId}": {
      "get": {
        "tags": [
          "EventInvitee"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "eventId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Event_Invitee"
              }
            }
          }
        }
      }
    },
    "/api/EventMealOption/{id}": {
      "get": {
        "tags": [
          "EventMealOption"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Meal_Option"
            }
          }
        }
      },
      "put": {
        "tags": [
          "EventMealOption"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Event_Meal_Option"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "EventMealOption"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Meal_Option"
            }
          }
        }
      }
    },
    "/ext/EventMealOption/{id}": {
      "get": {
        "tags": [
          "EventMealOption"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Meal_Option"
            }
          }
        }
      },
      "put": {
        "tags": [
          "EventMealOption"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Event_Meal_Option"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "EventMealOption"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Meal_Option"
            }
          }
        }
      }
    },
    "/api/EventMealOption/Event/{eventId}": {
      "get": {
        "tags": [
          "EventMealOption"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "eventId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Event_Meal_Option"
              }
            }
          }
        }
      }
    },
    "/ext/EventMealOption/Event/{eventId}": {
      "get": {
        "tags": [
          "EventMealOption"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "eventId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Event_Meal_Option"
              }
            }
          }
        }
      }
    },
    "/api/EventMealOption": {
      "post": {
        "tags": [
          "EventMealOption"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Event_Meal_Option"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Meal_Option"
            }
          }
        }
      }
    },
    "/ext/EventMealOption": {
      "post": {
        "tags": [
          "EventMealOption"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Event_Meal_Option"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Meal_Option"
            }
          }
        }
      }
    },
    "/api/EventPolicyClause": {
      "get": {
        "tags": [
          "EventPolicyClause"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Event_Policy_Clause"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "EventPolicyClause"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Event_Policy_Clause"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Policy_Clause"
            }
          }
        }
      }
    },
    "/ext/EventPolicyClause": {
      "get": {
        "tags": [
          "EventPolicyClause"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Event_Policy_Clause"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "EventPolicyClause"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Event_Policy_Clause"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Policy_Clause"
            }
          }
        }
      }
    },
    "/api/EventPolicyClause/{id}": {
      "get": {
        "tags": [
          "EventPolicyClause"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Policy_Clause"
            }
          }
        }
      },
      "put": {
        "tags": [
          "EventPolicyClause"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Event_Policy_Clause"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "EventPolicyClause"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Policy_Clause"
            }
          }
        }
      }
    },
    "/ext/EventPolicyClause/{id}": {
      "get": {
        "tags": [
          "EventPolicyClause"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Policy_Clause"
            }
          }
        }
      },
      "put": {
        "tags": [
          "EventPolicyClause"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Event_Policy_Clause"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "EventPolicyClause"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Policy_Clause"
            }
          }
        }
      }
    },
    "/api/EventPolicyClause/Event/{eventId}": {
      "get": {
        "tags": [
          "EventPolicyClause"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "eventId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Event_Policy_Clause"
              }
            }
          }
        }
      }
    },
    "/ext/EventPolicyClause/Event/{eventId}": {
      "get": {
        "tags": [
          "EventPolicyClause"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "eventId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Event_Policy_Clause"
              }
            }
          }
        }
      }
    },
    "/api/EventPricing": {
      "get": {
        "tags": [
          "EventPricing"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Event_Pricing"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "EventPricing"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Event_Pricing"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Pricing"
            }
          }
        }
      }
    },
    "/ext/EventPricing": {
      "get": {
        "tags": [
          "EventPricing"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Event_Pricing"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "EventPricing"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Event_Pricing"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Pricing"
            }
          }
        }
      }
    },
    "/api/EventPricing/{id}": {
      "get": {
        "tags": [
          "EventPricing"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Pricing"
            }
          }
        }
      },
      "put": {
        "tags": [
          "EventPricing"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Event_Pricing"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "EventPricing"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Pricing"
            }
          }
        }
      }
    },
    "/ext/EventPricing/{id}": {
      "get": {
        "tags": [
          "EventPricing"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Pricing"
            }
          }
        }
      },
      "put": {
        "tags": [
          "EventPricing"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Event_Pricing"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "EventPricing"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Pricing"
            }
          }
        }
      }
    },
    "/api/EventPricing/Event/{eventId}": {
      "get": {
        "tags": [
          "EventPricing"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "eventId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Event_Pricing"
              }
            }
          }
        }
      }
    },
    "/ext/EventPricing/Event/{eventId}": {
      "get": {
        "tags": [
          "EventPricing"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "eventId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Event_Pricing"
              }
            }
          }
        }
      }
    },
    "/api/EventPricingAssociation": {
      "get": {
        "tags": [
          "EventPricingAssociation"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Event_Pricing_Association"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "EventPricingAssociation"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Event_Pricing_Association"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Pricing_Association"
            }
          }
        }
      }
    },
    "/ext/EventPricingAssociation": {
      "get": {
        "tags": [
          "EventPricingAssociation"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Event_Pricing_Association"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "EventPricingAssociation"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Event_Pricing_Association"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Pricing_Association"
            }
          }
        }
      }
    },
    "/api/EventPricingAssociation/{id}": {
      "get": {
        "tags": [
          "EventPricingAssociation"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Pricing_Association"
            }
          }
        }
      },
      "put": {
        "tags": [
          "EventPricingAssociation"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Event_Pricing_Association"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "EventPricingAssociation"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Pricing_Association"
            }
          }
        }
      }
    },
    "/ext/EventPricingAssociation/{id}": {
      "get": {
        "tags": [
          "EventPricingAssociation"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Pricing_Association"
            }
          }
        }
      },
      "put": {
        "tags": [
          "EventPricingAssociation"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Event_Pricing_Association"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "EventPricingAssociation"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Pricing_Association"
            }
          }
        }
      }
    },
    "/api/EventPricingAssociation/Pricing/{pricingId}": {
      "get": {
        "tags": [
          "EventPricingAssociation"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "pricingId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Event_Pricing_Association"
              }
            }
          }
        }
      }
    },
    "/ext/EventPricingAssociation/Pricing/{pricingId}": {
      "get": {
        "tags": [
          "EventPricingAssociation"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "pricingId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Event_Pricing_Association"
              }
            }
          }
        }
      }
    },
    "/api/EventPricingDiscountCoupon/Validate": {
      "post": {
        "tags": [
          "EventPricingDiscountCoupon"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Event_Pricing_Discount_Coupon"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Pricing_Discount_Coupon"
            }
          }
        }
      }
    },
    "/ext/EventPricingDiscountCoupon/Validate": {
      "post": {
        "tags": [
          "EventPricingDiscountCoupon"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Event_Pricing_Discount_Coupon"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Pricing_Discount_Coupon"
            }
          }
        }
      }
    },
    "/api/EventPricingEarlybirdDiscount": {
      "get": {
        "tags": [
          "EventPricingEarlybirdDiscount"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Event_Pricing_Earlybird_Discount"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "EventPricingEarlybirdDiscount"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Event_Pricing_Earlybird_Discount"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Pricing_Earlybird_Discount"
            }
          }
        }
      }
    },
    "/ext/EventPricingEarlybirdDiscount": {
      "get": {
        "tags": [
          "EventPricingEarlybirdDiscount"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Event_Pricing_Earlybird_Discount"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "EventPricingEarlybirdDiscount"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Event_Pricing_Earlybird_Discount"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Pricing_Earlybird_Discount"
            }
          }
        }
      }
    },
    "/api/EventPricingEarlybirdDiscount/{id}": {
      "get": {
        "tags": [
          "EventPricingEarlybirdDiscount"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Pricing_Earlybird_Discount"
            }
          }
        }
      },
      "put": {
        "tags": [
          "EventPricingEarlybirdDiscount"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Event_Pricing_Earlybird_Discount"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "EventPricingEarlybirdDiscount"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Pricing_Earlybird_Discount"
            }
          }
        }
      }
    },
    "/ext/EventPricingEarlybirdDiscount/{id}": {
      "get": {
        "tags": [
          "EventPricingEarlybirdDiscount"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Pricing_Earlybird_Discount"
            }
          }
        }
      },
      "put": {
        "tags": [
          "EventPricingEarlybirdDiscount"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Event_Pricing_Earlybird_Discount"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "EventPricingEarlybirdDiscount"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Pricing_Earlybird_Discount"
            }
          }
        }
      }
    },
    "/api/EventPricingEarlybirdDiscount/Pricing/{pricingId}": {
      "get": {
        "tags": [
          "EventPricingEarlybirdDiscount"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "pricingId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Event_Pricing_Earlybird_Discount"
              }
            }
          }
        }
      }
    },
    "/ext/EventPricingEarlybirdDiscount/Pricing/{pricingId}": {
      "get": {
        "tags": [
          "EventPricingEarlybirdDiscount"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "pricingId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Event_Pricing_Earlybird_Discount"
              }
            }
          }
        }
      }
    },
    "/api/EventRegistration": {
      "get": {
        "tags": [
          "EventRegistration"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Event_Registration"
              }
            }
          }
        }
      }
    },
    "/ext/EventRegistration": {
      "get": {
        "tags": [
          "EventRegistration"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Event_Registration"
              }
            }
          }
        }
      }
    },
    "/api/EventRegistration/{id}": {
      "get": {
        "tags": [
          "EventRegistration"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Registration"
            }
          }
        }
      }
    },
    "/ext/EventRegistration/{id}": {
      "get": {
        "tags": [
          "EventRegistration"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Registration"
            }
          }
        }
      }
    },
    "/api/EventRegistration/Event/{eventId}": {
      "get": {
        "tags": [
          "EventRegistration"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "eventId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Event_Registration"
              }
            }
          }
        }
      }
    },
    "/ext/EventRegistration/Event/{eventId}": {
      "get": {
        "tags": [
          "EventRegistration"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "eventId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Event_Registration"
              }
            }
          }
        }
      }
    },
    "/api/EventRegistration/Export/Event/{eventId}": {
      "get": {
        "tags": [
          "EventRegistration"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "eventId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Event_Registration"
              }
            }
          }
        }
      }
    },
    "/ext/EventRegistration/Export/Event/{eventId}": {
      "get": {
        "tags": [
          "EventRegistration"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "eventId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Event_Registration"
              }
            }
          }
        }
      }
    },
    "/api/EventRegistration/Member/{memberId}": {
      "get": {
        "tags": [
          "EventRegistration"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Event_Registration"
              }
            }
          }
        }
      }
    },
    "/ext/EventRegistration/Member/{memberId}": {
      "get": {
        "tags": [
          "EventRegistration"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Event_Registration"
              }
            }
          }
        }
      }
    },
    "/api/EventRegistration/{type}": {
      "put": {
        "tags": [
          "EventRegistration"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "type",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Event_Registration"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "post": {
        "tags": [
          "EventRegistration"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "type",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Event_Registration"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Registration"
            }
          }
        }
      }
    },
    "/ext/EventRegistration/{type}": {
      "put": {
        "tags": [
          "EventRegistration"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "type",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Event_Registration"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "post": {
        "tags": [
          "EventRegistration"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "type",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Event_Registration"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Registration"
            }
          }
        }
      }
    },
    "/api/EventRegistration/ConfirmFree/{type}/{registrationId}": {
      "put": {
        "tags": [
          "EventRegistration"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "registrationId",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "path",
            "name": "type",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Registration"
            }
          }
        }
      }
    },
    "/ext/EventRegistration/ConfirmFree/{type}/{registrationId}": {
      "put": {
        "tags": [
          "EventRegistration"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "registrationId",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "path",
            "name": "type",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Registration"
            }
          }
        }
      }
    },
    "/api/EventRegistration/Cancel/{registrationId}": {
      "put": {
        "tags": [
          "EventRegistration"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "registrationId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/ext/EventRegistration/Cancel/{registrationId}": {
      "put": {
        "tags": [
          "EventRegistration"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "registrationId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/EventRegistration/MultipleEvents": {
      "post": {
        "tags": [
          "EventRegistration"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "type": "array",
              "items": {
                "format": "int32",
                "type": "integer"
              }
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/EventRegistrationSearch"
              }
            }
          }
        }
      }
    },
    "/ext/EventRegistration/MultipleEvents": {
      "post": {
        "tags": [
          "EventRegistration"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "type": "array",
              "items": {
                "format": "int32",
                "type": "integer"
              }
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/EventRegistrationSearch"
              }
            }
          }
        }
      }
    },
    "/api/EventRegistration/BasePrice/{eventId}": {
      "post": {
        "tags": [
          "EventRegistration"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "eventId",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/M1_Auth0Profile"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Registration"
            }
          }
        }
      }
    },
    "/ext/EventRegistration/BasePrice/{eventId}": {
      "post": {
        "tags": [
          "EventRegistration"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "eventId",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/M1_Auth0Profile"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Registration"
            }
          }
        }
      }
    },
    "/api/EventRegistration/ResendConfirmation/{registrationId}": {
      "get": {
        "tags": [
          "EventRegistration"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "registrationId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/ext/EventRegistration/ResendConfirmation/{registrationId}": {
      "get": {
        "tags": [
          "EventRegistration"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "registrationId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/EventRegistrationPayment": {
      "post": {
        "tags": [
          "EventRegistrationPayment"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/BizPayment"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Registration_Payment"
            }
          }
        }
      }
    },
    "/ext/EventRegistrationPayment": {
      "post": {
        "tags": [
          "EventRegistrationPayment"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/BizPayment"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Registration_Payment"
            }
          }
        }
      }
    },
    "/api/EventRegistrationPayment/Refund": {
      "post": {
        "tags": [
          "EventRegistrationPayment"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/BizPayment"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Registration_Payment"
            }
          }
        }
      }
    },
    "/ext/EventRegistrationPayment/Refund": {
      "post": {
        "tags": [
          "EventRegistrationPayment"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/BizPayment"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Registration_Payment"
            }
          }
        }
      }
    },
    "/api/EventRegistrationPayment/AddTicket": {
      "post": {
        "tags": [
          "EventRegistrationPayment"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/EventTicketPayment"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Registration_Payment"
            }
          }
        }
      }
    },
    "/ext/EventRegistrationPayment/AddTicket": {
      "post": {
        "tags": [
          "EventRegistrationPayment"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/EventTicketPayment"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Registration_Payment"
            }
          }
        }
      }
    },
    "/api/EventRegistrationTicket": {
      "get": {
        "tags": [
          "EventRegistrationTicket"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Event_Registration_Ticket"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "EventRegistrationTicket"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Event_Registration_Ticket"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Registration_Ticket"
            }
          }
        }
      }
    },
    "/ext/EventRegistrationTicket": {
      "get": {
        "tags": [
          "EventRegistrationTicket"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Event_Registration_Ticket"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "EventRegistrationTicket"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Event_Registration_Ticket"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Registration_Ticket"
            }
          }
        }
      }
    },
    "/api/EventRegistrationTicket/{id}": {
      "get": {
        "tags": [
          "EventRegistrationTicket"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Registration_Ticket"
            }
          }
        }
      },
      "put": {
        "tags": [
          "EventRegistrationTicket"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Event_Registration_Ticket"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/ext/EventRegistrationTicket/{id}": {
      "get": {
        "tags": [
          "EventRegistrationTicket"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Registration_Ticket"
            }
          }
        }
      },
      "put": {
        "tags": [
          "EventRegistrationTicket"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Event_Registration_Ticket"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/EventRegistrationTicket/Ticket/{ticketId}": {
      "get": {
        "tags": [
          "EventRegistrationTicket"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "ticketId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Event_Registration_Ticket"
              }
            }
          }
        }
      }
    },
    "/ext/EventRegistrationTicket/Ticket/{ticketId}": {
      "get": {
        "tags": [
          "EventRegistrationTicket"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "ticketId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Event_Registration_Ticket"
              }
            }
          }
        }
      }
    },
    "/api/EventSession": {
      "get": {
        "tags": [
          "EventSession"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Event_Session"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "EventSession"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Event_Session"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Session"
            }
          }
        }
      }
    },
    "/ext/EventSession": {
      "get": {
        "tags": [
          "EventSession"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Event_Session"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "EventSession"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Event_Session"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Session"
            }
          }
        }
      }
    },
    "/api/EventSession/{id}": {
      "get": {
        "tags": [
          "EventSession"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Session"
            }
          }
        }
      },
      "put": {
        "tags": [
          "EventSession"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Event_Session"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "EventSession"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Session"
            }
          }
        }
      }
    },
    "/ext/EventSession/{id}": {
      "get": {
        "tags": [
          "EventSession"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Session"
            }
          }
        }
      },
      "put": {
        "tags": [
          "EventSession"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Event_Session"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "EventSession"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Session"
            }
          }
        }
      }
    },
    "/api/EventSession/Event/{eventId}": {
      "get": {
        "tags": [
          "EventSession"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "eventId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Event_Session"
              }
            }
          }
        }
      }
    },
    "/ext/EventSession/Event/{eventId}": {
      "get": {
        "tags": [
          "EventSession"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "eventId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Event_Session"
              }
            }
          }
        }
      }
    },
    "/api/EventSessionSpeaker": {
      "get": {
        "tags": [
          "EventSessionSpeaker"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Event_Session_Speaker"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "EventSessionSpeaker"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Event_Session_Speaker"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Session_Speaker"
            }
          }
        }
      }
    },
    "/ext/EventSessionSpeaker": {
      "get": {
        "tags": [
          "EventSessionSpeaker"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Event_Session_Speaker"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "EventSessionSpeaker"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Event_Session_Speaker"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Session_Speaker"
            }
          }
        }
      }
    },
    "/api/EventSessionSpeaker/{id}": {
      "get": {
        "tags": [
          "EventSessionSpeaker"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Session_Speaker"
            }
          }
        }
      },
      "put": {
        "tags": [
          "EventSessionSpeaker"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Event_Session_Speaker"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "EventSessionSpeaker"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Session_Speaker"
            }
          }
        }
      }
    },
    "/ext/EventSessionSpeaker/{id}": {
      "get": {
        "tags": [
          "EventSessionSpeaker"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Session_Speaker"
            }
          }
        }
      },
      "put": {
        "tags": [
          "EventSessionSpeaker"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Event_Session_Speaker"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "EventSessionSpeaker"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Session_Speaker"
            }
          }
        }
      }
    },
    "/api/EventSessionSpeaker/EventSession/{sessionId}": {
      "get": {
        "tags": [
          "EventSessionSpeaker"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "sessionId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Event_Session_Speaker"
              }
            }
          }
        }
      }
    },
    "/ext/EventSessionSpeaker/EventSession/{sessionId}": {
      "get": {
        "tags": [
          "EventSessionSpeaker"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "sessionId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Event_Session_Speaker"
              }
            }
          }
        }
      }
    },
    "/api/EventSpeaker": {
      "get": {
        "tags": [
          "EventSpeaker"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Event_Speaker"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "EventSpeaker"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Event_Speaker"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Speaker"
            }
          }
        }
      }
    },
    "/ext/EventSpeaker": {
      "get": {
        "tags": [
          "EventSpeaker"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Event_Speaker"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "EventSpeaker"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Event_Speaker"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Speaker"
            }
          }
        }
      }
    },
    "/api/EventSpeaker/{id}": {
      "get": {
        "tags": [
          "EventSpeaker"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Speaker"
            }
          }
        }
      },
      "put": {
        "tags": [
          "EventSpeaker"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Event_Speaker"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "EventSpeaker"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Speaker"
            }
          }
        }
      }
    },
    "/ext/EventSpeaker/{id}": {
      "get": {
        "tags": [
          "EventSpeaker"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Speaker"
            }
          }
        }
      },
      "put": {
        "tags": [
          "EventSpeaker"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Event_Speaker"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "EventSpeaker"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Speaker"
            }
          }
        }
      }
    },
    "/api/EventSpeaker/Event/{eventId}": {
      "get": {
        "tags": [
          "EventSpeaker"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "eventId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Event_Speaker"
              }
            }
          }
        }
      }
    },
    "/ext/EventSpeaker/Event/{eventId}": {
      "get": {
        "tags": [
          "EventSpeaker"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "eventId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Event_Speaker"
              }
            }
          }
        }
      }
    },
    "/api/EventSponsor": {
      "get": {
        "tags": [
          "EventSponsor"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Event_Sponsor"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "EventSponsor"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Event_Sponsor"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Sponsor"
            }
          }
        }
      }
    },
    "/ext/EventSponsor": {
      "get": {
        "tags": [
          "EventSponsor"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Event_Sponsor"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "EventSponsor"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Event_Sponsor"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Sponsor"
            }
          }
        }
      }
    },
    "/api/EventSponsor/{id}": {
      "get": {
        "tags": [
          "EventSponsor"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Sponsor"
            }
          }
        }
      },
      "put": {
        "tags": [
          "EventSponsor"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Event_Sponsor"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "EventSponsor"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Sponsor"
            }
          }
        }
      }
    },
    "/ext/EventSponsor/{id}": {
      "get": {
        "tags": [
          "EventSponsor"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Sponsor"
            }
          }
        }
      },
      "put": {
        "tags": [
          "EventSponsor"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Event_Sponsor"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "EventSponsor"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Sponsor"
            }
          }
        }
      }
    },
    "/api/EventSponsor/Event/{eventId}": {
      "get": {
        "tags": [
          "EventSponsor"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "eventId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Event_Sponsor"
              }
            }
          }
        }
      }
    },
    "/ext/EventSponsor/Event/{eventId}": {
      "get": {
        "tags": [
          "EventSponsor"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "eventId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Event_Sponsor"
              }
            }
          }
        }
      }
    },
    "/api/EventTicket": {
      "get": {
        "tags": [
          "EventTicket"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Event_Ticket"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "EventTicket"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Event_Ticket"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Ticket"
            }
          }
        }
      }
    },
    "/ext/EventTicket": {
      "get": {
        "tags": [
          "EventTicket"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Event_Ticket"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "EventTicket"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Event_Ticket"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Ticket"
            }
          }
        }
      }
    },
    "/api/EventTicket/{id}": {
      "get": {
        "tags": [
          "EventTicket"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Ticket"
            }
          }
        }
      },
      "put": {
        "tags": [
          "EventTicket"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Event_Ticket"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "EventTicket"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Ticket"
            }
          }
        }
      }
    },
    "/ext/EventTicket/{id}": {
      "get": {
        "tags": [
          "EventTicket"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Ticket"
            }
          }
        }
      },
      "put": {
        "tags": [
          "EventTicket"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Event_Ticket"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "EventTicket"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Ticket"
            }
          }
        }
      }
    },
    "/api/EventTicket/Event/{eventId}": {
      "get": {
        "tags": [
          "EventTicket"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "eventId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Event_Ticket"
              }
            }
          }
        }
      }
    },
    "/ext/EventTicket/Event/{eventId}": {
      "get": {
        "tags": [
          "EventTicket"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "eventId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Event_Ticket"
              }
            }
          }
        }
      }
    },
    "/api/EventTrack": {
      "get": {
        "tags": [
          "EventTrack"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Event_Track"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "EventTrack"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Event_Track"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Track"
            }
          }
        }
      }
    },
    "/ext/EventTrack": {
      "get": {
        "tags": [
          "EventTrack"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Event_Track"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "EventTrack"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Event_Track"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Track"
            }
          }
        }
      }
    },
    "/api/EventTrack/{id}": {
      "get": {
        "tags": [
          "EventTrack"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Track"
            }
          }
        }
      },
      "put": {
        "tags": [
          "EventTrack"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Event_Track"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "EventTrack"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Track"
            }
          }
        }
      }
    },
    "/ext/EventTrack/{id}": {
      "get": {
        "tags": [
          "EventTrack"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Track"
            }
          }
        }
      },
      "put": {
        "tags": [
          "EventTrack"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Event_Track"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "EventTrack"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Track"
            }
          }
        }
      }
    },
    "/api/EventTrack/Event/{eventId}": {
      "get": {
        "tags": [
          "EventTrack"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "eventId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Event_Track"
              }
            }
          }
        }
      }
    },
    "/ext/EventTrack/Event/{eventId}": {
      "get": {
        "tags": [
          "EventTrack"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "eventId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Event_Track"
              }
            }
          }
        }
      }
    },
    "/api/EventTrackSession": {
      "get": {
        "tags": [
          "EventTrackSession"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Event_Track_Session"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "EventTrackSession"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Event_Track_Session"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Track_Session"
            }
          }
        }
      }
    },
    "/ext/EventTrackSession": {
      "get": {
        "tags": [
          "EventTrackSession"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Event_Track_Session"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "EventTrackSession"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Event_Track_Session"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Track_Session"
            }
          }
        }
      }
    },
    "/api/EventTrackSession/{id}": {
      "get": {
        "tags": [
          "EventTrackSession"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Track_Session"
            }
          }
        }
      },
      "put": {
        "tags": [
          "EventTrackSession"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Event_Track_Session"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "EventTrackSession"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Track_Session"
            }
          }
        }
      }
    },
    "/ext/EventTrackSession/{id}": {
      "get": {
        "tags": [
          "EventTrackSession"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Track_Session"
            }
          }
        }
      },
      "put": {
        "tags": [
          "EventTrackSession"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Event_Track_Session"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "EventTrackSession"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Event_Track_Session"
            }
          }
        }
      }
    },
    "/api/EventTrackSession/EventSession/{sessionId}": {
      "get": {
        "tags": [
          "EventTrackSession"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "sessionId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Event_Track_Session"
              }
            }
          }
        }
      }
    },
    "/ext/EventTrackSession/EventSession/{sessionId}": {
      "get": {
        "tags": [
          "EventTrackSession"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "sessionId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Event_Track_Session"
              }
            }
          }
        }
      }
    },
    "/api/EventTrackSession/EventTrack/{trackId}": {
      "get": {
        "tags": [
          "EventTrackSession"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "trackId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Event_Track_Session"
              }
            }
          }
        }
      }
    },
    "/ext/EventTrackSession/EventTrack/{trackId}": {
      "get": {
        "tags": [
          "EventTrackSession"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "trackId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Event_Track_Session"
              }
            }
          }
        }
      }
    },
    "/api/Feedback/ChatBot": {
      "post": {
        "tags": [
          "Feedback"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ai_Chatbot_Feedback"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/Heartbeat": {
      "get": {
        "tags": [
          "Heartbeat"
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/InteractionLog": {
      "get": {
        "tags": [
          "InteractionLog"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Interaction_Log"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "InteractionLog"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Interaction_Log"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Interaction_Log"
            }
          }
        }
      }
    },
    "/ext/InteractionLog": {
      "get": {
        "tags": [
          "InteractionLog"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Interaction_Log"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "InteractionLog"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Interaction_Log"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Interaction_Log"
            }
          }
        }
      }
    },
    "/api/InteractionLog/{id}": {
      "get": {
        "tags": [
          "InteractionLog"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "number",
            "format": "double"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Interaction_Log"
            }
          }
        }
      },
      "put": {
        "tags": [
          "InteractionLog"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "number",
            "format": "double"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Interaction_Log"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "InteractionLog"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "number",
            "format": "double"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Interaction_Log"
            }
          }
        }
      }
    },
    "/ext/InteractionLog/{id}": {
      "get": {
        "tags": [
          "InteractionLog"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "number",
            "format": "double"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Interaction_Log"
            }
          }
        }
      },
      "put": {
        "tags": [
          "InteractionLog"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "number",
            "format": "double"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Interaction_Log"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "InteractionLog"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "number",
            "format": "double"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Interaction_Log"
            }
          }
        }
      }
    },
    "/api/M1User": {
      "get": {
        "tags": [
          "M1User"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/M1_User"
              }
            }
          }
        }
      },
      "put": {
        "tags": [
          "M1User"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/M1_User"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "post": {
        "tags": [
          "M1User"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/M1_User"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/M1_User"
            }
          }
        }
      }
    },
    "/api/M1User/{id}": {
      "get": {
        "tags": [
          "M1User"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/M1_User"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "M1User"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/M1_User"
            }
          }
        }
      }
    },
    "/api/M1User/UserAssociations/{m1username}": {
      "get": {
        "tags": [
          "M1User"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "m1username",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "format": "int32",
                "type": "integer"
              }
            }
          }
        }
      }
    },
    "/api/M1User/Permissions/Office/{officeId}": {
      "post": {
        "tags": [
          "M1User"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "officeId",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/M1_SecurityRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/M1_UserPermissions"
            }
          }
        }
      }
    },
    "/api/M1User/Permissions/Member/{memberId}": {
      "post": {
        "tags": [
          "M1User"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/M1_SecurityRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/M1_UserPermissions"
            }
          }
        }
      }
    },
    "/api/M1User/Permissions/Association/{assocId}": {
      "post": {
        "tags": [
          "M1User"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "assocId",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/M1_SecurityRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/M1_UserPermissions"
            }
          }
        }
      }
    },
    "/api/M1User/Permissions": {
      "get": {
        "tags": [
          "M1User"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/M1_SecurityRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/M1_Field_Level_Permissions"
              }
            }
          }
        }
      }
    },
    "/api/M1User/Login/Email": {
      "post": {
        "tags": [
          "M1User"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/M1_Auth0Login"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/M1_Auth0Profile"
            }
          }
        }
      }
    },
    "/ext/M1User/Login/Email": {
      "post": {
        "tags": [
          "M1User"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/M1_Auth0Login"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/M1_Auth0Profile"
            }
          }
        }
      }
    },
    "/api/M1User/Login/Token": {
      "post": {
        "tags": [
          "M1User"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/M1_Auth0Login"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/M1_Auth0Profile"
            }
          }
        }
      }
    },
    "/ext/M1User/Login/Token": {
      "post": {
        "tags": [
          "M1User"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/M1_Auth0Login"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/M1_Auth0Profile"
            }
          }
        }
      }
    },
    "/api/M1User/LoginToken/{code}": {
      "post": {
        "tags": [
          "M1User"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "code",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/M1_Auth0Login"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/M1_Auth0Profile"
            }
          }
        }
      }
    },
    "/api/M1User/FindAPoe": {
      "post": {
        "tags": [
          "M1User"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/PoeSearch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/M1_User"
              }
            }
          }
        }
      }
    },
    "/ext/M1User/FindAPoe": {
      "post": {
        "tags": [
          "M1User"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/PoeSearch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/M1_User"
              }
            }
          }
        }
      }
    },
    "/api/M1User/ResetPoePassword": {
      "post": {
        "tags": [
          "M1User"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/M1_User"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "string"
            }
          }
        }
      }
    },
    "/api/M1User/ChangePoePassword": {
      "post": {
        "tags": [
          "M1User"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/SsoChangePassword"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "string"
            }
          }
        }
      }
    },
    "/api/M1User/ExtractAssociations": {
      "get": {
        "tags": [
          "M1User"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Association"
              }
            }
          }
        }
      }
    },
    "/api/M1User/PostFullAuthorization": {
      "post": {
        "tags": [
          "M1User"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/M1_User"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "boolean"
            }
          }
        }
      }
    },
    "/api/M1User/Search/{type}": {
      "post": {
        "tags": [
          "M1User"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "type",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/PoeSearch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/M1_User"
              }
            }
          }
        }
      }
    },
    "/api/M1User/PoeProxy": {
      "put": {
        "tags": [
          "M1User"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/M1_User"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/M1_User"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "M1User"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/M1_User"
              }
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/M1_User"
              }
            }
          }
        }
      }
    },
    "/api/M1User/Association/{assocId}": {
      "get": {
        "tags": [
          "M1User"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "assocId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/M1_User"
              }
            }
          }
        }
      }
    },
    "/api/M1User/AMSUser": {
      "get": {
        "tags": [
          "M1User"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/M1AmsUser"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "M1User"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/M1AmsUser"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/M1AmsUser"
            }
          }
        }
      }
    },
    "/api/M1User/AMSUser/{id}": {
      "get": {
        "tags": [
          "M1User"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/M1AmsUser"
            }
          }
        }
      }
    },
    "/api/M1User/AMSUser/{m1UserId}": {
      "put": {
        "tags": [
          "M1User"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "m1UserId",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/M1AmsUser"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/M1UserRoles": {
      "get": {
        "tags": [
          "M1UserRoles"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/M1_User_Roles"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "M1UserRoles"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/M1_User_Roles"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/M1_User_Roles"
            }
          }
        }
      }
    },
    "/api/M1UserRoles/UserName/{userName}": {
      "get": {
        "tags": [
          "M1UserRoles"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "userName",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/M1_User_Roles"
              }
            }
          }
        }
      }
    },
    "/api/M1UserRoles/{id}": {
      "get": {
        "tags": [
          "M1UserRoles"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/M1_User_Roles"
            }
          }
        }
      },
      "put": {
        "tags": [
          "M1UserRoles"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/M1_User_Roles"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "M1UserRoles"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/M1_User_Roles"
            }
          }
        }
      }
    },
    "/api/Member": {
      "get": {
        "tags": [
          "Member"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Member"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/MemberPatch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/ext/Member": {
      "get": {
        "tags": [
          "Member"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Member"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/MemberPatch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/Member/DataSync/{memberId}": {
      "get": {
        "tags": [
          "Member"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/ext/Member/DataSync/{memberId}": {
      "get": {
        "tags": [
          "Member"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/Member/Full/{memberId}": {
      "get": {
        "tags": [
          "Member"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "post": {
        "tags": [
          "Member"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/BizMember"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/BizMember"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Member"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/BizMember"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/BizMember"
            }
          }
        }
      }
    },
    "/ext/Member/Full/{memberId}": {
      "get": {
        "tags": [
          "Member"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "post": {
        "tags": [
          "Member"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/BizMember"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/BizMember"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Member"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/BizMember"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/BizMember"
            }
          }
        }
      }
    },
    "/api/Member/{memberId}": {
      "get": {
        "tags": [
          "Member"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "Member"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member"
            }
          }
        }
      }
    },
    "/ext/Member/{memberId}": {
      "get": {
        "tags": [
          "Member"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "Member"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member"
            }
          }
        }
      }
    },
    "/api/Member/Directory": {
      "post": {
        "tags": [
          "Member"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/BizMemberSearch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/ext/Member/Directory": {
      "post": {
        "tags": [
          "Member"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/BizMemberSearch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/Member/Directory/Portal": {
      "post": {
        "tags": [
          "Member"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/BizMemberSearch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/ext/Member/Directory/Portal": {
      "post": {
        "tags": [
          "Member"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/BizMemberSearch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/Member/memberSupport/{memberId}": {
      "get": {
        "tags": [
          "Member"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/ext/Member/memberSupport/{memberId}": {
      "get": {
        "tags": [
          "Member"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/Member/intMemberLookup/{personId}": {
      "get": {
        "tags": [
          "Member"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "personId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/ext/Member/intMemberLookup/{personId}": {
      "get": {
        "tags": [
          "Member"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "personId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/Member/ConvertIA/{memberId}": {
      "post": {
        "tags": [
          "Member"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/ConvertIAMember"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/BizMember"
            }
          }
        }
      }
    },
    "/ext/Member/ConvertIA/{memberId}": {
      "post": {
        "tags": [
          "Member"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/ConvertIAMember"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/BizMember"
            }
          }
        }
      }
    },
    "/api/Member/Transfer/{memberId}": {
      "post": {
        "tags": [
          "Member"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/TransferMember"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/BizMember"
            }
          }
        }
      }
    },
    "/ext/Member/Transfer/{memberId}": {
      "post": {
        "tags": [
          "Member"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/TransferMember"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/BizMember"
            }
          }
        }
      }
    },
    "/api/Member/History/{memberId}": {
      "post": {
        "tags": [
          "Member"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/OffsetRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/ext/Member/History/{memberId}": {
      "post": {
        "tags": [
          "Member"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/OffsetRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/Member/SelfService/{memberId}": {
      "put": {
        "tags": [
          "Member"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/BizMember"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/BizMember"
            }
          }
        }
      }
    },
    "/ext/Member/SelfService/{memberId}": {
      "put": {
        "tags": [
          "Member"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/BizMember"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/BizMember"
            }
          }
        }
      }
    },
    "/api/Member/Full": {
      "patch": {
        "tags": [
          "Member"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/MemberFullPatch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/BizMember"
            }
          }
        }
      }
    },
    "/ext/Member/Full": {
      "patch": {
        "tags": [
          "Member"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/MemberFullPatch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/BizMember"
            }
          }
        }
      }
    },
    "/api/Member/Reinstate": {
      "patch": {
        "tags": [
          "Member"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/ReinstatePatch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/BizReinstate"
            }
          }
        }
      }
    },
    "/ext/Member/Reinstate": {
      "patch": {
        "tags": [
          "Member"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/ReinstatePatch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/BizReinstate"
            }
          }
        }
      }
    },
    "/api/Member/Search/OptOut/{memberId}": {
      "get": {
        "tags": [
          "Member"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "object",
              "additionalProperties": {
                "$ref": "#/definitions/JToken"
              }
            }
          }
        }
      }
    },
    "/ext/Member/Search/OptOut/{memberId}": {
      "get": {
        "tags": [
          "Member"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "object",
              "additionalProperties": {
                "$ref": "#/definitions/JToken"
              }
            }
          }
        }
      }
    },
    "/api/Member/Search/OptOut": {
      "post": {
        "tags": [
          "Member"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/BizUser"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "boolean"
            }
          }
        }
      }
    },
    "/ext/Member/Search/OptOut": {
      "post": {
        "tags": [
          "Member"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/BizUser"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "boolean"
            }
          }
        }
      }
    },
    "/api/Member/Search": {
      "post": {
        "tags": [
          "Member"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/BizMemberSearch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/Member/Search": {
      "post": {
        "tags": [
          "Member"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/BizMemberSearch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/Member/Search/Recn": {
      "post": {
        "tags": [
          "Member"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/BizMemberSearch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/Member/Search/Recn": {
      "post": {
        "tags": [
          "Member"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/BizMemberSearch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/Member/Search/Directory": {
      "post": {
        "tags": [
          "Member"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/BizMemberSearch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/Member/Search/Directory": {
      "post": {
        "tags": [
          "Member"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/BizMemberSearch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/Member/Search/Directory/Portal": {
      "post": {
        "tags": [
          "Member"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/BizMemberSearch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/Member/Search/Directory/Portal": {
      "post": {
        "tags": [
          "Member"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/BizMemberSearch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/Member/Search/Commercial": {
      "post": {
        "tags": [
          "Member"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/BizMemberSearch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/Member/Search/Commercial": {
      "post": {
        "tags": [
          "Member"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/BizMemberSearch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/Member/Search/Commercial/Portal": {
      "post": {
        "tags": [
          "Member"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/BizMemberSearch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/Member/Search/Commercial/Portal": {
      "post": {
        "tags": [
          "Member"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/BizMemberSearch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/Member/Search/AMS": {
      "post": {
        "tags": [
          "Member"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/BizMemberSearch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/Member/Search/AMS": {
      "post": {
        "tags": [
          "Member"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/BizMemberSearch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/Member/Search/Applicant/Admin": {
      "post": {
        "tags": [
          "Member"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/BizMemberSearch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/Member/Search/Applicant/Admin": {
      "post": {
        "tags": [
          "Member"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/BizMemberSearch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/Member/Search/Applicant": {
      "post": {
        "tags": [
          "Member"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/BizMemberSearch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/Member/Search/Applicant": {
      "post": {
        "tags": [
          "Member"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/BizMemberSearch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/Member/VerifyEmail/{token}": {
      "get": {
        "tags": [
          "Member"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "token",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/ext/Member/VerifyEmail/{token}": {
      "get": {
        "tags": [
          "Member"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "token",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/Member/ValidateReLicense": {
      "post": {
        "tags": [
          "Member"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/BizValidationRealEstateLicense"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/BizValidationRealEstateLicense"
            }
          }
        }
      }
    },
    "/ext/Member/ValidateReLicense": {
      "post": {
        "tags": [
          "Member"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/BizValidationRealEstateLicense"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/BizValidationRealEstateLicense"
            }
          }
        }
      }
    },
    "/api/Member/CheckDuplicateEmail": {
      "post": {
        "tags": [
          "Member"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/BizEmailValidation"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/BizValidationFieldError"
            }
          }
        }
      }
    },
    "/ext/Member/CheckDuplicateEmail": {
      "post": {
        "tags": [
          "Member"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/BizEmailValidation"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/BizValidationFieldError"
            }
          }
        }
      }
    },
    "/api/Member/CheckDuplicateMember/{memberId}": {
      "get": {
        "tags": [
          "Member"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/BizValidationFieldError"
            }
          }
        }
      }
    },
    "/ext/Member/CheckDuplicateMember/{memberId}": {
      "get": {
        "tags": [
          "Member"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/BizValidationFieldError"
            }
          }
        }
      }
    },
    "/api/Member/Committee/{memberId}": {
      "get": {
        "tags": [
          "Member"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/MemberCommittee"
            }
          }
        }
      }
    },
    "/ext/Member/Committee/{memberId}": {
      "get": {
        "tags": [
          "Member"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/MemberCommittee"
            }
          }
        }
      }
    },
    "/api/Member/Prime/{memberId}": {
      "get": {
        "tags": [
          "Member"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Master_Record"
            }
          }
        }
      }
    },
    "/ext/Member/Prime/{memberId}": {
      "get": {
        "tags": [
          "Member"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Master_Record"
            }
          }
        }
      }
    },
    "/api/Member/SelfService/FileUpload": {
      "post": {
        "tags": [
          "Member"
        ],
        "consumes": [
          "multipart/form-data"
        ],
        "parameters": [
          {
            "in": "formData",
            "name": "Association_Id",
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "formData",
            "name": "Member_Id",
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "formData",
            "name": "Event_Id",
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "formData",
            "name": "Entity_Type",
            "type": "string"
          },
          {
            "in": "formData",
            "name": "File",
            "type": "file"
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/ext/Member/SelfService/FileUpload": {
      "post": {
        "tags": [
          "Member"
        ],
        "consumes": [
          "multipart/form-data"
        ],
        "parameters": [
          {
            "in": "formData",
            "name": "Association_Id",
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "formData",
            "name": "Member_Id",
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "formData",
            "name": "Event_Id",
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "formData",
            "name": "Entity_Type",
            "type": "string"
          },
          {
            "in": "formData",
            "name": "File",
            "type": "file"
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/MemberAddress/{id}": {
      "get": {
        "tags": [
          "MemberAddress"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Address"
            }
          }
        }
      },
      "put": {
        "tags": [
          "MemberAddress"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Address"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "MemberAddress"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Address"
            }
          }
        }
      }
    },
    "/ext/MemberAddress/{id}": {
      "get": {
        "tags": [
          "MemberAddress"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Address"
            }
          }
        }
      },
      "put": {
        "tags": [
          "MemberAddress"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Address"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "MemberAddress"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Address"
            }
          }
        }
      }
    },
    "/api/MemberAddress/History/{memberId}": {
      "get": {
        "tags": [
          "MemberAddress"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Trans_Member_Address"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "MemberAddress"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/OffsetRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Trans_Member_Address"
              }
            }
          }
        }
      }
    },
    "/ext/MemberAddress/History/{memberId}": {
      "get": {
        "tags": [
          "MemberAddress"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Trans_Member_Address"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "MemberAddress"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/OffsetRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Trans_Member_Address"
              }
            }
          }
        }
      }
    },
    "/api/MemberAddress/MemberId/{memberId}": {
      "get": {
        "tags": [
          "MemberAddress"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/MemberAddress/MemberId/{memberId}": {
      "get": {
        "tags": [
          "MemberAddress"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/MemberAddress": {
      "patch": {
        "tags": [
          "MemberAddress"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/MemberAddressPatch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Address"
            }
          }
        }
      },
      "post": {
        "tags": [
          "MemberAddress"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Address"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Address"
            }
          }
        }
      }
    },
    "/ext/MemberAddress": {
      "patch": {
        "tags": [
          "MemberAddress"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/MemberAddressPatch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Address"
            }
          }
        }
      },
      "post": {
        "tags": [
          "MemberAddress"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Address"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Address"
            }
          }
        }
      }
    },
    "/api/MemberApplication/{id}": {
      "get": {
        "tags": [
          "MemberApplication"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/MemberApplication/Status/{applicationId}": {
      "put": {
        "tags": [
          "MemberApplication"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "applicationId",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/ApplicantApplicationStatusUpdate"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/MemberCertification": {
      "get": {
        "tags": [
          "MemberCertification"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Member_Certification"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "MemberCertification"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/MemberCertificationPatch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Certification"
            }
          }
        }
      },
      "post": {
        "tags": [
          "MemberCertification"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Certification"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Certification"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "MemberCertification"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Certification"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Certification"
            }
          }
        }
      }
    },
    "/ext/MemberCertification": {
      "get": {
        "tags": [
          "MemberCertification"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Member_Certification"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "MemberCertification"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/MemberCertificationPatch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Certification"
            }
          }
        }
      },
      "post": {
        "tags": [
          "MemberCertification"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Certification"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Certification"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "MemberCertification"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Certification"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Certification"
            }
          }
        }
      }
    },
    "/api/MemberCertification/{id}": {
      "get": {
        "tags": [
          "MemberCertification"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "put": {
        "tags": [
          "MemberCertification"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Certification"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "MemberCertification"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Certification"
            }
          }
        }
      }
    },
    "/ext/MemberCertification/{id}": {
      "get": {
        "tags": [
          "MemberCertification"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "put": {
        "tags": [
          "MemberCertification"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Certification"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "MemberCertification"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Certification"
            }
          }
        }
      }
    },
    "/api/MemberCertification/MemberId/{memberId}": {
      "get": {
        "tags": [
          "MemberCertification"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/MemberCertification/MemberId/{memberId}": {
      "get": {
        "tags": [
          "MemberCertification"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/MemberCertification/C2EX/MemberId/{memberId}": {
      "get": {
        "tags": [
          "MemberCertification"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/C2EXRecord"
              }
            }
          }
        }
      }
    },
    "/ext/MemberCertification/C2EX/MemberId/{memberId}": {
      "get": {
        "tags": [
          "MemberCertification"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/C2EXRecord"
              }
            }
          }
        }
      }
    },
    "/api/MemberCertification/History/{id}": {
      "post": {
        "tags": [
          "MemberCertification"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/OffsetRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/MemberCertification/History/{id}": {
      "post": {
        "tags": [
          "MemberCertification"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/OffsetRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/MemberCertification/History/MemberId/{memberId}": {
      "post": {
        "tags": [
          "MemberCertification"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/OffsetRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/MemberCertification/History/MemberId/{memberId}": {
      "post": {
        "tags": [
          "MemberCertification"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/OffsetRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/MemberCertification/Removed/MemberId/{memberId}": {
      "post": {
        "tags": [
          "MemberCertification"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/OffsetRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/MemberCertification/Removed/MemberId/{memberId}": {
      "post": {
        "tags": [
          "MemberCertification"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/OffsetRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/MemberCoe": {
      "get": {
        "tags": [
          "MemberCoe"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Member_Coe"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "MemberCoe"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/MemberCoePatch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Coe"
            }
          }
        }
      },
      "post": {
        "tags": [
          "MemberCoe"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Coe"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Coe"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "MemberCoe"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Coe"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Coe"
            }
          }
        }
      }
    },
    "/ext/MemberCoe": {
      "get": {
        "tags": [
          "MemberCoe"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Member_Coe"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "MemberCoe"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/MemberCoePatch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Coe"
            }
          }
        }
      },
      "post": {
        "tags": [
          "MemberCoe"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Coe"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Coe"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "MemberCoe"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Coe"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Coe"
            }
          }
        }
      }
    },
    "/api/MemberCoe/{id}": {
      "get": {
        "tags": [
          "MemberCoe"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "put": {
        "tags": [
          "MemberCoe"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Coe"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "MemberCoe"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Coe"
            }
          }
        }
      }
    },
    "/ext/MemberCoe/{id}": {
      "get": {
        "tags": [
          "MemberCoe"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "put": {
        "tags": [
          "MemberCoe"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Coe"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "MemberCoe"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Coe"
            }
          }
        }
      }
    },
    "/api/MemberCoe/MemberId/{memberId}": {
      "get": {
        "tags": [
          "MemberCoe"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/MemberCoe/MemberId/{memberId}": {
      "get": {
        "tags": [
          "MemberCoe"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/MemberCoe/Status/MemberId/{memberId}": {
      "get": {
        "tags": [
          "MemberCoe"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/ext/MemberCoe/Status/MemberId/{memberId}": {
      "get": {
        "tags": [
          "MemberCoe"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/MemberCoe/History/{id}": {
      "post": {
        "tags": [
          "MemberCoe"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/OffsetRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/MemberCoe/History/{id}": {
      "post": {
        "tags": [
          "MemberCoe"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/OffsetRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/MemberCoe/History/MemberId/{memberId}": {
      "post": {
        "tags": [
          "MemberCoe"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/OffsetRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/MemberCoe/History/MemberId/{memberId}": {
      "post": {
        "tags": [
          "MemberCoe"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/OffsetRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/MemberCoe/Completed/{memberId}": {
      "get": {
        "tags": [
          "MemberCoe"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/ext/MemberCoe/Completed/{memberId}": {
      "get": {
        "tags": [
          "MemberCoe"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/MemberCoe/EthicsReport": {
      "post": {
        "tags": [
          "MemberCoe"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/ReportRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/MemberCoe/EthicsReport": {
      "post": {
        "tags": [
          "MemberCoe"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/ReportRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/MemberCoe/EthicsReportPdf": {
      "post": {
        "tags": [
          "MemberCoe"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/ReportRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/MemberCoe/EthicsReportPdf": {
      "post": {
        "tags": [
          "MemberCoe"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/ReportRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/MemberDemographic": {
      "get": {
        "tags": [
          "MemberDemographic"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Member_Demographic"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "MemberDemographic"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/MemberDemographicPatch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Demographic"
            }
          }
        }
      },
      "post": {
        "tags": [
          "MemberDemographic"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Demographic"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Demographic"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "MemberDemographic"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Demographic"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Demographic"
            }
          }
        }
      }
    },
    "/ext/MemberDemographic": {
      "get": {
        "tags": [
          "MemberDemographic"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Member_Demographic"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "MemberDemographic"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/MemberDemographicPatch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Demographic"
            }
          }
        }
      },
      "post": {
        "tags": [
          "MemberDemographic"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Demographic"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Demographic"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "MemberDemographic"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Demographic"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Demographic"
            }
          }
        }
      }
    },
    "/api/MemberDemographic/{id}": {
      "get": {
        "tags": [
          "MemberDemographic"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "put": {
        "tags": [
          "MemberDemographic"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Demographic"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "MemberDemographic"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Demographic"
            }
          }
        }
      }
    },
    "/ext/MemberDemographic/{id}": {
      "get": {
        "tags": [
          "MemberDemographic"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "put": {
        "tags": [
          "MemberDemographic"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Demographic"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "MemberDemographic"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Demographic"
            }
          }
        }
      }
    },
    "/api/MemberDemographic/MemberId/{memberId}": {
      "get": {
        "tags": [
          "MemberDemographic"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/MemberDemographic/MemberId/{memberId}": {
      "get": {
        "tags": [
          "MemberDemographic"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/MemberDemographic/History/{id}": {
      "post": {
        "tags": [
          "MemberDemographic"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/OffsetRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/MemberDemographic/History/{id}": {
      "post": {
        "tags": [
          "MemberDemographic"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/OffsetRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/MemberDemographic/History/MemberId/{memberId}": {
      "post": {
        "tags": [
          "MemberDemographic"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/OffsetRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/MemberDemographic/History/MemberId/{memberId}": {
      "post": {
        "tags": [
          "MemberDemographic"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/OffsetRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/MemberDesignation": {
      "get": {
        "tags": [
          "MemberDesignation"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Member_Designation"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "MemberDesignation"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/MemberDesignationPatch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Designation"
            }
          }
        }
      },
      "post": {
        "tags": [
          "MemberDesignation"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/BizMemberDesignation"
              }
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/BizMemberDesignation"
              }
            }
          }
        }
      }
    },
    "/ext/MemberDesignation": {
      "get": {
        "tags": [
          "MemberDesignation"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Member_Designation"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "MemberDesignation"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/MemberDesignationPatch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Designation"
            }
          }
        }
      },
      "post": {
        "tags": [
          "MemberDesignation"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/BizMemberDesignation"
              }
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/BizMemberDesignation"
              }
            }
          }
        }
      }
    },
    "/api/MemberDesignation/{id}": {
      "get": {
        "tags": [
          "MemberDesignation"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "put": {
        "tags": [
          "MemberDesignation"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Designation"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "MemberDesignation"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Designation"
            }
          }
        }
      }
    },
    "/ext/MemberDesignation/{id}": {
      "get": {
        "tags": [
          "MemberDesignation"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "put": {
        "tags": [
          "MemberDesignation"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Designation"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "MemberDesignation"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Designation"
            }
          }
        }
      }
    },
    "/api/MemberDesignation/MemberId/{memberId}": {
      "get": {
        "tags": [
          "MemberDesignation"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/BizMemberDesignation"
              }
            }
          }
        }
      },
      "put": {
        "tags": [
          "MemberDesignation"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "query",
            "name": "sendToPubSub",
            "type": "boolean",
            "default": true
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/BizMemberDesignation"
              }
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/BizMemberDesignation"
              }
            }
          }
        }
      }
    },
    "/ext/MemberDesignation/MemberId/{memberId}": {
      "get": {
        "tags": [
          "MemberDesignation"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/BizMemberDesignation"
              }
            }
          }
        }
      },
      "put": {
        "tags": [
          "MemberDesignation"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "query",
            "name": "sendToPubSub",
            "type": "boolean",
            "default": true
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/BizMemberDesignation"
              }
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/BizMemberDesignation"
              }
            }
          }
        }
      }
    },
    "/api/MemberDesignation/History/{id}": {
      "post": {
        "tags": [
          "MemberDesignation"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/OffsetRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/MemberDesignation/History/{id}": {
      "post": {
        "tags": [
          "MemberDesignation"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/OffsetRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/MemberDesignation/History/MemberId/{memberId}": {
      "post": {
        "tags": [
          "MemberDesignation"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/OffsetRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/MemberDesignation/History/MemberId/{memberId}": {
      "post": {
        "tags": [
          "MemberDesignation"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/OffsetRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/MemberDuesPayment": {
      "get": {
        "tags": [
          "MemberDuesPayment"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Member_Dues_Payment"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "MemberDuesPayment"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Dues_Payment"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Dues_Payment"
            }
          }
        }
      }
    },
    "/ext/MemberDuesPayment": {
      "get": {
        "tags": [
          "MemberDuesPayment"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Member_Dues_Payment"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "MemberDuesPayment"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Dues_Payment"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Dues_Payment"
            }
          }
        }
      }
    },
    "/api/MemberDuesPayment/{id}": {
      "get": {
        "tags": [
          "MemberDuesPayment"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "put": {
        "tags": [
          "MemberDuesPayment"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Dues_Payment"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Dues_Payment"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "MemberDuesPayment"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Dues_Payment"
            }
          }
        }
      }
    },
    "/ext/MemberDuesPayment/{id}": {
      "get": {
        "tags": [
          "MemberDuesPayment"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "put": {
        "tags": [
          "MemberDuesPayment"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Dues_Payment"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Dues_Payment"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "MemberDuesPayment"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Dues_Payment"
            }
          }
        }
      }
    },
    "/api/MemberDuesPayment/MemberId/{memberId}": {
      "get": {
        "tags": [
          "MemberDuesPayment"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/MemberDuesPayment/MemberId/{memberId}": {
      "get": {
        "tags": [
          "MemberDuesPayment"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/MemberDuesPayment/BillingAssociations": {
      "get": {
        "tags": [
          "MemberDuesPayment"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Association"
              }
            }
          }
        }
      }
    },
    "/ext/MemberDuesPayment/BillingAssociations": {
      "get": {
        "tags": [
          "MemberDuesPayment"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Association"
              }
            }
          }
        }
      }
    },
    "/api/MemberDuesPayment/List": {
      "post": {
        "tags": [
          "MemberDuesPayment"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Member_Dues_Payment"
              }
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/MemberDuesPayment/List": {
      "post": {
        "tags": [
          "MemberDuesPayment"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Member_Dues_Payment"
              }
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/MemberDuesPayment/IAMemberPaymentReport/{billingYear}/{isPaid}": {
      "get": {
        "tags": [
          "MemberDuesPayment"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "billingYear",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "path",
            "name": "isPaid",
            "required": true,
            "type": "boolean"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/MemberDuesPayment/IAMemberPaymentReport/{billingYear}/{isPaid}": {
      "get": {
        "tags": [
          "MemberDuesPayment"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "billingYear",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "path",
            "name": "isPaid",
            "required": true,
            "type": "boolean"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/MemberDuesPayment/IAMemberPaymentReportDownload/{billingYear}/{isPaid}": {
      "get": {
        "tags": [
          "MemberDuesPayment"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "billingYear",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "path",
            "name": "isPaid",
            "required": true,
            "type": "boolean"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/StringBuilder"
            }
          }
        }
      }
    },
    "/ext/MemberDuesPayment/IAMemberPaymentReportDownload/{billingYear}/{isPaid}": {
      "get": {
        "tags": [
          "MemberDuesPayment"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "billingYear",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "path",
            "name": "isPaid",
            "required": true,
            "type": "boolean"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/StringBuilder"
            }
          }
        }
      }
    },
    "/api/MemberEducation": {
      "get": {
        "tags": [
          "MemberEducation"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Member_Education"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "MemberEducation"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/MemberEducationPatch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Education"
            }
          }
        }
      },
      "post": {
        "tags": [
          "MemberEducation"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Education"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Education"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "MemberEducation"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Education"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Education"
            }
          }
        }
      }
    },
    "/ext/MemberEducation": {
      "get": {
        "tags": [
          "MemberEducation"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Member_Education"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "MemberEducation"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/MemberEducationPatch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Education"
            }
          }
        }
      },
      "post": {
        "tags": [
          "MemberEducation"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Education"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Education"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "MemberEducation"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Education"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Education"
            }
          }
        }
      }
    },
    "/api/MemberEducation/{id}": {
      "get": {
        "tags": [
          "MemberEducation"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "put": {
        "tags": [
          "MemberEducation"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Education"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "MemberEducation"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Education"
            }
          }
        }
      }
    },
    "/ext/MemberEducation/{id}": {
      "get": {
        "tags": [
          "MemberEducation"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "put": {
        "tags": [
          "MemberEducation"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Education"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "MemberEducation"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Education"
            }
          }
        }
      }
    },
    "/api/MemberEducation/MemberId/{memberId}": {
      "get": {
        "tags": [
          "MemberEducation"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/MemberEducation/MemberId/{memberId}": {
      "get": {
        "tags": [
          "MemberEducation"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/MemberEducation/History/{id}": {
      "post": {
        "tags": [
          "MemberEducation"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/OffsetRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/MemberEducation/History/{id}": {
      "post": {
        "tags": [
          "MemberEducation"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/OffsetRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/MemberEducation/History/MemberId/{memberId}": {
      "post": {
        "tags": [
          "MemberEducation"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/OffsetRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/MemberEducation/History/MemberId/{memberId}": {
      "post": {
        "tags": [
          "MemberEducation"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/OffsetRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/MemberEducationLevel": {
      "get": {
        "tags": [
          "MemberEducationLevel"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Member_Education_Level"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "MemberEducationLevel"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Education_Level"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Education_Level"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "MemberEducationLevel"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Education_Level"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Education_Level"
            }
          }
        }
      }
    },
    "/ext/MemberEducationLevel": {
      "get": {
        "tags": [
          "MemberEducationLevel"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Member_Education_Level"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "MemberEducationLevel"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Education_Level"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Education_Level"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "MemberEducationLevel"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Education_Level"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Education_Level"
            }
          }
        }
      }
    },
    "/api/MemberEducationLevel/MemberId/{memberId}": {
      "get": {
        "tags": [
          "MemberEducationLevel"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/MemberEducationLevel/MemberId/{memberId}": {
      "get": {
        "tags": [
          "MemberEducationLevel"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/MemberEducationLevel/{id}": {
      "get": {
        "tags": [
          "MemberEducationLevel"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Education_Level"
            }
          }
        }
      },
      "put": {
        "tags": [
          "MemberEducationLevel"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Education_Level"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "MemberEducationLevel"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Education_Level"
            }
          }
        }
      }
    },
    "/ext/MemberEducationLevel/{id}": {
      "get": {
        "tags": [
          "MemberEducationLevel"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Education_Level"
            }
          }
        }
      },
      "put": {
        "tags": [
          "MemberEducationLevel"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Education_Level"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "MemberEducationLevel"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Education_Level"
            }
          }
        }
      }
    },
    "/api/MemberEmail": {
      "get": {
        "tags": [
          "MemberEmail"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Member_Email"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "MemberEmail"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "query",
            "name": "confirmEmailChange",
            "type": "boolean",
            "default": false
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/MemberEmailPatch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Email"
            }
          }
        }
      },
      "post": {
        "tags": [
          "MemberEmail"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Email"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Email"
            }
          }
        }
      }
    },
    "/ext/MemberEmail": {
      "get": {
        "tags": [
          "MemberEmail"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Member_Email"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "MemberEmail"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "query",
            "name": "confirmEmailChange",
            "type": "boolean",
            "default": false
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/MemberEmailPatch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Email"
            }
          }
        }
      },
      "post": {
        "tags": [
          "MemberEmail"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Email"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Email"
            }
          }
        }
      }
    },
    "/api/MemberEmail/{id}": {
      "get": {
        "tags": [
          "MemberEmail"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Email"
            }
          }
        }
      },
      "put": {
        "tags": [
          "MemberEmail"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Email"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "MemberEmail"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Email"
            }
          }
        }
      }
    },
    "/ext/MemberEmail/{id}": {
      "get": {
        "tags": [
          "MemberEmail"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Email"
            }
          }
        }
      },
      "put": {
        "tags": [
          "MemberEmail"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Email"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "MemberEmail"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Email"
            }
          }
        }
      }
    },
    "/api/MemberEmail/MemberId/{memberId}": {
      "get": {
        "tags": [
          "MemberEmail"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Member_Email"
              }
            }
          }
        }
      }
    },
    "/ext/MemberEmail/MemberId/{memberId}": {
      "get": {
        "tags": [
          "MemberEmail"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Member_Email"
              }
            }
          }
        }
      }
    },
    "/api/MemberEmail/History/{memberId}": {
      "get": {
        "tags": [
          "MemberEmail"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Trans_Member_Email"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "MemberEmail"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/OffsetRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Trans_Member_Email"
              }
            }
          }
        }
      }
    },
    "/ext/MemberEmail/History/{memberId}": {
      "get": {
        "tags": [
          "MemberEmail"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Trans_Member_Email"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "MemberEmail"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/OffsetRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Trans_Member_Email"
              }
            }
          }
        }
      }
    },
    "/api/MemberEmail/ConfirmEmailChange": {
      "get": {
        "tags": [
          "MemberEmail"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "query",
            "name": "token",
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "string"
            }
          }
        }
      }
    },
    "/ext/MemberEmail/ConfirmEmailChange": {
      "get": {
        "tags": [
          "MemberEmail"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "query",
            "name": "token",
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "string"
            }
          }
        }
      }
    },
    "/api/MemberEmail/ResendVerification": {
      "post": {
        "tags": [
          "MemberEmail"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Email"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "boolean"
            }
          }
        }
      }
    },
    "/ext/MemberEmail/ResendVerification": {
      "post": {
        "tags": [
          "MemberEmail"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Email"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "boolean"
            }
          }
        }
      }
    },
    "/api/MemberFairHousing/{id}": {
      "get": {
        "tags": [
          "MemberFairHousing"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "put": {
        "tags": [
          "MemberFairHousing"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Fair_Housing"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "MemberFairHousing"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Fair_Housing"
            }
          }
        }
      }
    },
    "/ext/MemberFairHousing/{id}": {
      "get": {
        "tags": [
          "MemberFairHousing"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "put": {
        "tags": [
          "MemberFairHousing"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Fair_Housing"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "MemberFairHousing"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Fair_Housing"
            }
          }
        }
      }
    },
    "/api/MemberFairHousing/MemberId/{memberId}": {
      "get": {
        "tags": [
          "MemberFairHousing"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/MemberFairHousing/MemberId/{memberId}": {
      "get": {
        "tags": [
          "MemberFairHousing"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/MemberFairHousing/Status/MemberId/{memberId}": {
      "get": {
        "tags": [
          "MemberFairHousing"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/ext/MemberFairHousing/Status/MemberId/{memberId}": {
      "get": {
        "tags": [
          "MemberFairHousing"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/MemberFairHousing/MemberId/Director/{memberId}": {
      "get": {
        "tags": [
          "MemberFairHousing"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/MemberFairHousing/MemberId/Director/{memberId}": {
      "get": {
        "tags": [
          "MemberFairHousing"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/MemberFairHousing": {
      "patch": {
        "tags": [
          "MemberFairHousing"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/MemberFairHousingPatch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Fair_Housing"
            }
          }
        }
      },
      "post": {
        "tags": [
          "MemberFairHousing"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Fair_Housing"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Fair_Housing"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "MemberFairHousing"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Fair_Housing"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Fair_Housing"
            }
          }
        }
      }
    },
    "/ext/MemberFairHousing": {
      "patch": {
        "tags": [
          "MemberFairHousing"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/MemberFairHousingPatch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Fair_Housing"
            }
          }
        }
      },
      "post": {
        "tags": [
          "MemberFairHousing"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Fair_Housing"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Fair_Housing"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "MemberFairHousing"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Fair_Housing"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Fair_Housing"
            }
          }
        }
      }
    },
    "/api/MemberFairHousing/Report": {
      "post": {
        "tags": [
          "MemberFairHousing"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/ReportRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/MemberFairHousing/Report": {
      "post": {
        "tags": [
          "MemberFairHousing"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/ReportRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/MemberFairHousing/ReportPdf": {
      "post": {
        "tags": [
          "MemberFairHousing"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/ReportRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/MemberFairHousing/ReportPdf": {
      "post": {
        "tags": [
          "MemberFairHousing"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/ReportRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/MemberFairHousing/Completed/{memberId}": {
      "get": {
        "tags": [
          "MemberFairHousing"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/ext/MemberFairHousing/Completed/{memberId}": {
      "get": {
        "tags": [
          "MemberFairHousing"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/MemberFieldOfBusiness": {
      "get": {
        "tags": [
          "MemberFieldOfBusiness"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Member_Field_Of_Business"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "MemberFieldOfBusiness"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Field_Of_Business"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Field_Of_Business"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "MemberFieldOfBusiness"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/MemberFieldOfBusinessPatch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Field_Of_Business"
            }
          }
        }
      }
    },
    "/ext/MemberFieldOfBusiness": {
      "get": {
        "tags": [
          "MemberFieldOfBusiness"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Member_Field_Of_Business"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "MemberFieldOfBusiness"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Field_Of_Business"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Field_Of_Business"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "MemberFieldOfBusiness"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/MemberFieldOfBusinessPatch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Field_Of_Business"
            }
          }
        }
      }
    },
    "/api/MemberFieldOfBusiness/{id}": {
      "get": {
        "tags": [
          "MemberFieldOfBusiness"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Field_Of_Business"
            }
          }
        }
      },
      "put": {
        "tags": [
          "MemberFieldOfBusiness"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Field_Of_Business"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/ext/MemberFieldOfBusiness/{id}": {
      "get": {
        "tags": [
          "MemberFieldOfBusiness"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Field_Of_Business"
            }
          }
        }
      },
      "put": {
        "tags": [
          "MemberFieldOfBusiness"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Field_Of_Business"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/MemberFieldOfBusiness/MemberId/{memberId}": {
      "get": {
        "tags": [
          "MemberFieldOfBusiness"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/MemberFieldOfBusiness/MemberId/{memberId}": {
      "get": {
        "tags": [
          "MemberFieldOfBusiness"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/MemberFieldOfBusiness/History/{memberId}": {
      "get": {
        "tags": [
          "MemberFieldOfBusiness"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Trans_Member_Field_Of_Business"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "MemberFieldOfBusiness"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/OffsetRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Trans_Member_Field_Of_Business"
              }
            }
          }
        }
      }
    },
    "/ext/MemberFieldOfBusiness/History/{memberId}": {
      "get": {
        "tags": [
          "MemberFieldOfBusiness"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Trans_Member_Field_Of_Business"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "MemberFieldOfBusiness"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/OffsetRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Trans_Member_Field_Of_Business"
              }
            }
          }
        }
      }
    },
    "/api/MemberIscAffiliation": {
      "get": {
        "tags": [
          "MemberIscAffiliation"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Member_Isc_Affiliation"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "MemberIscAffiliation"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/MemberIscAffiliationPatch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Isc_Affiliation"
            }
          }
        }
      },
      "post": {
        "tags": [
          "MemberIscAffiliation"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Isc_Affiliation"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Isc_Affiliation"
            }
          }
        }
      }
    },
    "/ext/MemberIscAffiliation": {
      "get": {
        "tags": [
          "MemberIscAffiliation"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Member_Isc_Affiliation"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "MemberIscAffiliation"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/MemberIscAffiliationPatch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Isc_Affiliation"
            }
          }
        }
      },
      "post": {
        "tags": [
          "MemberIscAffiliation"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Isc_Affiliation"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Isc_Affiliation"
            }
          }
        }
      }
    },
    "/api/MemberIscAffiliation/{id}": {
      "get": {
        "tags": [
          "MemberIscAffiliation"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "put": {
        "tags": [
          "MemberIscAffiliation"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Isc_Affiliation"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "MemberIscAffiliation"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Isc_Affiliation"
            }
          }
        }
      }
    },
    "/ext/MemberIscAffiliation/{id}": {
      "get": {
        "tags": [
          "MemberIscAffiliation"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "put": {
        "tags": [
          "MemberIscAffiliation"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Isc_Affiliation"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "MemberIscAffiliation"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Isc_Affiliation"
            }
          }
        }
      }
    },
    "/api/MemberIscAffiliation/MemberId/{memberId}": {
      "get": {
        "tags": [
          "MemberIscAffiliation"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/MemberIscAffiliation/MemberId/{memberId}": {
      "get": {
        "tags": [
          "MemberIscAffiliation"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/MemberIscAffiliation/History/{id}": {
      "post": {
        "tags": [
          "MemberIscAffiliation"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/OffsetRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/MemberIscAffiliation/History/{id}": {
      "post": {
        "tags": [
          "MemberIscAffiliation"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/OffsetRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/MemberIscAffiliation/History/MemberId/{memberId}": {
      "post": {
        "tags": [
          "MemberIscAffiliation"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/OffsetRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/MemberIscAffiliation/History/MemberId/{memberId}": {
      "post": {
        "tags": [
          "MemberIscAffiliation"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/OffsetRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/MemberLanguage": {
      "get": {
        "tags": [
          "MemberLanguage"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Member_Language"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "MemberLanguage"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Language"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Language"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "MemberLanguage"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Language"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Language"
            }
          }
        }
      }
    },
    "/ext/MemberLanguage": {
      "get": {
        "tags": [
          "MemberLanguage"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Member_Language"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "MemberLanguage"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Language"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Language"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "MemberLanguage"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Language"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Language"
            }
          }
        }
      }
    },
    "/api/MemberLanguage/{id}": {
      "get": {
        "tags": [
          "MemberLanguage"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "put": {
        "tags": [
          "MemberLanguage"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Language"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "MemberLanguage"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Language"
            }
          }
        }
      }
    },
    "/ext/MemberLanguage/{id}": {
      "get": {
        "tags": [
          "MemberLanguage"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "put": {
        "tags": [
          "MemberLanguage"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Language"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "MemberLanguage"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Language"
            }
          }
        }
      }
    },
    "/api/MemberLanguage/MemberId/{memberId}": {
      "get": {
        "tags": [
          "MemberLanguage"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/MemberLanguage/MemberId/{memberId}": {
      "get": {
        "tags": [
          "MemberLanguage"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/MemberLanguage/Application": {
      "post": {
        "tags": [
          "MemberLanguage"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Member_Language"
              }
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/MemberLanguage/Application": {
      "post": {
        "tags": [
          "MemberLanguage"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Member_Language"
              }
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/MemberMasterRecord": {
      "get": {
        "tags": [
          "MemberMasterRecord"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Member_Master_Record"
              }
            }
          }
        }
      }
    },
    "/ext/MemberMasterRecord": {
      "get": {
        "tags": [
          "MemberMasterRecord"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Member_Master_Record"
              }
            }
          }
        }
      }
    },
    "/api/MemberMasterRecord/{memberid}": {
      "get": {
        "tags": [
          "MemberMasterRecord"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberid",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Master_Record"
            }
          }
        }
      }
    },
    "/ext/MemberMasterRecord/{memberid}": {
      "get": {
        "tags": [
          "MemberMasterRecord"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberid",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Master_Record"
            }
          }
        }
      }
    },
    "/api/MemberMilitaryService": {
      "get": {
        "tags": [
          "MemberMilitaryService"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Member_Military_Service"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "MemberMilitaryService"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Military_Service"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Military_Service"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "MemberMilitaryService"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Military_Service"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Military_Service"
            }
          }
        }
      }
    },
    "/ext/MemberMilitaryService": {
      "get": {
        "tags": [
          "MemberMilitaryService"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Member_Military_Service"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "MemberMilitaryService"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Military_Service"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Military_Service"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "MemberMilitaryService"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Military_Service"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Military_Service"
            }
          }
        }
      }
    },
    "/api/MemberMilitaryService/{id}": {
      "get": {
        "tags": [
          "MemberMilitaryService"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "put": {
        "tags": [
          "MemberMilitaryService"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Military_Service"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "MemberMilitaryService"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Military_Service"
            }
          }
        }
      }
    },
    "/ext/MemberMilitaryService/{id}": {
      "get": {
        "tags": [
          "MemberMilitaryService"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "put": {
        "tags": [
          "MemberMilitaryService"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Military_Service"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "MemberMilitaryService"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Military_Service"
            }
          }
        }
      }
    },
    "/api/MemberMilitaryService/MemberId/{memberId}": {
      "get": {
        "tags": [
          "MemberMilitaryService"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/MemberMilitaryService/MemberId/{memberId}": {
      "get": {
        "tags": [
          "MemberMilitaryService"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/MemberMLS": {
      "get": {
        "tags": [
          "MemberMLS"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Member_MLS"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "MemberMLS"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/MemberMLSPatch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_MLS"
            }
          }
        }
      },
      "post": {
        "tags": [
          "MemberMLS"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_MLS"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_MLS"
            }
          }
        }
      }
    },
    "/ext/MemberMLS": {
      "get": {
        "tags": [
          "MemberMLS"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Member_MLS"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "MemberMLS"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/MemberMLSPatch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_MLS"
            }
          }
        }
      },
      "post": {
        "tags": [
          "MemberMLS"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_MLS"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_MLS"
            }
          }
        }
      }
    },
    "/api/MemberMLS/MemberId/{memberId}": {
      "get": {
        "tags": [
          "MemberMLS"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/MemberMLS/MemberId/{memberId}": {
      "get": {
        "tags": [
          "MemberMLS"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/MemberMLS/MemberId/{memberId}/AssociationId/{associationId}": {
      "get": {
        "tags": [
          "MemberMLS"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "path",
            "name": "associationId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Member_MLS"
              }
            }
          }
        }
      }
    },
    "/ext/MemberMLS/MemberId/{memberId}/AssociationId/{associationId}": {
      "get": {
        "tags": [
          "MemberMLS"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "path",
            "name": "associationId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Member_MLS"
              }
            }
          }
        }
      }
    },
    "/api/MemberMLS/{id}": {
      "get": {
        "tags": [
          "MemberMLS"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "put": {
        "tags": [
          "MemberMLS"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_MLS"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "MemberMLS"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_MLS"
            }
          }
        }
      }
    },
    "/ext/MemberMLS/{id}": {
      "get": {
        "tags": [
          "MemberMLS"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "put": {
        "tags": [
          "MemberMLS"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_MLS"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "MemberMLS"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_MLS"
            }
          }
        }
      }
    },
    "/api/MemberMLS/History/{id}": {
      "post": {
        "tags": [
          "MemberMLS"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/OffsetRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/MemberMLS/History/{id}": {
      "post": {
        "tags": [
          "MemberMLS"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/OffsetRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/MemberMLS/History/MemberId/{memberId}": {
      "post": {
        "tags": [
          "MemberMLS"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/OffsetRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/MemberMLS/History/MemberId/{memberId}": {
      "post": {
        "tags": [
          "MemberMLS"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/OffsetRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/MemberPhone": {
      "get": {
        "tags": [
          "MemberPhone"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Member_Phone"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "MemberPhone"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Phone"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Phone"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "MemberPhone"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/MemberPhonePatch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Phone"
            }
          }
        }
      }
    },
    "/ext/MemberPhone": {
      "get": {
        "tags": [
          "MemberPhone"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Member_Phone"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "MemberPhone"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Phone"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Phone"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "MemberPhone"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/MemberPhonePatch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Phone"
            }
          }
        }
      }
    },
    "/api/MemberPhone/{id}": {
      "get": {
        "tags": [
          "MemberPhone"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Phone"
            }
          }
        }
      },
      "put": {
        "tags": [
          "MemberPhone"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Phone"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "MemberPhone"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Phone"
            }
          }
        }
      }
    },
    "/ext/MemberPhone/{id}": {
      "get": {
        "tags": [
          "MemberPhone"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Phone"
            }
          }
        }
      },
      "put": {
        "tags": [
          "MemberPhone"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Phone"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "MemberPhone"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Phone"
            }
          }
        }
      }
    },
    "/api/MemberPhone/MemberId/{memberId}": {
      "get": {
        "tags": [
          "MemberPhone"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Member_Phone"
              }
            }
          }
        }
      }
    },
    "/ext/MemberPhone/MemberId/{memberId}": {
      "get": {
        "tags": [
          "MemberPhone"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Member_Phone"
              }
            }
          }
        }
      }
    },
    "/api/MemberPhone/History/{memberId}": {
      "get": {
        "tags": [
          "MemberPhone"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Trans_Member_Phone"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "MemberPhone"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/OffsetRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Trans_Member_Phone"
              }
            }
          }
        }
      }
    },
    "/ext/MemberPhone/History/{memberId}": {
      "get": {
        "tags": [
          "MemberPhone"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Trans_Member_Phone"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "MemberPhone"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/OffsetRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Trans_Member_Phone"
              }
            }
          }
        }
      }
    },
    "/api/MemberSecondary/{id}": {
      "get": {
        "tags": [
          "MemberSecondary"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Secondary"
            }
          }
        }
      },
      "put": {
        "tags": [
          "MemberSecondary"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Secondary"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "MemberSecondary"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Office"
            }
          }
        }
      }
    },
    "/ext/MemberSecondary/{id}": {
      "get": {
        "tags": [
          "MemberSecondary"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Secondary"
            }
          }
        }
      },
      "put": {
        "tags": [
          "MemberSecondary"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Secondary"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "MemberSecondary"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Office"
            }
          }
        }
      }
    },
    "/api/MemberSecondary/MemberId/{memberId}": {
      "get": {
        "tags": [
          "MemberSecondary"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/MemberSecondary/MemberId/{memberId}": {
      "get": {
        "tags": [
          "MemberSecondary"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/MemberSecondary": {
      "post": {
        "tags": [
          "MemberSecondary"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Secondary"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Secondary"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "MemberSecondary"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/MemberSecondaryPatch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Secondary"
            }
          }
        }
      }
    },
    "/ext/MemberSecondary": {
      "post": {
        "tags": [
          "MemberSecondary"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Secondary"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Secondary"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "MemberSecondary"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/MemberSecondaryPatch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Secondary"
            }
          }
        }
      }
    },
    "/api/MemberSecondary/History/{id}": {
      "post": {
        "tags": [
          "MemberSecondary"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/OffsetRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/MemberSecondary/History/{id}": {
      "post": {
        "tags": [
          "MemberSecondary"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/OffsetRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/MemberSecondary/History/MemberId/{memberId}": {
      "post": {
        "tags": [
          "MemberSecondary"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/OffsetRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/MemberSecondary/History/MemberId/{memberId}": {
      "post": {
        "tags": [
          "MemberSecondary"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/OffsetRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/MemberSingleOwnedMLS": {
      "get": {
        "tags": [
          "MemberSingleOwnedMLS"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Member_Single_Owned_MLS"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "MemberSingleOwnedMLS"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/MemberSingleOwnedMLSPatch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Single_Owned_MLS"
            }
          }
        }
      },
      "post": {
        "tags": [
          "MemberSingleOwnedMLS"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Single_Owned_MLS"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Single_Owned_MLS"
            }
          }
        }
      }
    },
    "/ext/MemberSingleOwnedMLS": {
      "get": {
        "tags": [
          "MemberSingleOwnedMLS"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Member_Single_Owned_MLS"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "MemberSingleOwnedMLS"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/MemberSingleOwnedMLSPatch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Single_Owned_MLS"
            }
          }
        }
      },
      "post": {
        "tags": [
          "MemberSingleOwnedMLS"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Single_Owned_MLS"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Member_Single_Owned_MLS"
            }
          }
        }
      }
    },
    "/api/MemberSingleOwnedMLS/MemberId/{memberId}": {
      "get": {
        "tags": [
          "MemberSingleOwnedMLS"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/MemberSingleOwnedMLS/MemberId/{memberId}": {
      "get": {
        "tags": [
          "MemberSingleOwnedMLS"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/MemberSingleOwnedMLS/MemberId/{memberId}/AssociationId/{associationId}": {
      "get": {
        "tags": [
          "MemberSingleOwnedMLS"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "path",
            "name": "associationId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Member_Single_Owned_MLS"
              }
            }
          }
        }
      }
    },
    "/ext/MemberSingleOwnedMLS/MemberId/{memberId}/AssociationId/{associationId}": {
      "get": {
        "tags": [
          "MemberSingleOwnedMLS"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "path",
            "name": "associationId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Member_Single_Owned_MLS"
              }
            }
          }
        }
      }
    },
    "/api/MemberSingleOwnedMLS/{id}": {
      "get": {
        "tags": [
          "MemberSingleOwnedMLS"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "put": {
        "tags": [
          "MemberSingleOwnedMLS"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Single_Owned_MLS"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/ext/MemberSingleOwnedMLS/{id}": {
      "get": {
        "tags": [
          "MemberSingleOwnedMLS"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "put": {
        "tags": [
          "MemberSingleOwnedMLS"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Member_Single_Owned_MLS"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/MemberSingleOwnedMLS/History/{id}": {
      "post": {
        "tags": [
          "MemberSingleOwnedMLS"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/OffsetRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/MemberSingleOwnedMLS/History/{id}": {
      "post": {
        "tags": [
          "MemberSingleOwnedMLS"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/OffsetRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/MemberSingleOwnedMLS/History/MemberId/{memberId}": {
      "post": {
        "tags": [
          "MemberSingleOwnedMLS"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/OffsetRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/MemberSingleOwnedMLS/History/MemberId/{memberId}": {
      "post": {
        "tags": [
          "MemberSingleOwnedMLS"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/OffsetRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/Office": {
      "get": {
        "tags": [
          "Office"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Office"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Office"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/OfficePatch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Office"
            }
          }
        }
      },
      "post": {
        "tags": [
          "Office"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Office"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Office"
            }
          }
        }
      }
    },
    "/ext/Office": {
      "get": {
        "tags": [
          "Office"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Office"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Office"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/OfficePatch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Office"
            }
          }
        }
      },
      "post": {
        "tags": [
          "Office"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Office"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Office"
            }
          }
        }
      }
    },
    "/api/Office/Search": {
      "post": {
        "tags": [
          "Office"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/BizOfficeSearch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/Office/Search": {
      "post": {
        "tags": [
          "Office"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/BizOfficeSearch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/Office/Search/Directory": {
      "post": {
        "tags": [
          "Office"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/BizOfficeSearch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/Office/Search/Directory": {
      "post": {
        "tags": [
          "Office"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/BizOfficeSearch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/Office/Search/Directory/Portal": {
      "post": {
        "tags": [
          "Office"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/BizOfficeSearch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/Office/Search/Directory/Portal": {
      "post": {
        "tags": [
          "Office"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/BizOfficeSearch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/Office/Directory": {
      "post": {
        "tags": [
          "Office"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/OfficeSearchDirectoryReturn"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/ext/Office/Directory": {
      "post": {
        "tags": [
          "Office"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/OfficeSearchDirectoryReturn"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/Office/Directory/Portal": {
      "post": {
        "tags": [
          "Office"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/OfficeSearchDirectoryReturn"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/ext/Office/Directory/Portal": {
      "post": {
        "tags": [
          "Office"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/OfficeSearchDirectoryReturn"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/Office/{officeId}": {
      "get": {
        "tags": [
          "Office"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "officeId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "put": {
        "tags": [
          "Office"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "officeId",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Office"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "Office"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "officeId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Office"
            }
          }
        }
      }
    },
    "/ext/Office/{officeId}": {
      "get": {
        "tags": [
          "Office"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "officeId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "put": {
        "tags": [
          "Office"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "officeId",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Office"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "Office"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "officeId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Office"
            }
          }
        }
      }
    },
    "/api/Office/Full/{officeId}": {
      "get": {
        "tags": [
          "Office"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "officeId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/ext/Office/Full/{officeId}": {
      "get": {
        "tags": [
          "Office"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "officeId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/Office/Transfer/{officeId}": {
      "post": {
        "tags": [
          "Office"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "officeId",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/TransferOffice"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Office"
            }
          }
        }
      }
    },
    "/ext/Office/Transfer/{officeId}": {
      "post": {
        "tags": [
          "Office"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "officeId",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/TransferOffice"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Office"
            }
          }
        }
      }
    },
    "/api/Office/History/{officeId}": {
      "post": {
        "tags": [
          "Office"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "officeId",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/OffsetRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/Office/History/{officeId}": {
      "post": {
        "tags": [
          "Office"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "officeId",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/OffsetRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/Office/MemberList/{officeId}": {
      "get": {
        "tags": [
          "Office"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "officeId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/Office/MemberList/{officeId}": {
      "get": {
        "tags": [
          "Office"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "officeId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/Office/RECN/{memberId}": {
      "get": {
        "tags": [
          "Office"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/BizOfficeList"
              }
            }
          }
        }
      }
    },
    "/ext/Office/RECN/{memberId}": {
      "get": {
        "tags": [
          "Office"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "memberId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/BizOfficeList"
              }
            }
          }
        }
      }
    },
    "/api/Office/RECN/NMSalesperson/{officeId}": {
      "get": {
        "tags": [
          "Office"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "officeId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/RECNOfficeNMSalesperson"
              }
            }
          }
        }
      }
    },
    "/ext/Office/RECN/NMSalesperson/{officeId}": {
      "get": {
        "tags": [
          "Office"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "officeId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/RECNOfficeNMSalesperson"
              }
            }
          }
        }
      }
    },
    "/api/OfficeSecondary/{id}": {
      "get": {
        "tags": [
          "OfficeSecondary"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/OfficeSecondary"
            }
          }
        }
      },
      "put": {
        "tags": [
          "OfficeSecondary"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/OfficeSecondary"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/ext/OfficeSecondary/{id}": {
      "get": {
        "tags": [
          "OfficeSecondary"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/OfficeSecondary"
            }
          }
        }
      },
      "put": {
        "tags": [
          "OfficeSecondary"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/OfficeSecondary"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/OfficeSecondary/OfficeId/{officeId}": {
      "get": {
        "tags": [
          "OfficeSecondary"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "officeId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/OfficeSecondary/OfficeId/{officeId}": {
      "get": {
        "tags": [
          "OfficeSecondary"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "officeId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/OfficeSecondary": {
      "post": {
        "tags": [
          "OfficeSecondary"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/OfficeSecondary"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/OfficeSecondary"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "OfficeSecondary"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/OfficeSecondaryPatch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/OfficeSecondary"
            }
          }
        }
      }
    },
    "/ext/OfficeSecondary": {
      "post": {
        "tags": [
          "OfficeSecondary"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/OfficeSecondary"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/OfficeSecondary"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "OfficeSecondary"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/OfficeSecondaryPatch"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/OfficeSecondary"
            }
          }
        }
      }
    },
    "/api/OfficeSecondary/History/{id}": {
      "post": {
        "tags": [
          "OfficeSecondary"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/OffsetRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/OfficeSecondary/History/{id}": {
      "post": {
        "tags": [
          "OfficeSecondary"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/OffsetRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/OfficeSecondary/History/OfficeId/{officeId}": {
      "post": {
        "tags": [
          "OfficeSecondary"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "officeId",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/OffsetRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/OfficeSecondary/History/OfficeId/{officeId}": {
      "post": {
        "tags": [
          "OfficeSecondary"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "officeId",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/OffsetRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/Person": {
      "get": {
        "tags": [
          "Person"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Person"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "Person"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Person"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Person"
            }
          }
        }
      }
    },
    "/ext/Person": {
      "get": {
        "tags": [
          "Person"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Person"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "Person"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Person"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Person"
            }
          }
        }
      }
    },
    "/api/Person/{id}": {
      "get": {
        "tags": [
          "Person"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Person"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Person"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Person"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "Person"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Person"
            }
          }
        }
      }
    },
    "/ext/Person/{id}": {
      "get": {
        "tags": [
          "Person"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Person"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Person"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Person"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "Person"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Person"
            }
          }
        }
      }
    },
    "/api/RefAddressType": {
      "get": {
        "tags": [
          "RefAddressType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Ref_Address_Type"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "RefAddressType"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Address_Type"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Address_Type"
            }
          }
        }
      }
    },
    "/ext/RefAddressType": {
      "get": {
        "tags": [
          "RefAddressType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Ref_Address_Type"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "RefAddressType"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Address_Type"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Address_Type"
            }
          }
        }
      }
    },
    "/api/RefAddressType/{id}": {
      "get": {
        "tags": [
          "RefAddressType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Address_Type"
            }
          }
        }
      },
      "put": {
        "tags": [
          "RefAddressType"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Address_Type"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "RefAddressType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Address_Type"
            }
          }
        }
      }
    },
    "/ext/RefAddressType/{id}": {
      "get": {
        "tags": [
          "RefAddressType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Address_Type"
            }
          }
        }
      },
      "put": {
        "tags": [
          "RefAddressType"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Address_Type"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "RefAddressType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Address_Type"
            }
          }
        }
      }
    },
    "/api/RefAssociationType": {
      "get": {
        "tags": [
          "RefAssociationType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Ref_Association_Type"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "RefAssociationType"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Association_Type"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Association_Type"
            }
          }
        }
      }
    },
    "/ext/RefAssociationType": {
      "get": {
        "tags": [
          "RefAssociationType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Ref_Association_Type"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "RefAssociationType"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Association_Type"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Association_Type"
            }
          }
        }
      }
    },
    "/api/RefAssociationType/{id}": {
      "get": {
        "tags": [
          "RefAssociationType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Association_Type"
            }
          }
        }
      },
      "put": {
        "tags": [
          "RefAssociationType"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Association_Type"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "RefAssociationType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Association_Type"
            }
          }
        }
      }
    },
    "/ext/RefAssociationType/{id}": {
      "get": {
        "tags": [
          "RefAssociationType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Association_Type"
            }
          }
        }
      },
      "put": {
        "tags": [
          "RefAssociationType"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Association_Type"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "RefAssociationType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Association_Type"
            }
          }
        }
      }
    },
    "/api/RefAttendanceType": {
      "get": {
        "tags": [
          "RefAttendanceType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Ref_Attendance_Type"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "RefAttendanceType"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Attendance_Type"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Attendance_Type"
            }
          }
        }
      }
    },
    "/ext/RefAttendanceType": {
      "get": {
        "tags": [
          "RefAttendanceType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Ref_Attendance_Type"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "RefAttendanceType"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Attendance_Type"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Attendance_Type"
            }
          }
        }
      }
    },
    "/api/RefAttendanceType/{code}": {
      "get": {
        "tags": [
          "RefAttendanceType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "code",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Attendance_Type"
            }
          }
        }
      },
      "put": {
        "tags": [
          "RefAttendanceType"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "code",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Attendance_Type"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "RefAttendanceType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "code",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Attendance_Type"
            }
          }
        }
      }
    },
    "/ext/RefAttendanceType/{code}": {
      "get": {
        "tags": [
          "RefAttendanceType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "code",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Attendance_Type"
            }
          }
        }
      },
      "put": {
        "tags": [
          "RefAttendanceType"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "code",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Attendance_Type"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "RefAttendanceType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "code",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Attendance_Type"
            }
          }
        }
      }
    },
    "/api/RefCertification": {
      "get": {
        "tags": [
          "RefCertification"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Ref_Certification"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "RefCertification"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Certification"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Certification"
            }
          }
        }
      }
    },
    "/ext/RefCertification": {
      "get": {
        "tags": [
          "RefCertification"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Ref_Certification"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "RefCertification"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Certification"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Certification"
            }
          }
        }
      }
    },
    "/api/RefCertification/{id}": {
      "get": {
        "tags": [
          "RefCertification"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Certification"
            }
          }
        }
      },
      "put": {
        "tags": [
          "RefCertification"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Certification"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "RefCertification"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Certification"
            }
          }
        }
      }
    },
    "/ext/RefCertification/{id}": {
      "get": {
        "tags": [
          "RefCertification"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Certification"
            }
          }
        }
      },
      "put": {
        "tags": [
          "RefCertification"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Certification"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "RefCertification"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Certification"
            }
          }
        }
      }
    },
    "/api/RefCoeCycle": {
      "get": {
        "tags": [
          "RefCoeCycle"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Ref_Coe_Cycle"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "RefCoeCycle"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Coe_Cycle"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Coe_Cycle"
            }
          }
        }
      }
    },
    "/ext/RefCoeCycle": {
      "get": {
        "tags": [
          "RefCoeCycle"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Ref_Coe_Cycle"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "RefCoeCycle"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Coe_Cycle"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Coe_Cycle"
            }
          }
        }
      }
    },
    "/api/RefCoeCycle/{id}": {
      "get": {
        "tags": [
          "RefCoeCycle"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Coe_Cycle"
            }
          }
        }
      },
      "put": {
        "tags": [
          "RefCoeCycle"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Coe_Cycle"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "RefCoeCycle"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Coe_Cycle"
            }
          }
        }
      }
    },
    "/ext/RefCoeCycle/{id}": {
      "get": {
        "tags": [
          "RefCoeCycle"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Coe_Cycle"
            }
          }
        }
      },
      "put": {
        "tags": [
          "RefCoeCycle"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Coe_Cycle"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "RefCoeCycle"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Coe_Cycle"
            }
          }
        }
      }
    },
    "/api/RefContributionType": {
      "get": {
        "tags": [
          "RefContributionType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Ref_Contribution_Type"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "RefContributionType"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Contribution_Type"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Contribution_Type"
            }
          }
        }
      }
    },
    "/ext/RefContributionType": {
      "get": {
        "tags": [
          "RefContributionType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Ref_Contribution_Type"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "RefContributionType"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Contribution_Type"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Contribution_Type"
            }
          }
        }
      }
    },
    "/api/RefContributionType/{id}": {
      "get": {
        "tags": [
          "RefContributionType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Contribution_Type"
            }
          }
        }
      },
      "put": {
        "tags": [
          "RefContributionType"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Contribution_Type"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "RefContributionType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Contribution_Type"
            }
          }
        }
      }
    },
    "/ext/RefContributionType/{id}": {
      "get": {
        "tags": [
          "RefContributionType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Contribution_Type"
            }
          }
        }
      },
      "put": {
        "tags": [
          "RefContributionType"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Contribution_Type"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "RefContributionType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Contribution_Type"
            }
          }
        }
      }
    },
    "/api/RefCostType": {
      "get": {
        "tags": [
          "RefCostType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Ref_Cost_Type"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "RefCostType"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Cost_Type"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Cost_Type"
            }
          }
        }
      }
    },
    "/ext/RefCostType": {
      "get": {
        "tags": [
          "RefCostType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Ref_Cost_Type"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "RefCostType"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Cost_Type"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Cost_Type"
            }
          }
        }
      }
    },
    "/api/RefCostType/{code}": {
      "get": {
        "tags": [
          "RefCostType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "code",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Cost_Type"
            }
          }
        }
      },
      "put": {
        "tags": [
          "RefCostType"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "code",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Cost_Type"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "RefCostType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "code",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Cost_Type"
            }
          }
        }
      }
    },
    "/ext/RefCostType/{code}": {
      "get": {
        "tags": [
          "RefCostType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "code",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Cost_Type"
            }
          }
        }
      },
      "put": {
        "tags": [
          "RefCostType"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "code",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Cost_Type"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "RefCostType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "code",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Cost_Type"
            }
          }
        }
      }
    },
    "/api/RefDemographic": {
      "get": {
        "tags": [
          "RefDemographic"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Ref_Demographic"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "RefDemographic"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Demographic"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Demographic"
            }
          }
        }
      }
    },
    "/ext/RefDemographic": {
      "get": {
        "tags": [
          "RefDemographic"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Ref_Demographic"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "RefDemographic"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Demographic"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Demographic"
            }
          }
        }
      }
    },
    "/api/RefDemographic/{id}": {
      "get": {
        "tags": [
          "RefDemographic"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Demographic"
            }
          }
        }
      },
      "put": {
        "tags": [
          "RefDemographic"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Demographic"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "RefDemographic"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Demographic"
            }
          }
        }
      }
    },
    "/ext/RefDemographic/{id}": {
      "get": {
        "tags": [
          "RefDemographic"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Demographic"
            }
          }
        }
      },
      "put": {
        "tags": [
          "RefDemographic"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Demographic"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "RefDemographic"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Demographic"
            }
          }
        }
      }
    },
    "/api/RefEducationLevel": {
      "get": {
        "tags": [
          "RefEducationLevel"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Ref_Education_Level"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "RefEducationLevel"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Education_Level"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Education_Level"
            }
          }
        }
      }
    },
    "/ext/RefEducationLevel": {
      "get": {
        "tags": [
          "RefEducationLevel"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Ref_Education_Level"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "RefEducationLevel"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Education_Level"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Education_Level"
            }
          }
        }
      }
    },
    "/api/RefEducationLevel/{id}": {
      "get": {
        "tags": [
          "RefEducationLevel"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Education_Level"
            }
          }
        }
      },
      "put": {
        "tags": [
          "RefEducationLevel"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Education_Level"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "RefEducationLevel"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Education_Level"
            }
          }
        }
      }
    },
    "/ext/RefEducationLevel/{id}": {
      "get": {
        "tags": [
          "RefEducationLevel"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Education_Level"
            }
          }
        }
      },
      "put": {
        "tags": [
          "RefEducationLevel"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Education_Level"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "RefEducationLevel"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Education_Level"
            }
          }
        }
      }
    },
    "/api/RefEmailType": {
      "get": {
        "tags": [
          "RefEmailType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Ref_Email_Type"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "RefEmailType"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Email_Type"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Email_Type"
            }
          }
        }
      }
    },
    "/ext/RefEmailType": {
      "get": {
        "tags": [
          "RefEmailType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Ref_Email_Type"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "RefEmailType"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Email_Type"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Email_Type"
            }
          }
        }
      }
    },
    "/api/RefEmailType/{id}": {
      "get": {
        "tags": [
          "RefEmailType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Email_Type"
            }
          }
        }
      },
      "put": {
        "tags": [
          "RefEmailType"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Email_Type"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "RefEmailType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Email_Type"
            }
          }
        }
      }
    },
    "/ext/RefEmailType/{id}": {
      "get": {
        "tags": [
          "RefEmailType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Email_Type"
            }
          }
        }
      },
      "put": {
        "tags": [
          "RefEmailType"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Email_Type"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "RefEmailType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Email_Type"
            }
          }
        }
      }
    },
    "/api/Reference": {
      "get": {
        "tags": [
          "Reference"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/BizReferences"
            }
          }
        }
      }
    },
    "/ext/Reference": {
      "get": {
        "tags": [
          "Reference"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/BizReferences"
            }
          }
        }
      }
    },
    "/api/RefEventCancelReason": {
      "get": {
        "tags": [
          "RefEventCancelReason"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Ref_Event_Cancel_Reason"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "RefEventCancelReason"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Event_Cancel_Reason"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Event_Cancel_Reason"
            }
          }
        }
      }
    },
    "/ext/RefEventCancelReason": {
      "get": {
        "tags": [
          "RefEventCancelReason"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Ref_Event_Cancel_Reason"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "RefEventCancelReason"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Event_Cancel_Reason"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Event_Cancel_Reason"
            }
          }
        }
      }
    },
    "/api/RefEventCancelReason/{id}": {
      "get": {
        "tags": [
          "RefEventCancelReason"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Event_Cancel_Reason"
            }
          }
        }
      },
      "put": {
        "tags": [
          "RefEventCancelReason"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Event_Cancel_Reason"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "RefEventCancelReason"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Event_Cancel_Reason"
            }
          }
        }
      }
    },
    "/ext/RefEventCancelReason/{id}": {
      "get": {
        "tags": [
          "RefEventCancelReason"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Event_Cancel_Reason"
            }
          }
        }
      },
      "put": {
        "tags": [
          "RefEventCancelReason"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Event_Cancel_Reason"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "RefEventCancelReason"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Event_Cancel_Reason"
            }
          }
        }
      }
    },
    "/api/RefEventStatus": {
      "get": {
        "tags": [
          "RefEventStatus"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Ref_Event_Status"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "RefEventStatus"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Event_Status"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Event_Status"
            }
          }
        }
      }
    },
    "/ext/RefEventStatus": {
      "get": {
        "tags": [
          "RefEventStatus"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Ref_Event_Status"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "RefEventStatus"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Event_Status"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Event_Status"
            }
          }
        }
      }
    },
    "/api/RefEventStatus/{id}": {
      "get": {
        "tags": [
          "RefEventStatus"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Event_Status"
            }
          }
        }
      },
      "put": {
        "tags": [
          "RefEventStatus"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Event_Status"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "RefEventStatus"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Event_Status"
            }
          }
        }
      }
    },
    "/ext/RefEventStatus/{id}": {
      "get": {
        "tags": [
          "RefEventStatus"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Event_Status"
            }
          }
        }
      },
      "put": {
        "tags": [
          "RefEventStatus"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Event_Status"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "RefEventStatus"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Event_Status"
            }
          }
        }
      }
    },
    "/api/RefEventType": {
      "get": {
        "tags": [
          "RefEventType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Ref_Event_Type"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "RefEventType"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Event_Type"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Event_Type"
            }
          }
        }
      }
    },
    "/ext/RefEventType": {
      "get": {
        "tags": [
          "RefEventType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Ref_Event_Type"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "RefEventType"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Event_Type"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Event_Type"
            }
          }
        }
      }
    },
    "/api/RefEventType/{id}": {
      "get": {
        "tags": [
          "RefEventType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Event_Type"
            }
          }
        }
      },
      "put": {
        "tags": [
          "RefEventType"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Event_Type"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "RefEventType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Event_Type"
            }
          }
        }
      }
    },
    "/ext/RefEventType/{id}": {
      "get": {
        "tags": [
          "RefEventType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Event_Type"
            }
          }
        }
      },
      "put": {
        "tags": [
          "RefEventType"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Event_Type"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "RefEventType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Event_Type"
            }
          }
        }
      }
    },
    "/api/RefFieldOfBusiness": {
      "get": {
        "tags": [
          "RefFieldOfBusiness"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Ref_Field_Of_Business"
              }
            }
          }
        }
      }
    },
    "/ext/RefFieldOfBusiness": {
      "get": {
        "tags": [
          "RefFieldOfBusiness"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Ref_Field_Of_Business"
              }
            }
          }
        }
      }
    },
    "/api/RefLanguage": {
      "get": {
        "tags": [
          "RefLanguage"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Ref_Language"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "RefLanguage"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Language"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Language"
            }
          }
        }
      }
    },
    "/ext/RefLanguage": {
      "get": {
        "tags": [
          "RefLanguage"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Ref_Language"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "RefLanguage"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Language"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Language"
            }
          }
        }
      }
    },
    "/api/RefLanguage/{id}": {
      "get": {
        "tags": [
          "RefLanguage"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Language"
            }
          }
        }
      },
      "put": {
        "tags": [
          "RefLanguage"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Language"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "RefLanguage"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Language"
            }
          }
        }
      }
    },
    "/ext/RefLanguage/{id}": {
      "get": {
        "tags": [
          "RefLanguage"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Language"
            }
          }
        }
      },
      "put": {
        "tags": [
          "RefLanguage"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Language"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "RefLanguage"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Language"
            }
          }
        }
      }
    },
    "/api/RefMealOptionType": {
      "get": {
        "tags": [
          "RefMealOptionType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Ref_Meal_Option_Type"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "RefMealOptionType"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Meal_Option_Type"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Meal_Option_Type"
            }
          }
        }
      }
    },
    "/ext/RefMealOptionType": {
      "get": {
        "tags": [
          "RefMealOptionType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Ref_Meal_Option_Type"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "RefMealOptionType"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Meal_Option_Type"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Meal_Option_Type"
            }
          }
        }
      }
    },
    "/api/RefMealOptionType/{Meal_Option_Type_Code}": {
      "get": {
        "tags": [
          "RefMealOptionType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "Meal_Option_Type_Code",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Meal_Option_Type"
            }
          }
        }
      },
      "put": {
        "tags": [
          "RefMealOptionType"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "Meal_Option_Type_Code",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Meal_Option_Type"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "RefMealOptionType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "Meal_Option_Type_Code",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Meal_Option_Type"
            }
          }
        }
      }
    },
    "/ext/RefMealOptionType/{Meal_Option_Type_Code}": {
      "get": {
        "tags": [
          "RefMealOptionType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "Meal_Option_Type_Code",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Meal_Option_Type"
            }
          }
        }
      },
      "put": {
        "tags": [
          "RefMealOptionType"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "Meal_Option_Type_Code",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Meal_Option_Type"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "RefMealOptionType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "Meal_Option_Type_Code",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Meal_Option_Type"
            }
          }
        }
      }
    },
    "/api/RefMemberType": {
      "get": {
        "tags": [
          "RefMemberType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Ref_Member_Type"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "RefMemberType"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Member_Type"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Member_Type"
            }
          }
        }
      }
    },
    "/ext/RefMemberType": {
      "get": {
        "tags": [
          "RefMemberType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Ref_Member_Type"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "RefMemberType"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Member_Type"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Member_Type"
            }
          }
        }
      }
    },
    "/api/RefMemberType/{id}": {
      "get": {
        "tags": [
          "RefMemberType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Member_Type"
            }
          }
        }
      },
      "put": {
        "tags": [
          "RefMemberType"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Member_Type"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "RefMemberType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Member_Type"
            }
          }
        }
      }
    },
    "/ext/RefMemberType/{id}": {
      "get": {
        "tags": [
          "RefMemberType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Member_Type"
            }
          }
        }
      },
      "put": {
        "tags": [
          "RefMemberType"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Member_Type"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "RefMemberType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Member_Type"
            }
          }
        }
      }
    },
    "/api/RefMilitaryService": {
      "get": {
        "tags": [
          "RefMilitaryService"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Ref_Military_Service"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "RefMilitaryService"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Military_Service"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Military_Service"
            }
          }
        }
      }
    },
    "/ext/RefMilitaryService": {
      "get": {
        "tags": [
          "RefMilitaryService"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Ref_Military_Service"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "RefMilitaryService"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Military_Service"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Military_Service"
            }
          }
        }
      }
    },
    "/api/RefMilitaryService/{id}": {
      "get": {
        "tags": [
          "RefMilitaryService"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Military_Service"
            }
          }
        }
      },
      "put": {
        "tags": [
          "RefMilitaryService"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Military_Service"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "RefMilitaryService"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Military_Service"
            }
          }
        }
      }
    },
    "/ext/RefMilitaryService/{id}": {
      "get": {
        "tags": [
          "RefMilitaryService"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Military_Service"
            }
          }
        }
      },
      "put": {
        "tags": [
          "RefMilitaryService"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Military_Service"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "RefMilitaryService"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Military_Service"
            }
          }
        }
      }
    },
    "/api/RefOfficeStatusType": {
      "get": {
        "tags": [
          "RefOfficeStatusType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/RefOfficeStatusType"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "RefOfficeStatusType"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/RefOfficeStatusType"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/RefOfficeStatusType"
            }
          }
        }
      }
    },
    "/ext/RefOfficeStatusType": {
      "get": {
        "tags": [
          "RefOfficeStatusType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/RefOfficeStatusType"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "RefOfficeStatusType"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/RefOfficeStatusType"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/RefOfficeStatusType"
            }
          }
        }
      }
    },
    "/api/RefOfficeStatusType/{id}": {
      "get": {
        "tags": [
          "RefOfficeStatusType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/RefOfficeStatusType"
            }
          }
        }
      },
      "put": {
        "tags": [
          "RefOfficeStatusType"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/RefOfficeStatusType"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "RefOfficeStatusType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/RefOfficeStatusType"
            }
          }
        }
      }
    },
    "/ext/RefOfficeStatusType/{id}": {
      "get": {
        "tags": [
          "RefOfficeStatusType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/RefOfficeStatusType"
            }
          }
        }
      },
      "put": {
        "tags": [
          "RefOfficeStatusType"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/RefOfficeStatusType"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "RefOfficeStatusType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/RefOfficeStatusType"
            }
          }
        }
      }
    },
    "/api/RefPaymentType": {
      "get": {
        "tags": [
          "RefPaymentType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Ref_Payment_Type"
              }
            }
          }
        }
      }
    },
    "/ext/RefPaymentType": {
      "get": {
        "tags": [
          "RefPaymentType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Ref_Payment_Type"
              }
            }
          }
        }
      }
    },
    "/api/RefPaymentType/{associationId}": {
      "get": {
        "tags": [
          "RefPaymentType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "associationId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Ref_Payment_Type"
              }
            }
          }
        }
      }
    },
    "/ext/RefPaymentType/{associationId}": {
      "get": {
        "tags": [
          "RefPaymentType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "associationId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Ref_Payment_Type"
              }
            }
          }
        }
      }
    },
    "/api/RefPhoneType": {
      "get": {
        "tags": [
          "RefPhoneType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Ref_Phone_Type"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "RefPhoneType"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Phone_Type"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Phone_Type"
            }
          }
        }
      }
    },
    "/ext/RefPhoneType": {
      "get": {
        "tags": [
          "RefPhoneType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Ref_Phone_Type"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "RefPhoneType"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Phone_Type"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Phone_Type"
            }
          }
        }
      }
    },
    "/api/RefPhoneType/{id}": {
      "get": {
        "tags": [
          "RefPhoneType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Phone_Type"
            }
          }
        }
      },
      "put": {
        "tags": [
          "RefPhoneType"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Phone_Type"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "RefPhoneType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Phone_Type"
            }
          }
        }
      }
    },
    "/ext/RefPhoneType/{id}": {
      "get": {
        "tags": [
          "RefPhoneType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Phone_Type"
            }
          }
        }
      },
      "put": {
        "tags": [
          "RefPhoneType"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Phone_Type"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "RefPhoneType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Phone_Type"
            }
          }
        }
      }
    },
    "/api/RefPolicyClauseInteractionType": {
      "get": {
        "tags": [
          "RefPolicyClauseInteractionType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Ref_Policy_Clause_Interaction_Type"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "RefPolicyClauseInteractionType"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Policy_Clause_Interaction_Type"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Policy_Clause_Interaction_Type"
            }
          }
        }
      }
    },
    "/ext/RefPolicyClauseInteractionType": {
      "get": {
        "tags": [
          "RefPolicyClauseInteractionType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Ref_Policy_Clause_Interaction_Type"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "RefPolicyClauseInteractionType"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Policy_Clause_Interaction_Type"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Policy_Clause_Interaction_Type"
            }
          }
        }
      }
    },
    "/api/RefPolicyClauseInteractionType/{id}": {
      "get": {
        "tags": [
          "RefPolicyClauseInteractionType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Policy_Clause_Interaction_Type"
            }
          }
        }
      },
      "put": {
        "tags": [
          "RefPolicyClauseInteractionType"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Policy_Clause_Interaction_Type"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "RefPolicyClauseInteractionType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Policy_Clause_Interaction_Type"
            }
          }
        }
      }
    },
    "/ext/RefPolicyClauseInteractionType/{id}": {
      "get": {
        "tags": [
          "RefPolicyClauseInteractionType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Policy_Clause_Interaction_Type"
            }
          }
        }
      },
      "put": {
        "tags": [
          "RefPolicyClauseInteractionType"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Policy_Clause_Interaction_Type"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "RefPolicyClauseInteractionType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Policy_Clause_Interaction_Type"
            }
          }
        }
      }
    },
    "/api/RefRelationshipType": {
      "get": {
        "tags": [
          "RefRelationshipType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Ref_Relationship_Type"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "RefRelationshipType"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Relationship_Type"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Relationship_Type"
            }
          }
        }
      }
    },
    "/ext/RefRelationshipType": {
      "get": {
        "tags": [
          "RefRelationshipType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Ref_Relationship_Type"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "RefRelationshipType"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Relationship_Type"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Relationship_Type"
            }
          }
        }
      }
    },
    "/api/RefRelationshipType/{id}": {
      "get": {
        "tags": [
          "RefRelationshipType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Relationship_Type"
            }
          }
        }
      },
      "put": {
        "tags": [
          "RefRelationshipType"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Relationship_Type"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "RefRelationshipType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Relationship_Type"
            }
          }
        }
      }
    },
    "/ext/RefRelationshipType/{id}": {
      "get": {
        "tags": [
          "RefRelationshipType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Relationship_Type"
            }
          }
        }
      },
      "put": {
        "tags": [
          "RefRelationshipType"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Relationship_Type"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "RefRelationshipType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Relationship_Type"
            }
          }
        }
      }
    },
    "/api/RefSelectionType": {
      "get": {
        "tags": [
          "RefSelectionType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Ref_Selection_Type"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "RefSelectionType"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Selection_Type"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Selection_Type"
            }
          }
        }
      }
    },
    "/ext/RefSelectionType": {
      "get": {
        "tags": [
          "RefSelectionType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Ref_Selection_Type"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "RefSelectionType"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Selection_Type"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Selection_Type"
            }
          }
        }
      }
    },
    "/api/RefSelectionType/{id}": {
      "get": {
        "tags": [
          "RefSelectionType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Selection_Type"
            }
          }
        }
      },
      "put": {
        "tags": [
          "RefSelectionType"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Selection_Type"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "RefSelectionType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Selection_Type"
            }
          }
        }
      }
    },
    "/ext/RefSelectionType/{id}": {
      "get": {
        "tags": [
          "RefSelectionType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Selection_Type"
            }
          }
        }
      },
      "put": {
        "tags": [
          "RefSelectionType"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Selection_Type"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "RefSelectionType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Selection_Type"
            }
          }
        }
      }
    },
    "/api/RefSocialDistanceType": {
      "get": {
        "tags": [
          "RefSocialDistanceType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Ref_Social_Distance_Type"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "RefSocialDistanceType"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Social_Distance_Type"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Social_Distance_Type"
            }
          }
        }
      }
    },
    "/ext/RefSocialDistanceType": {
      "get": {
        "tags": [
          "RefSocialDistanceType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Ref_Social_Distance_Type"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "RefSocialDistanceType"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Social_Distance_Type"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Social_Distance_Type"
            }
          }
        }
      }
    },
    "/api/RefSocialDistanceType/{id}": {
      "get": {
        "tags": [
          "RefSocialDistanceType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Social_Distance_Type"
            }
          }
        }
      },
      "put": {
        "tags": [
          "RefSocialDistanceType"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Social_Distance_Type"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "RefSocialDistanceType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Social_Distance_Type"
            }
          }
        }
      }
    },
    "/ext/RefSocialDistanceType/{id}": {
      "get": {
        "tags": [
          "RefSocialDistanceType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Social_Distance_Type"
            }
          }
        }
      },
      "put": {
        "tags": [
          "RefSocialDistanceType"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_Social_Distance_Type"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "RefSocialDistanceType"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_Social_Distance_Type"
            }
          }
        }
      }
    },
    "/api/RefState": {
      "get": {
        "tags": [
          "RefState"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Ref_State"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "RefState"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_State"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_State"
            }
          }
        }
      }
    },
    "/ext/RefState": {
      "get": {
        "tags": [
          "RefState"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Ref_State"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "RefState"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_State"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_State"
            }
          }
        }
      }
    },
    "/api/RefState/{id}": {
      "get": {
        "tags": [
          "RefState"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_State"
            }
          }
        }
      },
      "put": {
        "tags": [
          "RefState"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_State"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "RefState"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_State"
            }
          }
        }
      }
    },
    "/ext/RefState/{id}": {
      "get": {
        "tags": [
          "RefState"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_State"
            }
          }
        }
      },
      "put": {
        "tags": [
          "RefState"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Ref_State"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "RefState"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Ref_State"
            }
          }
        }
      }
    },
    "/api/SubmitIdea/{id}": {
      "get": {
        "tags": [
          "SubmitIdea"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/SubmitIdea": {
      "post": {
        "tags": [
          "SubmitIdea"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Idea"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Idea"
            }
          }
        }
      }
    },
    "/ext/SubmitIdea": {
      "post": {
        "tags": [
          "SubmitIdea"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Idea"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Idea"
            }
          }
        }
      }
    },
    "/api/Team/Office/{officeId}": {
      "get": {
        "tags": [
          "Team"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "officeId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/Team/Office/{officeId}": {
      "get": {
        "tags": [
          "Team"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "officeId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/Team/MemberList/{teamId}": {
      "get": {
        "tags": [
          "Team"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "teamId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/ext/Team/MemberList/{teamId}": {
      "get": {
        "tags": [
          "Team"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "teamId",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": { }
            }
          }
        }
      }
    },
    "/api/Team/{id}": {
      "get": {
        "tags": [
          "Team"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Team"
            }
          }
        }
      }
    },
    "/ext/Team/{id}": {
      "get": {
        "tags": [
          "Team"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Team"
            }
          }
        }
      }
    },
    "/api/Team/{teamId}": {
      "put": {
        "tags": [
          "Team"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "teamId",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Team"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Team"
            }
          }
        }
      }
    },
    "/ext/Team/{teamId}": {
      "put": {
        "tags": [
          "Team"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "teamId",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Team"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Team"
            }
          }
        }
      }
    },
    "/api/Team": {
      "post": {
        "tags": [
          "Team"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Team"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Team"
            }
          }
        }
      }
    },
    "/ext/Team": {
      "post": {
        "tags": [
          "Team"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/Team"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/Team"
            }
          }
        }
      }
    },
    "/api/Team/Member/{id}": {
      "delete": {
        "tags": [
          "Team"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/TeamMember"
            }
          }
        }
      }
    },
    "/ext/Team/Member/{id}": {
      "delete": {
        "tags": [
          "Team"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "integer",
            "format": "int32"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/TeamMember"
            }
          }
        }
      }
    },
    "/api/UserInfo": {
      "get": {
        "tags": [
          "UserInfo"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/User_Info"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "UserInfo"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/User_Info"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/User_Info"
            }
          }
        }
      }
    },
    "/api/UserInfo/{id}": {
      "get": {
        "tags": [
          "UserInfo"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "number",
            "format": "double"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/User_Info"
            }
          }
        }
      },
      "put": {
        "tags": [
          "UserInfo"
        ],
        "consumes": [
          "application/json-patch+json",
          "application/json",
          "text/json",
          "application/*+json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "number",
            "format": "double"
          },
          {
            "in": "body",
            "name": "body",
            "schema": {
              "$ref": "#/definitions/User_Info"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "delete": {
        "tags": [
          "UserInfo"
        ],
        "produces": [
          "text/plain",
          "application/json",
          "text/json"
        ],
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "type": "number",
            "format": "double"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "schema": {
              "$ref": "#/definitions/User_Info"
            }
          }
        }
      }
    }
  },
  "definitions": {
    "AbbreviatedAssociation": {
      "type": "object",
      "properties": {
        "associationId": {
          "format": "int32",
          "type": "integer"
        },
        "associationName": {
          "type": "string"
        },
        "associationEmailAddress": {
          "type": "string"
        },
        "associationPhoneNumber": {
          "type": "string"
        },
        "webPageAddress": {
          "type": "string"
        },
        "streetAddressLine1": {
          "type": "string"
        },
        "streetAddressLine2": {
          "type": "string"
        },
        "streetCity": {
          "type": "string"
        },
        "streetState": {
          "type": "string"
        },
        "streetZip": {
          "type": "string"
        },
        "streetZip6": {
          "type": "string"
        },
        "aeId": {
          "format": "int64",
          "type": "integer"
        },
        "associationTypeCode": {
          "type": "string"
        },
        "associationStatusCode": {
          "type": "string"
        },
        "primaryStateAssociationId": {
          "format": "int32",
          "type": "integer"
        },
        "rraMemberCount": {
          "type": "array",
          "items": { }
        },
        "nonMemberCount": {
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "Ai_Chatbot_Feedback": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "id": {
          "format": "int32",
          "type": "integer"
        },
        "feedback": {
          "type": "string"
        },
        "response_Text": {
          "type": "string"
        },
        "feedback_Type_Code": {
          "type": "string"
        }
      }
    },
    "AppMetadata": {
      "type": "object",
      "properties": {
        "reset_key": {
          "format": "int32",
          "type": "integer"
        },
        "reset_timeout": {
          "format": "int32",
          "type": "integer"
        },
        "email_header": {
          "type": "string"
        },
        "email_body": {
          "type": "string"
        },
        "email_message": {
          "type": "string"
        },
        "identity": {
          "$ref": "#/definitions/Identity"
        },
        "nar_membership_type": {
          "type": "string"
        }
      }
    },
    "ApplicantApplicationStatusUpdate": {
      "type": "object",
      "properties": {
        "statusCode": {
          "type": "string"
        },
        "memberId": {
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "Appointment": {
      "type": "object",
      "properties": {
        "appointment_Id": {
          "format": "int32",
          "type": "integer"
        },
        "committee_Id": {
          "format": "int32",
          "type": "integer"
        },
        "position_Id": {
          "format": "int32",
          "type": "integer"
        },
        "member_Id": {
          "format": "int32",
          "type": "integer"
        },
        "committeeName": {
          "type": "string"
        },
        "appointment_Year": {
          "format": "int32",
          "type": "integer"
        },
        "start_Date": {
          "format": "date-time",
          "type": "string"
        },
        "end_Date": {
          "format": "date-time",
          "type": "string"
        },
        "position": {
          "type": "string"
        },
        "position_Detail": {
          "type": "string"
        },
        "status_Discontinuance": {
          "type": "string"
        },
        "visibility": {
          "type": "string"
        }
      }
    },
    "AssocMemberCount": {
      "type": "object"
    },
    "AssocNMSalespersonCount": {
      "type": "object",
      "properties": {
        "totalAssocNMSalespersonCount": {
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "Association": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "association_Id": {
          "format": "int32",
          "type": "integer"
        },
        "association_Name": {
          "type": "string"
        },
        "association_Type_Code": {
          "type": "string"
        },
        "association_Status_Code": {
          "type": "string"
        },
        "association_Status_Date": {
          "format": "date-time",
          "type": "string"
        },
        "ae_Id": {
          "format": "int64",
          "type": "integer"
        },
        "associationExecutive": {
          "type": "string"
        },
        "association_Fax_Number": {
          "type": "string"
        },
        "association_Phone_Number": {
          "type": "string"
        },
        "association_Email_Address": {
          "type": "string"
        },
        "last_Certification_Date": {
          "format": "date-time",
          "type": "string"
        },
        "mailing_Address_Line_1": {
          "type": "string"
        },
        "mailing_Address_Line_2": {
          "type": "string"
        },
        "mailing_City": {
          "type": "string"
        },
        "mailing_State": {
          "type": "string"
        },
        "mailing_Zip": {
          "type": "string"
        },
        "mailing_Zip6": {
          "type": "string"
        },
        "primary_State_Association_Id": {
          "format": "int32",
          "type": "integer"
        },
        "primaryStateAssociation": {
          "$ref": "#/definitions/Association"
        },
        "street_Address_Line_1": {
          "type": "string"
        },
        "street_Address_Line_2": {
          "type": "string"
        },
        "street_City": {
          "type": "string"
        },
        "street_State": {
          "type": "string"
        },
        "street_Zip": {
          "type": "string"
        },
        "street_Zip6": {
          "type": "string"
        },
        "additional_Jurisdictional_State_Association_Id_1": {
          "format": "int32",
          "type": "integer"
        },
        "stateAssociation1": {
          "$ref": "#/definitions/Association"
        },
        "additional_Jurisdictional_State_Association_Id_2": {
          "format": "int32",
          "type": "integer"
        },
        "stateAssociation2": {
          "$ref": "#/definitions/Association"
        },
        "additional_Jurisdictional_State_Association_Id_3": {
          "format": "int32",
          "type": "integer"
        },
        "stateAssociation3": {
          "$ref": "#/definitions/Association"
        },
        "web_Page_Address": {
          "type": "string"
        },
        "association_Executive_Fax_Number": {
          "type": "string"
        },
        "current_President_Member_Id": {
          "format": "int32",
          "type": "integer"
        },
        "currentPresident": {
          "type": "string"
        },
        "current_President_Elect_Member_Id": {
          "format": "int32",
          "type": "integer"
        },
        "currentPresidentElect": {
          "type": "string"
        },
        "current_Secretary_Member_Id": {
          "format": "int32",
          "type": "integer"
        },
        "currentSecretary": {
          "type": "string"
        },
        "current_Treasurer_Member_Id": {
          "format": "int32",
          "type": "integer"
        },
        "currentTreasurer": {
          "type": "string"
        },
        "prior_President_Member_Id": {
          "format": "int32",
          "type": "integer"
        },
        "priorPresident": {
          "type": "string"
        },
        "prior_President_Elect_Member_Id": {
          "format": "int32",
          "type": "integer"
        },
        "priorPresidentElect": {
          "type": "string"
        },
        "prior_Secretary_Member_Id": {
          "format": "int32",
          "type": "integer"
        },
        "priorSecretary": {
          "type": "string"
        },
        "prior_Treasurer_Member_Id": {
          "format": "int32",
          "type": "integer"
        },
        "priorTreasurer": {
          "type": "string"
        },
        "future_President_Member_Id": {
          "format": "int32",
          "type": "integer"
        },
        "futurePresident": {
          "type": "string"
        },
        "future_President_Elect_Member_Id": {
          "format": "int32",
          "type": "integer"
        },
        "futurePresidentElect": {
          "type": "string"
        },
        "future_Secretary_Member_Id": {
          "format": "int32",
          "type": "integer"
        },
        "futureSecretary": {
          "type": "string"
        },
        "future_Treasurer_Member_Id": {
          "format": "int32",
          "type": "integer"
        },
        "futureTreasurer": {
          "type": "string"
        },
        "election_Month": {
          "type": "string"
        },
        "commercial_Affiliate_Flag": {
          "type": "string"
        },
        "timestamp_Seq": {
          "format": "int64",
          "type": "integer"
        },
        "single_Owned_MLS_Flag": {
          "type": "string"
        },
        "single_Owned_MLS_Name": {
          "type": "string"
        },
        "allow_Poe_Proxy": {
          "type": "string"
        },
        "charter_Date": {
          "format": "date-time",
          "type": "string"
        },
        "poeId": {
          "format": "int32",
          "type": "integer"
        },
        "poe": {
          "type": "string"
        },
        "assocMemberCount": {
          "$ref": "#/definitions/AssocMemberCount"
        },
        "assocIdName": {
          "type": "string"
        },
        "assocMemberListCount": {
          "format": "int32",
          "type": "integer"
        },
        "assocOfficeListCount": {
          "format": "int32",
          "type": "integer"
        },
        "boardsServicedList": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Association_Board_Serviced"
          }
        },
        "boardsServicedIds": {
          "type": "array",
          "items": {
            "format": "int32",
            "type": "integer"
          }
        },
        "aeEmailAddress": {
          "type": "string"
        },
        "currentPresidentEmailAddress": {
          "type": "string"
        },
        "currentPresidentElectEmailAddress": {
          "type": "string"
        }
      }
    },
    "AssociationJsonPatchDocument": {
      "type": "object",
      "properties": {
        "operations": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/AssociationOperation"
          },
          "readOnly": true
        },
        "contractResolver": {
          "$ref": "#/definitions/IContractResolver"
        }
      }
    },
    "AssociationOperation": {
      "type": "object",
      "properties": {
        "operationType": {
          "$ref": "#/definitions/OperationType"
        },
        "path": {
          "type": "string"
        },
        "op": {
          "type": "string"
        },
        "from": {
          "type": "string"
        },
        "value": { }
      }
    },
    "AssociationPatch": {
      "type": "object",
      "properties": {
        "associationId": {
          "format": "int32",
          "type": "integer"
        },
        "updates": {
          "$ref": "#/definitions/AssociationJsonPatchDocument"
        }
      }
    },
    "Association_Board_Serviced": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "id": {
          "format": "int32",
          "type": "integer"
        },
        "association_Id": {
          "format": "int32",
          "type": "integer"
        },
        "board_Serviced_Association_Id": {
          "format": "int32",
          "type": "integer"
        },
        "assocIdName": {
          "type": "string"
        },
        "assocNameState": {
          "type": "string"
        }
      }
    },
    "Association_Charity": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "id": {
          "format": "int32",
          "type": "integer"
        },
        "association_Id": {
          "format": "int32",
          "type": "integer"
        },
        "charity_Name": {
          "type": "string"
        },
        "charity_Description": {
          "type": "string"
        },
        "charity_Website": {
          "type": "string"
        },
        "charity_Logo_Url": {
          "type": "string"
        }
      }
    },
    "Association_Policy_Clause": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "id": {
          "format": "int32",
          "type": "integer"
        },
        "association_Id": {
          "format": "int32",
          "type": "integer"
        },
        "policy_Clause_Name": {
          "type": "string"
        },
        "policy_Clause_Description": {
          "type": "string"
        },
        "policy_Clause_Url": {
          "type": "string"
        },
        "is_Required_Flag": {
          "type": "string"
        },
        "policy_Clause_Interaction_Code": {
          "type": "string"
        },
        "policy_Clause_Interaction_Custom_Options": {
          "type": "string"
        },
        "policyClauseInteractionDescription": {
          "type": "string"
        },
        "customOptionsList": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      }
    },
    "Association_Portal": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "id": {
          "format": "int32",
          "type": "integer"
        },
        "association_Id": {
          "format": "int32",
          "type": "integer"
        },
        "portal_Name": {
          "type": "string"
        },
        "website_Url": {
          "type": "string"
        },
        "portal_Logo": {
          "type": "string"
        },
        "portal_Header": {
          "type": "string"
        },
        "portal_Theme_Id": {
          "format": "int32",
          "type": "integer"
        },
        "events_Active_Flag": {
          "type": "string"
        },
        "invoicing_Active_Flag": {
          "type": "string"
        },
        "use_Nar_Invoicing_Flag": {
          "type": "string"
        },
        "invoicing_Url": {
          "type": "string"
        },
        "invoicing_Information": {
          "type": "string"
        },
        "committees_Active_Flag": {
          "type": "string"
        },
        "committee_Information": {
          "type": "string"
        },
        "member_Coe_Active_Flag": {
          "type": "string"
        },
        "complete_Member_Coe_Url": {
          "type": "string"
        },
        "member_Fairhousing_Active_Flag": {
          "type": "string"
        },
        "complete_Member_Fairhousing_Url": {
          "type": "string"
        },
        "button_Cta": {
          "type": "string"
        },
        "button_Url": {
          "type": "string"
        },
        "is_Active_Flag": {
          "type": "string"
        },
        "portal_Campaign_Active_Flag": {
          "type": "string"
        },
        "portal_Notification_Active_Flag": {
          "type": "string"
        },
        "portal_Support_Active_Flag": {
          "type": "string"
        },
        "include_M1_Association_Contact_Flag": {
          "type": "string"
        },
        "association_Contact_Phone": {
          "type": "string"
        },
        "association_Contact_Email": {
          "type": "string"
        },
        "association_Contact_Web_Page_Address": {
          "type": "string"
        },
        "association_Contact_Address_Line1": {
          "type": "string"
        },
        "association_Contact_Address_Line2": {
          "type": "string"
        },
        "association_Contact_City": {
          "type": "string"
        },
        "association_Contact_State": {
          "type": "string"
        },
        "association_Contact_Zip": {
          "type": "string"
        },
        "association_Contact_Zip6": {
          "type": "string"
        },
        "associationName": {
          "type": "string"
        }
      }
    },
    "Association_Portal_Campaign_Preview": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "id": {
          "format": "int32",
          "type": "integer"
        },
        "association_Portal_Campaign_Id": {
          "format": "int32",
          "type": "integer"
        },
        "association_Portal_Id": {
          "format": "int32",
          "type": "integer"
        },
        "campaign_Name": {
          "type": "string"
        },
        "campaign_Heading": {
          "type": "string"
        },
        "campaign_Paragraph": {
          "type": "string"
        },
        "campaign_Image": {
          "type": "string"
        },
        "button_Cta": {
          "type": "string"
        },
        "button_Url": {
          "type": "string"
        },
        "campaign_Start_Date": {
          "format": "date-time",
          "type": "string"
        },
        "campaign_End_Date": {
          "format": "date-time",
          "type": "string"
        },
        "sort_Order": {
          "format": "int32",
          "type": "integer"
        },
        "is_Active_Flag": {
          "type": "string"
        },
        "is_Published_Flag": {
          "type": "string"
        },
        "published_Date": {
          "format": "date-time",
          "type": "string"
        },
        "associationId": {
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "Association_Portal_Notification": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "id": {
          "format": "int32",
          "type": "integer"
        },
        "association_Portal_Id": {
          "format": "int32",
          "type": "integer"
        },
        "notification_Name": {
          "type": "string"
        },
        "notification_Heading": {
          "type": "string"
        },
        "notification_Details": {
          "type": "string"
        },
        "primary_Button_Cta": {
          "type": "string"
        },
        "primary_Button_Url": {
          "type": "string"
        },
        "secondary_Button_Cta": {
          "type": "string"
        },
        "secondary_Button_Url": {
          "type": "string"
        },
        "notification_Start_Date": {
          "format": "date-time",
          "type": "string"
        },
        "notification_End_Date": {
          "format": "date-time",
          "type": "string"
        },
        "is_Active_Flag": {
          "type": "string"
        }
      }
    },
    "Association_Portal_Notification_Preview": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "id": {
          "format": "int32",
          "type": "integer"
        },
        "association_Portal_Notification_Id": {
          "format": "int32",
          "type": "integer"
        },
        "association_Portal_Id": {
          "format": "int32",
          "type": "integer"
        },
        "notification_Name": {
          "type": "string"
        },
        "notification_Heading": {
          "type": "string"
        },
        "notification_Details": {
          "type": "string"
        },
        "primary_Button_Cta": {
          "type": "string"
        },
        "primary_Button_Url": {
          "type": "string"
        },
        "secondary_Button_Cta": {
          "type": "string"
        },
        "secondary_Button_Url": {
          "type": "string"
        },
        "notification_Start_Date": {
          "format": "date-time",
          "type": "string"
        },
        "notification_End_Date": {
          "format": "date-time",
          "type": "string"
        },
        "is_Active_Flag": {
          "type": "string"
        },
        "is_Published_Flag": {
          "type": "string"
        },
        "published_Date": {
          "format": "date-time",
          "type": "string"
        },
        "associationId": {
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "Association_Portal_Preview": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "id": {
          "format": "int32",
          "type": "integer"
        },
        "association_Portal_Id": {
          "format": "int32",
          "type": "integer"
        },
        "association_Id": {
          "format": "int32",
          "type": "integer"
        },
        "portal_Name": {
          "type": "string"
        },
        "website_Url": {
          "type": "string"
        },
        "portal_Logo": {
          "type": "string"
        },
        "portal_Header": {
          "type": "string"
        },
        "portal_Theme_Id": {
          "format": "int32",
          "type": "integer"
        },
        "events_Active_Flag": {
          "type": "string"
        },
        "invoicing_Active_Flag": {
          "type": "string"
        },
        "use_Nar_Invoicing_Flag": {
          "type": "string"
        },
        "invoicing_Url": {
          "type": "string"
        },
        "invoicing_Information": {
          "type": "string"
        },
        "committees_Active_Flag": {
          "type": "string"
        },
        "committee_Information": {
          "type": "string"
        },
        "member_Coe_Active_Flag": {
          "type": "string"
        },
        "complete_Member_Coe_Url": {
          "type": "string"
        },
        "member_Fairhousing_Active_Flag": {
          "type": "string"
        },
        "complete_Member_Fairhousing_Url": {
          "type": "string"
        },
        "button_Cta": {
          "type": "string"
        },
        "button_Url": {
          "type": "string"
        },
        "is_Active_Flag": {
          "type": "string"
        },
        "is_Published_Flag": {
          "type": "string"
        },
        "published_Date": {
          "format": "date-time",
          "type": "string"
        },
        "portal_Campaign_Active_Flag": {
          "type": "string"
        },
        "portal_Notification_Active_Flag": {
          "type": "string"
        },
        "portal_Support_Active_Flag": {
          "type": "string"
        },
        "include_M1_Association_Contact_Flag": {
          "type": "string"
        },
        "association_Contact_Phone": {
          "type": "string"
        },
        "association_Contact_Email": {
          "type": "string"
        },
        "association_Contact_Web_Page_Address": {
          "type": "string"
        },
        "association_Contact_Address_Line1": {
          "type": "string"
        },
        "association_Contact_Address_Line2": {
          "type": "string"
        },
        "association_Contact_City": {
          "type": "string"
        },
        "association_Contact_State": {
          "type": "string"
        },
        "association_Contact_Zip": {
          "type": "string"
        },
        "association_Contact_Zip6": {
          "type": "string"
        },
        "associationName": {
          "type": "string"
        }
      }
    },
    "Association_Portal_Support": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "id": {
          "format": "int32",
          "type": "integer"
        },
        "association_Portal_Id": {
          "format": "int32",
          "type": "integer"
        },
        "support_Category_Label": {
          "type": "string"
        },
        "short_Description": {
          "type": "string"
        },
        "phone_Number": {
          "type": "string"
        },
        "ext": {
          "type": "string"
        },
        "email_Address": {
          "type": "string"
        },
        "is_Active_Flag": {
          "type": "string"
        },
        "website_Url": {
          "type": "string"
        }
      }
    },
    "Association_Portal_Support_Preview": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "id": {
          "format": "int32",
          "type": "integer"
        },
        "association_Portal_Support_Id": {
          "format": "int32",
          "type": "integer"
        },
        "association_Portal_Id": {
          "format": "int32",
          "type": "integer"
        },
        "support_Category_Label": {
          "type": "string"
        },
        "short_Description": {
          "type": "string"
        },
        "phone_Number": {
          "type": "string"
        },
        "ext": {
          "type": "string"
        },
        "email_Address": {
          "type": "string"
        },
        "is_Active_Flag": {
          "type": "string"
        },
        "is_Published_Flag": {
          "type": "string"
        },
        "published_Date": {
          "format": "date-time",
          "type": "string"
        },
        "website_Url": {
          "type": "string"
        },
        "associationId": {
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "Association_Published_Portal": {
      "type": "object",
      "properties": {
        "associationId": {
          "format": "int32",
          "type": "integer"
        },
        "associationName": {
          "type": "string"
        },
        "associationTypeCode": {
          "type": "string"
        },
        "portalId": {
          "format": "int32",
          "type": "integer"
        },
        "portalName": {
          "type": "string"
        },
        "portalLogo": {
          "type": "string"
        },
        "portalHeader": {
          "type": "string"
        },
        "portalThemeId": {
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "Association_Speaker": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "id": {
          "format": "int32",
          "type": "integer"
        },
        "association_Id": {
          "format": "int32",
          "type": "integer"
        },
        "first_Name": {
          "type": "string"
        },
        "last_Name": {
          "type": "string"
        },
        "company_Organization": {
          "type": "string"
        },
        "linkedin_Profile": {
          "type": "string"
        },
        "website": {
          "type": "string"
        },
        "speaker_Description": {
          "type": "string"
        },
        "photo_Url": {
          "type": "string"
        },
        "sessions": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Event_Session"
          }
        }
      }
    },
    "Association_Sponsor": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "id": {
          "format": "int32",
          "type": "integer"
        },
        "association_Id": {
          "format": "int32",
          "type": "integer"
        },
        "sponsor_Name": {
          "type": "string"
        },
        "sponsor_Description": {
          "type": "string"
        },
        "sponsor_Website": {
          "type": "string"
        },
        "sponsor_Logo_Url": {
          "type": "string"
        }
      }
    },
    "AuthAddress": {
      "type": "object",
      "properties": {
        "formatted": {
          "type": "string"
        },
        "streetAddress": {
          "type": "string"
        },
        "locality": {
          "type": "string"
        },
        "region": {
          "type": "string"
        },
        "postalCode": {
          "type": "string"
        },
        "country": {
          "type": "string"
        }
      }
    },
    "AuthorizeRequest": {
      "type": "object",
      "properties": {
        "code": {
          "type": "string"
        },
        "redirectUri": {
          "type": "string"
        }
      }
    },
    "BizAssociationSearch": {
      "type": "object",
      "properties": {
        "associationId": {
          "format": "int32",
          "type": "integer"
        },
        "associationTypeCode": {
          "type": "string"
        },
        "associationName": {
          "type": "string"
        },
        "associationState": {
          "type": "string"
        },
        "associationCity": {
          "type": "string"
        },
        "associationZip": {
          "type": "string"
        },
        "includeDissolvedFlag": {
          "type": "string"
        }
      }
    },
    "BizCommittee": {
      "type": "object",
      "properties": {
        "committeeId": {
          "format": "int32",
          "type": "integer"
        },
        "committeeName": {
          "type": "string"
        },
        "committeeYear": {
          "format": "int32",
          "type": "integer"
        },
        "committeeType": {
          "type": "string"
        },
        "committeeStatus": {
          "type": "string"
        }
      }
    },
    "BizCommitteeAppointment": {
      "type": "object",
      "properties": {
        "memberId": {
          "format": "int32",
          "type": "integer"
        },
        "personId": {
          "format": "int32",
          "type": "integer"
        },
        "memberFirstName": {
          "type": "string"
        },
        "memberLastName": {
          "type": "string"
        },
        "memberEmail": {
          "type": "string"
        },
        "startDate": {
          "format": "date-time",
          "type": "string"
        },
        "endDate": {
          "format": "date-time",
          "type": "string"
        },
        "position": {
          "type": "string"
        },
        "positionDetail": {
          "type": "string"
        }
      }
    },
    "BizCommitteeAppointments": {
      "type": "object",
      "properties": {
        "committeeName": {
          "type": "string"
        },
        "members": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/BizCommitteeAppointment"
          }
        }
      }
    },
    "BizEmailValidation": {
      "type": "object",
      "properties": {
        "memberId": {
          "format": "int32",
          "type": "integer"
        },
        "emailAddress": {
          "type": "string"
        },
        "duplicate": {
          "type": "boolean"
        }
      }
    },
    "BizMember": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "memberId": {
          "format": "int32",
          "type": "integer"
        },
        "personId": {
          "format": "int32",
          "type": "integer"
        },
        "middleName": {
          "type": "string"
        },
        "preferredPronoun": {
          "type": "string"
        },
        "title": {
          "type": "string"
        },
        "gender": {
          "type": "string"
        },
        "memberTypeCode": {
          "type": "string"
        },
        "memberTypeCodeDescription": {
          "type": "string"
        },
        "memberStatusCode": {
          "type": "string"
        },
        "memberStatusCodeDescription": {
          "type": "string"
        },
        "memberStatusDate": {
          "format": "date-time",
          "type": "string"
        },
        "joinedDate": {
          "format": "date-time",
          "type": "string"
        },
        "primaryLocalAssociationId": {
          "format": "int32",
          "type": "integer"
        },
        "localAssociationTypeCode": {
          "type": "string"
        },
        "localAssociationName": {
          "type": "string"
        },
        "localAssociationState": {
          "type": "string"
        },
        "stateAssociationTypeCode": {
          "type": "string"
        },
        "stateAssociationName": {
          "type": "string"
        },
        "primaryStateAssociationId": {
          "format": "int32",
          "type": "integer"
        },
        "primaryOfficeId": {
          "format": "int32",
          "type": "integer"
        },
        "primaryReLicenseNumber": {
          "type": "string"
        },
        "primaryReLicenseState": {
          "type": "string"
        },
        "memberPrimaryInd": {
          "type": "string"
        },
        "memberSubClass": {
          "type": "string"
        },
        "arbitrationEthicsPending": {
          "type": "string"
        },
        "designatedRealtorFlag": {
          "type": "string"
        },
        "localJoinDate": {
          "format": "date-time",
          "type": "string"
        },
        "specialDiscountFlag": {
          "type": "string"
        },
        "localSuspensionFlag": {
          "type": "string"
        },
        "duesWaivedLocalFlag": {
          "type": "string"
        },
        "duesWaivedNationalFlag": {
          "type": "string"
        },
        "duesWaivedStateFlag": {
          "type": "string"
        },
        "generation": {
          "type": "string"
        },
        "nickName": {
          "type": "string"
        },
        "birthDate": {
          "format": "date-time",
          "type": "string"
        },
        "directMarketingFlag": {
          "type": "string"
        },
        "occupationName": {
          "type": "string"
        },
        "officeVoiceMailExtensionNumber": {
          "type": "string"
        },
        "singleOwnedMlsStatusCode": {
          "type": "string"
        },
        "singleOwnedMlsStatusDate": {
          "format": "date-time",
          "type": "string"
        },
        "orientationDate": {
          "format": "date-time",
          "type": "string"
        },
        "previousNonMemberFlag": {
          "type": "string"
        },
        "reinstatementCode": {
          "type": "string"
        },
        "reinstatementDate": {
          "format": "date-time",
          "type": "string"
        },
        "stopPublicationFlag": {
          "type": "string"
        },
        "preferredMailTypeCode": {
          "type": "string"
        },
        "preferredPublicationTypeCode": {
          "type": "string"
        },
        "preferredPhoneTypeCode": {
          "type": "string"
        },
        "preferredFaxTypeCode": {
          "type": "string"
        },
        "stopFaxFlag": {
          "type": "string"
        },
        "stopEmailFlag": {
          "type": "string"
        },
        "webPageAddress": {
          "type": "string"
        },
        "mls": {
          "type": "string"
        },
        "onRosterFlag": {
          "type": "string"
        },
        "stopMailFlag": {
          "type": "string"
        },
        "isPoeFlag": {
          "type": "string"
        },
        "isPoeProxyFlag": {
          "type": "string"
        },
        "primaryFOBId": {
          "format": "int32",
          "type": "integer"
        },
        "primaryFieldOfBusinessId": {
          "format": "int32",
          "type": "integer"
        },
        "primaryFieldOfBusinessName": {
          "type": "string"
        },
        "secondaryFOBId1": {
          "format": "int32",
          "type": "integer"
        },
        "secondaryFieldOfBusinessId1": {
          "format": "int32",
          "type": "integer"
        },
        "secondaryFieldOfBusinessName1": {
          "type": "string"
        },
        "secondaryFOBId2": {
          "format": "int32",
          "type": "integer"
        },
        "secondaryFieldOfBusinessId2": {
          "format": "int32",
          "type": "integer"
        },
        "secondaryFieldOfBusinessName2": {
          "type": "string"
        },
        "secondaryFOBId3": {
          "format": "int32",
          "type": "integer"
        },
        "secondaryFieldOfBusinessId3": {
          "format": "int32",
          "type": "integer"
        },
        "secondaryFieldOfBusinessName3": {
          "type": "string"
        },
        "teamName": {
          "type": "string"
        },
        "teamId": {
          "format": "int32",
          "type": "integer"
        },
        "portrait": {
          "type": "string"
        },
        "memberSecondaries": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Member_Secondary"
          }
        },
        "memberSecondariesCount": {
          "format": "int32",
          "type": "integer"
        },
        "memberCertification": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Member_Certification"
          }
        },
        "memberCertificationCount": {
          "format": "int32",
          "type": "integer"
        },
        "memberCoe": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Member_Coe"
          }
        },
        "memberCoeCount": {
          "format": "int32",
          "type": "integer"
        },
        "memberDemographic": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Member_Demographic"
          }
        },
        "memberDemographicCount": {
          "format": "int32",
          "type": "integer"
        },
        "memberDesignation": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/BizMemberDesignation"
          }
        },
        "memberDesignationCount": {
          "format": "int32",
          "type": "integer"
        },
        "memberDuesPayment": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Member_Dues_Payment"
          }
        },
        "memberDuesPaymentCount": {
          "format": "int32",
          "type": "integer"
        },
        "memberEducationLevel": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Member_Education_Level"
          }
        },
        "memberEducationLevelCount": {
          "format": "int32",
          "type": "integer"
        },
        "memberEducation": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Member_Education"
          }
        },
        "memberEducationCount": {
          "format": "int32",
          "type": "integer"
        },
        "memberFairHousing": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Member_Fair_Housing"
          }
        },
        "memberFairHousingCount": {
          "format": "int32",
          "type": "integer"
        },
        "memberIscAffiliation": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Member_Isc_Affiliation"
          }
        },
        "memberIscAffiliationCount": {
          "format": "int32",
          "type": "integer"
        },
        "memberLanguage": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Member_Language"
          }
        },
        "memberLanguageCount": {
          "format": "int32",
          "type": "integer"
        },
        "memberMilitary": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Member_Military_Service"
          }
        },
        "memberMilitaryCount": {
          "format": "int32",
          "type": "integer"
        },
        "memberMLS": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Member_MLS"
          }
        },
        "memberMLSCount": {
          "format": "int32",
          "type": "integer"
        },
        "memberSingleOwnedMLS": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Member_Single_Owned_MLS"
          }
        },
        "memberSingleOwnedMLSCount": {
          "format": "int32",
          "type": "integer"
        },
        "homeAddressId": {
          "format": "int32",
          "type": "integer"
        },
        "homeAddressTypeCode": {
          "type": "string"
        },
        "homeAddressLine1": {
          "type": "string"
        },
        "homeAddressLine2": {
          "type": "string"
        },
        "homeAddressCity": {
          "type": "string"
        },
        "homeAddressState": {
          "type": "string"
        },
        "homeAddressZip": {
          "type": "string"
        },
        "homeAddressZip6": {
          "type": "string"
        },
        "mailAddressId": {
          "format": "int32",
          "type": "integer"
        },
        "mailAddressTypeCode": {
          "type": "string"
        },
        "mailAddressLine1": {
          "type": "string"
        },
        "mailAddressLine2": {
          "type": "string"
        },
        "mailAddressCity": {
          "type": "string"
        },
        "mailAddressState": {
          "type": "string"
        },
        "mailAddressZip": {
          "type": "string"
        },
        "mailAddressZip6": {
          "type": "string"
        },
        "personalEmailAddressId": {
          "format": "int32",
          "type": "integer"
        },
        "personalEmailAddress": {
          "type": "string"
        },
        "personalEmailVerifiedFlag": {
          "type": "string"
        },
        "businessEmailAddressId": {
          "format": "int32",
          "type": "integer"
        },
        "businessEmailAddress": {
          "type": "string"
        },
        "businessEmailVerifiedFlag": {
          "type": "string"
        },
        "sharedEmailAddressId": {
          "format": "int32",
          "type": "integer"
        },
        "sharedEmailAddress": {
          "type": "string"
        },
        "sharedEmailVerifiedFlag": {
          "type": "string"
        },
        "teamEmailAddressId": {
          "format": "int32",
          "type": "integer"
        },
        "teamEmailAddress": {
          "type": "string"
        },
        "homePhoneNumberId": {
          "format": "int32",
          "type": "integer"
        },
        "homePhoneNumber": {
          "type": "string"
        },
        "directDialNumberId": {
          "format": "int32",
          "type": "integer"
        },
        "directDialNumber": {
          "type": "string"
        },
        "cellPhoneNumberId": {
          "format": "int32",
          "type": "integer"
        },
        "cellPhoneNumber": {
          "type": "string"
        },
        "personalFaxNumberId": {
          "format": "int32",
          "type": "integer"
        },
        "personalFaxNumber": {
          "type": "string"
        },
        "officeAddressLine1": {
          "type": "string"
        },
        "officeAddressLine2": {
          "type": "string"
        },
        "officeAddressCity": {
          "type": "string"
        },
        "officeAddressState": {
          "type": "string"
        },
        "officeAddressZip": {
          "type": "string"
        },
        "officeBusinessName": {
          "type": "string"
        },
        "officePhoneNumber": {
          "type": "string"
        },
        "masterRecord": {
          "$ref": "#/definitions/Member_Master_Record"
        },
        "office": {
          "$ref": "#/definitions/Office"
        },
        "timeStampSeq": {
          "format": "int64",
          "type": "integer"
        },
        "searchResultsName": {
          "type": "string"
        }
      }
    },
    "BizMemberDesignation": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "totalAchieved": {
          "format": "int32",
          "type": "integer"
        },
        "id": {
          "format": "int32",
          "type": "integer"
        },
        "memberId": {
          "format": "int32",
          "type": "integer"
        },
        "designationCode": {
          "type": "string"
        },
        "designationDescription": {
          "type": "string"
        },
        "designationStatusCode": {
          "type": "string"
        },
        "designationStatusDate": {
          "format": "date-time",
          "type": "string"
        },
        "designationOwner": {
          "format": "int32",
          "type": "integer"
        },
        "primaryStateAssociationId": {
          "format": "int32",
          "type": "integer"
        },
        "timestamp_Seq": {
          "format": "int64",
          "type": "integer"
        },
        "memberStatusCode": {
          "type": "string"
        }
      }
    },
    "BizMemberSearch": {
      "type": "object",
      "properties": {
        "primaryOfficeId": {
          "format": "int32",
          "type": "integer"
        },
        "officeBusinessName": {
          "type": "string"
        },
        "officeStreetCity": {
          "type": "string"
        },
        "officeStreetState": {
          "type": "string"
        },
        "officeStreetCountry": {
          "type": "string"
        },
        "officeStreetZip": {
          "type": "string"
        },
        "memberStatus": {
          "type": "string"
        },
        "personId": {
          "format": "int32",
          "type": "integer"
        },
        "memberId": {
          "format": "int32",
          "type": "integer"
        },
        "memberType": {
          "type": "string"
        },
        "reLicenseNumber": {
          "type": "string"
        },
        "reLicenseState": {
          "type": "string"
        },
        "memberFirstName": {
          "type": "string"
        },
        "memberLastName": {
          "type": "string"
        },
        "memberMiddleName": {
          "type": "string"
        },
        "primaryAssociationId": {
          "format": "int32",
          "type": "integer"
        },
        "includeAllStatus": {
          "type": "string"
        },
        "languageCode": {
          "type": "string"
        },
        "fieldOfBusinessId": {
          "format": "int32",
          "type": "integer"
        },
        "emailAddress": {
          "type": "string"
        },
        "certificationCodeList": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "designationCodeList": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "specializationNameList": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      }
    },
    "BizOfficeList": {
      "type": "object",
      "properties": {
        "firmId": {
          "format": "int32",
          "type": "integer"
        },
        "firmBusinessName": {
          "type": "string"
        },
        "officeId": {
          "format": "int32",
          "type": "integer"
        },
        "officeBusinessName": {
          "type": "string"
        },
        "streetCity": {
          "type": "string"
        },
        "streetState": {
          "type": "string"
        },
        "streetZip": {
          "type": "string"
        },
        "officePhone": {
          "type": "string"
        },
        "nmSalespersonCount": {
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "BizOfficeSearch": {
      "type": "object",
      "properties": {
        "officeId": {
          "format": "int32",
          "type": "integer"
        },
        "officeBusinessName": {
          "type": "string"
        },
        "streetCity": {
          "type": "string"
        },
        "streetState": {
          "type": "string"
        },
        "streetZip": {
          "type": "string"
        },
        "officeStreetCountry": {
          "type": "string"
        },
        "officeContactDrFirstName": {
          "type": "string"
        },
        "officeContactDrLastName": {
          "type": "string"
        },
        "officeContactDrId": {
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "BizPayment": {
      "type": "object",
      "properties": {
        "associationID": {
          "format": "int32",
          "type": "integer"
        },
        "associationRequestID": {
          "format": "int64",
          "type": "integer"
        },
        "associationBankID": {
          "format": "int32",
          "type": "integer"
        },
        "serviceName": {
          "type": "string"
        },
        "eventId": {
          "format": "int32",
          "type": "integer"
        },
        "eventRegistrationId": {
          "format": "int32",
          "type": "integer"
        },
        "paymentMethod": {
          "type": "string"
        },
        "amount": {
          "format": "double",
          "type": "number"
        },
        "creditCardToken": {
          "type": "string"
        },
        "applePayToken": {
          "type": "string"
        },
        "tokenInfo": {
          "type": "string"
        },
        "checkNumber": {
          "type": "string"
        },
        "micrNumber": {
          "type": "string"
        },
        "memberId": {
          "format": "int32",
          "type": "integer"
        },
        "accountName": {
          "type": "string"
        },
        "addressLine1": {
          "type": "string"
        },
        "addressLine2": {
          "type": "string"
        },
        "city": {
          "type": "string"
        },
        "state": {
          "type": "string"
        },
        "zipCode": {
          "type": "string"
        },
        "country": {
          "type": "string"
        },
        "international": {
          "type": "string"
        },
        "emailAddress": {
          "type": "string"
        },
        "dateOfBirth": {
          "type": "string"
        },
        "driversLicenseNumber": {
          "type": "string"
        },
        "driversLicenseState": {
          "type": "string"
        },
        "ecControlNumber": {
          "type": "string"
        },
        "system": {
          "type": "string"
        },
        "source": {
          "type": "string"
        },
        "eventPricingDiscountCouponId": {
          "format": "int32",
          "type": "integer"
        },
        "discountCouponCode": {
          "type": "string"
        },
        "discountCouponAmount": {
          "format": "double",
          "type": "number"
        }
      }
    },
    "BizReferences": {
      "type": "object",
      "properties": {
        "refAddressType": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Ref_Address_Type"
          }
        },
        "refAssociationType": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Ref_Association_Type"
          }
        },
        "refAttendanceType": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Ref_Attendance_Type"
          }
        },
        "refCertification": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Ref_Certification"
          }
        },
        "refCoeCycle": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Ref_Coe_Cycle"
          }
        },
        "refContributionType": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Ref_Contribution_Type"
          }
        },
        "refCostType": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Ref_Cost_Type"
          }
        },
        "refDesignation": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Ref_Designation"
          }
        },
        "refEducationlevel": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Ref_Education_Level"
          }
        },
        "refEventCancelReason": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Ref_Event_Cancel_Reason"
          }
        },
        "refEmailType": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Ref_Email_Type"
          }
        },
        "refFieldOfBusiness": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Ref_Field_Of_Business"
          }
        },
        "refLanguage": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Ref_Language"
          }
        },
        "refMealOptionType": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Ref_Meal_Option_Type"
          }
        },
        "refMemberStatusType": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Ref_Member_Status_Type"
          }
        },
        "refMemberType": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Ref_Member_Type"
          }
        },
        "refMilitaryService": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Ref_Military_Service"
          }
        },
        "refOfficeStatusType": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/RefOfficeStatusType"
          }
        },
        "refPaymentType": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Ref_Payment_Type"
          }
        },
        "refPhoneType": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Ref_Phone_Type"
          }
        },
        "refPortalTheme": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Ref_Portal_Theme"
          }
        },
        "refState": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Ref_State"
          }
        },
        "refBranchType": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Ref_Branch_Type"
          }
        },
        "refGenderType": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/RefGenderType"
          }
        },
        "refFaxType": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Ref_Phone_Type"
          }
        },
        "refMemberPrimaryIndicator": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/RefMemberPrimaryIndicator"
          }
        },
        "refTeamStatusType": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Ref_Team_Status_Type"
          }
        },
        "refExtractStatusType": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Ref_Extract_Status_Type"
          }
        },
        "refScheduleType": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Ref_Schedule_Type"
          }
        },
        "refPreferredPronoun": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Ref_Preferred_Pronoun"
          }
        },
        "refCountry": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Ref_Country"
          }
        },
        "refPosition": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Ref_Position"
          }
        },
        "refSpecialization": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Ref_Specialization"
          }
        },
        "refEventStatus": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Ref_Event_Status"
          }
        },
        "refEventType": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Ref_Event_Type"
          }
        },
        "refPolicyClauseInteractionType": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Ref_Policy_Clause_Interaction_Type"
          }
        },
        "refSelectionType": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Ref_Selection_Type"
          }
        },
        "refSocialDistanceType": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Ref_Social_Distance_Type"
          }
        },
        "refUserRoles": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Ref_User_Roles"
          }
        },
        "refProvince": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Ref_Province"
          }
        },
        "refFairHousing": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Ref_Fair_Housing"
          }
        }
      }
    },
    "BizReinstate": {
      "type": "object",
      "properties": {
        "member": {
          "$ref": "#/definitions/BizMember"
        },
        "office": {
          "$ref": "#/definitions/Office"
        }
      }
    },
    "BizUser": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "registrantId": {
          "format": "int32",
          "type": "integer"
        },
        "personId": {
          "format": "int32",
          "type": "integer"
        },
        "memberId": {
          "format": "int32",
          "type": "integer"
        },
        "registrantFirstName": {
          "type": "string"
        },
        "registrantLastName": {
          "type": "string"
        },
        "registrantMiddleName": {
          "type": "string"
        },
        "generation": {
          "type": "string"
        },
        "preferredPronounDescription": {
          "type": "string"
        },
        "preferredPronounCode": {
          "type": "string"
        },
        "company": {
          "type": "string"
        },
        "emailAddress": {
          "type": "string"
        },
        "phone": {
          "type": "string"
        },
        "memberTypeCode": {
          "type": "string"
        },
        "memberStatusCode": {
          "type": "string"
        },
        "primaryStateAssociationId": {
          "format": "int32",
          "type": "integer"
        },
        "primaryLocalAssociationId": {
          "format": "int32",
          "type": "integer"
        },
        "associationName": {
          "type": "string"
        },
        "addressLine1": {
          "type": "string"
        },
        "addressLine2": {
          "type": "string"
        },
        "addressCity": {
          "type": "string"
        },
        "addressState": {
          "type": "string"
        },
        "addressZip": {
          "type": "string"
        },
        "addressZip6": {
          "type": "string"
        },
        "addressCountryCode": {
          "type": "string"
        },
        "preferredMailTypeCode": {
          "type": "string"
        },
        "preferredPhoneTypeCode": {
          "type": "string"
        },
        "officeAddressLine1": {
          "type": "string"
        },
        "officeAddressLine2": {
          "type": "string"
        },
        "officeAddressCity": {
          "type": "string"
        },
        "officeAddressState": {
          "type": "string"
        },
        "officeAddressZip": {
          "type": "string"
        },
        "officeAddressZip6": {
          "type": "string"
        },
        "officeAddressCountryCode": {
          "type": "string"
        },
        "nickname": {
          "type": "string"
        },
        "jobTitle": {
          "type": "string"
        },
        "searchOptOutFlag": {
          "type": "string"
        },
        "associationList": {
          "type": "array",
          "items": {
            "format": "int32",
            "type": "integer"
          }
        }
      }
    },
    "BizValidationFieldError": {
      "type": "object",
      "properties": {
        "field": {
          "type": "string"
        },
        "fieldValue": {
          "type": "string"
        },
        "errorMessage": {
          "type": "string"
        }
      }
    },
    "BizValidationRealEstateLicense": {
      "type": "object",
      "properties": {
        "memberId": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "middleName": {
          "type": "string"
        },
        "reLicenseNumber": {
          "type": "string"
        },
        "reLicenseState": {
          "type": "string"
        },
        "valid": {
          "type": "string"
        },
        "errorMessages": {
          "type": "string"
        },
        "suggested": {
          "type": "string"
        }
      }
    },
    "C2EXRecord": {
      "type": "object",
      "properties": {
        "memberId": {
          "format": "int32",
          "type": "integer"
        },
        "completionDate": {
          "format": "date-time",
          "type": "string"
        },
        "expirationDate": {
          "format": "date-time",
          "type": "string"
        }
      }
    },
    "ConvertIAMember": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "memberId": {
          "format": "int32",
          "type": "integer"
        },
        "personId": {
          "format": "int32",
          "type": "integer"
        },
        "middleName": {
          "type": "string"
        },
        "preferredPronoun": {
          "type": "string"
        },
        "title": {
          "type": "string"
        },
        "gender": {
          "type": "string"
        },
        "memberTypeCode": {
          "type": "string"
        },
        "memberTypeCodeDescription": {
          "type": "string"
        },
        "memberStatusCode": {
          "type": "string"
        },
        "memberStatusCodeDescription": {
          "type": "string"
        },
        "memberStatusDate": {
          "format": "date-time",
          "type": "string"
        },
        "joinedDate": {
          "format": "date-time",
          "type": "string"
        },
        "primaryLocalAssociationId": {
          "format": "int32",
          "type": "integer"
        },
        "localAssociationTypeCode": {
          "type": "string"
        },
        "localAssociationName": {
          "type": "string"
        },
        "localAssociationState": {
          "type": "string"
        },
        "stateAssociationTypeCode": {
          "type": "string"
        },
        "stateAssociationName": {
          "type": "string"
        },
        "primaryStateAssociationId": {
          "format": "int32",
          "type": "integer"
        },
        "primaryOfficeId": {
          "format": "int32",
          "type": "integer"
        },
        "primaryReLicenseNumber": {
          "type": "string"
        },
        "primaryReLicenseState": {
          "type": "string"
        },
        "memberPrimaryInd": {
          "type": "string"
        },
        "memberSubClass": {
          "type": "string"
        },
        "arbitrationEthicsPending": {
          "type": "string"
        },
        "designatedRealtorFlag": {
          "type": "string"
        },
        "localJoinDate": {
          "format": "date-time",
          "type": "string"
        },
        "specialDiscountFlag": {
          "type": "string"
        },
        "localSuspensionFlag": {
          "type": "string"
        },
        "duesWaivedLocalFlag": {
          "type": "string"
        },
        "duesWaivedNationalFlag": {
          "type": "string"
        },
        "duesWaivedStateFlag": {
          "type": "string"
        },
        "generation": {
          "type": "string"
        },
        "nickName": {
          "type": "string"
        },
        "birthDate": {
          "format": "date-time",
          "type": "string"
        },
        "directMarketingFlag": {
          "type": "string"
        },
        "occupationName": {
          "type": "string"
        },
        "officeVoiceMailExtensionNumber": {
          "type": "string"
        },
        "singleOwnedMlsStatusCode": {
          "type": "string"
        },
        "singleOwnedMlsStatusDate": {
          "format": "date-time",
          "type": "string"
        },
        "orientationDate": {
          "format": "date-time",
          "type": "string"
        },
        "previousNonMemberFlag": {
          "type": "string"
        },
        "reinstatementCode": {
          "type": "string"
        },
        "reinstatementDate": {
          "format": "date-time",
          "type": "string"
        },
        "stopPublicationFlag": {
          "type": "string"
        },
        "preferredMailTypeCode": {
          "type": "string"
        },
        "preferredPublicationTypeCode": {
          "type": "string"
        },
        "preferredPhoneTypeCode": {
          "type": "string"
        },
        "preferredFaxTypeCode": {
          "type": "string"
        },
        "stopFaxFlag": {
          "type": "string"
        },
        "stopEmailFlag": {
          "type": "string"
        },
        "webPageAddress": {
          "type": "string"
        },
        "mls": {
          "type": "string"
        },
        "onRosterFlag": {
          "type": "string"
        },
        "stopMailFlag": {
          "type": "string"
        },
        "isPoeFlag": {
          "type": "string"
        },
        "isPoeProxyFlag": {
          "type": "string"
        },
        "primaryFOBId": {
          "format": "int32",
          "type": "integer"
        },
        "primaryFieldOfBusinessId": {
          "format": "int32",
          "type": "integer"
        },
        "primaryFieldOfBusinessName": {
          "type": "string"
        },
        "secondaryFOBId1": {
          "format": "int32",
          "type": "integer"
        },
        "secondaryFieldOfBusinessId1": {
          "format": "int32",
          "type": "integer"
        },
        "secondaryFieldOfBusinessName1": {
          "type": "string"
        },
        "secondaryFOBId2": {
          "format": "int32",
          "type": "integer"
        },
        "secondaryFieldOfBusinessId2": {
          "format": "int32",
          "type": "integer"
        },
        "secondaryFieldOfBusinessName2": {
          "type": "string"
        },
        "secondaryFOBId3": {
          "format": "int32",
          "type": "integer"
        },
        "secondaryFieldOfBusinessId3": {
          "format": "int32",
          "type": "integer"
        },
        "secondaryFieldOfBusinessName3": {
          "type": "string"
        },
        "teamName": {
          "type": "string"
        },
        "teamId": {
          "format": "int32",
          "type": "integer"
        },
        "portrait": {
          "type": "string"
        },
        "memberSecondaries": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Member_Secondary"
          }
        },
        "memberSecondariesCount": {
          "format": "int32",
          "type": "integer"
        },
        "memberCertification": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Member_Certification"
          }
        },
        "memberCertificationCount": {
          "format": "int32",
          "type": "integer"
        },
        "memberCoe": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Member_Coe"
          }
        },
        "memberCoeCount": {
          "format": "int32",
          "type": "integer"
        },
        "memberDemographic": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Member_Demographic"
          }
        },
        "memberDemographicCount": {
          "format": "int32",
          "type": "integer"
        },
        "memberDesignation": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/BizMemberDesignation"
          }
        },
        "memberDesignationCount": {
          "format": "int32",
          "type": "integer"
        },
        "memberDuesPayment": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Member_Dues_Payment"
          }
        },
        "memberDuesPaymentCount": {
          "format": "int32",
          "type": "integer"
        },
        "memberEducationLevel": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Member_Education_Level"
          }
        },
        "memberEducationLevelCount": {
          "format": "int32",
          "type": "integer"
        },
        "memberEducation": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Member_Education"
          }
        },
        "memberEducationCount": {
          "format": "int32",
          "type": "integer"
        },
        "memberFairHousing": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Member_Fair_Housing"
          }
        },
        "memberFairHousingCount": {
          "format": "int32",
          "type": "integer"
        },
        "memberIscAffiliation": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Member_Isc_Affiliation"
          }
        },
        "memberIscAffiliationCount": {
          "format": "int32",
          "type": "integer"
        },
        "memberLanguage": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Member_Language"
          }
        },
        "memberLanguageCount": {
          "format": "int32",
          "type": "integer"
        },
        "memberMilitary": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Member_Military_Service"
          }
        },
        "memberMilitaryCount": {
          "format": "int32",
          "type": "integer"
        },
        "memberMLS": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Member_MLS"
          }
        },
        "memberMLSCount": {
          "format": "int32",
          "type": "integer"
        },
        "memberSingleOwnedMLS": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Member_Single_Owned_MLS"
          }
        },
        "memberSingleOwnedMLSCount": {
          "format": "int32",
          "type": "integer"
        },
        "homeAddressId": {
          "format": "int32",
          "type": "integer"
        },
        "homeAddressTypeCode": {
          "type": "string"
        },
        "homeAddressLine1": {
          "type": "string"
        },
        "homeAddressLine2": {
          "type": "string"
        },
        "homeAddressCity": {
          "type": "string"
        },
        "homeAddressState": {
          "type": "string"
        },
        "homeAddressZip": {
          "type": "string"
        },
        "homeAddressZip6": {
          "type": "string"
        },
        "mailAddressId": {
          "format": "int32",
          "type": "integer"
        },
        "mailAddressTypeCode": {
          "type": "string"
        },
        "mailAddressLine1": {
          "type": "string"
        },
        "mailAddressLine2": {
          "type": "string"
        },
        "mailAddressCity": {
          "type": "string"
        },
        "mailAddressState": {
          "type": "string"
        },
        "mailAddressZip": {
          "type": "string"
        },
        "mailAddressZip6": {
          "type": "string"
        },
        "personalEmailAddressId": {
          "format": "int32",
          "type": "integer"
        },
        "personalEmailAddress": {
          "type": "string"
        },
        "personalEmailVerifiedFlag": {
          "type": "string"
        },
        "businessEmailAddressId": {
          "format": "int32",
          "type": "integer"
        },
        "businessEmailAddress": {
          "type": "string"
        },
        "businessEmailVerifiedFlag": {
          "type": "string"
        },
        "sharedEmailAddressId": {
          "format": "int32",
          "type": "integer"
        },
        "sharedEmailAddress": {
          "type": "string"
        },
        "sharedEmailVerifiedFlag": {
          "type": "string"
        },
        "teamEmailAddressId": {
          "format": "int32",
          "type": "integer"
        },
        "teamEmailAddress": {
          "type": "string"
        },
        "homePhoneNumberId": {
          "format": "int32",
          "type": "integer"
        },
        "homePhoneNumber": {
          "type": "string"
        },
        "directDialNumberId": {
          "format": "int32",
          "type": "integer"
        },
        "directDialNumber": {
          "type": "string"
        },
        "cellPhoneNumberId": {
          "format": "int32",
          "type": "integer"
        },
        "cellPhoneNumber": {
          "type": "string"
        },
        "personalFaxNumberId": {
          "format": "int32",
          "type": "integer"
        },
        "personalFaxNumber": {
          "type": "string"
        },
        "officeAddressLine1": {
          "type": "string"
        },
        "officeAddressLine2": {
          "type": "string"
        },
        "officeAddressCity": {
          "type": "string"
        },
        "officeAddressState": {
          "type": "string"
        },
        "officeAddressZip": {
          "type": "string"
        },
        "officeBusinessName": {
          "type": "string"
        },
        "officePhoneNumber": {
          "type": "string"
        },
        "masterRecord": {
          "$ref": "#/definitions/Member_Master_Record"
        },
        "office": {
          "$ref": "#/definitions/Office"
        },
        "timeStampSeq": {
          "format": "int64",
          "type": "integer"
        },
        "searchResultsName": {
          "type": "string"
        },
        "convertMemberTypeCode": {
          "type": "string"
        }
      }
    },
    "DailyChangesPost": {
      "type": "object",
      "properties": {
        "startDate": {
          "format": "date-time",
          "type": "string"
        },
        "endDate": {
          "format": "date-time",
          "type": "string"
        },
        "offset": {
          "format": "int32",
          "type": "integer"
        },
        "m1Username": {
          "type": "string"
        },
        "m1UserId": {
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "Data_Extract_Request": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "id": {
          "format": "int32",
          "type": "integer"
        },
        "association_Id": {
          "format": "int32",
          "type": "integer"
        },
        "file_Format_Type": {
          "type": "string"
        },
        "request_Type": {
          "type": "string"
        },
        "extract_Type": {
          "type": "string"
        },
        "delivery_Method": {
          "type": "string"
        },
        "member_Type_List": {
          "type": "string"
        },
        "member_Status_List": {
          "type": "string"
        },
        "include_Column_Headers": {
          "type": "string"
        },
        "delimiter": {
          "type": "string"
        },
        "file_List": {
          "type": "string"
        },
        "status_Code": {
          "type": "string"
        },
        "attempt_Count": {
          "format": "int32",
          "type": "integer"
        },
        "processing_Start_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "processing_Complete_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "extract_File_Location": {
          "type": "string"
        },
        "extract_File_Name": {
          "type": "string"
        },
        "schedule_Id": {
          "format": "int32",
          "type": "integer"
        },
        "statusDescription": {
          "type": "string"
        },
        "requesterName": {
          "type": "string"
        }
      }
    },
    "Data_Extract_Schedule": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "id": {
          "format": "int32",
          "type": "integer"
        },
        "association_Id": {
          "format": "int32",
          "type": "integer"
        },
        "delivery_Method": {
          "type": "string"
        },
        "member_Type_List": {
          "type": "string"
        },
        "member_Status_List": {
          "type": "string"
        },
        "include_Column_Headers": {
          "type": "string"
        },
        "delimiter": {
          "type": "string"
        },
        "file_List": {
          "type": "string"
        },
        "schedule_Type_Code": {
          "type": "string"
        },
        "scheduleTypeDescription": {
          "type": "string"
        },
        "lastRunDatetime": {
          "format": "date-time",
          "type": "string"
        },
        "lastRunStatusCode": {
          "type": "string"
        },
        "lastRunStatusDescription": {
          "type": "string"
        },
        "nextRunDatetime": {
          "format": "date-time",
          "type": "string"
        },
        "requesterName": {
          "type": "string"
        }
      }
    },
    "DissolveAssociation": {
      "type": "object",
      "properties": {
        "dissolvingAssocId": {
          "format": "int32",
          "type": "integer"
        },
        "acquiringAssocId": {
          "format": "int32",
          "type": "integer"
        },
        "dissolveDate": {
          "format": "date-time",
          "type": "string"
        },
        "m1Username": {
          "type": "string"
        },
        "failedISCMembers": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "failedMLSMembers": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "failedPrimaryMembers": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "failedSecondaryMembers": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "failedPrimaryOffice": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "failedSecondaryOffice": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "dissolvingMemberCountBefore": {
          "format": "int32",
          "type": "integer"
        },
        "dissolvingOfficeCountBefore": {
          "format": "int32",
          "type": "integer"
        },
        "dissolvingMemberCountAfter": {
          "format": "int32",
          "type": "integer"
        },
        "dissolvingOfficeCountAfter": {
          "format": "int32",
          "type": "integer"
        },
        "acquiringMemberCountBefore": {
          "format": "int32",
          "type": "integer"
        },
        "acquiringOfficeCountBefore": {
          "format": "int32",
          "type": "integer"
        },
        "acquiringMemberCountAfter": {
          "format": "int32",
          "type": "integer"
        },
        "acquiringOfficeCountAfter": {
          "format": "int32",
          "type": "integer"
        },
        "memberSecondaryCount": {
          "format": "int32",
          "type": "integer"
        },
        "memberMLSCount": {
          "format": "int32",
          "type": "integer"
        },
        "memberISCCount": {
          "format": "int32",
          "type": "integer"
        },
        "officeSecondaryCount": {
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "Event": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "id": {
          "format": "int32",
          "type": "integer"
        },
        "event_Name": {
          "type": "string"
        },
        "association_Id": {
          "format": "int32",
          "type": "integer"
        },
        "event_Logo": {
          "type": "string"
        },
        "event_Type_Code": {
          "type": "string"
        },
        "event_Start_Time": {
          "type": "string"
        },
        "event_End_Time": {
          "type": "string"
        },
        "event_Start_Date": {
          "type": "string"
        },
        "event_End_Date": {
          "type": "string"
        },
        "event_Bank_Id": {
          "format": "int32",
          "type": "integer"
        },
        "event_Attendance_Cap": {
          "format": "int32",
          "type": "integer"
        },
        "include_Event_Meal_Flag": {
          "type": "string"
        },
        "is_Cancelled_Flag": {
          "type": "string"
        },
        "event_Cancel_Reason_Code": {
          "type": "string"
        },
        "event_Cancel_Reason_Description": {
          "type": "string"
        },
        "event_Status_Code": {
          "type": "string"
        },
        "cost_Type_Code": {
          "type": "string"
        },
        "attendance_Type_Code": {
          "type": "string"
        },
        "event_Description": {
          "type": "string"
        },
        "event_Reg_Error_Message": {
          "type": "string"
        },
        "registration_Cutoff_Date": {
          "type": "string"
        },
        "venue_Name": {
          "type": "string"
        },
        "venue_Address": {
          "type": "string"
        },
        "venue_City": {
          "type": "string"
        },
        "venue_State": {
          "type": "string"
        },
        "venue_Zip": {
          "type": "string"
        },
        "meeting_Room_Location": {
          "type": "string"
        },
        "virtual_Event_Join_Information": {
          "type": "string"
        },
        "virtual_Event_Join_Url": {
          "type": "string"
        },
        "include_Custom_Question_Flag": {
          "type": "string"
        },
        "include_Charity_Flag": {
          "type": "string"
        },
        "invite_Only_Flag": {
          "type": "string"
        },
        "include_Social_Distancing_Flag": {
          "type": "string"
        },
        "event_Contact_Person": {
          "type": "string"
        },
        "event_Contact_Email": {
          "type": "string"
        },
        "is_Ce_Eligible_Flag": {
          "type": "string"
        },
        "ce_Hours": {
          "format": "double",
          "type": "number"
        },
        "event_Url": {
          "type": "string"
        },
        "additional_Email": {
          "type": "string"
        },
        "association_Request_Override": {
          "format": "int32",
          "type": "integer"
        },
        "login_Required_Flag": {
          "type": "string"
        },
        "eventTypeDescription": {
          "type": "string"
        },
        "eventStatusDescription": {
          "type": "string"
        },
        "attendanceTypeDescription": {
          "type": "string"
        },
        "costTypeDescription": {
          "type": "string"
        },
        "eventStatusDisplayName": {
          "type": "string"
        },
        "registrantCount": {
          "format": "int32",
          "type": "integer"
        },
        "associationName": {
          "type": "string"
        },
        "assocStreetAddressLine1": {
          "type": "string"
        },
        "assocStreetCity": {
          "type": "string"
        },
        "assocStreetState": {
          "type": "string"
        },
        "assocStreetZip": {
          "type": "string"
        },
        "associationPhoneNumber": {
          "type": "string"
        },
        "associationEmailAddress": {
          "type": "string"
        }
      }
    },
    "EventRegistrationSearch": {
      "type": "object",
      "properties": {
        "id": {
          "format": "int32",
          "type": "integer"
        },
        "eventId": {
          "format": "int32",
          "type": "integer"
        },
        "registrantId": {
          "format": "int32",
          "type": "integer"
        },
        "registrantEmailAddress": {
          "type": "string"
        },
        "memberId": {
          "format": "int32",
          "type": "integer"
        },
        "registrantFirstName": {
          "type": "string"
        },
        "registrantMiddleName": {
          "type": "string"
        },
        "registrantLastName": {
          "type": "string"
        },
        "emailAddress": {
          "type": "string"
        },
        "registrationStatus": {
          "type": "string"
        }
      }
    },
    "EventTicketPayment": {
      "type": "object",
      "properties": {
        "bizPayment": {
          "$ref": "#/definitions/BizPayment"
        },
        "ticketList": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Event_Registration_Ticket"
          }
        }
      }
    },
    "Event_Accommodation": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "id": {
          "format": "int32",
          "type": "integer"
        },
        "event_Id": {
          "format": "int32",
          "type": "integer"
        },
        "accommodation_Name": {
          "type": "string"
        },
        "accommodation_Description": {
          "type": "string"
        },
        "accommodation_Website": {
          "type": "string"
        },
        "accommodation_Photo_Url": {
          "type": "string"
        },
        "accommodation_Address": {
          "type": "string"
        },
        "accommodation_City": {
          "type": "string"
        },
        "accommodation_State": {
          "type": "string"
        },
        "accommodation_Zip": {
          "type": "string"
        },
        "accommodation_Discount_Code": {
          "type": "string"
        }
      }
    },
    "Event_Charity": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "id": {
          "format": "int32",
          "type": "integer"
        },
        "event_Id": {
          "format": "int32",
          "type": "integer"
        },
        "association_Charity_Id": {
          "format": "int32",
          "type": "integer"
        },
        "status_Code": {
          "type": "string"
        },
        "associationId": {
          "format": "int32",
          "type": "integer"
        },
        "charityName": {
          "type": "string"
        },
        "charityDescription": {
          "type": "string"
        },
        "charityWebsite": {
          "type": "string"
        },
        "charityLogoUrl": {
          "type": "string"
        }
      }
    },
    "Event_Custom_Question": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "id": {
          "format": "int32",
          "type": "integer"
        },
        "event_Id": {
          "format": "int32",
          "type": "integer"
        },
        "question_Text": {
          "type": "string"
        },
        "question_Order": {
          "format": "int32",
          "type": "integer"
        },
        "selection_Type_Code": {
          "type": "string"
        },
        "selection_Options": {
          "type": "string"
        },
        "is_Required_Flag": {
          "type": "string"
        },
        "seletionTypeDescription": {
          "type": "string"
        },
        "selectionOptionsList": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      }
    },
    "Event_Invitee": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "id": {
          "format": "int32",
          "type": "integer"
        },
        "event_Id": {
          "format": "int32",
          "type": "integer"
        },
        "first_Name": {
          "type": "string"
        },
        "middle_Name": {
          "type": "string"
        },
        "last_Name": {
          "type": "string"
        },
        "generation": {
          "type": "string"
        },
        "preferred_Pronoun_Code": {
          "type": "string"
        },
        "member_Id": {
          "format": "int32",
          "type": "integer"
        },
        "company": {
          "type": "string"
        },
        "primary_Local_Association_Id": {
          "format": "int32",
          "type": "integer"
        },
        "email_Address": {
          "type": "string"
        },
        "phone_Number": {
          "type": "string"
        },
        "attendee_Registration_Type": {
          "type": "string"
        },
        "is_Upload_Flag": {
          "type": "string"
        },
        "office_Address_Line_1": {
          "type": "string"
        },
        "office_Address_Line_2": {
          "type": "string"
        },
        "office_Address_City": {
          "type": "string"
        },
        "office_Address_State": {
          "type": "string"
        },
        "office_Address_Zip": {
          "type": "string"
        },
        "office_Address_Zip6": {
          "type": "string"
        },
        "office_Address_Country_Code": {
          "type": "string"
        },
        "nickname": {
          "type": "string"
        },
        "job_Title": {
          "type": "string"
        },
        "costTypeDescription": {
          "type": "string"
        },
        "preferredPronounDescription": {
          "type": "string"
        },
        "countryName": {
          "type": "string"
        },
        "stateOrProvinceName": {
          "type": "string"
        },
        "associationName": {
          "type": "string"
        },
        "registrationStatus": {
          "type": "string"
        }
      }
    },
    "Event_Meal_Option": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "id": {
          "format": "int32",
          "type": "integer"
        },
        "event_Id": {
          "format": "int32",
          "type": "integer"
        },
        "meal_Option_Type_Code": {
          "type": "string"
        },
        "mealOptionTypeDescription": {
          "type": "string"
        }
      }
    },
    "Event_Policy_Clause": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "id": {
          "format": "int32",
          "type": "integer"
        },
        "event_Id": {
          "format": "int32",
          "type": "integer"
        },
        "association_Policy_Clause_Id": {
          "format": "int32",
          "type": "integer"
        },
        "associationId": {
          "format": "int32",
          "type": "integer"
        },
        "policyClauseName": {
          "type": "string"
        },
        "policyClauseDescription": {
          "type": "string"
        },
        "policyClauseUrl": {
          "type": "string"
        },
        "isRequiredFlag": {
          "type": "string"
        },
        "policyClauseInteractionCode": {
          "type": "string"
        },
        "policyClauseInteractionCustomOptions": {
          "type": "string"
        },
        "policyClauseInteractionDescription": {
          "type": "string"
        },
        "customOptionsList": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      }
    },
    "Event_Pricing": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "id": {
          "format": "int32",
          "type": "integer"
        },
        "event_Id": {
          "format": "int32",
          "type": "integer"
        },
        "pricing_Name": {
          "type": "string"
        },
        "price": {
          "format": "double",
          "type": "number"
        },
        "pricing_Description": {
          "type": "string"
        },
        "is_Active_Flag": {
          "type": "string"
        },
        "discount_Coupon_Code": {
          "type": "string"
        },
        "discount_Coupon_Amount": {
          "format": "double",
          "type": "number"
        },
        "discount_Is_Active_Flag": {
          "type": "string"
        },
        "associationList": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Event_Pricing_Association"
          }
        },
        "memberTypeList": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Event_Pricing_Member_Type"
          }
        },
        "positionList": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Event_Pricing_Position"
          }
        },
        "earlybirdList": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Event_Pricing_Earlybird_Discount"
          }
        },
        "couponList": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Event_Pricing_Discount_Coupon"
          }
        },
        "amountSold": {
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "Event_Pricing_Association": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "id": {
          "format": "int32",
          "type": "integer"
        },
        "event_Pricing_Id": {
          "format": "int32",
          "type": "integer"
        },
        "association_Id": {
          "format": "int32",
          "type": "integer"
        },
        "associationName": {
          "type": "string"
        },
        "associationState": {
          "type": "string"
        }
      }
    },
    "Event_Pricing_Discount_Coupon": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "id": {
          "format": "int32",
          "type": "integer"
        },
        "event_Pricing_Id": {
          "format": "int32",
          "type": "integer"
        },
        "discount_Coupon_Code": {
          "type": "string"
        },
        "discount_Coupon_Amount": {
          "format": "double",
          "type": "number"
        },
        "is_Active_Flag": {
          "type": "string"
        }
      }
    },
    "Event_Pricing_Earlybird_Discount": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "id": {
          "format": "int32",
          "type": "integer"
        },
        "event_Pricing_Id": {
          "format": "int32",
          "type": "integer"
        },
        "earlybird_End_Date": {
          "type": "string"
        },
        "discount_Fixed_Amount": {
          "format": "double",
          "type": "number"
        },
        "discount_Percent": {
          "format": "double",
          "type": "number"
        },
        "is_Active_Flag": {
          "type": "string"
        }
      }
    },
    "Event_Pricing_Member_Type": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "id": {
          "format": "int32",
          "type": "integer"
        },
        "event_Pricing_Id": {
          "format": "int32",
          "type": "integer"
        },
        "member_Type_Code": {
          "type": "string"
        },
        "memberTypeDescription": {
          "type": "string"
        }
      }
    },
    "Event_Pricing_Position": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "id": {
          "format": "int32",
          "type": "integer"
        },
        "event_Pricing_Id": {
          "format": "int32",
          "type": "integer"
        },
        "position_Code": {
          "format": "int32",
          "type": "integer"
        },
        "position_Name": {
          "type": "string"
        }
      }
    },
    "Event_Registration": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "id": {
          "format": "int32",
          "type": "integer"
        },
        "registrant_Id": {
          "format": "int32",
          "type": "integer"
        },
        "registrant_Email_Address": {
          "type": "string"
        },
        "event_Id": {
          "format": "int32",
          "type": "integer"
        },
        "member_Type_Code": {
          "type": "string"
        },
        "member_Status_Code": {
          "type": "string"
        },
        "association_List": {
          "type": "string"
        },
        "registration_Date": {
          "format": "date-time",
          "type": "string"
        },
        "event_Pricing_Id": {
          "format": "int32",
          "type": "integer"
        },
        "base_Price": {
          "format": "double",
          "type": "number"
        },
        "event_Pricing_Discount_Coupon_Id": {
          "format": "int32",
          "type": "integer"
        },
        "discount_Coupon_Code": {
          "type": "string"
        },
        "discount_Coupon_Amount": {
          "format": "double",
          "type": "number"
        },
        "event_Pricing_Earlybird_Discount_Id": {
          "format": "int32",
          "type": "integer"
        },
        "earlybird_Discount_Fixed_Amount": {
          "format": "double",
          "type": "number"
        },
        "earlybird_Discount_Percent": {
          "format": "double",
          "type": "number"
        },
        "total_Amount": {
          "format": "double",
          "type": "number"
        },
        "paid_Amount": {
          "format": "double",
          "type": "number"
        },
        "refund_Date": {
          "format": "date-time",
          "type": "string"
        },
        "refund_Amount": {
          "format": "double",
          "type": "number"
        },
        "cancel_Date": {
          "format": "date-time",
          "type": "string"
        },
        "meal_Option_Type_Code": {
          "type": "string"
        },
        "meal_Option_Type_Description": {
          "type": "string"
        },
        "social_Distance_Type_Code": {
          "type": "string"
        },
        "accessibility_Flag": {
          "type": "string"
        },
        "accessibility_Description": {
          "type": "string"
        },
        "registration_Status": {
          "type": "string"
        },
        "assocIdList": {
          "type": "array",
          "items": {
            "format": "int32",
            "type": "integer"
          }
        },
        "registrantFirstName": {
          "type": "string"
        },
        "registrantMiddleName": {
          "type": "string"
        },
        "registrantLastName": {
          "type": "string"
        },
        "generation": {
          "type": "string"
        },
        "preferredPronounDescription": {
          "type": "string"
        },
        "preferredPronounCode": {
          "type": "string"
        },
        "company": {
          "type": "string"
        },
        "memberId": {
          "format": "int32",
          "type": "integer"
        },
        "emailAddress": {
          "type": "string"
        },
        "phoneNumber": {
          "type": "string"
        },
        "primaryStateAssociationId": {
          "format": "int32",
          "type": "integer"
        },
        "primaryLocalAssociationId": {
          "format": "int32",
          "type": "integer"
        },
        "socialDistanceTypeDescription": {
          "type": "string"
        },
        "ticketList": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Event_Registration_Ticket"
          }
        },
        "eventPricing": {
          "$ref": "#/definitions/Event_Pricing"
        },
        "responseList": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Event_Registration_Custom_Question"
          }
        },
        "policyClauseList": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Event_Registration_Policy_Clause"
          }
        },
        "paymentsList": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Event_Registration_Payment"
          }
        },
        "refundsList": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Event_Registration_Payment"
          }
        },
        "addressLine1": {
          "type": "string"
        },
        "addressLine2": {
          "type": "string"
        },
        "addressCity": {
          "type": "string"
        },
        "addressState": {
          "type": "string"
        },
        "addressZip": {
          "type": "string"
        },
        "addressZip6": {
          "type": "string"
        },
        "addressCountryCode": {
          "type": "string"
        },
        "officeAddressLine1": {
          "type": "string"
        },
        "officeAddressLine2": {
          "type": "string"
        },
        "officeAddressCity": {
          "type": "string"
        },
        "officeAddressState": {
          "type": "string"
        },
        "officeAddressZip": {
          "type": "string"
        },
        "officeAddressZip6": {
          "type": "string"
        },
        "nickname": {
          "type": "string"
        },
        "jobTitle": {
          "type": "string"
        },
        "amountDiscounted": {
          "format": "double",
          "type": "number"
        },
        "associationName": {
          "type": "string"
        },
        "eventStatus": {
          "type": "string"
        },
        "event": {
          "$ref": "#/definitions/Event"
        }
      }
    },
    "Event_Registration_Custom_Question": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "id": {
          "format": "int32",
          "type": "integer"
        },
        "event_Custom_Question_Id": {
          "format": "int32",
          "type": "integer"
        },
        "event_Registration_Id": {
          "format": "int32",
          "type": "integer"
        },
        "registration_Response": {
          "type": "string"
        },
        "registrationResponseList": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "selectionTypeCode": {
          "type": "string"
        },
        "eventCustomQuestionOrder": {
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "Event_Registration_Payment": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "id": {
          "format": "int64",
          "type": "integer"
        },
        "event_Registration_Id": {
          "format": "int32",
          "type": "integer"
        },
        "association_Request_Id": {
          "format": "int64",
          "type": "integer"
        },
        "service_Name": {
          "type": "string"
        },
        "payment_Method": {
          "type": "string"
        },
        "payment_Amount": {
          "format": "double",
          "type": "number"
        },
        "payment_Date": {
          "format": "date-time",
          "type": "string"
        },
        "request_Url": {
          "type": "string"
        },
        "eC_Control_Number": {
          "type": "string"
        },
        "response_Code": {
          "type": "string"
        },
        "response_Message": {
          "type": "string"
        },
        "refund_Tally": {
          "format": "double",
          "type": "number"
        },
        "request_Body": {
          "type": "string"
        }
      }
    },
    "Event_Registration_Policy_Clause": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "id": {
          "format": "int32",
          "type": "integer"
        },
        "event_Policy_Clause_Id": {
          "format": "int32",
          "type": "integer"
        },
        "event_Registration_Id": {
          "format": "int32",
          "type": "integer"
        },
        "registration_Response": {
          "type": "string"
        }
      }
    },
    "Event_Registration_Ticket": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "id": {
          "format": "int32",
          "type": "integer"
        },
        "event_Ticket_Id": {
          "format": "int32",
          "type": "integer"
        },
        "event_Registration_Id": {
          "format": "int32",
          "type": "integer"
        },
        "registration_Date": {
          "format": "date-time",
          "type": "string"
        },
        "price": {
          "format": "double",
          "type": "number"
        },
        "amount_Purchased": {
          "format": "int32",
          "type": "integer"
        },
        "amount_Cancelled": {
          "format": "int32",
          "type": "integer"
        },
        "paid_Amount": {
          "format": "double",
          "type": "number"
        },
        "cancel_Date": {
          "format": "date-time",
          "type": "string"
        },
        "sessionTitle": {
          "type": "string"
        },
        "sessionDate": {
          "type": "string"
        },
        "multiplePurchaseLimit": {
          "format": "int32",
          "type": "integer"
        },
        "multiplePurchaseFlag": {
          "type": "string"
        },
        "amountSold": {
          "format": "int32",
          "type": "integer"
        },
        "ticketAttendanceCap": {
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "Event_Session": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "id": {
          "format": "int32",
          "type": "integer"
        },
        "event_Id": {
          "format": "int32",
          "type": "integer"
        },
        "session_Title": {
          "type": "string"
        },
        "session_Description": {
          "type": "string"
        },
        "session_Attendance_Type_Code": {
          "type": "string"
        },
        "is_Ce_Eligible_Flag": {
          "type": "string"
        },
        "ce_Hours": {
          "format": "double",
          "type": "number"
        },
        "session_Venue_Name": {
          "type": "string"
        },
        "session_Location": {
          "type": "string"
        },
        "session_Address": {
          "type": "string"
        },
        "session_City": {
          "type": "string"
        },
        "session_State": {
          "type": "string"
        },
        "session_Zip": {
          "type": "string"
        },
        "session_Virtual_Url": {
          "type": "string"
        },
        "session_Virtual_Join_Information": {
          "type": "string"
        },
        "session_Start_Time": {
          "type": "string"
        },
        "session_End_Time": {
          "type": "string"
        },
        "session_Date": {
          "type": "string"
        },
        "ticket": {
          "$ref": "#/definitions/Event_Ticket"
        },
        "speakers": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Event_Session_Speaker"
          }
        },
        "tracks": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Event_Track"
          }
        }
      }
    },
    "Event_Session_Speaker": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "id": {
          "format": "int32",
          "type": "integer"
        },
        "event_Session_Id": {
          "format": "int32",
          "type": "integer"
        },
        "association_Speaker_Id": {
          "format": "int32",
          "type": "integer"
        },
        "speaker_Type": {
          "type": "string"
        },
        "associationId": {
          "format": "int32",
          "type": "integer"
        },
        "first_Name": {
          "type": "string"
        },
        "last_Name": {
          "type": "string"
        },
        "linkedinProfile": {
          "type": "string"
        },
        "website": {
          "type": "string"
        },
        "speakerDescription": {
          "type": "string"
        },
        "photoUrl": {
          "type": "string"
        },
        "companyOrganization": {
          "type": "string"
        }
      }
    },
    "Event_Speaker": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "id": {
          "format": "int32",
          "type": "integer"
        },
        "event_Id": {
          "format": "int32",
          "type": "integer"
        },
        "association_Speaker_Id": {
          "format": "int32",
          "type": "integer"
        },
        "associationId": {
          "format": "int32",
          "type": "integer"
        },
        "first_Name": {
          "type": "string"
        },
        "last_Name": {
          "type": "string"
        },
        "linkedinProfile": {
          "type": "string"
        },
        "website": {
          "type": "string"
        },
        "speakerDescription": {
          "type": "string"
        },
        "photoUrl": {
          "type": "string"
        },
        "companyOrganization": {
          "type": "string"
        }
      }
    },
    "Event_Sponsor": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "id": {
          "format": "int32",
          "type": "integer"
        },
        "event_Id": {
          "format": "int32",
          "type": "integer"
        },
        "association_Sponsor_Id": {
          "format": "int32",
          "type": "integer"
        },
        "associationId": {
          "format": "int32",
          "type": "integer"
        },
        "sponsorName": {
          "type": "string"
        },
        "sponsorDescription": {
          "type": "string"
        },
        "sponsorWebsite": {
          "type": "string"
        },
        "sponsorLogoUrl": {
          "type": "string"
        }
      }
    },
    "Event_Ticket": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "id": {
          "format": "int32",
          "type": "integer"
        },
        "session_Id": {
          "format": "int32",
          "type": "integer"
        },
        "ticket_Name": {
          "type": "string"
        },
        "ticket_Price": {
          "format": "double",
          "type": "number"
        },
        "ticket_Description": {
          "type": "string"
        },
        "ticket_Attendance_Cap": {
          "format": "int32",
          "type": "integer"
        },
        "ticket_Sort_Order": {
          "format": "int32",
          "type": "integer"
        },
        "is_Active_Flag": {
          "type": "string"
        },
        "ticket_Notes": {
          "type": "string"
        },
        "multiple_Purchase_Flag": {
          "type": "string"
        },
        "multiple_Purchase_Limit": {
          "format": "int32",
          "type": "integer"
        },
        "sessionTitle": {
          "type": "string"
        },
        "sessionDate": {
          "type": "string"
        },
        "amountSold": {
          "format": "int32",
          "type": "integer"
        },
        "eventId": {
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "Event_Track": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "id": {
          "format": "int32",
          "type": "integer"
        },
        "event_Id": {
          "format": "int32",
          "type": "integer"
        },
        "track_Name": {
          "type": "string"
        },
        "track_Description": {
          "type": "string"
        }
      }
    },
    "Event_Track_Session": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "id": {
          "format": "int32",
          "type": "integer"
        },
        "event_Track_Id": {
          "format": "int32",
          "type": "integer"
        },
        "event_Session_Id": {
          "format": "int32",
          "type": "integer"
        },
        "eventId": {
          "format": "int32",
          "type": "integer"
        },
        "sessionTitle": {
          "type": "string"
        },
        "sessionDescription": {
          "type": "string"
        },
        "sessionAttendanceTypeCode": {
          "type": "string"
        },
        "sessionSeatCap": {
          "format": "int32",
          "type": "integer"
        },
        "isCeEligibleFlag": {
          "type": "string"
        },
        "ceHours": {
          "format": "double",
          "type": "number"
        },
        "sessionVenueName": {
          "type": "string"
        },
        "sessionLocation": {
          "type": "string"
        },
        "sessionAddress": {
          "type": "string"
        },
        "sessionCity": {
          "type": "string"
        },
        "sessionState": {
          "type": "string"
        },
        "sessionZip": {
          "type": "string"
        },
        "sessionVirtualUrl": {
          "type": "string"
        },
        "sessionVirtualJoinInformation": {
          "type": "string"
        },
        "sessionStartTime": {
          "type": "string"
        },
        "sessionEndTime": {
          "type": "string"
        },
        "sessionDate": {
          "type": "string"
        },
        "trackName": {
          "type": "string"
        },
        "trackDescription": {
          "type": "string"
        }
      }
    },
    "IContractResolver": {
      "type": "object"
    },
    "Idea": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "id": {
          "format": "int32",
          "type": "integer"
        },
        "username": {
          "type": "string"
        },
        "person_Id": {
          "format": "int32",
          "type": "integer"
        },
        "association_Id": {
          "format": "int32",
          "type": "integer"
        },
        "idea_Subject": {
          "type": "string"
        },
        "idea_Content": {
          "type": "string"
        },
        "source_Application": {
          "type": "string"
        }
      }
    },
    "Identity": {
      "type": "object",
      "properties": {
        "provider": {
          "type": "string"
        },
        "social": {
          "type": "boolean"
        },
        "user_id": {
          "type": "string"
        }
      }
    },
    "Identity2": {
      "type": "object",
      "properties": {
        "provider": {
          "type": "string"
        },
        "social": {
          "type": "boolean"
        },
        "user_id": {
          "type": "string"
        }
      }
    },
    "Identity3": {
      "type": "object",
      "properties": {
        "user_id": {
          "type": "string"
        },
        "provider": {
          "type": "string"
        },
        "connection": {
          "type": "string"
        },
        "isSocial": {
          "type": "boolean"
        }
      }
    },
    "ImpersonateRequest": {
      "type": "object",
      "properties": {
        "username": {
          "type": "string"
        },
        "userId": {
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "Interaction_Log": {
      "type": "object",
      "properties": {
        "interaction_Log_Id": {
          "format": "double",
          "type": "number"
        },
        "login_Id": {
          "type": "string"
        },
        "role_Id": {
          "type": "string"
        },
        "sender_Id": {
          "type": "string"
        },
        "ip": {
          "type": "string"
        },
        "catalog": {
          "type": "string"
        },
        "service_Name": {
          "type": "string"
        },
        "transaction_Start_Dt": {
          "format": "date-time",
          "type": "string"
        },
        "transaction_End_Dt": {
          "format": "date-time",
          "type": "string"
        },
        "request_Url": {
          "type": "string"
        },
        "request_Params": {
          "type": "string"
        },
        "http_Response_Cd": {
          "format": "double",
          "type": "number"
        },
        "response_Part_1": {
          "type": "string"
        },
        "response_Part_2": {
          "type": "string"
        },
        "response_Part_3": {
          "type": "string"
        },
        "created_By": {
          "type": "string"
        },
        "created_Dt": {
          "format": "date-time",
          "type": "string"
        },
        "modified_By": {
          "type": "string"
        },
        "modified_Dt": {
          "format": "date-time",
          "type": "string"
        }
      }
    },
    "JToken": {
      "type": "array",
      "items": {
        "$ref": "#/definitions/JToken"
      }
    },
    "M1AmsUser": {
      "type": "object",
      "properties": {
        "associationId": {
          "format": "int32",
          "type": "integer"
        },
        "associationName": {
          "type": "string"
        },
        "password": {
          "type": "string"
        },
        "toEmailList": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "m1ApiCredentials": {
          "$ref": "#/definitions/M1_Api_Credential"
        },
        "m1User": {
          "$ref": "#/definitions/M1_User"
        },
        "userInfo": {
          "$ref": "#/definitions/User_Info"
        },
        "updatePasswordFlag": {
          "type": "string"
        }
      }
    },
    "M1_Api_Credential": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "id": {
          "format": "int32",
          "type": "integer"
        },
        "m1_User_Id": {
          "format": "int32",
          "type": "integer"
        },
        "requested_Date": {
          "format": "date-time",
          "type": "string"
        },
        "created_Date": {
          "format": "date-time",
          "type": "string"
        },
        "sent_Date": {
          "format": "date-time",
          "type": "string"
        },
        "created_By": {
          "type": "string"
        },
        "vendor_Name": {
          "type": "string"
        },
        "to_Email": {
          "type": "string"
        }
      }
    },
    "M1_Auth0Login": {
      "type": "object",
      "properties": {
        "client_id": {
          "type": "string"
        },
        "client_secret": {
          "type": "string"
        },
        "grant_type": {
          "type": "string"
        },
        "code": {
          "type": "string"
        },
        "redirect_uri": {
          "type": "string"
        },
        "email_address": {
          "type": "string"
        },
        "narMemberId": {
          "type": "string"
        },
        "narMemberStatus": {
          "type": "string"
        },
        "narMemberType": {
          "type": "string"
        },
        "narProfileUUID": {
          "type": "string"
        },
        "narRelationType": {
          "type": "string"
        },
        "token": {
          "type": "string"
        },
        "m1_user_id": {
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "M1_Auth0Profile": {
      "type": "object",
      "properties": {
        "sub": {
          "type": "string"
        },
        "name": {
          "type": "string"
        },
        "nickname": {
          "type": "string"
        },
        "profile": {
          "type": "string"
        },
        "picture": {
          "type": "string"
        },
        "website": {
          "type": "string"
        },
        "email": {
          "type": "string"
        },
        "gender": {
          "type": "string"
        },
        "birthdate": {
          "type": "string"
        },
        "zoneinfo": {
          "type": "string"
        },
        "locale": {
          "type": "string"
        },
        "address": {
          "$ref": "#/definitions/AuthAddress"
        },
        "roles": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "groups": {
          "type": "array",
          "items": { }
        },
        "given_name": {
          "type": "string"
        },
        "family_name": {
          "type": "string"
        },
        "middle_name": {
          "type": "string"
        },
        "preferred_username": {
          "type": "string"
        },
        "phone_number": {
          "type": "string"
        },
        "phone_number_verified": {
          "type": "boolean"
        },
        "nar_membership_type": {
          "type": "string"
        },
        "nar_membership_id": {
          "format": "int32",
          "type": "integer"
        },
        "nar_membership_status": {
          "type": "string"
        },
        "nar_profile_uuid": {
          "type": "string"
        },
        "ramco_contact_id": {
          "type": "string"
        },
        "csre_id": {
          "type": "string"
        },
        "csre_contact_id": {
          "type": "string"
        },
        "nar_do_not_publish": {
          "type": "boolean"
        },
        "nar_relation_type": {
          "type": "string"
        },
        "nar_idp_status": {
          "type": "string"
        },
        "last_password_reset": {
          "format": "date-time",
          "type": "string"
        },
        "app_metadata": {
          "$ref": "#/definitions/AppMetadata"
        },
        "reset_key": {
          "format": "int32",
          "type": "integer"
        },
        "reset_timeout": {
          "format": "int32",
          "type": "integer"
        },
        "email_header": {
          "type": "string"
        },
        "email_body": {
          "type": "string"
        },
        "email_message": {
          "type": "string"
        },
        "identity": {
          "$ref": "#/definitions/Identity2"
        },
        "country": {
          "type": "string"
        },
        "email_verified": {
          "type": "boolean"
        },
        "updated_at": {
          "format": "date-time",
          "type": "string"
        },
        "clientID": {
          "type": "string"
        },
        "user_id": {
          "type": "string"
        },
        "identities": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Identity3"
          }
        },
        "created_at": {
          "format": "date-time",
          "type": "string"
        },
        "associationname": {
          "type": "string"
        },
        "assocationid": {
          "format": "int32",
          "type": "integer"
        },
        "person_id": {
          "format": "int32",
          "type": "integer"
        },
        "navigationpermissions": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/M1_Navigation_Permissions"
          }
        }
      }
    },
    "M1_Field_Level_Permissions": {
      "type": "object",
      "properties": {
        "id": {
          "format": "int32",
          "type": "integer"
        },
        "user_Role_Code": {
          "type": "string"
        },
        "record_Type": {
          "type": "string"
        },
        "action": {
          "type": "string"
        },
        "data_Field": {
          "type": "string"
        },
        "allowed_Read": {
          "type": "string"
        },
        "allowed_Write": {
          "type": "string"
        },
        "allowed_Inactive_Write": {
          "type": "string"
        },
        "json_Field": {
          "type": "string"
        },
        "association_Match_Flag": {
          "type": "string"
        },
        "relationship_Type": {
          "type": "string"
        }
      }
    },
    "M1_Navigation_Permissions": {
      "type": "object",
      "properties": {
        "id": {
          "format": "int32",
          "type": "integer"
        },
        "user_Role_Code": {
          "type": "string"
        },
        "navigation_Action": {
          "type": "string"
        },
        "sub_Action": {
          "type": "string"
        }
      }
    },
    "M1_Record_Type_Permissions": {
      "type": "object",
      "properties": {
        "id": {
          "format": "int32",
          "type": "integer"
        },
        "user_Role_Code": {
          "type": "string"
        },
        "record_Type": {
          "type": "string"
        },
        "action": {
          "type": "string"
        },
        "allowed_Read": {
          "type": "string"
        },
        "allowed_Write": {
          "type": "string"
        },
        "association_Match_Flag": {
          "type": "string"
        },
        "record_Type_Level": {
          "type": "string"
        },
        "relationship_Type": {
          "type": "string"
        }
      }
    },
    "M1_SecurityRequest": {
      "type": "object",
      "properties": {
        "userName": {
          "type": "string"
        },
        "action": {
          "type": "string"
        },
        "recordType": {
          "type": "string"
        }
      }
    },
    "M1_User": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "id": {
          "format": "int32",
          "type": "integer"
        },
        "userName": {
          "type": "string"
        },
        "person_Id": {
          "format": "int32",
          "type": "integer"
        },
        "member_Id": {
          "format": "int32",
          "type": "integer"
        },
        "nrds_Poe_Id": {
          "format": "int32",
          "type": "integer"
        },
        "user_Status_Code": {
          "type": "string"
        },
        "email_Address": {
          "type": "string"
        },
        "contact_Email_Address": {
          "type": "string"
        },
        "primary_Office_Id": {
          "format": "int32",
          "type": "integer"
        },
        "primary_Local_Association_Id": {
          "format": "int32",
          "type": "integer"
        },
        "primary_State_Association_Id": {
          "format": "int32",
          "type": "integer"
        },
        "joined_Date": {
          "format": "date-time",
          "type": "string"
        },
        "phone_Number": {
          "type": "string"
        },
        "user_Type_Code": {
          "type": "string"
        },
        "authorization_Key": {
          "type": "string"
        },
        "api_Credentials_Key": {
          "type": "string"
        },
        "user_Source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "user_Source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "parent_User_Id": {
          "format": "int32",
          "type": "integer"
        },
        "sso_Password": {
          "type": "string"
        },
        "integration_Key": {
          "type": "string"
        },
        "profile": {
          "$ref": "#/definitions/M1_Auth0Profile"
        },
        "userRoles": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/M1_User_Roles"
          }
        },
        "roles": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "userAssociations": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/M1_User_Association"
          }
        },
        "associations": {
          "type": "array",
          "items": {
            "format": "int32",
            "type": "integer"
          }
        },
        "isInternalUser": {
          "type": "boolean"
        },
        "isImpersonating": {
          "type": "boolean"
        },
        "auditUserName": {
          "type": "string"
        },
        "primaryOffice": {
          "$ref": "#/definitions/Office"
        },
        "primaryLocalAssociation": {
          "$ref": "#/definitions/Association"
        },
        "primaryStateAssociation": {
          "$ref": "#/definitions/Association"
        }
      }
    },
    "M1_UserPermissions": {
      "type": "object",
      "properties": {
        "showFullView": {
          "type": "string"
        },
        "showEdit": {
          "type": "string"
        },
        "showTransfer": {
          "type": "string"
        },
        "showInactivate": {
          "type": "string"
        },
        "showConvertIA": {
          "type": "string"
        },
        "showHistory": {
          "type": "string"
        },
        "showDissolve": {
          "type": "string"
        },
        "showRemovedCert": {
          "type": "string"
        },
        "editSingleOwnedMLS": {
          "type": "string"
        },
        "recordTypePermissions": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/M1_Record_Type_Permissions"
          }
        },
        "fieldLevelPermissions": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/M1_Field_Level_Permissions"
          }
        }
      }
    },
    "M1_User_Association": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "id": {
          "format": "int32",
          "type": "integer"
        },
        "m1_User_Id": {
          "format": "int32",
          "type": "integer"
        },
        "association_Id": {
          "format": "int32",
          "type": "integer"
        },
        "isC_Association_Flag": {
          "type": "string"
        },
        "mlS_Association_Flag": {
          "type": "string"
        },
        "afF_Association_Flag": {
          "type": "string"
        },
        "userName": {
          "type": "string"
        },
        "association": {
          "$ref": "#/definitions/Association"
        }
      }
    },
    "M1_User_Roles": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "id": {
          "format": "int32",
          "type": "integer"
        },
        "m1_User_Id": {
          "format": "int32",
          "type": "integer"
        },
        "user_Role_Code": {
          "type": "string"
        },
        "user": {
          "$ref": "#/definitions/M1_User"
        }
      }
    },
    "Member": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "member_Id": {
          "format": "int32",
          "type": "integer"
        },
        "person_Id": {
          "format": "int32",
          "type": "integer"
        },
        "member_Type_Code": {
          "type": "string"
        },
        "member_Status_Code": {
          "type": "string"
        },
        "member_Status_Date": {
          "format": "date-time",
          "type": "string"
        },
        "joined_Date": {
          "format": "date-time",
          "type": "string"
        },
        "primary_Local_Association_Id": {
          "format": "int32",
          "type": "integer"
        },
        "primary_State_Association_Id": {
          "format": "int32",
          "type": "integer"
        },
        "primary_Office_Id": {
          "format": "int32",
          "type": "integer"
        },
        "primary_Re_License_Number": {
          "type": "string"
        },
        "primary_Re_License_State": {
          "type": "string"
        },
        "member_Primary_Ind": {
          "type": "string"
        },
        "member_SubClass": {
          "type": "string"
        },
        "arbitration_Ethics_Pending": {
          "type": "string"
        },
        "designated_Realtor_Flag": {
          "type": "string"
        },
        "local_Join_Date": {
          "format": "date-time",
          "type": "string"
        },
        "special_Discount_Flag": {
          "type": "string"
        },
        "dues_Waived_Local_Flag": {
          "type": "string"
        },
        "dues_Waived_National_Flag": {
          "type": "string"
        },
        "dues_Waived_State_Flag": {
          "type": "string"
        },
        "generation": {
          "type": "string"
        },
        "nickName": {
          "type": "string"
        },
        "birth_Date": {
          "format": "date-time",
          "type": "string"
        },
        "direct_Marketing_Flag": {
          "type": "string"
        },
        "local_Suspension_Flag": {
          "type": "string"
        },
        "occupation_Name": {
          "type": "string"
        },
        "office_VoiceMail_Extension_Number": {
          "type": "string"
        },
        "single_Owned_Mls_Status_Code": {
          "type": "string"
        },
        "single_Owned_Mls_Status_Date": {
          "format": "date-time",
          "type": "string"
        },
        "orientation_Date": {
          "format": "date-time",
          "type": "string"
        },
        "previous_Non_Member_Flag": {
          "type": "string"
        },
        "reinstatement_Code": {
          "type": "string"
        },
        "reinstatement_Date": {
          "format": "date-time",
          "type": "string"
        },
        "stop_Publication_Flag": {
          "type": "string"
        },
        "preferred_Mail_Type_Code": {
          "type": "string"
        },
        "preferred_Publication_Type_Code": {
          "type": "string"
        },
        "preferred_Phone_Type_Code": {
          "type": "string"
        },
        "preferred_Fax_Type_Code": {
          "type": "string"
        },
        "stop_Fax_Flag": {
          "type": "string"
        },
        "stop_Email_Flag": {
          "type": "string"
        },
        "webPage_Address": {
          "type": "string"
        },
        "mls": {
          "type": "string"
        },
        "stop_Mail_Flag": {
          "type": "string"
        },
        "timestamp_Seq": {
          "format": "int64",
          "type": "integer"
        },
        "is_Poe_Flag": {
          "type": "string"
        },
        "first_Name": {
          "type": "string"
        },
        "last_Name": {
          "type": "string"
        },
        "middle_Name": {
          "type": "string"
        },
        "title": {
          "type": "string"
        },
        "gender": {
          "maxLength": 1,
          "minLength": 0,
          "type": "string"
        },
        "preferred_Pronoun": {
          "type": "string"
        },
        "is_Poe_Proxy_Flag": {
          "type": "string"
        },
        "historyCount": {
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "MemberAddressPatch": {
      "type": "object",
      "properties": {
        "member_Id": {
          "format": "int32",
          "type": "integer"
        },
        "address_Type_Code": {
          "type": "string"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "updates": {
          "$ref": "#/definitions/Member_AddressJsonPatchDocument"
        }
      }
    },
    "MemberCertificationPatch": {
      "type": "object",
      "properties": {
        "member_Id": {
          "format": "int32",
          "type": "integer"
        },
        "entering_Association_Id": {
          "format": "int32",
          "type": "integer"
        },
        "certification_Code": {
          "type": "string"
        },
        "course_Number": {
          "type": "string"
        },
        "updates": {
          "$ref": "#/definitions/Member_CertificationJsonPatchDocument"
        }
      }
    },
    "MemberCoePatch": {
      "type": "object",
      "properties": {
        "member_Id": {
          "format": "int32",
          "type": "integer"
        },
        "entering_Association_Id": {
          "format": "int32",
          "type": "integer"
        },
        "course_Code": {
          "type": "string"
        },
        "cycle_Number": {
          "type": "string"
        },
        "year_Taken": {
          "type": "string"
        },
        "course_Completion_Date": {
          "format": "date-time",
          "type": "string"
        },
        "updates": {
          "$ref": "#/definitions/Member_CoeJsonPatchDocument"
        }
      }
    },
    "MemberCommittee": {
      "type": "object",
      "properties": {
        "firstName": {
          "type": "string"
        },
        "middleName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "generation": {
          "type": "string"
        },
        "memberId": {
          "format": "int32",
          "type": "integer"
        },
        "gmsMemberId": {
          "format": "int32",
          "type": "integer"
        },
        "appointmentList": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Appointment"
          }
        }
      }
    },
    "MemberDemographicPatch": {
      "type": "object",
      "properties": {
        "member_Id": {
          "format": "int32",
          "type": "integer"
        },
        "entered_By_Association_Id": {
          "format": "int32",
          "type": "integer"
        },
        "category": {
          "type": "string"
        },
        "group_Code": {
          "type": "string"
        },
        "updates": {
          "$ref": "#/definitions/Member_DemographicJsonPatchDocument"
        }
      }
    },
    "MemberDesignationPatch": {
      "type": "object",
      "properties": {
        "member_Id": {
          "format": "int32",
          "type": "integer"
        },
        "designation_Code": {
          "type": "string"
        },
        "updates": {
          "$ref": "#/definitions/Member_DesignationJsonPatchDocument"
        }
      }
    },
    "MemberEducationPatch": {
      "type": "object",
      "properties": {
        "member_Id": {
          "format": "int32",
          "type": "integer"
        },
        "entered_By_Association_Id": {
          "format": "int32",
          "type": "integer"
        },
        "group_Code": {
          "type": "string"
        },
        "course_Code": {
          "type": "string"
        },
        "course_Number": {
          "type": "string"
        },
        "updates": {
          "$ref": "#/definitions/Member_EducationJsonPatchDocument"
        }
      }
    },
    "MemberEmailPatch": {
      "type": "object",
      "properties": {
        "member_Id": {
          "format": "int32",
          "type": "integer"
        },
        "email_Type_Code": {
          "type": "string"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "updates": {
          "$ref": "#/definitions/Member_EmailJsonPatchDocument"
        }
      }
    },
    "MemberFairHousingPatch": {
      "type": "object",
      "properties": {
        "member_Id": {
          "format": "int32",
          "type": "integer"
        },
        "course_Code": {
          "type": "string"
        },
        "cycle_Number": {
          "type": "string"
        },
        "year_Taken": {
          "type": "string"
        },
        "course_Completion_Date": {
          "format": "date-time",
          "type": "string"
        },
        "entering_Association_Id": {
          "format": "int32",
          "type": "integer"
        },
        "updates": {
          "$ref": "#/definitions/Member_Fair_HousingJsonPatchDocument"
        }
      }
    },
    "MemberFieldOfBusinessPatch": {
      "type": "object",
      "properties": {
        "member_Id": {
          "format": "int32",
          "type": "integer"
        },
        "field_Order": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "updates": {
          "$ref": "#/definitions/Member_Field_Of_BusinessJsonPatchDocument"
        }
      }
    },
    "MemberFullPatch": {
      "type": "object",
      "properties": {
        "member_Id": {
          "format": "int32",
          "type": "integer"
        },
        "personalInfoUpdates": {
          "$ref": "#/definitions/PersonJsonPatchDocument"
        },
        "memberUpdates": {
          "$ref": "#/definitions/MemberJsonPatchDocument"
        },
        "addressUpdates": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/MemberAddressPatch"
          }
        },
        "emailUpdates": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/MemberEmailPatch"
          }
        },
        "phoneUpdates": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/MemberPhonePatch"
          }
        },
        "fieldOfBusinessUpdates": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/MemberFieldOfBusinessPatch"
          }
        }
      }
    },
    "MemberIscAffiliationPatch": {
      "type": "object",
      "properties": {
        "member_Id": {
          "format": "int32",
          "type": "integer"
        },
        "association_Id": {
          "format": "int32",
          "type": "integer"
        },
        "updates": {
          "$ref": "#/definitions/Member_Isc_AffiliationJsonPatchDocument"
        }
      }
    },
    "MemberJsonPatchDocument": {
      "type": "object",
      "properties": {
        "operations": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/MemberOperation"
          },
          "readOnly": true
        },
        "contractResolver": {
          "$ref": "#/definitions/IContractResolver"
        }
      }
    },
    "MemberMLSPatch": {
      "type": "object",
      "properties": {
        "member_Id": {
          "format": "int32",
          "type": "integer"
        },
        "association_Id": {
          "format": "int32",
          "type": "integer"
        },
        "updates": {
          "$ref": "#/definitions/Member_MLSJsonPatchDocument"
        }
      }
    },
    "MemberOperation": {
      "type": "object",
      "properties": {
        "operationType": {
          "$ref": "#/definitions/OperationType"
        },
        "path": {
          "type": "string"
        },
        "op": {
          "type": "string"
        },
        "from": {
          "type": "string"
        },
        "value": { }
      }
    },
    "MemberPatch": {
      "type": "object",
      "properties": {
        "member_Id": {
          "format": "int32",
          "type": "integer"
        },
        "updates": {
          "$ref": "#/definitions/MemberJsonPatchDocument"
        }
      }
    },
    "MemberPhonePatch": {
      "type": "object",
      "properties": {
        "member_Id": {
          "format": "int32",
          "type": "integer"
        },
        "phone_Type": {
          "type": "string"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "updates": {
          "$ref": "#/definitions/Member_PhoneJsonPatchDocument"
        }
      }
    },
    "MemberSecondaryPatch": {
      "type": "object",
      "properties": {
        "member_Id": {
          "format": "int32",
          "type": "integer"
        },
        "association_Id": {
          "format": "int32",
          "type": "integer"
        },
        "office_Id": {
          "format": "int32",
          "type": "integer"
        },
        "member_Type_Code": {
          "type": "string"
        },
        "updates": {
          "$ref": "#/definitions/Member_SecondaryJsonPatchDocument"
        }
      }
    },
    "MemberSingleOwnedMLSPatch": {
      "type": "object",
      "properties": {
        "member_Id": {
          "format": "int32",
          "type": "integer"
        },
        "association_Id": {
          "format": "int32",
          "type": "integer"
        },
        "updates": {
          "$ref": "#/definitions/Member_Single_Owned_MLSJsonPatchDocument"
        }
      }
    },
    "Member_Address": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "id": {
          "format": "int32",
          "type": "integer"
        },
        "member_Id": {
          "format": "int32",
          "type": "integer"
        },
        "address_Line_1": {
          "type": "string"
        },
        "address_Line_2": {
          "type": "string"
        },
        "address_City": {
          "type": "string"
        },
        "address_State": {
          "type": "string"
        },
        "address_Zip": {
          "type": "string"
        },
        "address_Zip6": {
          "type": "string"
        },
        "address_Type_Code": {
          "type": "string"
        },
        "addressTypeDescription": {
          "type": "string"
        },
        "is_Active_Flag": {
          "type": "string"
        }
      }
    },
    "Member_AddressJsonPatchDocument": {
      "type": "object",
      "properties": {
        "operations": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Member_AddressOperation"
          },
          "readOnly": true
        },
        "contractResolver": {
          "$ref": "#/definitions/IContractResolver"
        }
      }
    },
    "Member_AddressOperation": {
      "type": "object",
      "properties": {
        "operationType": {
          "$ref": "#/definitions/OperationType"
        },
        "path": {
          "type": "string"
        },
        "op": {
          "type": "string"
        },
        "from": {
          "type": "string"
        },
        "value": { }
      }
    },
    "Member_Certification": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "id": {
          "format": "int32",
          "type": "integer"
        },
        "member_Id": {
          "format": "int32",
          "type": "integer"
        },
        "entering_Association_Id": {
          "format": "int32",
          "type": "integer"
        },
        "certification_Code": {
          "type": "string"
        },
        "course_Number": {
          "type": "string"
        },
        "course_Description": {
          "type": "string"
        },
        "course_Complete_Date": {
          "format": "date-time",
          "type": "string"
        },
        "sponsoring_Entity_Id": {
          "format": "int32",
          "type": "integer"
        },
        "timestamp_Seq": {
          "format": "int64",
          "type": "integer"
        },
        "enteringAssociationName": {
          "type": "string"
        },
        "certificationDisplayCode": {
          "type": "string"
        },
        "certificationDescription": {
          "type": "string"
        },
        "sponsoringEntityName": {
          "type": "string"
        }
      }
    },
    "Member_CertificationJsonPatchDocument": {
      "type": "object",
      "properties": {
        "operations": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Member_CertificationOperation"
          },
          "readOnly": true
        },
        "contractResolver": {
          "$ref": "#/definitions/IContractResolver"
        }
      }
    },
    "Member_CertificationOperation": {
      "type": "object",
      "properties": {
        "operationType": {
          "$ref": "#/definitions/OperationType"
        },
        "path": {
          "type": "string"
        },
        "op": {
          "type": "string"
        },
        "from": {
          "type": "string"
        },
        "value": { }
      }
    },
    "Member_Coe": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "id": {
          "format": "int32",
          "type": "integer"
        },
        "member_Id": {
          "format": "int32",
          "type": "integer"
        },
        "entering_Association_Id": {
          "format": "int32",
          "type": "integer"
        },
        "course_Code": {
          "type": "string"
        },
        "year_Taken": {
          "type": "string"
        },
        "cycle_Number": {
          "type": "string"
        },
        "course_Start_Date": {
          "format": "date-time",
          "type": "string"
        },
        "course_Completion_Date": {
          "format": "date-time",
          "type": "string"
        },
        "is_New_Member_Flag": {
          "type": "string"
        },
        "course_Description": {
          "type": "string"
        },
        "state_Ce_Hours": {
          "format": "double",
          "type": "number"
        },
        "sponsoring_Entity_Id": {
          "format": "int32",
          "type": "integer"
        },
        "timestamp_Seq": {
          "format": "int64",
          "type": "integer"
        },
        "owning_Poe_Id": {
          "format": "int32",
          "type": "integer"
        },
        "enteringAssociationName": {
          "type": "string"
        },
        "sponsoringAssociationName": {
          "type": "string"
        },
        "cycleDescription": {
          "type": "string"
        },
        "courseNumber": {
          "type": "string"
        }
      }
    },
    "Member_CoeJsonPatchDocument": {
      "type": "object",
      "properties": {
        "operations": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Member_CoeOperation"
          },
          "readOnly": true
        },
        "contractResolver": {
          "$ref": "#/definitions/IContractResolver"
        }
      }
    },
    "Member_CoeOperation": {
      "type": "object",
      "properties": {
        "operationType": {
          "$ref": "#/definitions/OperationType"
        },
        "path": {
          "type": "string"
        },
        "op": {
          "type": "string"
        },
        "from": {
          "type": "string"
        },
        "value": { }
      }
    },
    "Member_Demographic": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "id": {
          "format": "int32",
          "type": "integer"
        },
        "member_Id": {
          "format": "int32",
          "type": "integer"
        },
        "entered_By_Association_Id": {
          "format": "int32",
          "type": "integer"
        },
        "category": {
          "type": "string"
        },
        "group_Code": {
          "type": "string"
        },
        "amount": {
          "format": "double",
          "type": "number"
        },
        "comment": {
          "type": "string"
        },
        "recording_Date": {
          "format": "date-time",
          "type": "string"
        },
        "note": {
          "type": "string"
        },
        "timestamp_Seq": {
          "format": "int64",
          "type": "integer"
        },
        "owning_Poe_Id": {
          "format": "int32",
          "type": "integer"
        },
        "enteredByAssociationName": {
          "type": "string"
        }
      }
    },
    "Member_DemographicJsonPatchDocument": {
      "type": "object",
      "properties": {
        "operations": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Member_DemographicOperation"
          },
          "readOnly": true
        },
        "contractResolver": {
          "$ref": "#/definitions/IContractResolver"
        }
      }
    },
    "Member_DemographicOperation": {
      "type": "object",
      "properties": {
        "operationType": {
          "$ref": "#/definitions/OperationType"
        },
        "path": {
          "type": "string"
        },
        "op": {
          "type": "string"
        },
        "from": {
          "type": "string"
        },
        "value": { }
      }
    },
    "Member_Designation": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "id": {
          "format": "int32",
          "type": "integer"
        },
        "member_Id": {
          "format": "int32",
          "type": "integer"
        },
        "designation_Code": {
          "type": "string"
        },
        "designation_Status_Code": {
          "type": "string"
        },
        "designation_Status_Date": {
          "format": "date-time",
          "type": "string"
        },
        "timestamp_Seq": {
          "format": "int64",
          "type": "integer"
        },
        "designationDescription": {
          "type": "string"
        }
      }
    },
    "Member_DesignationJsonPatchDocument": {
      "type": "object",
      "properties": {
        "operations": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Member_DesignationOperation"
          },
          "readOnly": true
        },
        "contractResolver": {
          "$ref": "#/definitions/IContractResolver"
        }
      }
    },
    "Member_DesignationOperation": {
      "type": "object",
      "properties": {
        "operationType": {
          "$ref": "#/definitions/OperationType"
        },
        "path": {
          "type": "string"
        },
        "op": {
          "type": "string"
        },
        "from": {
          "type": "string"
        },
        "value": { }
      }
    },
    "Member_Dues_Payment": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "id": {
          "format": "int32",
          "type": "integer"
        },
        "member_Id": {
          "format": "int32",
          "type": "integer"
        },
        "billing_Association_Id": {
          "format": "int32",
          "type": "integer"
        },
        "billing_Year": {
          "format": "int32",
          "type": "integer"
        },
        "payment_Type_Code": {
          "type": "string"
        },
        "contribution_Type_Code": {
          "type": "string"
        },
        "dues_Paid_Date": {
          "format": "date-time",
          "type": "string"
        },
        "incurring_Member_Id": {
          "format": "int32",
          "type": "integer"
        },
        "office_Id": {
          "format": "int32",
          "type": "integer"
        },
        "payment_Amount": {
          "format": "double",
          "type": "number"
        },
        "payment_Source_Code": {
          "type": "string"
        },
        "ec_Control_Number": {
          "type": "string"
        },
        "association_Fee_Id": {
          "format": "int32",
          "type": "integer"
        },
        "primary_Association_Id": {
          "format": "int32",
          "type": "integer"
        },
        "primary_State_Association_Id": {
          "format": "int32",
          "type": "integer"
        },
        "timestamp_Seq": {
          "format": "int64",
          "type": "integer"
        },
        "billingAssociationName": {
          "type": "string"
        },
        "incurringMemberFirstName": {
          "type": "string"
        },
        "incurringMemberLastName": {
          "type": "string"
        },
        "officeName": {
          "type": "string"
        },
        "primaryAssociationName": {
          "type": "string"
        },
        "primaryStateAssociationName": {
          "type": "string"
        },
        "paymentTypeCodeDescription": {
          "type": "string"
        }
      }
    },
    "Member_Education": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "id": {
          "format": "int32",
          "type": "integer"
        },
        "member_Id": {
          "format": "int32",
          "type": "integer"
        },
        "entered_By_Association_Id": {
          "format": "int32",
          "type": "integer"
        },
        "group_Code": {
          "type": "string"
        },
        "course_Code": {
          "type": "string"
        },
        "course_Number": {
          "type": "string"
        },
        "certificate_Name": {
          "type": "string"
        },
        "course_Description": {
          "type": "string"
        },
        "designation_Credit_Hours": {
          "format": "double",
          "type": "number"
        },
        "state_Ce_Hours": {
          "format": "double",
          "type": "number"
        },
        "total_Hours_Earned": {
          "format": "double",
          "type": "number"
        },
        "course_Start_Date": {
          "format": "date-time",
          "type": "string"
        },
        "course_Complete_Date": {
          "format": "date-time",
          "type": "string"
        },
        "sponsoring_Entity_Id": {
          "format": "int32",
          "type": "integer"
        },
        "hosting_Entity_Id": {
          "format": "int32",
          "type": "integer"
        },
        "instructor_1_Name": {
          "type": "string"
        },
        "instructor_1_State_License": {
          "type": "string"
        },
        "instructor_2_Name": {
          "type": "string"
        },
        "instructor_2_State_License": {
          "type": "string"
        },
        "delivery_Method": {
          "type": "string"
        },
        "test_Score": {
          "format": "int32",
          "type": "integer"
        },
        "test_Status": {
          "type": "string"
        },
        "test_Score_Date": {
          "format": "date-time",
          "type": "string"
        },
        "test_Score_Operator": {
          "type": "string"
        },
        "test_Mailing_Address_Type": {
          "type": "string"
        },
        "state_Agency_Date": {
          "format": "date-time",
          "type": "string"
        },
        "state_Agency_Course_Code": {
          "type": "string"
        },
        "local_Association_Date": {
          "format": "date-time",
          "type": "string"
        },
        "state_Association_Date": {
          "format": "date-time",
          "type": "string"
        },
        "comments": {
          "type": "string"
        },
        "payment_Amount": {
          "format": "double",
          "type": "number"
        },
        "poe_Id": {
          "format": "int32",
          "type": "integer"
        },
        "timestamp_Seq": {
          "format": "int64",
          "type": "integer"
        },
        "owning_Poe_Id": {
          "format": "int32",
          "type": "integer"
        },
        "enteredByAssociationName": {
          "type": "string"
        },
        "sponsoringEntityName": {
          "type": "string"
        },
        "hostingEntityName": {
          "type": "string"
        }
      }
    },
    "Member_EducationJsonPatchDocument": {
      "type": "object",
      "properties": {
        "operations": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Member_EducationOperation"
          },
          "readOnly": true
        },
        "contractResolver": {
          "$ref": "#/definitions/IContractResolver"
        }
      }
    },
    "Member_EducationOperation": {
      "type": "object",
      "properties": {
        "operationType": {
          "$ref": "#/definitions/OperationType"
        },
        "path": {
          "type": "string"
        },
        "op": {
          "type": "string"
        },
        "from": {
          "type": "string"
        },
        "value": { }
      }
    },
    "Member_Education_Level": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "id": {
          "format": "int32",
          "type": "integer"
        },
        "member_Id": {
          "format": "int32",
          "type": "integer"
        },
        "entered_By_Association_Id": {
          "format": "int32",
          "type": "integer"
        },
        "education_Level_Code": {
          "type": "string"
        },
        "timestamp_Seq": {
          "format": "int64",
          "type": "integer"
        },
        "owning_Poe_Id": {
          "format": "int32",
          "type": "integer"
        },
        "educationLevelDescription": {
          "type": "string"
        },
        "enteredByAssociationName": {
          "type": "string"
        }
      }
    },
    "Member_Email": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "id": {
          "format": "int32",
          "type": "integer"
        },
        "member_Id": {
          "format": "int32",
          "type": "integer"
        },
        "email_Address": {
          "type": "string"
        },
        "email_Type_Code": {
          "type": "string"
        },
        "is_Active_Flag": {
          "type": "string"
        },
        "verified_Flag": {
          "type": "string"
        },
        "emailTypeDescription": {
          "type": "string"
        }
      }
    },
    "Member_EmailJsonPatchDocument": {
      "type": "object",
      "properties": {
        "operations": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Member_EmailOperation"
          },
          "readOnly": true
        },
        "contractResolver": {
          "$ref": "#/definitions/IContractResolver"
        }
      }
    },
    "Member_EmailOperation": {
      "type": "object",
      "properties": {
        "operationType": {
          "$ref": "#/definitions/OperationType"
        },
        "path": {
          "type": "string"
        },
        "op": {
          "type": "string"
        },
        "from": {
          "type": "string"
        },
        "value": { }
      }
    },
    "Member_Fair_Housing": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "id": {
          "format": "int32",
          "type": "integer"
        },
        "member_Id": {
          "format": "int32",
          "type": "integer"
        },
        "course_Code": {
          "type": "string"
        },
        "year_Taken": {
          "type": "string"
        },
        "cycle_Number": {
          "type": "string"
        },
        "course_Completion_Date": {
          "format": "date-time",
          "type": "string"
        },
        "course_Description": {
          "type": "string"
        },
        "owning_Poe_Id": {
          "format": "int32",
          "type": "integer"
        },
        "entering_Association_Id": {
          "format": "int32",
          "type": "integer"
        },
        "courseName": {
          "type": "string"
        },
        "cycleDescription": {
          "type": "string"
        },
        "courseNumber": {
          "type": "string"
        }
      }
    },
    "Member_Fair_HousingJsonPatchDocument": {
      "type": "object",
      "properties": {
        "operations": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Member_Fair_HousingOperation"
          },
          "readOnly": true
        },
        "contractResolver": {
          "$ref": "#/definitions/IContractResolver"
        }
      }
    },
    "Member_Fair_HousingOperation": {
      "type": "object",
      "properties": {
        "operationType": {
          "$ref": "#/definitions/OperationType"
        },
        "path": {
          "type": "string"
        },
        "op": {
          "type": "string"
        },
        "from": {
          "type": "string"
        },
        "value": { }
      }
    },
    "Member_Field_Of_Business": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "id": {
          "format": "int32",
          "type": "integer"
        },
        "member_Id": {
          "format": "int32",
          "type": "integer"
        },
        "field_Of_Business_Id": {
          "format": "int32",
          "type": "integer"
        },
        "relationship_Type_Code": {
          "type": "string"
        },
        "field_Order": {
          "format": "int32",
          "type": "integer"
        },
        "timestamp_Seq": {
          "format": "int64",
          "type": "integer"
        },
        "fieldOfBusinessName": {
          "type": "string"
        }
      }
    },
    "Member_Field_Of_BusinessJsonPatchDocument": {
      "type": "object",
      "properties": {
        "operations": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Member_Field_Of_BusinessOperation"
          },
          "readOnly": true
        },
        "contractResolver": {
          "$ref": "#/definitions/IContractResolver"
        }
      }
    },
    "Member_Field_Of_BusinessOperation": {
      "type": "object",
      "properties": {
        "operationType": {
          "$ref": "#/definitions/OperationType"
        },
        "path": {
          "type": "string"
        },
        "op": {
          "type": "string"
        },
        "from": {
          "type": "string"
        },
        "value": { }
      }
    },
    "Member_Isc_Affiliation": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "id": {
          "format": "int32",
          "type": "integer"
        },
        "member_Id": {
          "format": "int32",
          "type": "integer"
        },
        "association_Id": {
          "format": "int32",
          "type": "integer"
        },
        "local_Join_Date": {
          "format": "date-time",
          "type": "string"
        },
        "member_Status_Code": {
          "type": "string"
        },
        "member_Status_Date": {
          "format": "date-time",
          "type": "string"
        },
        "timestamp_Seq": {
          "format": "int64",
          "type": "integer"
        },
        "associationName": {
          "type": "string"
        },
        "associationState": {
          "type": "string"
        },
        "associationTypeCode": {
          "type": "string"
        },
        "associationTypeDescription": {
          "type": "string"
        },
        "memberStatusDescription": {
          "type": "string"
        },
        "historyCount": {
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "Member_Isc_AffiliationJsonPatchDocument": {
      "type": "object",
      "properties": {
        "operations": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Member_Isc_AffiliationOperation"
          },
          "readOnly": true
        },
        "contractResolver": {
          "$ref": "#/definitions/IContractResolver"
        }
      }
    },
    "Member_Isc_AffiliationOperation": {
      "type": "object",
      "properties": {
        "operationType": {
          "$ref": "#/definitions/OperationType"
        },
        "path": {
          "type": "string"
        },
        "op": {
          "type": "string"
        },
        "from": {
          "type": "string"
        },
        "value": { }
      }
    },
    "Member_Language": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "id": {
          "format": "int32",
          "type": "integer"
        },
        "member_Id": {
          "format": "int32",
          "type": "integer"
        },
        "entered_By_Association_Id": {
          "format": "int32",
          "type": "integer"
        },
        "language_Code": {
          "type": "string"
        },
        "timestamp_Seq": {
          "format": "int64",
          "type": "integer"
        },
        "owning_Poe_Id": {
          "format": "int32",
          "type": "integer"
        },
        "languageName": {
          "type": "string"
        },
        "enteredByAssociationName": {
          "type": "string"
        },
        "associationTypeCode": {
          "type": "string"
        }
      }
    },
    "Member_MLS": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "id": {
          "format": "int32",
          "type": "integer"
        },
        "member_Id": {
          "format": "int32",
          "type": "integer"
        },
        "association_Id": {
          "format": "int32",
          "type": "integer"
        },
        "local_Join_Date": {
          "format": "date-time",
          "type": "string"
        },
        "member_Status_Code": {
          "type": "string"
        },
        "member_Status_Date": {
          "format": "date-time",
          "type": "string"
        },
        "timestamp_Seq": {
          "format": "int64",
          "type": "integer"
        },
        "owning_Poe_Id": {
          "format": "int32",
          "type": "integer"
        },
        "associationName": {
          "type": "string"
        },
        "associationTypeCode": {
          "type": "string"
        },
        "associationState": {
          "type": "string"
        },
        "memberStatusCodeDescription": {
          "type": "string"
        },
        "historyCount": {
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "Member_MLSJsonPatchDocument": {
      "type": "object",
      "properties": {
        "operations": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Member_MLSOperation"
          },
          "readOnly": true
        },
        "contractResolver": {
          "$ref": "#/definitions/IContractResolver"
        }
      }
    },
    "Member_MLSOperation": {
      "type": "object",
      "properties": {
        "operationType": {
          "$ref": "#/definitions/OperationType"
        },
        "path": {
          "type": "string"
        },
        "op": {
          "type": "string"
        },
        "from": {
          "type": "string"
        },
        "value": { }
      }
    },
    "Member_Master_Record": {
      "type": "object",
      "properties": {
        "member_Id": {
          "format": "int32",
          "type": "integer"
        },
        "address_Line_1": {
          "type": "string"
        },
        "address_Line_2": {
          "type": "string"
        },
        "address_City": {
          "type": "string"
        },
        "address_State": {
          "type": "string"
        },
        "address_Zip": {
          "type": "string"
        },
        "address_Zip6": {
          "type": "string"
        },
        "email_Address": {
          "type": "string"
        },
        "phone_Number": {
          "type": "string"
        },
        "re_License_State": {
          "type": "string"
        },
        "re_License_Number": {
          "type": "string"
        },
        "address_Source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "address_Source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "addressSourceMethodName": {
          "type": "string"
        },
        "email_Address_Source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "email_Address_Source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "emailAddressSourceMethodName": {
          "type": "string"
        },
        "phone_Source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "phone_Source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "phoneSourceMethodName": {
          "type": "string"
        },
        "re_License_Number_Source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "re_License_Number_Source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "reLicenseNumberSourceMethodName": {
          "type": "string"
        },
        "address_Last_Changed_Date": {
          "format": "date-time",
          "type": "string"
        },
        "phone_Last_Changed_Date": {
          "format": "date-time",
          "type": "string"
        },
        "email_Address_Last_Changed_Date": {
          "format": "date-time",
          "type": "string"
        },
        "re_License_Last_Changed_Date": {
          "format": "date-time",
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        }
      }
    },
    "Member_Military_Service": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "id": {
          "format": "int32",
          "type": "integer"
        },
        "member_Id": {
          "format": "int32",
          "type": "integer"
        },
        "entered_By_Association_Id": {
          "format": "int32",
          "type": "integer"
        },
        "military_Service_Code": {
          "type": "string"
        },
        "timestamp_Seq": {
          "format": "int64",
          "type": "integer"
        },
        "owning_Poe_Id": {
          "format": "int32",
          "type": "integer"
        },
        "militaryServiceDescription": {
          "type": "string"
        },
        "enteredByAssociationName": {
          "type": "string"
        }
      }
    },
    "Member_Phone": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "id": {
          "format": "int32",
          "type": "integer"
        },
        "member_Id": {
          "format": "int32",
          "type": "integer"
        },
        "phone_Number": {
          "type": "string"
        },
        "phone_Type": {
          "type": "string"
        },
        "is_Active_Flag": {
          "type": "string"
        },
        "phoneTypeDescription": {
          "type": "string"
        }
      }
    },
    "Member_PhoneJsonPatchDocument": {
      "type": "object",
      "properties": {
        "operations": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Member_PhoneOperation"
          },
          "readOnly": true
        },
        "contractResolver": {
          "$ref": "#/definitions/IContractResolver"
        }
      }
    },
    "Member_PhoneOperation": {
      "type": "object",
      "properties": {
        "operationType": {
          "$ref": "#/definitions/OperationType"
        },
        "path": {
          "type": "string"
        },
        "op": {
          "type": "string"
        },
        "from": {
          "type": "string"
        },
        "value": { }
      }
    },
    "Member_Secondary": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "id": {
          "format": "int32",
          "type": "integer"
        },
        "member_Id": {
          "format": "int32",
          "type": "integer"
        },
        "association_Id": {
          "format": "int32",
          "type": "integer"
        },
        "local_Join_Date": {
          "format": "date-time",
          "type": "string"
        },
        "re_License_Number": {
          "type": "string"
        },
        "license_State": {
          "type": "string"
        },
        "arbitration_Ethics_Pending": {
          "type": "string"
        },
        "office_Id": {
          "format": "int32",
          "type": "integer"
        },
        "member_Type_Code": {
          "type": "string"
        },
        "member_Status_Code": {
          "type": "string"
        },
        "member_Status_Date": {
          "format": "date-time",
          "type": "string"
        },
        "dues_Waived_Flag": {
          "type": "string"
        },
        "special_Discount_Flag": {
          "type": "string"
        },
        "member_SubClass": {
          "type": "string"
        },
        "timestamp_Seq": {
          "format": "int64",
          "type": "integer"
        },
        "associationName": {
          "type": "string"
        },
        "associationState": {
          "type": "string"
        },
        "associationTypeCode": {
          "type": "string"
        },
        "associationTypeDescription": {
          "type": "string"
        },
        "originalOfficeId": {
          "format": "int32",
          "type": "integer"
        },
        "officeBusinessName": {
          "type": "string"
        },
        "memberTypeDescription": {
          "type": "string"
        },
        "memberStatusDescription": {
          "type": "string"
        },
        "stateDescription": {
          "type": "string"
        },
        "historyCount": {
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "Member_SecondaryJsonPatchDocument": {
      "type": "object",
      "properties": {
        "operations": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Member_SecondaryOperation"
          },
          "readOnly": true
        },
        "contractResolver": {
          "$ref": "#/definitions/IContractResolver"
        }
      }
    },
    "Member_SecondaryOperation": {
      "type": "object",
      "properties": {
        "operationType": {
          "$ref": "#/definitions/OperationType"
        },
        "path": {
          "type": "string"
        },
        "op": {
          "type": "string"
        },
        "from": {
          "type": "string"
        },
        "value": { }
      }
    },
    "Member_Single_Owned_MLS": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "id": {
          "format": "int32",
          "type": "integer"
        },
        "member_Id": {
          "format": "int32",
          "type": "integer"
        },
        "association_Id": {
          "format": "int32",
          "type": "integer"
        },
        "member_Status_Code": {
          "type": "string"
        },
        "member_Status_Date": {
          "format": "date-time",
          "type": "string"
        },
        "associationName": {
          "type": "string"
        },
        "associationState": {
          "type": "string"
        },
        "singleOwnedMLSName": {
          "type": "string"
        },
        "memberStatusCodeDescription": {
          "type": "string"
        },
        "historyCount": {
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "Member_Single_Owned_MLSJsonPatchDocument": {
      "type": "object",
      "properties": {
        "operations": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Member_Single_Owned_MLSOperation"
          },
          "readOnly": true
        },
        "contractResolver": {
          "$ref": "#/definitions/IContractResolver"
        }
      }
    },
    "Member_Single_Owned_MLSOperation": {
      "type": "object",
      "properties": {
        "operationType": {
          "$ref": "#/definitions/OperationType"
        },
        "path": {
          "type": "string"
        },
        "op": {
          "type": "string"
        },
        "from": {
          "type": "string"
        },
        "value": { }
      }
    },
    "Office": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "officeId": {
          "format": "int32",
          "type": "integer"
        },
        "officeBusinessName": {
          "type": "string"
        },
        "billingOfficeId": {
          "format": "int32",
          "type": "integer"
        },
        "branchType": {
          "type": "string"
        },
        "primaryLocalAssociationId": {
          "format": "int32",
          "type": "integer"
        },
        "primaryStateAssociationId": {
          "format": "int32",
          "type": "integer"
        },
        "officeStatusCode": {
          "type": "string"
        },
        "officeStatusDate": {
          "format": "date-time",
          "type": "string"
        },
        "corporateLicenseNumber": {
          "type": "string"
        },
        "officeEmailAddress": {
          "type": "string"
        },
        "franchiseOfficeId": {
          "format": "int32",
          "type": "integer"
        },
        "joinedDate": {
          "format": "date-time",
          "type": "string"
        },
        "streetAddressLine1": {
          "type": "string"
        },
        "streetAddressLine2": {
          "type": "string"
        },
        "streetCity": {
          "type": "string"
        },
        "streetState": {
          "type": "string"
        },
        "streetZip": {
          "type": "string"
        },
        "streetZip6": {
          "type": "string"
        },
        "mainOfficeId": {
          "format": "int32",
          "type": "integer"
        },
        "regionalMlsId": {
          "type": "string"
        },
        "mlsOnlineStatus": {
          "type": "string"
        },
        "mlsOnlineStatusDate": {
          "format": "date-time",
          "type": "string"
        },
        "nmSalespersonCount": {
          "format": "int32",
          "type": "integer"
        },
        "directMarketingMailFlag": {
          "type": "string"
        },
        "mailingAddressLine1": {
          "type": "string"
        },
        "mailingAddressLine2": {
          "type": "string"
        },
        "mailingCity": {
          "type": "string"
        },
        "mailingState": {
          "type": "string"
        },
        "mailingZip": {
          "type": "string"
        },
        "mailingZip6": {
          "type": "string"
        },
        "officeContactDrId": {
          "format": "int32",
          "type": "integer"
        },
        "officeContactDrName": {
          "type": "string"
        },
        "officeContactManagerId": {
          "format": "int32",
          "type": "integer"
        },
        "officeContactManagerName": {
          "type": "string"
        },
        "officeContactUnlicensed": {
          "type": "string"
        },
        "officeCorporateName": {
          "type": "string"
        },
        "officeFaxNumber": {
          "type": "string"
        },
        "officePhoneNumber": {
          "type": "string"
        },
        "officeStopFaxFlag": {
          "type": "string"
        },
        "officeTypeDescription": {
          "type": "string"
        },
        "officePrimaryIndicator": {
          "type": "string"
        },
        "parentCompanyOfficeId": {
          "format": "int32",
          "type": "integer"
        },
        "officeStopMailFlag": {
          "type": "string"
        },
        "taxIdNumber": {
          "type": "string"
        },
        "webPageAddress": {
          "type": "string"
        },
        "transferDate": {
          "format": "date-time",
          "type": "string"
        },
        "additionalPhoneNumber": {
          "type": "string"
        },
        "officeFormalName": {
          "type": "string"
        },
        "timeStampSeq": {
          "format": "int64",
          "type": "integer"
        },
        "billingOffice": {
          "$ref": "#/definitions/Office"
        },
        "mainOffice": {
          "$ref": "#/definitions/Office"
        },
        "franchiseOffice": {
          "$ref": "#/definitions/Office"
        },
        "parentCompanyOffice": {
          "$ref": "#/definitions/Office"
        },
        "refOfficeStatusType": {
          "$ref": "#/definitions/RefOfficeStatusType"
        },
        "refBranchType": {
          "$ref": "#/definitions/Ref_Branch_Type"
        },
        "officeContactDr": {
          "$ref": "#/definitions/Member"
        },
        "officeContactManager": {
          "$ref": "#/definitions/Member"
        },
        "primaryLocalAssociation": {
          "$ref": "#/definitions/Association"
        },
        "primaryStateAssociation": {
          "$ref": "#/definitions/Association"
        },
        "refStreetState": {
          "$ref": "#/definitions/Ref_State"
        },
        "refMailState": {
          "$ref": "#/definitions/Ref_State"
        },
        "officeSecondaries": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/OfficeSecondary"
          }
        }
      }
    },
    "OfficeJsonPatchDocument": {
      "type": "object",
      "properties": {
        "operations": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/OfficeOperation"
          },
          "readOnly": true
        },
        "contractResolver": {
          "$ref": "#/definitions/IContractResolver"
        }
      }
    },
    "OfficeOperation": {
      "type": "object",
      "properties": {
        "operationType": {
          "$ref": "#/definitions/OperationType"
        },
        "path": {
          "type": "string"
        },
        "op": {
          "type": "string"
        },
        "from": {
          "type": "string"
        },
        "value": { }
      }
    },
    "OfficePatch": {
      "type": "object",
      "properties": {
        "officeId": {
          "format": "int32",
          "type": "integer"
        },
        "updates": {
          "$ref": "#/definitions/OfficeJsonPatchDocument"
        }
      }
    },
    "OfficeSearchDirectoryReturn": {
      "type": "object",
      "properties": {
        "officeId": {
          "format": "int32",
          "type": "integer"
        },
        "officeGuid": {
          "format": "uuid",
          "type": "string"
        },
        "officeBusinessName": {
          "type": "string"
        },
        "designatedRealtor": {
          "type": "string"
        },
        "officeStreetCity": {
          "type": "string"
        },
        "officeStreetState": {
          "type": "string"
        },
        "officeStreetCountry": {
          "type": "string"
        },
        "phoneNumber": {
          "type": "string"
        }
      }
    },
    "OfficeSecondary": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "id": {
          "format": "int32",
          "type": "integer"
        },
        "officeId": {
          "format": "int32",
          "type": "integer"
        },
        "associationId": {
          "format": "int32",
          "type": "integer"
        },
        "officeStatusCode": {
          "type": "string"
        },
        "officeStatusDate": {
          "format": "date-time",
          "type": "string"
        },
        "nmSalespersonCount": {
          "format": "int32",
          "type": "integer"
        },
        "timeStampSeq": {
          "format": "int64",
          "type": "integer"
        },
        "association": {
          "$ref": "#/definitions/Association"
        },
        "refOfficeStatusType": {
          "$ref": "#/definitions/RefOfficeStatusType"
        },
        "refAssociationType": {
          "$ref": "#/definitions/Ref_Association_Type"
        },
        "historyCount": {
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "OfficeSecondaryJsonPatchDocument": {
      "type": "object",
      "properties": {
        "operations": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/OfficeSecondaryOperation"
          },
          "readOnly": true
        },
        "contractResolver": {
          "$ref": "#/definitions/IContractResolver"
        }
      }
    },
    "OfficeSecondaryOperation": {
      "type": "object",
      "properties": {
        "operationType": {
          "$ref": "#/definitions/OperationType"
        },
        "path": {
          "type": "string"
        },
        "op": {
          "type": "string"
        },
        "from": {
          "type": "string"
        },
        "value": { }
      }
    },
    "OfficeSecondaryPatch": {
      "type": "object",
      "properties": {
        "officeId": {
          "format": "int32",
          "type": "integer"
        },
        "association_Id": {
          "format": "int32",
          "type": "integer"
        },
        "updates": {
          "$ref": "#/definitions/OfficeSecondaryJsonPatchDocument"
        }
      }
    },
    "OffsetRequest": {
      "type": "object",
      "properties": {
        "typeCode": {
          "type": "string"
        },
        "fieldOrder": {
          "format": "int32",
          "type": "integer"
        },
        "offset": {
          "format": "int32",
          "type": "integer"
        },
        "returnCount": {
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "OperationType": {
      "format": "int32",
      "enum": [
        0,
        1,
        2,
        3,
        4,
        5,
        6
      ],
      "type": "integer"
    },
    "PaymentTypes": {
      "type": "object",
      "properties": {
        "associationId": {
          "format": "int32",
          "type": "integer"
        },
        "billingYear": {
          "format": "int32",
          "type": "integer"
        },
        "paymentType": {
          "type": "string"
        },
        "paymentTypeDescription": {
          "type": "string"
        }
      }
    },
    "Person": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "id": {
          "format": "int32",
          "type": "integer"
        },
        "first_Name": {
          "type": "string"
        },
        "last_Name": {
          "type": "string"
        },
        "middle_Name": {
          "type": "string"
        },
        "title": {
          "type": "string"
        },
        "gender": {
          "maxLength": 1,
          "minLength": 0,
          "type": "string"
        },
        "preferred_Pronoun": {
          "type": "string"
        },
        "international_Flag": {
          "type": "string"
        },
        "international_Guid": {
          "format": "uuid",
          "type": "string"
        },
        "search_Opt_Out_Flag": {
          "type": "string"
        },
        "biography": {
          "type": "string"
        },
        "portrait": {
          "type": "string"
        }
      }
    },
    "PersonJsonPatchDocument": {
      "type": "object",
      "properties": {
        "operations": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/PersonOperation"
          },
          "readOnly": true
        },
        "contractResolver": {
          "$ref": "#/definitions/IContractResolver"
        }
      }
    },
    "PersonOperation": {
      "type": "object",
      "properties": {
        "operationType": {
          "$ref": "#/definitions/OperationType"
        },
        "path": {
          "type": "string"
        },
        "op": {
          "type": "string"
        },
        "from": {
          "type": "string"
        },
        "value": { }
      }
    },
    "PoeSearch": {
      "type": "object",
      "properties": {
        "associationId": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "email": {
          "type": "string"
        },
        "memberId": {
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "RECNOfficeNMSalesperson": {
      "type": "object",
      "properties": {
        "officeId": {
          "format": "int32",
          "type": "integer"
        },
        "officeName": {
          "type": "string"
        },
        "memberId": {
          "format": "int32",
          "type": "integer"
        },
        "memberFirstName": {
          "type": "string"
        },
        "memberMiddleName": {
          "type": "string"
        },
        "memberLastName": {
          "type": "string"
        },
        "memberTypeCode": {
          "type": "string"
        },
        "memberStatusCode": {
          "type": "string"
        }
      }
    },
    "RefGenderType": {
      "type": "object",
      "properties": {
        "genderTypeCode": {
          "type": "string"
        },
        "genderTypeDescription": {
          "type": "string"
        }
      }
    },
    "RefMemberPrimaryIndicator": {
      "type": "object",
      "properties": {
        "primaryIndicatorTypeCode": {
          "type": "string"
        },
        "primaryIndciatorTypeDescription": {
          "type": "string"
        }
      }
    },
    "RefOfficeStatusType": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "officeStatusCode": {
          "type": "string"
        },
        "officeStatusDescription": {
          "type": "string"
        }
      }
    },
    "Ref_Address_Type": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "address_Type_Code": {
          "type": "string"
        },
        "address_Type_Description": {
          "type": "string"
        }
      }
    },
    "Ref_Association_Type": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "association_Type_Code": {
          "type": "string"
        },
        "association_Type_Description": {
          "type": "string"
        },
        "association_Type_Sort_Order": {
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "Ref_Attendance_Type": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "attendance_Type_Code": {
          "type": "string"
        },
        "attendance_Type_Description": {
          "type": "string"
        }
      }
    },
    "Ref_Branch_Type": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "branch_Type_Code": {
          "type": "string"
        },
        "branch_Type_Description": {
          "type": "string"
        }
      }
    },
    "Ref_Certification": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "certification_Code": {
          "type": "string"
        },
        "certification_Display_Code": {
          "type": "string"
        },
        "certification_Description": {
          "type": "string"
        },
        "certification_Owner": {
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "Ref_Coe_Cycle": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "cycle_Number": {
          "type": "string"
        },
        "cycle_Description": {
          "type": "string"
        },
        "cycle_Start_date": {
          "format": "date-time",
          "type": "string"
        },
        "cycle_End_Date": {
          "format": "date-time",
          "type": "string"
        },
        "fair_Housing_Flag": {
          "type": "string"
        }
      }
    },
    "Ref_Contribution_Type": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "contribution_Type_Code": {
          "type": "string"
        },
        "contribution_Type_Description": {
          "type": "string"
        }
      }
    },
    "Ref_Cost_Type": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "cost_Type_Code": {
          "type": "string"
        },
        "cost_Type_Description": {
          "type": "string"
        }
      }
    },
    "Ref_Country": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "country_Code": {
          "type": "string"
        },
        "country_Name": {
          "type": "string"
        },
        "alternate_Country_Name": {
          "type": "string"
        }
      }
    },
    "Ref_Demographic": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "demographic_Category": {
          "type": "string"
        },
        "demographic_Group_Code": {
          "type": "string"
        },
        "demographic_Category_Description": {
          "type": "string"
        },
        "demographic_Group_Description": {
          "type": "string"
        }
      }
    },
    "Ref_Designation": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "designation_Code": {
          "type": "string"
        },
        "designation_Description": {
          "type": "string"
        },
        "designation_Owner": {
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "Ref_Education_Level": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "education_Level_Code": {
          "type": "string"
        },
        "education_Level_Description": {
          "type": "string"
        }
      }
    },
    "Ref_Email_Type": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "email_Type_Code": {
          "type": "string"
        },
        "email_Type_Description": {
          "type": "string"
        }
      }
    },
    "Ref_Event_Cancel_Reason": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "event_Cancel_Reason_Code": {
          "type": "string"
        },
        "event_Cancel_Reason_Description": {
          "type": "string"
        }
      }
    },
    "Ref_Event_Status": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "event_Status_Code": {
          "type": "string"
        },
        "event_Status_Description": {
          "type": "string"
        },
        "event_Status_Display_Name": {
          "type": "string"
        },
        "display_Flag": {
          "type": "string"
        }
      }
    },
    "Ref_Event_Type": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "event_Type_Code": {
          "type": "string"
        },
        "event_Type_Description": {
          "type": "string"
        }
      }
    },
    "Ref_Extract_Status_Type": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "extract_Status_Code": {
          "type": "string"
        },
        "extract_Status_Description": {
          "type": "string"
        }
      }
    },
    "Ref_Fair_Housing": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "course_Code": {
          "type": "string"
        },
        "course_Name": {
          "type": "string"
        },
        "course_Description": {
          "type": "string"
        },
        "course_Owner_Role": {
          "type": "string"
        },
        "course_Owner": {
          "format": "int32",
          "type": "integer"
        },
        "director_Flag": {
          "type": "string"
        }
      }
    },
    "Ref_Field_Of_Business": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "field_Of_Business_Id": {
          "format": "int32",
          "type": "integer"
        },
        "field_Of_Business_Description": {
          "type": "string"
        },
        "field_Of_Business_Definition": {
          "type": "string"
        },
        "category_Code": {
          "format": "int32",
          "type": "integer"
        },
        "category_Description": {
          "type": "string"
        },
        "series_Code": {
          "format": "int32",
          "type": "integer"
        },
        "series_Description": {
          "type": "string"
        }
      }
    },
    "Ref_Language": {
      "type": "object",
      "properties": {
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "language_Code": {
          "type": "string"
        },
        "language_Name": {
          "type": "string"
        },
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_DateTime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_DateTime": {
          "format": "date-time",
          "type": "string"
        }
      }
    },
    "Ref_Meal_Option_Type": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "meal_Option_Type_Code": {
          "type": "string"
        },
        "meal_Option_Type_Description": {
          "type": "string"
        }
      }
    },
    "Ref_Member_Status_Type": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "member_Status_Code": {
          "type": "string"
        },
        "member_Status_Description": {
          "type": "string"
        }
      }
    },
    "Ref_Member_Type": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "member_Type_Code": {
          "type": "string"
        },
        "member_Type_Description": {
          "type": "string"
        }
      }
    },
    "Ref_Military_Service": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "military_Service_Code": {
          "type": "string"
        },
        "military_Service_Description": {
          "type": "string"
        }
      }
    },
    "Ref_Payment_Type": {
      "type": "object",
      "properties": {
        "association_Id": {
          "format": "int32",
          "type": "integer"
        },
        "association_Fee_Id": {
          "format": "int32",
          "type": "integer"
        },
        "billing_Year": {
          "format": "int32",
          "type": "integer"
        },
        "payment_Type_Code": {
          "type": "string"
        },
        "payment_Type_Description": {
          "type": "string"
        },
        "available_For_Invoicing_Flag": {
          "type": "string"
        },
        "available_For_Nrds_Flag": {
          "type": "string"
        }
      }
    },
    "Ref_Phone_Type": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "phone_Type_Code": {
          "type": "string"
        },
        "phone_Type_Description": {
          "type": "string"
        },
        "phone_Flag": {
          "type": "string"
        },
        "fax_Flag": {
          "type": "string"
        }
      }
    },
    "Ref_Policy_Clause_Interaction_Type": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "policy_Clause_Interaction_Code": {
          "type": "string"
        },
        "policy_Clause_Interaction_Description": {
          "type": "string"
        }
      }
    },
    "Ref_Portal_Theme": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "portal_Theme_Id": {
          "format": "int32",
          "type": "integer"
        },
        "portal_Theme_Name": {
          "type": "string"
        },
        "background_Hex": {
          "type": "string"
        },
        "primary_Hex": {
          "type": "string"
        },
        "secondary_Hex": {
          "type": "string"
        },
        "tertiary_Hex": {
          "type": "string"
        }
      }
    },
    "Ref_Position": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "position_Code": {
          "format": "int32",
          "type": "integer"
        },
        "position_Name": {
          "type": "string"
        }
      }
    },
    "Ref_Preferred_Pronoun": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "preferred_Pronoun_Code": {
          "type": "string"
        },
        "preferred_Pronoun_Description": {
          "type": "string"
        }
      }
    },
    "Ref_Province": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "province_Code": {
          "type": "string"
        },
        "province_Name": {
          "type": "string"
        }
      }
    },
    "Ref_Relationship_Type": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "relationship_Type_Code": {
          "type": "string"
        },
        "relationship_Type_Description": {
          "type": "string"
        }
      }
    },
    "Ref_Schedule_Type": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "schedule_Type_Code": {
          "type": "string"
        },
        "schedule_Type_Description": {
          "type": "string"
        }
      }
    },
    "Ref_Selection_Type": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "selection_Type_Code": {
          "type": "string"
        },
        "selection_Type_Description": {
          "type": "string"
        }
      }
    },
    "Ref_Social_Distance_Type": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "social_Distance_Type_Code": {
          "type": "string"
        },
        "social_Distance_Type_Description": {
          "type": "string"
        }
      }
    },
    "Ref_Specialization": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "specialization_Name": {
          "type": "string"
        },
        "specialization_Description": {
          "type": "string"
        }
      }
    },
    "Ref_State": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "state_Code": {
          "type": "string"
        },
        "state_Description": {
          "type": "string"
        }
      }
    },
    "Ref_Team_Status_Type": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "team_Status_Code": {
          "type": "string"
        },
        "team_Status_Description": {
          "type": "string"
        }
      }
    },
    "Ref_User_Roles": {
      "type": "object",
      "properties": {
        "user_Role_Code": {
          "type": "string"
        },
        "user_Role_Name": {
          "type": "string"
        },
        "proxy_Role_Flag": {
          "type": "string"
        }
      }
    },
    "ReinstatePatch": {
      "type": "object",
      "properties": {
        "member_Id": {
          "format": "int32",
          "type": "integer"
        },
        "personalInfoUpdates": {
          "$ref": "#/definitions/PersonJsonPatchDocument"
        },
        "memberUpdates": {
          "$ref": "#/definitions/MemberJsonPatchDocument"
        },
        "addressUpdates": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/MemberAddressPatch"
          }
        },
        "emailUpdates": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/MemberEmailPatch"
          }
        },
        "phoneUpdates": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/MemberPhonePatch"
          }
        },
        "fieldOfBusinessUpdates": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/MemberFieldOfBusinessPatch"
          }
        },
        "officeUpdates": {
          "$ref": "#/definitions/OfficePatch"
        }
      }
    },
    "ReportRequest": {
      "type": "object",
      "properties": {
        "associationId": {
          "format": "int32",
          "type": "integer"
        },
        "completedFlag": {
          "type": "boolean"
        },
        "cycleNumber": {
          "type": "string"
        }
      }
    },
    "SsoChangePassword": {
      "type": "object",
      "properties": {
        "username": {
          "type": "string"
        },
        "newPassword": {
          "type": "string"
        }
      }
    },
    "StringBuilder": {
      "type": "object",
      "properties": {
        "capacity": {
          "format": "int32",
          "type": "integer"
        },
        "maxCapacity": {
          "format": "int32",
          "type": "integer",
          "readOnly": true
        },
        "length": {
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "Team": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "id": {
          "format": "int32",
          "type": "integer"
        },
        "team_Name": {
          "type": "string"
        },
        "team_Status_Code": {
          "type": "string"
        },
        "team_Status_Date": {
          "format": "date-time",
          "type": "string"
        },
        "team_Leader_Id": {
          "format": "int32",
          "type": "integer"
        },
        "team_Email": {
          "type": "string"
        },
        "team_Website": {
          "type": "string"
        },
        "owning_Poe_Id": {
          "format": "int32",
          "type": "integer"
        },
        "teamMembers": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/TeamMember"
          }
        },
        "teamMemberCount": {
          "format": "int32",
          "type": "integer"
        },
        "officeId": {
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "TeamMember": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "id": {
          "format": "int32",
          "type": "integer"
        },
        "team_Id": {
          "format": "int32",
          "type": "integer"
        },
        "team_Member_Id": {
          "format": "int32",
          "type": "integer"
        },
        "member_Status_Code": {
          "type": "string"
        },
        "member_Status_Date": {
          "format": "date-time",
          "type": "string"
        },
        "owning_Poe_Id": {
          "format": "int32",
          "type": "integer"
        },
        "memberTeamEmailAddress": {
          "type": "string"
        },
        "memberStatusCodeDescription": {
          "type": "string"
        },
        "officeId": {
          "format": "int32",
          "type": "integer"
        },
        "mainOfficeId": {
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "Trans_Member_Address": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "trans_Id": {
          "format": "int32",
          "type": "integer"
        },
        "record_Change_Type": {
          "type": "string"
        },
        "member_Id": {
          "format": "int32",
          "type": "integer"
        },
        "address_Line_1": {
          "type": "string"
        },
        "address_Line_2": {
          "type": "string"
        },
        "address_City": {
          "type": "string"
        },
        "address_State": {
          "type": "string"
        },
        "address_Zip": {
          "type": "string"
        },
        "address_Zip6": {
          "type": "string"
        },
        "address_Type_Code": {
          "type": "string"
        }
      }
    },
    "Trans_Member_Email": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "trans_Id": {
          "format": "int32",
          "type": "integer"
        },
        "record_Change_Type": {
          "type": "string"
        },
        "member_Id": {
          "format": "int32",
          "type": "integer"
        },
        "email_Address": {
          "type": "string"
        },
        "email_Type_Code": {
          "type": "string"
        },
        "verified_Flag": {
          "type": "string"
        }
      }
    },
    "Trans_Member_Field_Of_Business": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "trans_Id": {
          "format": "int32",
          "type": "integer"
        },
        "record_Change_Type": {
          "type": "string"
        },
        "member_Id": {
          "format": "int32",
          "type": "integer"
        },
        "field_Of_Business_ID": {
          "format": "int32",
          "type": "integer"
        },
        "relationship_Type_Code": {
          "type": "string"
        },
        "field_Order": {
          "format": "int32",
          "type": "integer"
        },
        "fieldOfBusinessDescription": {
          "type": "string"
        }
      }
    },
    "Trans_Member_Phone": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "trans_Id": {
          "format": "int32",
          "type": "integer"
        },
        "record_Change_Type": {
          "type": "string"
        },
        "member_Id": {
          "format": "int32",
          "type": "integer"
        },
        "phone_Number": {
          "type": "string"
        },
        "phone_Type": {
          "type": "string"
        }
      }
    },
    "TransferMember": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "memberId": {
          "format": "int32",
          "type": "integer"
        },
        "personId": {
          "format": "int32",
          "type": "integer"
        },
        "middleName": {
          "type": "string"
        },
        "preferredPronoun": {
          "type": "string"
        },
        "title": {
          "type": "string"
        },
        "gender": {
          "type": "string"
        },
        "memberTypeCode": {
          "type": "string"
        },
        "memberTypeCodeDescription": {
          "type": "string"
        },
        "memberStatusCode": {
          "type": "string"
        },
        "memberStatusCodeDescription": {
          "type": "string"
        },
        "memberStatusDate": {
          "format": "date-time",
          "type": "string"
        },
        "joinedDate": {
          "format": "date-time",
          "type": "string"
        },
        "primaryLocalAssociationId": {
          "format": "int32",
          "type": "integer"
        },
        "localAssociationTypeCode": {
          "type": "string"
        },
        "localAssociationName": {
          "type": "string"
        },
        "localAssociationState": {
          "type": "string"
        },
        "stateAssociationTypeCode": {
          "type": "string"
        },
        "stateAssociationName": {
          "type": "string"
        },
        "primaryStateAssociationId": {
          "format": "int32",
          "type": "integer"
        },
        "primaryOfficeId": {
          "format": "int32",
          "type": "integer"
        },
        "primaryReLicenseNumber": {
          "type": "string"
        },
        "primaryReLicenseState": {
          "type": "string"
        },
        "memberPrimaryInd": {
          "type": "string"
        },
        "memberSubClass": {
          "type": "string"
        },
        "arbitrationEthicsPending": {
          "type": "string"
        },
        "designatedRealtorFlag": {
          "type": "string"
        },
        "localJoinDate": {
          "format": "date-time",
          "type": "string"
        },
        "specialDiscountFlag": {
          "type": "string"
        },
        "localSuspensionFlag": {
          "type": "string"
        },
        "duesWaivedLocalFlag": {
          "type": "string"
        },
        "duesWaivedNationalFlag": {
          "type": "string"
        },
        "duesWaivedStateFlag": {
          "type": "string"
        },
        "generation": {
          "type": "string"
        },
        "nickName": {
          "type": "string"
        },
        "birthDate": {
          "format": "date-time",
          "type": "string"
        },
        "directMarketingFlag": {
          "type": "string"
        },
        "occupationName": {
          "type": "string"
        },
        "officeVoiceMailExtensionNumber": {
          "type": "string"
        },
        "singleOwnedMlsStatusCode": {
          "type": "string"
        },
        "singleOwnedMlsStatusDate": {
          "format": "date-time",
          "type": "string"
        },
        "orientationDate": {
          "format": "date-time",
          "type": "string"
        },
        "previousNonMemberFlag": {
          "type": "string"
        },
        "reinstatementCode": {
          "type": "string"
        },
        "reinstatementDate": {
          "format": "date-time",
          "type": "string"
        },
        "stopPublicationFlag": {
          "type": "string"
        },
        "preferredMailTypeCode": {
          "type": "string"
        },
        "preferredPublicationTypeCode": {
          "type": "string"
        },
        "preferredPhoneTypeCode": {
          "type": "string"
        },
        "preferredFaxTypeCode": {
          "type": "string"
        },
        "stopFaxFlag": {
          "type": "string"
        },
        "stopEmailFlag": {
          "type": "string"
        },
        "webPageAddress": {
          "type": "string"
        },
        "mls": {
          "type": "string"
        },
        "onRosterFlag": {
          "type": "string"
        },
        "stopMailFlag": {
          "type": "string"
        },
        "isPoeFlag": {
          "type": "string"
        },
        "isPoeProxyFlag": {
          "type": "string"
        },
        "primaryFOBId": {
          "format": "int32",
          "type": "integer"
        },
        "primaryFieldOfBusinessId": {
          "format": "int32",
          "type": "integer"
        },
        "primaryFieldOfBusinessName": {
          "type": "string"
        },
        "secondaryFOBId1": {
          "format": "int32",
          "type": "integer"
        },
        "secondaryFieldOfBusinessId1": {
          "format": "int32",
          "type": "integer"
        },
        "secondaryFieldOfBusinessName1": {
          "type": "string"
        },
        "secondaryFOBId2": {
          "format": "int32",
          "type": "integer"
        },
        "secondaryFieldOfBusinessId2": {
          "format": "int32",
          "type": "integer"
        },
        "secondaryFieldOfBusinessName2": {
          "type": "string"
        },
        "secondaryFOBId3": {
          "format": "int32",
          "type": "integer"
        },
        "secondaryFieldOfBusinessId3": {
          "format": "int32",
          "type": "integer"
        },
        "secondaryFieldOfBusinessName3": {
          "type": "string"
        },
        "teamName": {
          "type": "string"
        },
        "teamId": {
          "format": "int32",
          "type": "integer"
        },
        "portrait": {
          "type": "string"
        },
        "memberSecondaries": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Member_Secondary"
          }
        },
        "memberSecondariesCount": {
          "format": "int32",
          "type": "integer"
        },
        "memberCertification": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Member_Certification"
          }
        },
        "memberCertificationCount": {
          "format": "int32",
          "type": "integer"
        },
        "memberCoe": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Member_Coe"
          }
        },
        "memberCoeCount": {
          "format": "int32",
          "type": "integer"
        },
        "memberDemographic": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Member_Demographic"
          }
        },
        "memberDemographicCount": {
          "format": "int32",
          "type": "integer"
        },
        "memberDesignation": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/BizMemberDesignation"
          }
        },
        "memberDesignationCount": {
          "format": "int32",
          "type": "integer"
        },
        "memberDuesPayment": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Member_Dues_Payment"
          }
        },
        "memberDuesPaymentCount": {
          "format": "int32",
          "type": "integer"
        },
        "memberEducationLevel": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Member_Education_Level"
          }
        },
        "memberEducationLevelCount": {
          "format": "int32",
          "type": "integer"
        },
        "memberEducation": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Member_Education"
          }
        },
        "memberEducationCount": {
          "format": "int32",
          "type": "integer"
        },
        "memberFairHousing": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Member_Fair_Housing"
          }
        },
        "memberFairHousingCount": {
          "format": "int32",
          "type": "integer"
        },
        "memberIscAffiliation": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Member_Isc_Affiliation"
          }
        },
        "memberIscAffiliationCount": {
          "format": "int32",
          "type": "integer"
        },
        "memberLanguage": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Member_Language"
          }
        },
        "memberLanguageCount": {
          "format": "int32",
          "type": "integer"
        },
        "memberMilitary": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Member_Military_Service"
          }
        },
        "memberMilitaryCount": {
          "format": "int32",
          "type": "integer"
        },
        "memberMLS": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Member_MLS"
          }
        },
        "memberMLSCount": {
          "format": "int32",
          "type": "integer"
        },
        "memberSingleOwnedMLS": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Member_Single_Owned_MLS"
          }
        },
        "memberSingleOwnedMLSCount": {
          "format": "int32",
          "type": "integer"
        },
        "homeAddressId": {
          "format": "int32",
          "type": "integer"
        },
        "homeAddressTypeCode": {
          "type": "string"
        },
        "homeAddressLine1": {
          "type": "string"
        },
        "homeAddressLine2": {
          "type": "string"
        },
        "homeAddressCity": {
          "type": "string"
        },
        "homeAddressState": {
          "type": "string"
        },
        "homeAddressZip": {
          "type": "string"
        },
        "homeAddressZip6": {
          "type": "string"
        },
        "mailAddressId": {
          "format": "int32",
          "type": "integer"
        },
        "mailAddressTypeCode": {
          "type": "string"
        },
        "mailAddressLine1": {
          "type": "string"
        },
        "mailAddressLine2": {
          "type": "string"
        },
        "mailAddressCity": {
          "type": "string"
        },
        "mailAddressState": {
          "type": "string"
        },
        "mailAddressZip": {
          "type": "string"
        },
        "mailAddressZip6": {
          "type": "string"
        },
        "personalEmailAddressId": {
          "format": "int32",
          "type": "integer"
        },
        "personalEmailAddress": {
          "type": "string"
        },
        "personalEmailVerifiedFlag": {
          "type": "string"
        },
        "businessEmailAddressId": {
          "format": "int32",
          "type": "integer"
        },
        "businessEmailAddress": {
          "type": "string"
        },
        "businessEmailVerifiedFlag": {
          "type": "string"
        },
        "sharedEmailAddressId": {
          "format": "int32",
          "type": "integer"
        },
        "sharedEmailAddress": {
          "type": "string"
        },
        "sharedEmailVerifiedFlag": {
          "type": "string"
        },
        "teamEmailAddressId": {
          "format": "int32",
          "type": "integer"
        },
        "teamEmailAddress": {
          "type": "string"
        },
        "homePhoneNumberId": {
          "format": "int32",
          "type": "integer"
        },
        "homePhoneNumber": {
          "type": "string"
        },
        "directDialNumberId": {
          "format": "int32",
          "type": "integer"
        },
        "directDialNumber": {
          "type": "string"
        },
        "cellPhoneNumberId": {
          "format": "int32",
          "type": "integer"
        },
        "cellPhoneNumber": {
          "type": "string"
        },
        "personalFaxNumberId": {
          "format": "int32",
          "type": "integer"
        },
        "personalFaxNumber": {
          "type": "string"
        },
        "officeAddressLine1": {
          "type": "string"
        },
        "officeAddressLine2": {
          "type": "string"
        },
        "officeAddressCity": {
          "type": "string"
        },
        "officeAddressState": {
          "type": "string"
        },
        "officeAddressZip": {
          "type": "string"
        },
        "officeBusinessName": {
          "type": "string"
        },
        "officePhoneNumber": {
          "type": "string"
        },
        "masterRecord": {
          "$ref": "#/definitions/Member_Master_Record"
        },
        "office": {
          "$ref": "#/definitions/Office"
        },
        "timeStampSeq": {
          "format": "int64",
          "type": "integer"
        },
        "searchResultsName": {
          "type": "string"
        },
        "transferPrimaryLocalAssociationId": {
          "format": "int32",
          "type": "integer"
        },
        "transferPrimaryStateAssociationId": {
          "format": "int32",
          "type": "integer"
        },
        "transferLocalJoinDate": {
          "format": "date-time",
          "type": "string"
        }
      }
    },
    "TransferOffice": {
      "type": "object",
      "properties": {
        "first_Inserted_By": {
          "type": "string"
        },
        "first_Inserted_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "last_Changed_By": {
          "type": "string"
        },
        "last_Changed_Datetime": {
          "format": "date-time",
          "type": "string"
        },
        "source_System_Id": {
          "format": "int32",
          "type": "integer"
        },
        "source_Method_Id": {
          "format": "int32",
          "type": "integer"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        },
        "coreEntityStatusCode": {
          "type": "string"
        },
        "canEdit": {
          "type": "string"
        },
        "sourceSystemDisplayName": {
          "type": "string"
        },
        "isInternal": {
          "type": "boolean"
        },
        "returnField": {
          "type": "boolean"
        },
        "isPubSub": {
          "type": "boolean"
        },
        "officeId": {
          "format": "int32",
          "type": "integer"
        },
        "officeBusinessName": {
          "type": "string"
        },
        "billingOfficeId": {
          "format": "int32",
          "type": "integer"
        },
        "branchType": {
          "type": "string"
        },
        "primaryLocalAssociationId": {
          "format": "int32",
          "type": "integer"
        },
        "primaryStateAssociationId": {
          "format": "int32",
          "type": "integer"
        },
        "officeStatusCode": {
          "type": "string"
        },
        "officeStatusDate": {
          "format": "date-time",
          "type": "string"
        },
        "corporateLicenseNumber": {
          "type": "string"
        },
        "officeEmailAddress": {
          "type": "string"
        },
        "franchiseOfficeId": {
          "format": "int32",
          "type": "integer"
        },
        "joinedDate": {
          "format": "date-time",
          "type": "string"
        },
        "streetAddressLine1": {
          "type": "string"
        },
        "streetAddressLine2": {
          "type": "string"
        },
        "streetCity": {
          "type": "string"
        },
        "streetState": {
          "type": "string"
        },
        "streetZip": {
          "type": "string"
        },
        "streetZip6": {
          "type": "string"
        },
        "mainOfficeId": {
          "format": "int32",
          "type": "integer"
        },
        "regionalMlsId": {
          "type": "string"
        },
        "mlsOnlineStatus": {
          "type": "string"
        },
        "mlsOnlineStatusDate": {
          "format": "date-time",
          "type": "string"
        },
        "nmSalespersonCount": {
          "format": "int32",
          "type": "integer"
        },
        "directMarketingMailFlag": {
          "type": "string"
        },
        "mailingAddressLine1": {
          "type": "string"
        },
        "mailingAddressLine2": {
          "type": "string"
        },
        "mailingCity": {
          "type": "string"
        },
        "mailingState": {
          "type": "string"
        },
        "mailingZip": {
          "type": "string"
        },
        "mailingZip6": {
          "type": "string"
        },
        "officeContactDrId": {
          "format": "int32",
          "type": "integer"
        },
        "officeContactDrName": {
          "type": "string"
        },
        "officeContactManagerId": {
          "format": "int32",
          "type": "integer"
        },
        "officeContactManagerName": {
          "type": "string"
        },
        "officeContactUnlicensed": {
          "type": "string"
        },
        "officeCorporateName": {
          "type": "string"
        },
        "officeFaxNumber": {
          "type": "string"
        },
        "officePhoneNumber": {
          "type": "string"
        },
        "officeStopFaxFlag": {
          "type": "string"
        },
        "officeTypeDescription": {
          "type": "string"
        },
        "officePrimaryIndicator": {
          "type": "string"
        },
        "parentCompanyOfficeId": {
          "format": "int32",
          "type": "integer"
        },
        "officeStopMailFlag": {
          "type": "string"
        },
        "taxIdNumber": {
          "type": "string"
        },
        "webPageAddress": {
          "type": "string"
        },
        "transferDate": {
          "format": "date-time",
          "type": "string"
        },
        "additionalPhoneNumber": {
          "type": "string"
        },
        "officeFormalName": {
          "type": "string"
        },
        "timeStampSeq": {
          "format": "int64",
          "type": "integer"
        },
        "billingOffice": {
          "$ref": "#/definitions/Office"
        },
        "mainOffice": {
          "$ref": "#/definitions/Office"
        },
        "franchiseOffice": {
          "$ref": "#/definitions/Office"
        },
        "parentCompanyOffice": {
          "$ref": "#/definitions/Office"
        },
        "refOfficeStatusType": {
          "$ref": "#/definitions/RefOfficeStatusType"
        },
        "refBranchType": {
          "$ref": "#/definitions/Ref_Branch_Type"
        },
        "officeContactDr": {
          "$ref": "#/definitions/Member"
        },
        "officeContactManager": {
          "$ref": "#/definitions/Member"
        },
        "primaryLocalAssociation": {
          "$ref": "#/definitions/Association"
        },
        "primaryStateAssociation": {
          "$ref": "#/definitions/Association"
        },
        "refStreetState": {
          "$ref": "#/definitions/Ref_State"
        },
        "refMailState": {
          "$ref": "#/definitions/Ref_State"
        },
        "officeSecondaries": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/OfficeSecondary"
          }
        },
        "transferPrimaryLocalAssociationId": {
          "format": "int32",
          "type": "integer"
        },
        "transferPrimaryStateAssociationId": {
          "format": "int32",
          "type": "integer"
        },
        "transferAssignedDate": {
          "format": "date-time",
          "type": "string"
        }
      }
    },
    "User_Info": {
      "type": "object",
      "properties": {
        "user_Info_Id": {
          "format": "int32",
          "type": "integer"
        },
        "login_Id": {
          "type": "string"
        },
        "login_Password": {
          "type": "string"
        },
        "login_Password2": {
          "type": "string"
        },
        "password_CHG_Dt": {
          "format": "date-time",
          "type": "string"
        },
        "status": {
          "type": "string"
        },
        "format_Type_CD": {
          "type": "string"
        },
        "relationship_Owner": {
          "type": "string"
        },
        "auth_Comment": {
          "type": "string"
        },
        "terminate_Comment": {
          "type": "string"
        },
        "created_By": {
          "type": "string"
        },
        "created_Dt": {
          "format": "date-time",
          "type": "string"
        },
        "modified_By": {
          "type": "string"
        },
        "modified_Dt": {
          "format": "date-time",
          "type": "string"
        }
      }
    }
  },
  "securityDefinitions": {
    "basic": {
      "type": "basic",
      "description": "Basic Authorization header using user and password"
    }
  },
  "security": [
    {
      "basic": [ ]
    }
  ]
}