{
  "openapi": "3.0.1",
  "info": {
    "title": "RESTAPI Core V1"
  },
  "paths": {
    "/api/users/accouts-mswsync": {
      "post": {
        "tags": [
          "AccountMSW"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/AccountsMSWSyncequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AccountsMSWSyncequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/AccountsMSWSyncequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/AccountsMSWSyncequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/AccountsMSWSyncequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/AccountsMSWSyncequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/AccountsMSWSyncequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              }
            }
          }
        }
      }
    },
    "/api/users/get-registration-code": {
      "post": {
        "tags": [
          "AccountMSW"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/AccountsRegistrationcodeRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AccountsRegistrationcodeRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/AccountsRegistrationcodeRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/AccountsRegistrationcodeRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/AccountsRegistrationcodeRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/AccountsRegistrationcodeRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/AccountsRegistrationcodeRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ForgotPasswordResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ForgotPasswordResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ForgotPasswordResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ForgotPasswordResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ForgotPasswordResponse"
                }
              }
            }
          }
        }
      }
    },
    "/avalon.asmx": {
      "post": {
        "tags": [
          "Avalon"
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/product/{serial}/backupPrefOperation/{fileId}/{operation}": {
      "post": {
        "tags": [
          "backupprefoperation"
        ],
        "parameters": [
          {
            "name": "serial",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fileId",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "operation",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/BackUpPrefOperationResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/BackUpPrefOperationResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/BackUpPrefOperationResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/BackUpPrefOperationResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/BackUpPrefOperationResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/backupPrefOperation": {
      "post": {
        "tags": [
          "backupprefoperation"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/PrefFileRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/PrefFileRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/PrefFileRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/PrefFileRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/PrefFileRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/PrefFileRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/PrefFileRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/BackUpPrefOperationResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/BackUpPrefOperationResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/BackUpPrefOperationResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/BackUpPrefOperationResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/BackUpPrefOperationResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/process-pref-activity": {
      "post": {
        "tags": [
          "backupprefoperation"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/MSWPrefFileActivityMessage"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/MSWPrefFileActivityMessage"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/MSWPrefFileActivityMessage"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/MSWPrefFileActivityMessage"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/MSWPrefFileActivityMessage"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/MSWPrefFileActivityMessage"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/MSWPrefFileActivityMessage"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/product/update-cloudbackup-status": {
      "post": {
        "tags": [
          "backupprefoperation"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/MSWCloudBackupStatusUpdate"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/MSWCloudBackupStatusUpdate"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/MSWCloudBackupStatusUpdate"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/MSWCloudBackupStatusUpdate"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/MSWCloudBackupStatusUpdate"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/MSWCloudBackupStatusUpdate"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/MSWCloudBackupStatusUpdate"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/update-backup-choices": {
      "post": {
        "tags": [
          "backupprefoperation"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateBackupChoicesRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateBackupChoicesRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateBackupChoicesRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateBackupChoicesRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/UpdateBackupChoicesRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/UpdateBackupChoicesRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/UpdateBackupChoicesRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/process-pref-delete-activity": {
      "post": {
        "tags": [
          "backupprefoperation"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/MSWPrefFileActivityMessage"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/MSWPrefFileActivityMessage"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/MSWPrefFileActivityMessage"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/MSWPrefFileActivityMessage"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/MSWPrefFileActivityMessage"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/MSWPrefFileActivityMessage"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/MSWPrefFileActivityMessage"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/product/{serial}/backupPrefs": {
      "get": {
        "tags": [
          "backupprefs"
        ],
        "parameters": [
          {
            "name": "serial",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetBackUpPrefResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetBackUpPrefResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetBackUpPrefResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetBackUpPrefResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetBackUpPrefResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/backupPrefs": {
      "get": {
        "tags": [
          "backupprefs"
        ],
        "parameters": [
          {
            "name": "serial",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetBackUpPrefResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetBackUpPrefResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetBackUpPrefResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetBackUpPrefResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetBackUpPrefResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/order/get-product-catalog": {
      "get": {
        "tags": [
          "buynow"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetCatalogResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetCatalogResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetCatalogResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetCatalogResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetCatalogResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/order/get-service-type": {
      "get": {
        "tags": [
          "buynow"
        ],
        "parameters": [
          {
            "name": "productCategoryId",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetServiceTypeResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetServiceTypeResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetServiceTypeResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetServiceTypeResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetServiceTypeResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/order/get-service-list": {
      "get": {
        "tags": [
          "buynow"
        ],
        "parameters": [
          {
            "name": "serviceId",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "productId",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "serialNumber",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "ssipn",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "isGuestBuynow",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "emailAddress",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "userName",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "sor",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "reg",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "equoteid",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "isFromHes",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetServiceListResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetServiceListResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetServiceListResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetServiceListResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetServiceListResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/order/get-buyable-services-by-ssipn": {
      "get": {
        "tags": [
          "buynow"
        ],
        "parameters": [
          {
            "name": "ssipn",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetServiceListResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetServiceListResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetServiceListResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetServiceListResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetServiceListResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/order/add-to-cart": {
      "post": {
        "tags": [
          "buynow"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/BasketItem"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/BasketItem"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/BasketItem"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/BasketItem"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/BasketItem"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/BasketItem"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/BasketItem"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/AddToCartResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AddToCartResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/AddToCartResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/AddToCartResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/AddToCartResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/order/get-projections": {
      "get": {
        "tags": [
          "buynow"
        ],
        "parameters": [
          {
            "name": "rootServiceID",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serialNumber",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serviceId",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "quantity",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nodeCount",
            "in": "query",
            "schema": {
              "type": "string",
              "default": "0"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/BuyableProjectionsResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/BuyableProjectionsResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/BuyableProjectionsResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/BuyableProjectionsResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/BuyableProjectionsResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/order/basket/get": {
      "get": {
        "tags": [
          "buynow"
        ],
        "parameters": [
          {
            "name": "basketId",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "fromConfirmPage",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ViewBasketResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ViewBasketResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ViewBasketResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ViewBasketResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ViewBasketResponse"
                }
              }
            }
          }
        }
      }
    },
    "/wcf/BuyNow/order.svc/GetEDKBuyNowOrders": {
      "post": {
        "tags": [
          "BuyNow"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetEDKBuyNowOrdersResponse"
                }
              }
            }
          }
        }
      }
    },
    "/wcf/BuyNow/order.svc/ProcessPurchaseOrder": {
      "post": {
        "tags": [
          "BuyNowOrder"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "type": "array",
                  "items": { }
                }
              },
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": { }
                }
              },
              "text/json": {
                "schema": {
                  "type": "array",
                  "items": { }
                }
              },
              "application/xml": {
                "schema": {
                  "type": "array",
                  "items": { }
                }
              },
              "text/xml": {
                "schema": {
                  "type": "array",
                  "items": { }
                }
              }
            }
          }
        }
      }
    },
    "/api/validate-custom-captcha": {
      "get": {
        "tags": [
          "captchacontroller"
        ],
        "parameters": [
          {
            "name": "captchaText",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ValidateCaptchaResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ValidateCaptchaResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ValidateCaptchaResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ValidateCaptchaResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ValidateCaptchaResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/captcha-details": {
      "get": {
        "tags": [
          "captchacontroller"
        ],
        "parameters": [
          {
            "name": "oemCode",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ValidateCaptchaResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ValidateCaptchaResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ValidateCaptchaResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ValidateCaptchaResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ValidateCaptchaResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/claims/get-claims": {
      "get": {
        "tags": [
          "claims"
        ],
        "parameters": [
          {
            "name": "test",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ClaimsResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ClaimsResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ClaimsResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ClaimsResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ClaimsResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/claims/update-comments": {
      "post": {
        "tags": [
          "claims"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/UpdateCommentsList"
                }
              }
            },
            "application/json": {
              "schema": {
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/UpdateCommentsList"
                }
              }
            },
            "text/json": {
              "schema": {
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/UpdateCommentsList"
                }
              }
            },
            "application/*+json": {
              "schema": {
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/UpdateCommentsList"
                }
              }
            },
            "application/xml": {
              "schema": {
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/UpdateCommentsList"
                }
              }
            },
            "text/xml": {
              "schema": {
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/UpdateCommentsList"
                }
              }
            },
            "application/*+xml": {
              "schema": {
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/UpdateCommentsList"
                }
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ClaimsResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ClaimsResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ClaimsResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ClaimsResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ClaimsResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/claims/add-claims": {
      "post": {
        "tags": [
          "claims"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/AddClaimsList"
                }
              }
            },
            "application/json": {
              "schema": {
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/AddClaimsList"
                }
              }
            },
            "text/json": {
              "schema": {
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/AddClaimsList"
                }
              }
            },
            "application/*+json": {
              "schema": {
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/AddClaimsList"
                }
              }
            },
            "application/xml": {
              "schema": {
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/AddClaimsList"
                }
              }
            },
            "text/xml": {
              "schema": {
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/AddClaimsList"
                }
              }
            },
            "application/*+xml": {
              "schema": {
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/AddClaimsList"
                }
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ClaimsResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ClaimsResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ClaimsResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ClaimsResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ClaimsResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/claims/unclaim": {
      "post": {
        "tags": [
          "claims"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/UnclaimList"
                }
              }
            },
            "application/json": {
              "schema": {
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/UnclaimList"
                }
              }
            },
            "text/json": {
              "schema": {
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/UnclaimList"
                }
              }
            },
            "application/*+json": {
              "schema": {
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/UnclaimList"
                }
              }
            },
            "application/xml": {
              "schema": {
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/UnclaimList"
                }
              }
            },
            "text/xml": {
              "schema": {
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/UnclaimList"
                }
              }
            },
            "application/*+xml": {
              "schema": {
                "type": "array",
                "items": {
                  "$ref": "#/components/schemas/UnclaimList"
                }
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ClaimsResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ClaimsResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ClaimsResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ClaimsResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ClaimsResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/claims/SubscriptionReport-Claims": {
      "get": {
        "tags": [
          "claims"
        ],
        "parameters": [
          {
            "name": "isForced",
            "in": "query",
            "schema": {
              "type": "string",
              "default": "YES"
            }
          },
          {
            "name": "productGroupId",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/SubscriptionReportClaimsResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/SubscriptionReportClaimsResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/SubscriptionReportClaimsResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/SubscriptionReportClaimsResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/SubscriptionReportClaimsResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/coterm/{requsername}/get-coterm-data": {
      "get": {
        "tags": [
          "CoTerm"
        ],
        "parameters": [
          {
            "name": "requsername",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "isforced",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/CoTermDataResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CoTermDataResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/CoTermDataResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/CoTermDataResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/CoTermDataResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/coterm/get-coterm-data": {
      "get": {
        "tags": [
          "CoTerm"
        ],
        "parameters": [
          {
            "name": "requsername",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "isforced",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/CoTermDataResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CoTermDataResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/CoTermDataResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/CoTermDataResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/CoTermDataResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/coterm/{requsername}/update-coterm-data": {
      "post": {
        "tags": [
          "CoTerm"
        ],
        "parameters": [
          {
            "name": "requsername",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateCoTermDataRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateCoTermDataRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateCoTermDataRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateCoTermDataRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/UpdateCoTermDataRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/UpdateCoTermDataRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/UpdateCoTermDataRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateCoTermDataResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateCoTermDataResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateCoTermDataResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateCoTermDataResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateCoTermDataResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/coterm/update-coterm-data": {
      "post": {
        "tags": [
          "CoTerm"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateCoTermDataRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateCoTermDataRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateCoTermDataRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateCoTermDataRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/UpdateCoTermDataRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/UpdateCoTermDataRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/UpdateCoTermDataRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateCoTermDataResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateCoTermDataResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateCoTermDataResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateCoTermDataResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateCoTermDataResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/coterm/{requsername}/complete-coterm": {
      "get": {
        "tags": [
          "CoTerm"
        ],
        "parameters": [
          {
            "name": "requsername",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/CompleteCoTermDataResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CompleteCoTermDataResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/CompleteCoTermDataResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/CompleteCoTermDataResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/CompleteCoTermDataResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/coterm/complete-coterm": {
      "get": {
        "tags": [
          "CoTerm"
        ],
        "parameters": [
          {
            "name": "requsername",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/CompleteCoTermDataResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CompleteCoTermDataResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/CompleteCoTermDataResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/CompleteCoTermDataResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/CompleteCoTermDataResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/bulkcotermactivation": {
      "post": {
        "tags": [
          "CoTerm"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/BulkCotermActivationRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/BulkCotermActivationRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/BulkCotermActivationRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/BulkCotermActivationRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/BulkCotermActivationRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/BulkCotermActivationRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/BulkCotermActivationRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/BulkCotermActivationResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/BulkCotermActivationResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/BulkCotermActivationResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/BulkCotermActivationResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/BulkCotermActivationResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/getcustomer/{id}": {
      "get": {
        "tags": [
          "Customer"
        ],
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/getcustomer": {
      "get": {
        "tags": [
          "Customer"
        ],
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/product/{serial}/downloadpreffile/{fileId}": {
      "get": {
        "tags": [
          "downloadpreffile"
        ],
        "parameters": [
          {
            "name": "serial",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fileId",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/DownloadPrefFileResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/DownloadPrefFileResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/DownloadPrefFileResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/DownloadPrefFileResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/DownloadPrefFileResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/downloadpreffile": {
      "get": {
        "tags": [
          "downloadpreffile"
        ],
        "parameters": [
          {
            "name": "serial",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fileId",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/DownloadPrefFileResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/DownloadPrefFileResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/DownloadPrefFileResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/DownloadPrefFileResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/DownloadPrefFileResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/downloads/get-user-downloads": {
      "post": {
        "tags": [
          "downloads"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/UserDownloadReq"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/UserDownloadReq"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/UserDownloadReq"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/UserDownloadReq"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/UserDownloadReq"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/UserDownloadReq"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/UserDownloadReq"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetUserDownloadResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetUserDownloadResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetUserDownloadResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetUserDownloadResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetUserDownloadResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/downloads/get-downloads": {
      "post": {
        "tags": [
          "downloads"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/UserDownloadReq"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/UserDownloadReq"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/UserDownloadReq"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/UserDownloadReq"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/UserDownloadReq"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/UserDownloadReq"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/UserDownloadReq"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetUserDownloadResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetUserDownloadResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetUserDownloadResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetUserDownloadResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetUserDownloadResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/downloads/get-user-downloadFilters": {
      "get": {
        "tags": [
          "downloads"
        ],
        "parameters": [
          {
            "name": "username",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetDownloadFilterRes"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetDownloadFilterRes"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetDownloadFilterRes"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetDownloadFilterRes"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetDownloadFilterRes"
                }
              }
            }
          }
        }
      }
    },
    "/api/downloads/get-downloadFilters": {
      "get": {
        "tags": [
          "downloads"
        ],
        "parameters": [
          {
            "name": "username",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetDownloadFilterRes"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetDownloadFilterRes"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetDownloadFilterRes"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetDownloadFilterRes"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetDownloadFilterRes"
                }
              }
            }
          }
        }
      }
    },
    "/api/downloads/GetFirmwareReleaseStatus": {
      "get": {
        "tags": [
          "downloads"
        ],
        "parameters": [
          {
            "name": "serial",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "firmwareVersion",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "username",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "swLangCode",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "oemCode",
            "in": "query",
            "schema": {
              "type": "string",
              "default": "SNWL"
            }
          },
          {
            "name": "appName",
            "in": "query",
            "schema": {
              "type": "string",
              "default": "MSW"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetFirmwareReleaseStatusResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetFirmwareReleaseStatusResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetFirmwareReleaseStatusResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetFirmwareReleaseStatusResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetFirmwareReleaseStatusResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/downloads/{serialnumber}": {
      "get": {
        "tags": [
          "My_Products"
        ],
        "summary": "Get a product firmware versions, including latest available firmware",
        "description": "Get a product firmware versions, including latest available firmware",
        "parameters": [
          {
            "name": "serialnumber",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "username",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "swLangCode",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "appName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "oemCode",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetProductDownloadResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetProductDownloadResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetProductDownloadResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetProductDownloadResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetProductDownloadResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/downloads/Getdownloads": {
      "get": {
        "tags": [
          "downloads"
        ],
        "parameters": [
          {
            "name": "serial",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "username",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "swLangCode",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "appName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "oemCode",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetProductDownloadResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetProductDownloadResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetProductDownloadResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetProductDownloadResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetProductDownloadResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/downloads/{username}/get-termsconditions": {
      "get": {
        "tags": [
          "downloads"
        ],
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "swID",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "tncID",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "oemCode",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetTermsConditionResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetTermsConditionResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetTermsConditionResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetTermsConditionResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetTermsConditionResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/downloads/get-downloadtermsconditions": {
      "get": {
        "tags": [
          "downloads"
        ],
        "parameters": [
          {
            "name": "username",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "swID",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "tncID",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "oemCode",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetTermsConditionResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetTermsConditionResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetTermsConditionResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetTermsConditionResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetTermsConditionResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/downloads/get-termsconditions": {
      "get": {
        "tags": [
          "downloads"
        ],
        "parameters": [
          {
            "name": "username",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "swID",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "tncID",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "oemCode",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetTermsConditionResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetTermsConditionResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetTermsConditionResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetTermsConditionResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetTermsConditionResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/downloads/add-mydownloads": {
      "post": {
        "tags": [
          "downloads"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/MyDownloadReq"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/MyDownloadReq"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/MyDownloadReq"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/MyDownloadReq"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/MyDownloadReq"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/MyDownloadReq"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/MyDownloadReq"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/MyDownloadResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/MyDownloadResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/MyDownloadResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/MyDownloadResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/MyDownloadResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/downloads/remove-mydownloads": {
      "post": {
        "tags": [
          "downloads"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/MyDownloadReq"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/MyDownloadReq"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/MyDownloadReq"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/MyDownloadReq"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/MyDownloadReq"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/MyDownloadReq"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/MyDownloadReq"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/MyDownloadResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/MyDownloadResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/MyDownloadResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/MyDownloadResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/MyDownloadResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/downloads/activate-software-download": {
      "get": {
        "tags": [
          "downloads"
        ],
        "parameters": [
          {
            "name": "userName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ActivateDownloadResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ActivateDownloadResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ActivateDownloadResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ActivateDownloadResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ActivateDownloadResponse"
                }
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "downloads"
        ],
        "parameters": [
          {
            "name": "userName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "choiceID",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              }
            }
          }
        }
      }
    },
    "/api/downloads/download-software": {
      "get": {
        "tags": [
          "downloads"
        ],
        "parameters": [
          {
            "name": "username",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "swID",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32",
              "default": 0
            }
          },
          {
            "name": "swGrpID",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32",
              "default": 0
            }
          },
          {
            "name": "sessionID",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "isRNotes",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32",
              "default": 0
            }
          },
          {
            "name": "appName",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "oemCode",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "source",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "post": {
        "tags": [
          "downloads"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/PostDownloadSwRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/PostDownloadSwRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/PostDownloadSwRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/PostDownloadSwRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/PostDownloadSwRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/PostDownloadSwRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/PostDownloadSwRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/downloads/{userName}/get-firmware-update": {
      "get": {
        "tags": [
          "downloads"
        ],
        "parameters": [
          {
            "name": "userName",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantid",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "isforced",
            "in": "query",
            "schema": {
              "type": "boolean",
              "default": false
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetFirmwareUpdateResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetFirmwareUpdateResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetFirmwareUpdateResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetFirmwareUpdateResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetFirmwareUpdateResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/downloads/get-firmware-update": {
      "get": {
        "tags": [
          "downloads"
        ],
        "parameters": [
          {
            "name": "userName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantid",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "isforced",
            "in": "query",
            "schema": {
              "type": "boolean",
              "default": false
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetFirmwareUpdateResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetFirmwareUpdateResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetFirmwareUpdateResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetFirmwareUpdateResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetFirmwareUpdateResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/downloads/download-signaturefile-sigID": {
      "get": {
        "tags": [
          "downloads"
        ],
        "parameters": [
          {
            "name": "username",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sessionID",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sigID",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "strReturnZip",
            "in": "query",
            "schema": {
              "type": "string",
              "default": "NO"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/downloads/get-Signatures-Downloads": {
      "get": {
        "tags": [
          "downloads"
        ],
        "parameters": [
          {
            "name": "username",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serialNumber",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sigID",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "strReturnZip",
            "in": "query",
            "schema": {
              "type": "string",
              "default": "NO"
            }
          },
          {
            "name": "sessionID",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "strAccessCode",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/downloads/get-csafirmware-downloads": {
      "get": {
        "tags": [
          "downloads"
        ],
        "parameters": [
          {
            "name": "username",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sessionID",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serialNumber",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/downloads/get-csasmashupgrade-downloads": {
      "get": {
        "tags": [
          "downloads"
        ],
        "parameters": [
          {
            "name": "username",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sessionID",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serialNumber",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/downloads/update-csafilehash-details": {
      "post": {
        "tags": [
          "downloads"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/PostCsaFileHashRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/PostCsaFileHashRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/PostCsaFileHashRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/PostCsaFileHashRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/PostCsaFileHashRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/PostCsaFileHashRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/PostCsaFileHashRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/PostCsaFileHashResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/PostCsaFileHashResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/PostCsaFileHashResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/PostCsaFileHashResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/PostCsaFileHashResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/downloads/get-signature-files": {
      "get": {
        "tags": [
          "downloads"
        ],
        "parameters": [
          {
            "name": "test",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/SigDownloadResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/SigDownloadResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/SigDownloadResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/SigDownloadResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/SigDownloadResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/downloads/get-softwaretype-platform": {
      "get": {
        "tags": [
          "downloads"
        ],
        "parameters": [
          {
            "name": "oemcode",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetSoftwarePlatformResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetSoftwarePlatformResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetSoftwarePlatformResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetSoftwarePlatformResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetSoftwarePlatformResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/downloads/get-aepc-support-chart": {
      "post": {
        "tags": [
          "downloads"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/GetAEPCSupportChartRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/GetAEPCSupportChartRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/GetAEPCSupportChartRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/GetAEPCSupportChartRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/GetAEPCSupportChartRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/GetAEPCSupportChartRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/GetAEPCSupportChartRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetAEPCSupportChartResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetAEPCSupportChartResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetAEPCSupportChartResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetAEPCSupportChartResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetAEPCSupportChartResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/downloads/get-applicableSoftwareGroups": {
      "get": {
        "tags": [
          "downloads"
        ],
        "parameters": [
          {
            "name": "username",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "langCode",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "softwareGroupID",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "fileType",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "source",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetDownloadFilterRes"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetDownloadFilterRes"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetDownloadFilterRes"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetDownloadFilterRes"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetDownloadFilterRes"
                }
              }
            }
          }
        }
      }
    },
    "/api/downloads/get-free-applicableSoftwareGroups": {
      "get": {
        "tags": [
          "downloads"
        ],
        "parameters": [
          {
            "name": "username",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "langCode",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "softwareGroupID",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "fileType",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "source",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetDownloadFilterRes"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetDownloadFilterRes"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetDownloadFilterRes"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetDownloadFilterRes"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetDownloadFilterRes"
                }
              }
            }
          }
        }
      }
    },
    "/api/downloads/get-applicableDownloads": {
      "post": {
        "tags": [
          "downloads"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/UserDownloadReq"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/UserDownloadReq"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/UserDownloadReq"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/UserDownloadReq"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/UserDownloadReq"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/UserDownloadReq"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/UserDownloadReq"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetUserDownloadResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetUserDownloadResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetUserDownloadResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetUserDownloadResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetUserDownloadResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/downloads/get-freeDownloads": {
      "post": {
        "tags": [
          "downloads"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/UserDownloadReq"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/UserDownloadReq"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/UserDownloadReq"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/UserDownloadReq"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/UserDownloadReq"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/UserDownloadReq"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/UserDownloadReq"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetUserDownloadResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetUserDownloadResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetUserDownloadResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetUserDownloadResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetUserDownloadResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/downloads/get-productfamiles": {
      "get": {
        "tags": [
          "downloads"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetDownloadProductFamilyResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetDownloadProductFamilyResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetDownloadProductFamilyResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetDownloadProductFamilyResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetDownloadProductFamilyResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/downloads/get-applicableversions": {
      "post": {
        "tags": [
          "downloads"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/GeApplicableVersionyReq"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/GeApplicableVersionyReq"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/GeApplicableVersionyReq"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/GeApplicableVersionyReq"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/GeApplicableVersionyReq"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/GeApplicableVersionyReq"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/GeApplicableVersionyReq"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GeApplicableVersionResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GeApplicableVersionResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GeApplicableVersionResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GeApplicableVersionResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GeApplicableVersionResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/downloads/get-applicableversions-software": {
      "post": {
        "tags": [
          "downloads"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/GeApplicableVersionyReq"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/GeApplicableVersionyReq"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/GeApplicableVersionyReq"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/GeApplicableVersionyReq"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/GeApplicableVersionyReq"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/GeApplicableVersionyReq"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/GeApplicableVersionyReq"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/downloads/list-product-firmware": {
      "get": {
        "tags": [
          "downloads"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/ListProductFirmwareRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/ListProductFirmwareRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/ListProductFirmwareRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/ListProductFirmwareRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/ListProductFirmwareRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/ListProductFirmwareRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/ListProductFirmwareRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ListProductFirmwareResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ListProductFirmwareResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ListProductFirmwareResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ListProductFirmwareResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ListProductFirmwareResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/order/basketitem/{basketitemid}/remove": {
      "delete": {
        "tags": [
          "Ecom"
        ],
        "parameters": [
          {
            "name": "basketItemId",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/RemoveBasketItemResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/RemoveBasketItemResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/RemoveBasketItemResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/RemoveBasketItemResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/RemoveBasketItemResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/order/basketitem/remove": {
      "delete": {
        "tags": [
          "Ecom"
        ],
        "parameters": [
          {
            "name": "basketItemId",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/RemoveBasketItemResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/RemoveBasketItemResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/RemoveBasketItemResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/RemoveBasketItemResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/RemoveBasketItemResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/order/get": {
      "get": {
        "tags": [
          "Ecom"
        ],
        "parameters": [
          {
            "name": "strEOrderID",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "accessToken",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetOrderResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetOrderResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetOrderResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetOrderResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetOrderResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/order/basketitem/{basketitemid}/usercount/{usercount}": {
      "post": {
        "tags": [
          "Ecom"
        ],
        "parameters": [
          {
            "name": "usercount",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "basketitemid",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateBasketItemNodeCountResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateBasketItemNodeCountResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateBasketItemNodeCountResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateBasketItemNodeCountResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateBasketItemNodeCountResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/order/basketitem/updateusercount": {
      "post": {
        "tags": [
          "Ecom"
        ],
        "parameters": [
          {
            "name": "usercount",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "basketitemid",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateBasketItemNodeCountResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateBasketItemNodeCountResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateBasketItemNodeCountResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateBasketItemNodeCountResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateBasketItemNodeCountResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/order/basketitem/{basketitemid}/nodecount/{nodecount}": {
      "post": {
        "tags": [
          "Ecom"
        ],
        "parameters": [
          {
            "name": "nodecount",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "basketitemid",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateBasketItemNodeCountResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateBasketItemNodeCountResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateBasketItemNodeCountResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateBasketItemNodeCountResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateBasketItemNodeCountResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/order/basketitem/updatenodecount": {
      "post": {
        "tags": [
          "Ecom"
        ],
        "parameters": [
          {
            "name": "nodecount",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "basketitemid",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateBasketItemNodeCountResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateBasketItemNodeCountResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateBasketItemNodeCountResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateBasketItemNodeCountResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateBasketItemNodeCountResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/order/basketitem/{basketitemid}/renew/{renew}": {
      "post": {
        "tags": [
          "Ecom"
        ],
        "parameters": [
          {
            "name": "renew",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "basketitemid",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateBasketItemQtyResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateBasketItemQtyResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateBasketItemQtyResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateBasketItemQtyResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateBasketItemQtyResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/order/basketitem/updaterenew": {
      "post": {
        "tags": [
          "Ecom"
        ],
        "parameters": [
          {
            "name": "renew",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "basketitemid",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateBasketItemQtyResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateBasketItemQtyResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateBasketItemQtyResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateBasketItemQtyResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateBasketItemQtyResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/order/basketitem/{basketitemid}/qty/{qty}": {
      "post": {
        "tags": [
          "Ecom"
        ],
        "parameters": [
          {
            "name": "qty",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "basketitemid",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateBasketItemQtyResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateBasketItemQtyResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateBasketItemQtyResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateBasketItemQtyResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateBasketItemQtyResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/order/basketitem/updateqty": {
      "post": {
        "tags": [
          "Ecom"
        ],
        "parameters": [
          {
            "name": "qty",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "basketitemid",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateBasketItemQtyResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateBasketItemQtyResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateBasketItemQtyResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateBasketItemQtyResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateBasketItemQtyResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/order/{basketid}/save-quote": {
      "post": {
        "tags": [
          "Ecom"
        ],
        "parameters": [
          {
            "name": "basketid",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/SaveQuoteResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/SaveQuoteResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/SaveQuoteResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/SaveQuoteResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/SaveQuoteResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/order/update-basket-header": {
      "post": {
        "tags": [
          "Ecom"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateBasketHeaderReq"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateBasketHeaderReq"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateBasketHeaderReq"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateBasketHeaderReq"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/UpdateBasketHeaderReq"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/UpdateBasketHeaderReq"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/UpdateBasketHeaderReq"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateBasketHeaderResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateBasketHeaderResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateBasketHeaderResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateBasketHeaderResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateBasketHeaderResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/order/complete": {
      "post": {
        "tags": [
          "Ecom"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/CompleteOrderRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/CompleteOrderRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/CompleteOrderRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/CompleteOrderRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/CompleteOrderRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/CompleteOrderRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/CompleteOrderRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/CompleteOrderResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CompleteOrderResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/CompleteOrderResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/CompleteOrderResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/CompleteOrderResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/feedback": {
      "post": {
        "tags": [
          "feedback"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/FeedBackRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/FeedBackRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/FeedBackRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/FeedBackRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/FeedBackRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/FeedBackRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/FeedBackRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/FeedBackResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/FeedBackResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/FeedBackResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/FeedBackResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/FeedBackResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/users/add-user": {
      "post": {
        "tags": [
          "User_And_Groups"
        ],
        "summary": "Add or invite a new user to a user group",
        "description": "Add or invite a new user to a user group",
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/CreateUserRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/CreateUserRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/CreateUserRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/CreateUserRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/CreateUserRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/CreateUserRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/CreateUserRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/AddUserResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AddUserResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/AddUserResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/AddUserResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/AddUserResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/users/get-user-list": {
      "get": {
        "tags": [
          "User_And_Groups"
        ],
        "summary": "Get a list of users and associated user groups",
        "description": "Get a list of users and associated user groups",
        "parameters": [
          {
            "name": "bRecAdded",
            "in": "query",
            "schema": {
              "type": "string",
              "default": "NO"
            }
          },
          {
            "name": "isFromMssp",
            "in": "query",
            "schema": {
              "type": "string",
              "default": "NO"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetUserListResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetUserListResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetUserListResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetUserListResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetUserListResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/users/create-user-group": {
      "post": {
        "tags": [
          "groupmanagement"
        ],
        "parameters": [
          {
            "name": "newUserGroup",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "productGroupId",
            "in": "query",
            "schema": {
              "type": "string",
              "default": "0"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/CreateUserGroupResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CreateUserGroupResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/CreateUserGroupResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/CreateUserGroupResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/CreateUserGroupResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/products/create-product-group": {
      "post": {
        "tags": [
          "Tenants"
        ],
        "summary": "Provision or create a new tenant",
        "description": "Provision or create a new tenant",
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/CreateProductGroupRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/CreateProductGroupRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/CreateProductGroupRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/CreateProductGroupRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/CreateProductGroupRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/CreateProductGroupRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/CreateProductGroupRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/CreateProductGroupResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CreateProductGroupResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/CreateProductGroupResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/CreateProductGroupResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/CreateProductGroupResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/products/manage-products": {
      "post": {
        "tags": [
          "groupmanagement"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/ManageProductsRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/ManageProductsRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/ManageProductsRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/ManageProductsRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/ManageProductsRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/ManageProductsRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/ManageProductsRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ManageProductListResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ManageProductListResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ManageProductListResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ManageProductListResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ManageProductListResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/users/manage-users": {
      "post": {
        "tags": [
          "User_And_Groups"
        ],
        "summary": "Add an existing user to a user group",
        "description": "Add an existing user to a user group",
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/ManageUsersRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/ManageUsersRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/ManageUsersRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/ManageUsersRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/ManageUsersRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/ManageUsersRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/ManageUsersRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ManageUsersListResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ManageUsersListResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ManageUsersListResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ManageUsersListResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ManageUsersListResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/users/get-usergroup-details": {
      "get": {
        "tags": [
          "groupmanagement"
        ],
        "parameters": [
          {
            "name": "test",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ListUserGroupResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ListUserGroupResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ListUserGroupResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ListUserGroupResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ListUserGroupResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/users/get-productgroup-details": {
      "get": {
        "tags": [
          "groupmanagement"
        ],
        "parameters": [
          {
            "name": "test",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ListProductGroupResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ListProductGroupResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ListProductGroupResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ListProductGroupResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ListProductGroupResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/users/delete-usergroup": {
      "post": {
        "tags": [
          "groupmanagement"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/DeleteUserGroupRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/DeleteUserGroupRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/DeleteUserGroupRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/DeleteUserGroupRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/DeleteUserGroupRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/DeleteUserGroupRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/DeleteUserGroupRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/DeleteGroupResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/DeleteGroupResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/DeleteGroupResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/DeleteGroupResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/DeleteGroupResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/users/delete-productgroup": {
      "post": {
        "tags": [
          "groupmanagement"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/DeleteProductGroupRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/DeleteProductGroupRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/DeleteProductGroupRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/DeleteProductGroupRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/DeleteProductGroupRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/DeleteProductGroupRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/DeleteProductGroupRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/DeleteGroupResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/DeleteGroupResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/DeleteGroupResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/DeleteGroupResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/DeleteGroupResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/users/manage-default-groups": {
      "post": {
        "tags": [
          "groupmanagement"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/DefaultGroupRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/DefaultGroupRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/DefaultGroupRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/DefaultGroupRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/DefaultGroupRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/DefaultGroupRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/DefaultGroupRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ManageDefaultGroupResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ManageDefaultGroupResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ManageDefaultGroupResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ManageDefaultGroupResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ManageDefaultGroupResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/users/manage-default-productgroups": {
      "post": {
        "tags": [
          "groupmanagement"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/DefaultProductGroupRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/DefaultProductGroupRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/DefaultProductGroupRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/DefaultProductGroupRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/DefaultProductGroupRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/DefaultProductGroupRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/DefaultProductGroupRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ManageDefaultGroupResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ManageDefaultGroupResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ManageDefaultGroupResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ManageDefaultGroupResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ManageDefaultGroupResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/users/delete-contactnew": {
      "post": {
        "tags": [
          "groupmanagement"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/DeleteContactsRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/DeleteContactsRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/DeleteContactsRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/DeleteContactsRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/DeleteContactsRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/DeleteContactsRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/DeleteContactsRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/DeleteContactsResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/DeleteContactsResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/DeleteContactsResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/DeleteContactsResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/DeleteContactsResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/users/delete-contact": {
      "post": {
        "tags": [
          "groupmanagement"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/DeleteContactRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/DeleteContactRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/DeleteContactRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/DeleteContactRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/DeleteContactRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/DeleteContactRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/DeleteContactRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/DeleteContactResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/DeleteContactResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/DeleteContactResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/DeleteContactResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/DeleteContactResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/users/update-admin-role": {
      "post": {
        "tags": [
          "groupmanagement"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateAdminRole"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateAdminRole"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateAdminRole"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateAdminRole"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/UpdateAdminRole"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/UpdateAdminRole"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/UpdateAdminRole"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/DeleteContactResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/DeleteContactResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/DeleteContactResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/DeleteContactResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/DeleteContactResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/users/manage-party-product-group": {
      "post": {
        "tags": [
          "groupmanagement"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/ManagePartyProductGroupRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/ManagePartyProductGroupRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/ManagePartyProductGroupRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/ManagePartyProductGroupRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/ManagePartyProductGroupRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/ManagePartyProductGroupRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/ManagePartyProductGroupRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ManagePartyProductGroupResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ManagePartyProductGroupResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ManagePartyProductGroupResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ManagePartyProductGroupResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ManagePartyProductGroupResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/users/manage-product-user-group": {
      "post": {
        "tags": [
          "groupmanagement"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/ManagePartyProductGroupRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/ManagePartyProductGroupRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/ManagePartyProductGroupRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/ManagePartyProductGroupRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/ManagePartyProductGroupRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/ManagePartyProductGroupRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/ManagePartyProductGroupRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ManagePartyProductGroupResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ManagePartyProductGroupResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ManagePartyProductGroupResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ManagePartyProductGroupResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ManagePartyProductGroupResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/users/list-productGroups-for-usergroup": {
      "get": {
        "tags": [
          "groupmanagement"
        ],
        "parameters": [
          {
            "name": "userGroupId",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "masterMsspId",
            "in": "query",
            "schema": {
              "type": "string",
              "default": "0"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ListProductGrpResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ListProductGrpResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ListProductGrpResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ListProductGrpResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ListProductGrpResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/users/list-userGroups-for-productgroup": {
      "get": {
        "tags": [
          "groupmanagement"
        ],
        "parameters": [
          {
            "name": "productroupId",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ListPartyGrpResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ListPartyGrpResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ListPartyGrpResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ListPartyGrpResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ListPartyGrpResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/users/list-users-for-usergroup": {
      "post": {
        "tags": [
          "groupmanagement"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/ListUsersPartyGrpRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/ListUsersPartyGrpRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/ListUsersPartyGrpRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/ListUsersPartyGrpRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/ListUsersPartyGrpRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/ListUsersPartyGrpRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/ListUsersPartyGrpRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ListUsersPartyGrpResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ListUsersPartyGrpResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ListUsersPartyGrpResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ListUsersPartyGrpResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ListUsersPartyGrpResponse"
                }
              }
            }
          }
        }
      },
      "get": {
        "tags": [
          "groupmanagement"
        ],
        "parameters": [
          {
            "name": "userGroupId",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "isfromMasterMSSP",
            "in": "query",
            "schema": {
              "type": "boolean",
              "default": false
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ListUsersPartyGrpResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ListUsersPartyGrpResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ListUsersPartyGrpResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ListUsersPartyGrpResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ListUsersPartyGrpResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/users/list-products-for-productgroup": {
      "get": {
        "tags": [
          "groupmanagement"
        ],
        "parameters": [
          {
            "name": "productGroupId",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "isforced",
            "in": "query",
            "schema": {
              "type": "boolean",
              "default": false
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ListProductsProdGrpResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ListProductsProdGrpResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ListProductsProdGrpResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ListProductsProdGrpResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ListProductsProdGrpResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/users/update-flexspend-role": {
      "post": {
        "tags": [
          "groupmanagement"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateFlexspendRoleRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateFlexspendRoleRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateFlexspendRoleRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateFlexspendRoleRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/UpdateFlexspendRoleRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/UpdateFlexspendRoleRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/UpdateFlexspendRoleRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/DeleteContactResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/DeleteContactResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/DeleteContactResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/DeleteContactResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/DeleteContactResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/users/update-mssp-role": {
      "post": {
        "tags": [
          "groupmanagement"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateMSSPRoleRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateMSSPRoleRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateMSSPRoleRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateMSSPRoleRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/UpdateMSSPRoleRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/UpdateMSSPRoleRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/UpdateMSSPRoleRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/DeleteContactResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/DeleteContactResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/DeleteContactResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/DeleteContactResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/DeleteContactResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/users/get-userlist-for-usergroup": {
      "get": {
        "tags": [
          "groupmanagement"
        ],
        "parameters": [
          {
            "name": "userGroupID",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetUserListResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetUserListResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetUserListResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetUserListResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetUserListResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/users/list-usergroups": {
      "get": {
        "tags": [
          "groupmanagement"
        ],
        "parameters": [
          {
            "name": "userGroupid",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "isfromMSSPPage",
            "in": "query",
            "schema": {
              "type": "string",
              "default": "NO"
            }
          },
          {
            "name": "masterMSSPID",
            "in": "query",
            "schema": {
              "type": "string",
              "default": "0"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ListUserGroupForUserResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ListUserGroupForUserResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ListUserGroupForUserResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ListUserGroupForUserResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ListUserGroupForUserResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/users/get-usergroup-details-for-user": {
      "get": {
        "tags": [
          "groupmanagement"
        ],
        "parameters": [
          {
            "name": "isForced",
            "in": "query",
            "schema": {
              "type": "boolean",
              "default": false
            }
          },
          {
            "name": "skipUsers",
            "in": "query",
            "schema": {
              "type": "string",
              "default": "NO"
            }
          },
          {
            "name": "mode",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ListUserGroupForUserResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ListUserGroupForUserResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ListUserGroupForUserResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ListUserGroupForUserResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ListUserGroupForUserResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/users/get-productgroup-details-For-user": {
      "get": {
        "tags": [
          "groupmanagement"
        ],
        "parameters": [
          {
            "name": "isforced",
            "in": "query",
            "schema": {
              "type": "boolean",
              "default": false
            }
          },
          {
            "name": "applicationFunctionality",
            "in": "query",
            "schema": {
              "type": "string",
              "default": "ACCESSTYPECUSTMGMT"
            }
          },
          {
            "name": "skipProducts",
            "in": "query",
            "schema": {
              "type": "string",
              "default": "NO"
            }
          },
          {
            "name": "showTenantsOnly",
            "in": "query",
            "schema": {
              "type": "string",
              "default": "NO"
            }
          },
          {
            "name": "isfromMSSP",
            "in": "query",
            "schema": {
              "type": "string",
              "default": "NO"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ListProductGroupForUserResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ListProductGroupForUserResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ListProductGroupForUserResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ListProductGroupForUserResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ListProductGroupForUserResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/users/rename-user-group": {
      "post": {
        "tags": [
          "groupmanagement"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/RenameUserGroupRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/RenameUserGroupRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/RenameUserGroupRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/RenameUserGroupRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/RenameUserGroupRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/RenameUserGroupRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/RenameUserGroupRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ManagePartyProductGroupResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ManagePartyProductGroupResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ManagePartyProductGroupResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ManagePartyProductGroupResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ManagePartyProductGroupResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/users/rename-product-group": {
      "post": {
        "tags": [
          "groupmanagement"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/RenameProductGroupRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/RenameProductGroupRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/RenameProductGroupRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/RenameProductGroupRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/RenameProductGroupRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/RenameProductGroupRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/RenameProductGroupRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ManagePartyProductGroupResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ManagePartyProductGroupResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ManagePartyProductGroupResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ManagePartyProductGroupResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ManagePartyProductGroupResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/users/get-usergroup-tree-view": {
      "get": {
        "tags": [
          "groupmanagement"
        ],
        "parameters": [
          {
            "name": "test",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ParentStructure"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ParentStructure"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ParentStructure"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ParentStructure"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ParentStructure"
                }
              }
            }
          }
        }
      }
    },
    "/api/products/get-productgroup-tree-view": {
      "get": {
        "tags": [
          "groupmanagement"
        ],
        "parameters": [
          {
            "name": "test",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ParentStructure"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ParentStructure"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ParentStructure"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ParentStructure"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ParentStructure"
                }
              }
            }
          }
        }
      }
    },
    "/api/products/update-tenant": {
      "post": {
        "tags": [
          "groupmanagement"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateTenantRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateTenantRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateTenantRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateTenantRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/UpdateTenantRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/UpdateTenantRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/UpdateTenantRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ManageProductListResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ManageProductListResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ManageProductListResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ManageProductListResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ManageProductListResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/users/get-usermanagement-info": {
      "get": {
        "tags": [
          "groupmanagement"
        ],
        "parameters": [
          {
            "name": "appName",
            "in": "query",
            "schema": {
              "type": "string",
              "default": "MSW"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetUMWidgetResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetUMWidgetResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetUMWidgetResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetUMWidgetResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetUMWidgetResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/users/Update-product-group-last-access": {
      "post": {
        "tags": [
          "groupmanagement"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateLastAccessDateRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateLastAccessDateRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateLastAccessDateRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateLastAccessDateRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/UpdateLastAccessDateRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/UpdateLastAccessDateRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/UpdateLastAccessDateRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateLastAccessDateResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateLastAccessDateResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateLastAccessDateResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateLastAccessDateResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateLastAccessDateResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/products/update-tenant-address": {
      "post": {
        "tags": [
          "Tenants"
        ],
        "summary": "Edit or update tenant address information",
        "description": "Edit or update tenant address information",
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateTenantAddress"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateTenantAddress"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateTenantAddress"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateTenantAddress"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/UpdateTenantAddress"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/UpdateTenantAddress"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/UpdateTenantAddress"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateTenantAddressResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateTenantAddressResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateTenantAddressResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateTenantAddressResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateTenantAddressResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/products/get-tenant-address-info": {
      "get": {
        "tags": [
          "Tenants"
        ],
        "summary": "Get tenant address information",
        "description": "Get tenant address information",
        "parameters": [
          {
            "name": "productGroupId",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetTenantAddressInfoResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetTenantAddressInfoResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetTenantAddressInfoResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetTenantAddressInfoResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetTenantAddressInfoResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/products/search-tenant": {
      "get": {
        "tags": [
          "groupmanagement"
        ],
        "parameters": [
          {
            "name": "tenantName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetTenantSearchResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetTenantSearchResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetTenantSearchResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetTenantSearchResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetTenantSearchResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/users/search-usergroup": {
      "get": {
        "tags": [
          "groupmanagement"
        ],
        "parameters": [
          {
            "name": "userGroupName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetUserGroupSearchResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetUserGroupSearchResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetUserGroupSearchResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetUserGroupSearchResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetUserGroupSearchResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/users/create-user-groups": {
      "post": {
        "tags": [
          "User_And_Groups"
        ],
        "summary": "Create a new user group",
        "description": "Create a new user group",
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/CreateUserGroupRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/CreateUserGroupRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/CreateUserGroupRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/CreateUserGroupRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/CreateUserGroupRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/CreateUserGroupRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/CreateUserGroupRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/CreateUserGroupResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CreateUserGroupResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/CreateUserGroupResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/CreateUserGroupResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/CreateUserGroupResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/users/save-mssp-scope": {
      "post": {
        "tags": [
          "groupmanagement"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/SaveMSSPScopeRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/SaveMSSPScopeRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/SaveMSSPScopeRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/SaveMSSPScopeRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/SaveMSSPScopeRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/SaveMSSPScopeRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/SaveMSSPScopeRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/SaveMSSPScopeResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/SaveMSSPScopeResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/SaveMSSPScopeResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/SaveMSSPScopeResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/SaveMSSPScopeResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/users/get-usergroup-details-for-users": {
      "post": {
        "tags": [
          "User_And_Groups"
        ],
        "summary": "Get a list of user groups",
        "description": "Get a list of user groups",
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/GetUserGroupDetailsForUserRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/GetUserGroupDetailsForUserRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/GetUserGroupDetailsForUserRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/GetUserGroupDetailsForUserRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/GetUserGroupDetailsForUserRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/GetUserGroupDetailsForUserRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/GetUserGroupDetailsForUserRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ListUserGroupForUserResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ListUserGroupForUserResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ListUserGroupForUserResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ListUserGroupForUserResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ListUserGroupForUserResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/users/manage-super-admins": {
      "post": {
        "tags": [
          "groupmanagement"
        ],
        "parameters": [
          {
            "name": "source",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/ManageSuperAdminsRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/ManageSuperAdminsRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/ManageSuperAdminsRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/ManageSuperAdminsRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/ManageSuperAdminsRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/ManageSuperAdminsRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/ManageSuperAdminsRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ManageSuperAdminsResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ManageSuperAdminsResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ManageSuperAdminsResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ManageSuperAdminsResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ManageSuperAdminsResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/users/migrate-org-based-structure": {
      "post": {
        "tags": [
          "groupmanagement"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/ManageSuperAdminsRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/ManageSuperAdminsRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/ManageSuperAdminsRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/ManageSuperAdminsRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/ManageSuperAdminsRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/ManageSuperAdminsRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/ManageSuperAdminsRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              }
            }
          }
        }
      }
    },
    "/api/users/get-admin-list": {
      "get": {
        "tags": [
          "groupmanagement"
        ],
        "parameters": [
          {
            "name": "userName",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetAdminListResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetAdminListResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetAdminListResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetAdminListResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetAdminListResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/users/update-MSW-role": {
      "post": {
        "tags": [
          "groupmanagement"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateFlexspendRoleRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateFlexspendRoleRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateFlexspendRoleRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateFlexspendRoleRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/UpdateFlexspendRoleRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/UpdateFlexspendRoleRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/UpdateFlexspendRoleRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/DeleteContactResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/DeleteContactResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/DeleteContactResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/DeleteContactResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/DeleteContactResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/user/get-issue-list-sami": {
      "post": {
        "tags": [
          "groupmanagement"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/IssueDetailsSamiReq"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/IssueDetailsSamiReq"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/IssueDetailsSamiReq"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/IssueDetailsSamiReq"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/IssueDetailsSamiReq"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/IssueDetailsSamiReq"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/IssueDetailsSamiReq"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetIssueListSamiResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetIssueListSamiResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetIssueListSamiResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetIssueListSamiResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetIssueListSamiResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/users/get-usergroups-for-tenant": {
      "get": {
        "tags": [
          "groupmanagement"
        ],
        "parameters": [
          {
            "name": "tenantId",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ListUserGroupsResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ListUserGroupsResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ListUserGroupsResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ListUserGroupsResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ListUserGroupsResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/users/manage-tenants": {
      "post": {
        "tags": [
          "groupmanagement"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/ManageTenantsRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/ManageTenantsRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/ManageTenantsRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/ManageTenantsRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/ManageTenantsRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/ManageTenantsRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/ManageTenantsRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ManagePartyProductGroupResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ManagePartyProductGroupResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ManagePartyProductGroupResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ManagePartyProductGroupResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ManagePartyProductGroupResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/users/manageusers": {
      "post": {
        "tags": [
          "User_And_Groups"
        ],
        "summary": "Add an existing user to a user group",
        "description": "Add an existing user to a user group",
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/ManageUsersReq"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/ManageUsersReq"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/ManageUsersReq"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/ManageUsersReq"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/ManageUsersReq"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/ManageUsersReq"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/ManageUsersReq"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ManageUsersListResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ManageUsersListResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ManageUsersListResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ManageUsersListResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ManageUsersListResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/hgms/{userName}/get-buyoptions": {
      "get": {
        "tags": [
          "hgms"
        ],
        "parameters": [
          {
            "name": "serialnumber",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "userName",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetCSCBuyableOptionsResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetCSCBuyableOptionsResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetCSCBuyableOptionsResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetCSCBuyableOptionsResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetCSCBuyableOptionsResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/hgms/get-buyoptions": {
      "get": {
        "tags": [
          "hgms"
        ],
        "parameters": [
          {
            "name": "serialnumber",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetCSCBuyableOptionsResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetCSCBuyableOptionsResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetCSCBuyableOptionsResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetCSCBuyableOptionsResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetCSCBuyableOptionsResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/hgms/{userName}/get-firewalls": {
      "get": {
        "tags": [
          "hgms"
        ],
        "parameters": [
          {
            "name": "userName",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "productgroupid",
            "in": "query",
            "schema": {
              "type": "string",
              "default": "0"
            }
          },
          {
            "name": "callerService",
            "in": "query",
            "schema": {
              "type": "string",
              "default": "SPOG"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetHGMSFirewallsResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetHGMSFirewallsResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetHGMSFirewallsResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetHGMSFirewallsResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetHGMSFirewallsResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/hgms/{userName}/get-firewallsold": {
      "get": {
        "tags": [
          "hgms"
        ],
        "parameters": [
          {
            "name": "userName",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "productgroupid",
            "in": "query",
            "schema": {
              "type": "string",
              "default": "0"
            }
          },
          {
            "name": "callerService",
            "in": "query",
            "schema": {
              "type": "string",
              "default": "SPOG"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetHGMSFirewallsResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetHGMSFirewallsResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetHGMSFirewallsResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetHGMSFirewallsResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetHGMSFirewallsResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/hgms/get-firewalls": {
      "get": {
        "tags": [
          "General"
        ],
        "summary": "Returns a  list of eligible firewalls for a given tenantId (productgroupId). When called with callerService=CSE and a valid system API-key",
        "description": "Returns a list of eligible firewalls for a given tenantId (productgroupId) when called with callerService=CSE and a valid system API key passed via header.\n\n**Required Headers:**\n- Content-Type: application/json\n- X-API-KEY: System API Key (code)\n- API-USERNAME: API Username (e.g., BHUVAN)\n- Authorization: Bearer <token>",
        "parameters": [
          {
            "name": "userName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "productgroupid",
            "in": "query",
            "schema": {
              "type": "string",
              "default": "0"
            }
          },
          {
            "name": "callerService",
            "in": "query",
            "schema": {
              "type": "string",
              "default": "SPOG"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetHGMSFirewallsResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetHGMSFirewallsResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetHGMSFirewallsResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetHGMSFirewallsResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetHGMSFirewallsResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/hgms/getgroupimage": {
      "get": {
        "tags": [
          "hgms"
        ],
        "parameters": [
          {
            "name": "productusergroupid",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/hgms/{username}/get-cloud-tenants": {
      "get": {
        "tags": [
          "hgms"
        ],
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "isforced",
            "in": "query",
            "schema": {
              "type": "boolean",
              "default": false
            }
          },
          {
            "name": "bisfromCSC2",
            "in": "query",
            "schema": {
              "type": "boolean",
              "default": false
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetTenantsResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetTenantsResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetTenantsResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetTenantsResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetTenantsResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/hgms/get-cloud-tenants": {
      "get": {
        "tags": [
          "General"
        ],
        "summary": "Get the list of tenantIds for all active cloud subscriptions",
        "description": "Get the list of tenantIds for all active cloud subscriptions",
        "parameters": [
          {
            "name": "username",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "isforced",
            "in": "query",
            "schema": {
              "type": "boolean",
              "default": false
            }
          },
          {
            "name": "bisfromCSC2",
            "in": "query",
            "schema": {
              "type": "boolean",
              "default": false
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetTenantsResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetTenantsResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetTenantsResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetTenantsResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetTenantsResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/hgms/get-cloud-tenantsJson": {
      "get": {
        "tags": [
          "hgms"
        ],
        "parameters": [
          {
            "name": "username",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "isforced",
            "in": "query",
            "schema": {
              "type": "boolean",
              "default": false
            }
          },
          {
            "name": "bisfromCSC2",
            "in": "query",
            "schema": {
              "type": "boolean",
              "default": false
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetTenantsResponseJSON"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetTenantsResponseJSON"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetTenantsResponseJSON"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetTenantsResponseJSON"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetTenantsResponseJSON"
                }
              }
            }
          }
        }
      }
    },
    "/api/hgms/save-unifiedinsights-widget-pref": {
      "put": {
        "tags": [
          "hgms"
        ],
        "parameters": [
          {
            "name": "mode",
            "in": "query",
            "schema": {
              "type": "string",
              "default": "SAVE"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/UnifiedWidgetPrefRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/UnifiedWidgetPrefRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/UnifiedWidgetPrefRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/UnifiedWidgetPrefRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/UnifiedWidgetPrefRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/UnifiedWidgetPrefRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/UnifiedWidgetPrefRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              }
            }
          }
        }
      }
    },
    "/api/hgms/get-unifiedinsights-dashboard": {
      "get": {
        "tags": [
          "hgms"
        ],
        "parameters": [
          {
            "name": "tenantId",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/UnifiedInsigntsDashboardResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/UnifiedInsigntsDashboardResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/UnifiedInsigntsDashboardResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/UnifiedInsigntsDashboardResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/UnifiedInsigntsDashboardResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/hgms/get-unifiedinsights-widget-pref": {
      "get": {
        "tags": [
          "hgms"
        ],
        "parameters": [
          {
            "name": "tenantId",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "username",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/UnifiedWidgetPrefResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/UnifiedWidgetPrefResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/UnifiedWidgetPrefResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/UnifiedWidgetPrefResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/UnifiedWidgetPrefResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/hgms/get-trial-services": {
      "get": {
        "tags": [
          "hgms"
        ],
        "parameters": [
          {
            "name": "serialNumber",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetTrialServicesResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetTrialServicesResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetTrialServicesResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetTrialServicesResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetTrialServicesResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/hgms/get-wnm-aws-signature": {
      "post": {
        "tags": [
          "hgms"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/WNMAWSSignatureRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/WNMAWSSignatureRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/WNMAWSSignatureRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/WNMAWSSignatureRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/WNMAWSSignatureRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/WNMAWSSignatureRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/WNMAWSSignatureRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/WNMAWSSignatureResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/WNMAWSSignatureResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/WNMAWSSignatureResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/WNMAWSSignatureResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/WNMAWSSignatureResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/integration/cse/tenant-lookup": {
      "get": {
        "tags": [
          "Integration"
        ],
        "parameters": [
          {
            "name": "orgName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/TenantLookupResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/TenantLookupResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/TenantLookupResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/TenantLookupResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/TenantLookupResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/{serial}/serviceInfo": {
      "get": {
        "tags": [
          "license"
        ],
        "parameters": [
          {
            "name": "serial",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "equoteid",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/LicensesResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/LicensesResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/LicensesResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/LicensesResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/LicensesResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/serviceInfo": {
      "get": {
        "tags": [
          "My_Products"
        ],
        "summary": "Get product details like license type, node counts and expiry date",
        "description": "Get product details like license type, node counts and expiry date",
        "parameters": [
          {
            "name": "serial",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "equoteid",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/LicensesResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/LicensesResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/LicensesResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/LicensesResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/LicensesResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/service-status": {
      "get": {
        "tags": [
          "license"
        ],
        "parameters": [
          {
            "name": "serial",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serviceID",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetServiceStatusResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetServiceStatusResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetServiceStatusResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetServiceStatusResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetServiceStatusResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/get-activation-info": {
      "get": {
        "tags": [
          "license"
        ],
        "parameters": [
          {
            "name": "serial",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serviceID",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetServiceActivationInfoResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetServiceActivationInfoResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetServiceActivationInfoResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetServiceActivationInfoResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetServiceActivationInfoResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/securityServiceDashboard": {
      "get": {
        "tags": [
          "license"
        ],
        "parameters": [
          {
            "name": "global",
            "in": "query",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "serialNumber",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "numOfDays",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/SecurityServiceDashboardResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/SecurityServiceDashboardResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/SecurityServiceDashboardResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/SecurityServiceDashboardResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/SecurityServiceDashboardResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/activate-service": {
      "post": {
        "tags": [
          "license"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/ActivateServiceRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/ActivateServiceRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/ActivateServiceRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/ActivateServiceRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/ActivateServiceRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/ActivateServiceRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/ActivateServiceRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ActivateServiceResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ActivateServiceResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ActivateServiceResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ActivateServiceResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ActivateServiceResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/change-s1user-password": {
      "post": {
        "tags": [
          "license"
        ],
        "parameters": [
          {
            "name": "strUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ChangeS1UserPasswordResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ChangeS1UserPasswordResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ChangeS1UserPasswordResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ChangeS1UserPasswordResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ChangeS1UserPasswordResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/get-captureatp-datacenter": {
      "get": {
        "tags": [
          "license"
        ],
        "parameters": [
          {
            "name": "serialNumber",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ValidateSerialResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ValidateSerialResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ValidateSerialResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ValidateSerialResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ValidateSerialResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/update-captureatp-datacenter": {
      "post": {
        "tags": [
          "license"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateCaptureAtpRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateCaptureAtpRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateCaptureAtpRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateCaptureAtpRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/UpdateCaptureAtpRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/UpdateCaptureAtpRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/UpdateCaptureAtpRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateCaptureAtpResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateCaptureAtpResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateCaptureAtpResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateCaptureAtpResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateCaptureAtpResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/multi-key-activation": {
      "post": {
        "tags": [
          "license"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/MultiKeyActivationRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/MultiKeyActivationRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/MultiKeyActivationRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/MultiKeyActivationRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/MultiKeyActivationRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/MultiKeyActivationRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/MultiKeyActivationRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/MultiKeyActivationResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/MultiKeyActivationResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/MultiKeyActivationResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/MultiKeyActivationResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/MultiKeyActivationResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/multi-key-activation-status": {
      "get": {
        "tags": [
          "license"
        ],
        "parameters": [
          {
            "name": "userName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/MultiKeyActivationResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/MultiKeyActivationResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/MultiKeyActivationResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/MultiKeyActivationResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/MultiKeyActivationResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/Get-LicenseKeySet-Versions": {
      "get": {
        "tags": [
          "license"
        ],
        "parameters": [
          {
            "name": "serialNumber",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "productId",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "languageCode",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/LicenseKeySetVersionsResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/LicenseKeySetVersionsResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/LicenseKeySetVersionsResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/LicenseKeySetVersionsResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/LicenseKeySetVersionsResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/getNSMManagedNodelicensesKeyset": {
      "get": {
        "tags": [
          "license"
        ],
        "parameters": [
          {
            "name": "username",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sessionID",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serial",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "childSerial",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "aventailVersion",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "strComments",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "strActivationKey",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/casb-application": {
      "get": {
        "tags": [
          "license"
        ],
        "parameters": [
          {
            "name": "key",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "ssipn",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/CASBAppResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CASBAppResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/CASBAppResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/CASBAppResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/CASBAppResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/update-tenant-lsginfo": {
      "post": {
        "tags": [
          "license"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateTenantLSGInfoRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateTenantLSGInfoRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateTenantLSGInfoRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateTenantLSGInfoRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/UpdateTenantLSGInfoRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/UpdateTenantLSGInfoRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/UpdateTenantLSGInfoRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateTenantLSGInfoResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateTenantLSGInfoResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateTenantLSGInfoResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateTenantLSGInfoResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateTenantLSGInfoResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/license/calculate-cotermdate": {
      "get": {
        "tags": [
          "license"
        ],
        "parameters": [
          {
            "name": "rootServiceId",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serialNumber",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serviceId",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "quantity",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/CalculateCotermDateResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CalculateCotermDateResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/CalculateCotermDateResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/CalculateCotermDateResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/CalculateCotermDateResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/license/get-captureclient-stats": {
      "get": {
        "tags": [
          "license"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetCaptureClientStatsResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetCaptureClientStatsResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetCaptureClientStatsResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetCaptureClientStatsResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetCaptureClientStatsResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/license/update-captureclient-stats": {
      "post": {
        "tags": [
          "license"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateCaptureClientStatsRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateCaptureClientStatsRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateCaptureClientStatsRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateCaptureClientStatsRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/UpdateCaptureClientStatsRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/UpdateCaptureClientStatsRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/UpdateCaptureClientStatsRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateCaptureClientStatsResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateCaptureClientStatsResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateCaptureClientStatsResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateCaptureClientStatsResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateCaptureClientStatsResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/ces-license-syncup": {
      "put": {
        "tags": [
          "license"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/LicenseSyncup"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/LicenseSyncup"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/LicenseSyncup"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/LicenseSyncup"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/LicenseSyncup"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/LicenseSyncup"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/LicenseSyncup"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              }
            }
          }
        }
      }
    },
    "/api/mssp/get-mssp-prefilter": {
      "get": {
        "tags": [
          "Tenants"
        ],
        "summary": "Get a list of tenants",
        "description": "Get a list of tenants.",
        "parameters": [
          {
            "name": "isforced",
            "in": "query",
            "schema": {
              "type": "boolean",
              "default": false
            }
          },
          {
            "name": "allMSSP",
            "in": "query",
            "schema": {
              "type": "boolean",
              "default": false
            }
          },
          {
            "name": "allTenant",
            "in": "query",
            "schema": {
              "type": "boolean",
              "default": false
            }
          },
          {
            "name": "nonMSSPTenant",
            "in": "query",
            "schema": {
              "type": "boolean",
              "default": false
            }
          },
          {
            "name": "varsource",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/MSSP_PrefilterRes"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/MSSP_PrefilterRes"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/MSSP_PrefilterRes"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/MSSP_PrefilterRes"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/MSSP_PrefilterRes"
                }
              }
            }
          }
        }
      }
    },
    "/api/mssp/enroll-MSSP": {
      "post": {
        "tags": [
          "MSSP"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/EnrollMSSPRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/EnrollMSSPRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/EnrollMSSPRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/EnrollMSSPRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/EnrollMSSPRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/EnrollMSSPRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/EnrollMSSPRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              }
            }
          }
        }
      }
    },
    "/api/mssp/getmssp-enrolling-services": {
      "get": {
        "tags": [
          "MSSP"
        ],
        "parameters": [
          {
            "name": "serialnumber",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "TenantID",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32",
              "default": 0
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/MSSPEnrollServicesRes"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/MSSPEnrollServicesRes"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/MSSPEnrollServicesRes"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/MSSPEnrollServicesRes"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/MSSPEnrollServicesRes"
                }
              }
            }
          }
        }
      }
    },
    "/api/mssp/deprovision-MSSP": {
      "post": {
        "tags": [
          "MSSP"
        ],
        "parameters": [
          {
            "name": "msspId",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              }
            }
          }
        }
      }
    },
    "/api/mssp/get-mssp-appliances": {
      "post": {
        "tags": [
          "MSSP"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/MSSPappliancesReq"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/MSSPappliancesReq"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/MSSPappliancesReq"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/MSSPappliancesReq"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/MSSPappliancesReq"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/MSSPappliancesReq"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/MSSPappliancesReq"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/MSSPappliancesResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/MSSPappliancesResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/MSSPappliancesResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/MSSPappliancesResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/MSSPappliancesResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/mssp/getmsspusageReport": {
      "post": {
        "tags": [
          "License_Report"
        ],
        "summary": "License report",
        "description": "License report",
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/MSSPUsageReportRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/MSSPUsageReportRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/MSSPUsageReportRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/MSSPUsageReportRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/MSSPUsageReportRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/MSSPUsageReportRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/MSSPUsageReportRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/MSSPUsageReportRes"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/MSSPUsageReportRes"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/MSSPUsageReportRes"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/MSSPUsageReportRes"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/MSSPUsageReportRes"
                }
              }
            }
          }
        }
      }
    },
    "/api/mssp/applicable-mssp-product-services": {
      "get": {
        "tags": [
          "My_Products"
        ],
        "summary": "Gets List of Applicable Products, Services and DataCenter Details for Provisioning a Prodduct or Editing a Provision",
        "description": "Gets List of Applicable Products, Services and DataCenter Details for Provisioning a Prodduct or Editing a Provision",
        "parameters": [
          {
            "name": "TenantID",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32",
              "default": 0
            }
          },
          {
            "name": "serviceid",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32",
              "default": 0
            }
          },
          {
            "name": "serialnumber",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "Mode",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/MSSPApplicableProductServicesRes"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/MSSPApplicableProductServicesRes"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/MSSPApplicableProductServicesRes"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/MSSPApplicableProductServicesRes"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/MSSPApplicableProductServicesRes"
                }
              }
            }
          }
        }
      }
    },
    "/api/mssp/getmsspproductservices": {
      "post": {
        "tags": [
          "MSSP"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/MSSPProductServicesRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/MSSPProductServicesRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/MSSPProductServicesRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/MSSPProductServicesRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/MSSPProductServicesRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/MSSPProductServicesRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/MSSPProductServicesRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/MSSPProductServicesResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/MSSPProductServicesResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/MSSPProductServicesResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/MSSPProductServicesResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/MSSPProductServicesResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/mssp/allocatemsspproductservices": {
      "post": {
        "tags": [
          "My_Products"
        ],
        "summary": "Provision a new monthly product or update an existing product",
        "description": "Provision a new monthly product or update an existing product",
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/ProvisionMSSPRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/ProvisionMSSPRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/ProvisionMSSPRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/ProvisionMSSPRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/ProvisionMSSPRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/ProvisionMSSPRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/ProvisionMSSPRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/MSSPProductProviosionResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/MSSPProductProviosionResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/MSSPProductProviosionResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/MSSPProductProviosionResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/MSSPProductProviosionResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/mssp/savemsspuserpreference": {
      "post": {
        "tags": [
          "MSSP"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/MSSPUserPreferences"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/MSSPUserPreferences"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/MSSPUserPreferences"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/MSSPUserPreferences"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/MSSPUserPreferences"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/MSSPUserPreferences"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/MSSPUserPreferences"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              }
            }
          }
        }
      }
    },
    "/api/mssp/getmsspuserpreference": {
      "get": {
        "tags": [
          "MSSP"
        ],
        "parameters": [
          {
            "name": "source",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/MSSPUserPreferencesResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/MSSPUserPreferencesResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/MSSPUserPreferencesResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/MSSPUserPreferencesResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/MSSPUserPreferencesResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/mssp/mssp-user-detail": {
      "get": {
        "tags": [
          "MSSP"
        ],
        "parameters": [
          {
            "name": "msspId",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/MSSPUserDetailResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/MSSPUserDetailResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/MSSPUserDetailResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/MSSPUserDetailResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/MSSPUserDetailResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/mssp/update-mssp-Details": {
      "post": {
        "tags": [
          "MSSP"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/MSSPUserDetailReq"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/MSSPUserDetailReq"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/MSSPUserDetailReq"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/MSSPUserDetailReq"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/MSSPUserDetailReq"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/MSSPUserDetailReq"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/MSSPUserDetailReq"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/MSSPUserDetailResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/MSSPUserDetailResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/MSSPUserDetailResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/MSSPUserDetailResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/MSSPUserDetailResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/mssp/manageMDRContacts": {
      "post": {
        "tags": [
          "MSSP"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/MDRContacts"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/MDRContacts"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/MDRContacts"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/MDRContacts"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/MDRContacts"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/MDRContacts"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/MDRContacts"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              }
            }
          }
        }
      }
    },
    "/api/mssp/getMDRContacts": {
      "post": {
        "tags": [
          "MSSP"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/getMDRContactsRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/getMDRContactsRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/getMDRContactsRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/getMDRContactsRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/getMDRContactsRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/getMDRContactsRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/getMDRContactsRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/getMDRContactsResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/getMDRContactsResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/getMDRContactsResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/getMDRContactsResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/getMDRContactsResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/account-manager/productCodeMappings": {
      "get": {
        "tags": [
          "MSSP"
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/account-manager/{organozationID}/{tenantID}/inventory/getMonthlyProductServices": {
      "get": {
        "tags": [
          "MSSP"
        ],
        "parameters": [
          {
            "name": "organozationID",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantID",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/account-manager/{organozationID}/{tenantID}/inventory-summary/isMonthly": {
      "get": {
        "tags": [
          "MSSP"
        ],
        "parameters": [
          {
            "name": "organozationID",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantID",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "isMonthly",
            "in": "query",
            "schema": {
              "type": "string",
              "default": "false"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/account-manager/{organizationID}/{tenantID}/inventory/{type}": {
      "get": {
        "tags": [
          "MSSP"
        ],
        "parameters": [
          {
            "name": "organizationID",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantID",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "type",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "isMonthly",
            "in": "query",
            "schema": {
              "type": "string",
              "default": "false"
            }
          },
          {
            "name": "pageNo",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32",
              "default": 1
            }
          },
          {
            "name": "pageSize",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32",
              "default": 80
            }
          },
          {
            "name": "status",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "minCount",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "maxCount",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "expFromDate",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "expToDate",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "regFromDate",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "regToDate",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "firmwareVersion",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "zeroTouch",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "updateAvailable",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "registeredOn",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "expiringIn",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "productServicesJson",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "queryStr",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "isLicenseExpiry",
            "in": "query",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "isUpdateAvailable",
            "in": "query",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "isLicenseExpiryAlerts",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "searchText",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "expiryDate",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "EOL",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "isForced",
            "in": "query",
            "schema": {
              "type": "boolean"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/account-manager/{organizationID}/{tenantID}/inventorytest/{type}": {
      "get": {
        "tags": [
          "MSSP"
        ],
        "parameters": [
          {
            "name": "organizationID",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenantID",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "type",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "isMonthly",
            "in": "query",
            "schema": {
              "type": "string",
              "default": "false"
            }
          },
          {
            "name": "pageNo",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32",
              "default": 1
            }
          },
          {
            "name": "pageSize",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32",
              "default": 50
            }
          },
          {
            "name": "status",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "minCount",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "maxCount",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "expFromDate",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "expToDate",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "regFromDate",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "regToDate",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "firmwareVersion",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "zeroTouch",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "updateAvailable",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "registeredOn",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "expiringIn",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "productServicesJson",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "queryStr",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "isLicenseExpiry",
            "in": "query",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "isUpdateAvailable",
            "in": "query",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "isLicenseExpiryAlerts",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "searchText",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "expiryDate",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "EOL",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/nfr/get-nfr-history": {
      "get": {
        "tags": [
          "nfr"
        ],
        "parameters": [
          {
            "name": "oemCode",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/NfrHistoryResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NfrHistoryResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/NfrHistoryResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/NfrHistoryResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/NfrHistoryResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/nfr/get-serial-number-history": {
      "get": {
        "tags": [
          "nfr"
        ],
        "parameters": [
          {
            "name": "oemCode",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/NfrSerialNumberHistoryResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NfrSerialNumberHistoryResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/NfrSerialNumberHistoryResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/NfrSerialNumberHistoryResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/NfrSerialNumberHistoryResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/nfr/process-nfr": {
      "post": {
        "tags": [
          "nfr"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/ProcessNFRRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/ProcessNFRRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/ProcessNFRRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/ProcessNFRRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/ProcessNFRRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/ProcessNFRRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/ProcessNFRRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ProcessNFRResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ProcessNFRResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ProcessNFRResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ProcessNFRResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ProcessNFRResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/users/update-issuelist": {
      "post": {
        "tags": [
          "notification"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/GetNewIssueListHeadersRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/GetNewIssueListHeadersRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/GetNewIssueListHeadersRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/GetNewIssueListHeadersRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/GetNewIssueListHeadersRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/GetNewIssueListHeadersRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/GetNewIssueListHeadersRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              }
            }
          }
        }
      }
    },
    "/api/users/get-newissuelist-Details": {
      "post": {
        "tags": [
          "notification"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/GetNewIssueListHeadersRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/GetNewIssueListHeadersRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/GetNewIssueListHeadersRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/GetNewIssueListHeadersRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/GetNewIssueListHeadersRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/GetNewIssueListHeadersRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/GetNewIssueListHeadersRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/users/get-newissuelist-Headers": {
      "get": {
        "tags": [
          "notification"
        ],
        "parameters": [
          {
            "name": "oemCode",
            "in": "query",
            "schema": {
              "type": "string",
              "default": "SNWL"
            }
          },
          {
            "name": "mode",
            "in": "query",
            "schema": {
              "type": "string",
              "default": "NEW"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/notificationnew/get-all": {
      "get": {
        "tags": [
          "notification"
        ],
        "parameters": [
          {
            "name": "inputValue",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/NewNotificationListResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NewNotificationListResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/NewNotificationListResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/NewNotificationListResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/NewNotificationListResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/notification/get-all": {
      "get": {
        "tags": [
          "notification"
        ],
        "parameters": [
          {
            "name": "inputValue",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/NotificationListResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NotificationListResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/NotificationListResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/NotificationListResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/NotificationListResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/notification/{notificationid}/pin": {
      "post": {
        "tags": [
          "notification"
        ],
        "parameters": [
          {
            "name": "notificationid",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/NotificationListResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NotificationListResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/NotificationListResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/NotificationListResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/NotificationListResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/notification/pin": {
      "post": {
        "tags": [
          "notification"
        ],
        "parameters": [
          {
            "name": "notificationid",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/NotificationListResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NotificationListResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/NotificationListResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/NotificationListResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/NotificationListResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/notification/{notificationid}/unpin": {
      "post": {
        "tags": [
          "notification"
        ],
        "parameters": [
          {
            "name": "notificationid",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/NotificationListResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NotificationListResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/NotificationListResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/NotificationListResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/NotificationListResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/notification/unpin": {
      "post": {
        "tags": [
          "notification"
        ],
        "parameters": [
          {
            "name": "notificationid",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/NotificationListResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NotificationListResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/NotificationListResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/NotificationListResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/NotificationListResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/notification/{notificationid}/delete": {
      "delete": {
        "tags": [
          "notification"
        ],
        "parameters": [
          {
            "name": "notificationid",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/NotificationListResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NotificationListResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/NotificationListResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/NotificationListResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/NotificationListResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/notification/delete": {
      "delete": {
        "tags": [
          "notification"
        ],
        "parameters": [
          {
            "name": "notificationid",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/NotificationListResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NotificationListResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/NotificationListResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/NotificationListResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/NotificationListResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/order/get-order-detail": {
      "get": {
        "tags": [
          "Order"
        ],
        "parameters": [
          {
            "name": "orderid",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/OrderDetailResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/OrderDetailResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/OrderDetailResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/OrderDetailResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/OrderDetailResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/order/get-order-history": {
      "get": {
        "tags": [
          "Order"
        ],
        "parameters": [
          {
            "name": "status",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "activeUserName",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "orderId",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/OrderHistoryResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/OrderHistoryResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/OrderHistoryResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/OrderHistoryResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/OrderHistoryResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/order/process-partial-order": {
      "get": {
        "tags": [
          "Order"
        ],
        "parameters": [
          {
            "name": "eorderId",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ProcessOrderResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ProcessOrderResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ProcessOrderResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ProcessOrderResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ProcessOrderResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/order/get-auto-renewals": {
      "get": {
        "tags": [
          "Order"
        ],
        "parameters": [
          {
            "name": "test",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/AutoRenewalResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AutoRenewalResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/AutoRenewalResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/AutoRenewalResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/AutoRenewalResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/order/delete-auto-renewals": {
      "delete": {
        "tags": [
          "Order"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/DeleteAutoRenewalRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/DeleteAutoRenewalRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/DeleteAutoRenewalRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/DeleteAutoRenewalRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/DeleteAutoRenewalRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/DeleteAutoRenewalRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/DeleteAutoRenewalRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ProcessOrderResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ProcessOrderResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ProcessOrderResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ProcessOrderResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ProcessOrderResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/Initiate-Tenant-Transfer": {
      "post": {
        "tags": [
          "OrganizationOwnership"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/InitiateTenantTransferRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/InitiateTenantTransferRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/InitiateTenantTransferRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/InitiateTenantTransferRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/InitiateTenantTransferRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/InitiateTenantTransferRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/InitiateTenantTransferRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/ApproveDecline-Tenant-Transfer": {
      "post": {
        "tags": [
          "OrganizationOwnership"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/ApproveDeclineITTRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/ApproveDeclineITTRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/ApproveDeclineITTRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/ApproveDeclineITTRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/ApproveDeclineITTRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/ApproveDeclineITTRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/ApproveDeclineITTRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              }
            }
          }
        }
      }
    },
    "/api/users/checkhespresence": {
      "get": {
        "tags": [
          "preferences"
        ],
        "parameters": [
          {
            "name": "tenantid",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/CheckHESPresentResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CheckHESPresentResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/CheckHESPresentResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/CheckHESPresentResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/CheckHESPresentResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/users/get-user-preferences": {
      "get": {
        "tags": [
          "preferences"
        ],
        "parameters": [
          {
            "name": "sessionId",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetPreferenceResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetPreferenceResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetPreferenceResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetPreferenceResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetPreferenceResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/users/set-user-preferences": {
      "post": {
        "tags": [
          "preferences"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/SavePreferenceRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/SavePreferenceRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/SavePreferenceRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/SavePreferenceRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/SavePreferenceRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/SavePreferenceRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/SavePreferenceRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/SavePreferenceResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/SavePreferenceResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/SavePreferenceResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/SavePreferenceResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/SavePreferenceResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/users/ProcessLinks": {
      "get": {
        "tags": [
          "preferences"
        ],
        "parameters": [
          {
            "name": "tu",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "utmhn",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "utmdt",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "utmp",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/users/manage-email-subscriptions": {
      "get": {
        "tags": [
          "preferences"
        ],
        "parameters": [
          {
            "name": "username",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "regcode",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "emailaddress",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "notificatiotypeid",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "SID",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "issubscribe",
            "in": "query",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "usertype",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serialnumber",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/reports/{requsername}/get-preffile-report": {
      "get": {
        "tags": [
          "PreffileReport"
        ],
        "parameters": [
          {
            "name": "requsername",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "repname",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "isforced",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "pageno",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "noofrec",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "productGroupId",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/PrefFileDownloadReportResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/PrefFileDownloadReportResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/PrefFileDownloadReportResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/PrefFileDownloadReportResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/PrefFileDownloadReportResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/reports/get-preffile-report": {
      "get": {
        "tags": [
          "PreffileReport"
        ],
        "parameters": [
          {
            "name": "requsername",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "repname",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "isforced",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "pageno",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "noofrec",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "productGroupId",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/PrefFileDownloadReportResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/PrefFileDownloadReportResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/PrefFileDownloadReportResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/PrefFileDownloadReportResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/PrefFileDownloadReportResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/prodsDelete": {
      "post": {
        "tags": [
          "prodsdelete"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/ProdsDeleteRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/ProdsDeleteRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/ProdsDeleteRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/ProdsDeleteRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/ProdsDeleteRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/ProdsDeleteRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/ProdsDeleteRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ProdsDeleteResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ProdsDeleteResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ProdsDeleteResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ProdsDeleteResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ProdsDeleteResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/prodsRename": {
      "post": {
        "tags": [
          "ProdsRename"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/ProdsRenameRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/ProdsRenameRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/ProdsRenameRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/ProdsRenameRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/ProdsRenameRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/ProdsRenameRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/ProdsRenameRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ProdsRenameResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ProdsRenameResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ProdsRenameResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ProdsRenameResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ProdsRenameResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/prodsTransfer": {
      "post": {
        "tags": [
          "prodstransfer"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/ProdsTransferRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/ProdsTransferRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/ProdsTransferRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/ProdsTransferRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/ProdsTransferRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/ProdsTransferRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/ProdsTransferRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ProdsTransferResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ProdsTransferResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ProdsTransferResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ProdsTransferResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ProdsTransferResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/get-associated-products": {
      "get": {
        "tags": [
          "productAssociation"
        ],
        "parameters": [
          {
            "name": "serialNumber",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "userName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "prodAssocTypeID",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetAssociationProductsListResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetAssociationProductsListResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetAssociationProductsListResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetAssociationProductsListResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetAssociationProductsListResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/{serialNumber}/get-associated-products": {
      "get": {
        "tags": [
          "productAssociation"
        ],
        "parameters": [
          {
            "name": "serialNumber",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "userName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "prodAssocTypeID",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetAssociationProductsListResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetAssociationProductsListResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetAssociationProductsListResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetAssociationProductsListResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetAssociationProductsListResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/{serialNumber}/get-products-for-association": {
      "get": {
        "tags": [
          "productAssociation"
        ],
        "parameters": [
          {
            "name": "serialNumber",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "userName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "prodAssocTypeID",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetAssociationProductsListResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetAssociationProductsListResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetAssociationProductsListResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetAssociationProductsListResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetAssociationProductsListResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/get-products-for-association": {
      "get": {
        "tags": [
          "productAssociation"
        ],
        "parameters": [
          {
            "name": "serialNumber",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "userName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "prodAssocTypeID",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetAssociationProductsListResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetAssociationProductsListResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetAssociationProductsListResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetAssociationProductsListResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetAssociationProductsListResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/product-association": {
      "post": {
        "tags": [
          "productAssociation"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/ProdAssociationRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/ProdAssociationRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/ProdAssociationRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/ProdAssociationRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/ProdAssociationRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/ProdAssociationRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/ProdAssociationRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "productAssociation"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/ProdAssociationRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/ProdAssociationRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/ProdAssociationRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/ProdAssociationRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/ProdAssociationRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/ProdAssociationRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/ProdAssociationRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/register-software": {
      "post": {
        "tags": [
          "productAssociation"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/RegisterSoftwareRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/RegisterSoftwareRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/RegisterSoftwareRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/RegisterSoftwareRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/RegisterSoftwareRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/RegisterSoftwareRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/RegisterSoftwareRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              }
            }
          }
        }
      }
    },
    "/api/users/product-list": {
      "post": {
        "tags": [
          "productlist"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/ProductListRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/ProductListRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/ProductListRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/ProductListRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/ProductListRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/ProductListRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/ProductListRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ProductListResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ProductListResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ProductListResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ProductListResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ProductListResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/{serialnumber}/product-detail": {
      "get": {
        "tags": [
          "productlist"
        ],
        "parameters": [
          {
            "name": "serialnumber",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/RegInfoResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/RegInfoResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/RegInfoResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/RegInfoResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/RegInfoResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/product-detail": {
      "get": {
        "tags": [
          "productlist"
        ],
        "parameters": [
          {
            "name": "serialnumber",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/RegInfoResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/RegInfoResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/RegInfoResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/RegInfoResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/RegInfoResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/get-product-detail": {
      "get": {
        "tags": [
          "productlist"
        ],
        "parameters": [
          {
            "name": "serialnumber",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/RegInfoResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/RegInfoResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/RegInfoResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/RegInfoResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/RegInfoResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/firewallmanagementoptions": {
      "post": {
        "tags": [
          "productlist"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/ManaageFirewalloptionReq"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/ManaageFirewalloptionReq"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/ManaageFirewalloptionReq"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/ManaageFirewalloptionReq"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/ManaageFirewalloptionReq"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/ManaageFirewalloptionReq"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/ManaageFirewalloptionReq"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              }
            }
          }
        }
      }
    },
    "/api/users/{userName}/get-products": {
      "post": {
        "tags": [
          "productlist"
        ],
        "parameters": [
          {
            "name": "userName",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/GetProductstRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/GetProductstRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/GetProductstRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/GetProductstRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/GetProductstRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/GetProductstRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/GetProductstRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ProductListResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ProductListResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ProductListResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ProductListResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ProductListResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/users/get-products": {
      "post": {
        "tags": [
          "productlist"
        ],
        "parameters": [
          {
            "name": "userName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/GetProductstRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/GetProductstRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/GetProductstRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/GetProductstRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/GetProductstRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/GetProductstRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/GetProductstRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ProductListResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ProductListResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ProductListResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ProductListResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ProductListResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/users/{userName}/get-products-filters": {
      "post": {
        "tags": [
          "productlist"
        ],
        "parameters": [
          {
            "name": "userName",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupBy",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "keyWord",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "isRefresh",
            "in": "query",
            "schema": {
              "type": "boolean",
              "default": false
            }
          },
          {
            "name": "tenantid",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetProductsFilterResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetProductsFilterResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetProductsFilterResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetProductsFilterResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetProductsFilterResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/users/get-products-filters": {
      "post": {
        "tags": [
          "productlist"
        ],
        "parameters": [
          {
            "name": "userName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupBy",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "keyWord",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "isRefresh",
            "in": "query",
            "schema": {
              "type": "boolean",
              "default": false
            }
          },
          {
            "name": "tenantid",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetProductsFilterResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetProductsFilterResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetProductsFilterResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetProductsFilterResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetProductsFilterResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/product-list/get-geo-downloads": {
      "get": {
        "tags": [
          "productlist"
        ],
        "parameters": [
          {
            "name": "username",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serialNumber",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "strReturnZip",
            "in": "query",
            "schema": {
              "type": "string",
              "default": "NO"
            }
          },
          {
            "name": "sessionID",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "strAccessCode",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/product-list/get-botnet-downloads": {
      "get": {
        "tags": [
          "productlist"
        ],
        "parameters": [
          {
            "name": "username",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serialNumber",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "strReturnZip",
            "in": "query",
            "schema": {
              "type": "string",
              "default": "NO"
            }
          },
          {
            "name": "sessionID",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "strAccessCode",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/product-list/get-dpi-ssl-downloads": {
      "get": {
        "tags": [
          "productlist"
        ],
        "parameters": [
          {
            "name": "username",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serialNumber",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sessionID",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "strAccessCode",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/users/get-client-licenses": {
      "get": {
        "tags": [
          "productlist"
        ],
        "parameters": [
          {
            "name": "test",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetClientLicensesResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetClientLicensesResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetClientLicensesResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetClientLicensesResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetClientLicensesResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/getpartnerorgserials": {
      "get": {
        "tags": [
          "productlist"
        ],
        "parameters": [
          {
            "name": "quoteID",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "oemcode",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/PartnerOrgSerialResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/PartnerOrgSerialResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/PartnerOrgSerialResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/PartnerOrgSerialResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/PartnerOrgSerialResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/{serial}/ttserverfqdn": {
      "put": {
        "tags": [
          "productlist"
        ],
        "parameters": [
          {
            "name": "serial",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateTTserverFQDNRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateTTserverFQDNRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateTTserverFQDNRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateTTserverFQDNRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/UpdateTTserverFQDNRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/UpdateTTserverFQDNRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/UpdateTTserverFQDNRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/ttserverfqdn": {
      "put": {
        "tags": [
          "productlist"
        ],
        "parameters": [
          {
            "name": "serial",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateTTserverFQDNRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateTTserverFQDNRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateTTserverFQDNRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateTTserverFQDNRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/UpdateTTserverFQDNRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/UpdateTTserverFQDNRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/UpdateTTserverFQDNRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/enable-closed-network": {
      "post": {
        "tags": [
          "productlist"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/EnableCloudNetworkRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/EnableCloudNetworkRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/EnableCloudNetworkRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/EnableCloudNetworkRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/EnableCloudNetworkRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/EnableCloudNetworkRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/EnableCloudNetworkRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/EnableCloudNetworkResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/EnableCloudNetworkResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/EnableCloudNetworkResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/EnableCloudNetworkResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/EnableCloudNetworkResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/download-closednetwork-licfile": {
      "get": {
        "tags": [
          "productlist"
        ],
        "parameters": [
          {
            "name": "strUserName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "strSessionId",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "strSerialNumber",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/product/generate-closed-network-files": {
      "post": {
        "tags": [
          "productlist"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/GenerateCloudNetworkRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/GenerateCloudNetworkRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/GenerateCloudNetworkRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/GenerateCloudNetworkRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/GenerateCloudNetworkRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/GenerateCloudNetworkRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/GenerateCloudNetworkRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GenerateCloudNetworkResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GenerateCloudNetworkResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GenerateCloudNetworkResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GenerateCloudNetworkResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GenerateCloudNetworkResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/get-tenant-details": {
      "post": {
        "tags": [
          "productlist"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/GetTenantDetailsRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/GetTenantDetailsRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/GetTenantDetailsRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/GetTenantDetailsRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/GetTenantDetailsRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/GetTenantDetailsRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/GetTenantDetailsRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetTenantDetailsResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetTenantDetailsResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetTenantDetailsResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetTenantDetailsResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetTenantDetailsResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/release-nfr-serial": {
      "post": {
        "tags": [
          "productlist"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/ReleaseNFRSerialRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/ReleaseNFRSerialRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/ReleaseNFRSerialRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/ReleaseNFRSerialRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/ReleaseNFRSerialRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/ReleaseNFRSerialRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/ReleaseNFRSerialRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ReleaseNFRSerialResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ReleaseNFRSerialResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ReleaseNFRSerialResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ReleaseNFRSerialResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ReleaseNFRSerialResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/{serialNumber}/launchCGMS": {
      "get": {
        "tags": [
          "productlist"
        ],
        "parameters": [
          {
            "name": "serialNumber",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ManageCGMSResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ManageCGMSResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ManageCGMSResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ManageCGMSResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ManageCGMSResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/launchCGMS": {
      "get": {
        "tags": [
          "productlist"
        ],
        "parameters": [
          {
            "name": "serialNumber",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ManageCGMSResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ManageCGMSResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ManageCGMSResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ManageCGMSResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ManageCGMSResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/users/get-customer-widget-info": {
      "get": {
        "tags": [
          "productlist"
        ],
        "parameters": [
          {
            "name": "appName",
            "in": "query",
            "schema": {
              "type": "string",
              "default": "MSW"
            }
          },
          {
            "name": "forced",
            "in": "query",
            "schema": {
              "type": "string",
              "default": "NO"
            }
          },
          {
            "name": "mode",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "filter",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "isfromMSSPPage",
            "in": "query",
            "schema": {
              "type": "string",
              "default": "NO"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetLicenseStatusWidgetResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetLicenseStatusWidgetResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetLicenseStatusWidgetResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetLicenseStatusWidgetResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetLicenseStatusWidgetResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/users/productlist-customer": {
      "post": {
        "tags": [
          "My_Products"
        ],
        "summary": "Get a list of Products",
        "description": "Get a list of  `Products`",
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/ProductListCustomerRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/ProductListCustomerRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/ProductListCustomerRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/ProductListCustomerRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/ProductListCustomerRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/ProductListCustomerRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/ProductListCustomerRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/CustomerProductListResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CustomerProductListResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/CustomerProductListResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/CustomerProductListResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/CustomerProductListResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/users/licensestatus-widget-info": {
      "get": {
        "tags": [
          "productlist"
        ],
        "parameters": [
          {
            "name": "appName",
            "in": "query",
            "schema": {
              "type": "string",
              "default": "MSW"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetLicenseStatusWidResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetLicenseStatusWidResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetLicenseStatusWidResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetLicenseStatusWidResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetLicenseStatusWidResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/users/downloads-widget-info": {
      "get": {
        "tags": [
          "productlist"
        ],
        "parameters": [
          {
            "name": "appName",
            "in": "query",
            "schema": {
              "type": "string",
              "default": "MSW"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetDownloadsStatusWidResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetDownloadsStatusWidResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetDownloadsStatusWidResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetDownloadsStatusWidResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetDownloadsStatusWidResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/{serial}/productInfo": {
      "get": {
        "tags": [
          "productlist"
        ],
        "parameters": [
          {
            "name": "serial",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ProductInfoResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ProductInfoResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ProductInfoResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ProductInfoResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ProductInfoResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/productInfo": {
      "get": {
        "tags": [
          "productlist"
        ],
        "parameters": [
          {
            "name": "serial",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ProductInfoResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ProductInfoResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ProductInfoResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ProductInfoResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ProductInfoResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/products/manage-volume-licences": {
      "post": {
        "tags": [
          "productlist"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/VolumeLicensingRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/VolumeLicensingRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/VolumeLicensingRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/VolumeLicensingRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/VolumeLicensingRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/VolumeLicensingRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/VolumeLicensingRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/VolumeLicensingResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/VolumeLicensingResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/VolumeLicensingResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/VolumeLicensingResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/VolumeLicensingResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/users/productfilters": {
      "get": {
        "tags": [
          "productlist"
        ],
        "parameters": [
          {
            "name": "filterType",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/users/productfilter": {
      "post": {
        "tags": [
          "productlist"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/UserFilterReq"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/UserFilterReq"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/UserFilterReq"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/UserFilterReq"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/UserFilterReq"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/UserFilterReq"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/UserFilterReq"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/users/productfilter/{filterId}": {
      "delete": {
        "tags": [
          "productlist"
        ],
        "parameters": [
          {
            "name": "filterId",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/product/Reject-APT": {
      "get": {
        "tags": [
          "products"
        ],
        "parameters": [
          {
            "name": "serialnumber",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/RejectAutomaticTransferResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/RejectAutomaticTransferResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/RejectAutomaticTransferResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/RejectAutomaticTransferResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/RejectAutomaticTransferResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/Generate-Assign-Token": {
      "get": {
        "tags": [
          "products"
        ],
        "parameters": [
          {
            "name": "serialNumber",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GenerateAssignTokenResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GenerateAssignTokenResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GenerateAssignTokenResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GenerateAssignTokenResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GenerateAssignTokenResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/get-maintainence-key": {
      "get": {
        "tags": [
          "products"
        ],
        "parameters": [
          {
            "name": "serialnumber",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "authkey",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetMaintainenceKeyResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetMaintainenceKeyResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetMaintainenceKeyResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetMaintainenceKeyResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetMaintainenceKeyResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/sandbox/serial-applicable-firmware-detail": {
      "get": {
        "tags": [
          "products"
        ],
        "parameters": [
          {
            "name": "serialnumber",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "mode",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "oldFwVersion",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "newFwVersion",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "comments",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetFirmWareDetailsResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetFirmWareDetailsResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetFirmWareDetailsResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetFirmWareDetailsResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetFirmWareDetailsResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/upgrade-serial": {
      "post": {
        "tags": [
          "products"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/UpgradeSerialNumberRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/UpgradeSerialNumberRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/UpgradeSerialNumberRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/UpgradeSerialNumberRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/UpgradeSerialNumberRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/UpgradeSerialNumberRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/UpgradeSerialNumberRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/UpGradeSerialNumberResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/UpGradeSerialNumberResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/UpGradeSerialNumberResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/UpGradeSerialNumberResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/UpGradeSerialNumberResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/mssp-onboarding-email": {
      "post": {
        "tags": [
          "products"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/MsspOnboardingRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/MsspOnboardingRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/MsspOnboardingRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/MsspOnboardingRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/MsspOnboardingRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/MsspOnboardingRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/MsspOnboardingRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/MsspOnboardingResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/MsspOnboardingResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/MsspOnboardingResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/MsspOnboardingResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/MsspOnboardingResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/register-serial": {
      "post": {
        "tags": [
          "products"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/RegisterSerialNumberRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/RegisterSerialNumberRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/RegisterSerialNumberRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/RegisterSerialNumberRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/RegisterSerialNumberRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/RegisterSerialNumberRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/RegisterSerialNumberRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/RegisterSerialNumberResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/RegisterSerialNumberResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/RegisterSerialNumberResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/RegisterSerialNumberResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/RegisterSerialNumberResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/validate-serial": {
      "post": {
        "tags": [
          "products"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/ValidateSerialNumberRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/ValidateSerialNumberRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/ValidateSerialNumberRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/ValidateSerialNumberRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/ValidateSerialNumberRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/ValidateSerialNumberRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/ValidateSerialNumberRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ValidateSerialNumberResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ValidateSerialNumberResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ValidateSerialNumberResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ValidateSerialNumberResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ValidateSerialNumberResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/complete-transfer-secureupgrade": {
      "post": {
        "tags": [
          "products"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/TransferSecureUpgradeRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/TransferSecureUpgradeRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/TransferSecureUpgradeRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/TransferSecureUpgradeRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/TransferSecureUpgradeRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/TransferSecureUpgradeRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/TransferSecureUpgradeRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/TransferSecureUpgradeResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/TransferSecureUpgradeResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/TransferSecureUpgradeResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/TransferSecureUpgradeResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/TransferSecureUpgradeResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/UpdateWCMCountry": {
      "post": {
        "tags": [
          "products"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateWCMCountryRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateWCMCountryRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateWCMCountryRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateWCMCountryRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/UpdateWCMCountryRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/UpdateWCMCountryRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/UpdateWCMCountryRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateWCMCountryResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateWCMCountryResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateWCMCountryResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateWCMCountryResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateWCMCountryResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/WCMCountries": {
      "get": {
        "tags": [
          "products"
        ],
        "parameters": [
          {
            "name": "serialnumber",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetWCMCountriesResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetWCMCountriesResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetWCMCountriesResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetWCMCountriesResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetWCMCountriesResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/multi-product-registration": {
      "post": {
        "tags": [
          "products"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/MultiProductRegistrationRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/MultiProductRegistrationRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/MultiProductRegistrationRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/MultiProductRegistrationRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/MultiProductRegistrationRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/MultiProductRegistrationRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/MultiProductRegistrationRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/MultiProductRegistrationResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/MultiProductRegistrationResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/MultiProductRegistrationResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/MultiProductRegistrationResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/MultiProductRegistrationResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/multi-product-registration-status": {
      "get": {
        "tags": [
          "products"
        ],
        "parameters": [
          {
            "name": "userName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "batchid",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/MultiProductRegistrationResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/MultiProductRegistrationResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/MultiProductRegistrationResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/MultiProductRegistrationResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/MultiProductRegistrationResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/list-product-groups": {
      "get": {
        "tags": [
          "products"
        ],
        "parameters": [
          {
            "name": "serialnumber",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "applicationFunctionality",
            "in": "query",
            "schema": {
              "type": "string",
              "default": "ACCESSTYPEPRODMGMT"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetProductGroupResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetProductGroupResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetProductGroupResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetProductGroupResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetProductGroupResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/product-transfer": {
      "post": {
        "tags": [
          "products"
        ],
        "parameters": [
          {
            "name": "overrideTransferValidate",
            "in": "query",
            "schema": {
              "type": "string",
              "default": "NO"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/ProdsTransferRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/ProdsTransferRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/ProdsTransferRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/ProdsTransferRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/ProdsTransferRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/ProdsTransferRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/ProdsTransferRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ProdsTransferResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ProdsTransferResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ProdsTransferResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ProdsTransferResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ProdsTransferResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/product-delete-cloudbackup": {
      "post": {
        "tags": [
          "products"
        ],
        "parameters": [
          {
            "name": "overrideDeleteValidate",
            "in": "query",
            "schema": {
              "type": "string",
              "default": "NO"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/ProdsDeleteCloudBackUpRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/ProdsDeleteCloudBackUpRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/ProdsDeleteCloudBackUpRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/ProdsDeleteCloudBackUpRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/ProdsDeleteCloudBackUpRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/ProdsDeleteCloudBackUpRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/ProdsDeleteCloudBackUpRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ProdsDeleteCloudBackUpResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ProdsDeleteCloudBackUpResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ProdsDeleteCloudBackUpResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ProdsDeleteCloudBackUpResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ProdsDeleteCloudBackUpResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/product-delete": {
      "post": {
        "tags": [
          "products"
        ],
        "parameters": [
          {
            "name": "overrideDeleteValidate",
            "in": "query",
            "schema": {
              "type": "string",
              "default": "NO"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/ProdsDeleteRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/ProdsDeleteRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/ProdsDeleteRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/ProdsDeleteRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/ProdsDeleteRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/ProdsDeleteRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/ProdsDeleteRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ProdsDeleteResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ProdsDeleteResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ProdsDeleteResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ProdsDeleteResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ProdsDeleteResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/product-rename": {
      "post": {
        "tags": [
          "products"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/ProdsRenameRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/ProdsRenameRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/ProdsRenameRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/ProdsRenameRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/ProdsRenameRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/ProdsRenameRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/ProdsRenameRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ProdsRenameResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ProdsRenameResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ProdsRenameResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ProdsRenameResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ProdsRenameResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/{serial}/guid": {
      "put": {
        "tags": [
          "products"
        ],
        "parameters": [
          {
            "name": "serial",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateGuidRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateGuidRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateGuidRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateGuidRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/UpdateGuidRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/UpdateGuidRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/UpdateGuidRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "products"
        ],
        "parameters": [
          {
            "name": "serial",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "userName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/guid": {
      "put": {
        "tags": [
          "products"
        ],
        "parameters": [
          {
            "name": "serial",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateGuidRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateGuidRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateGuidRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateGuidRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/UpdateGuidRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/UpdateGuidRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/UpdateGuidRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/deleteguid": {
      "delete": {
        "tags": [
          "products"
        ],
        "parameters": [
          {
            "name": "serial",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "userName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/getSonicWaveActivity": {
      "get": {
        "tags": [
          "products"
        ],
        "parameters": [
          {
            "name": "action",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetSonicWaveResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetSonicWaveResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetSonicWaveResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetSonicWaveResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetSonicWaveResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/reset-hes-password": {
      "post": {
        "tags": [
          "products"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/ResetHESPasswordRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/ResetHESPasswordRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/ResetHESPasswordRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/ResetHESPasswordRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/ResetHESPasswordRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/ResetHESPasswordRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/ResetHESPasswordRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/{serial}/hes-mxrecords-details": {
      "post": {
        "tags": [
          "products"
        ],
        "parameters": [
          {
            "name": "serial",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/HESMXRecorResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/HESMXRecorResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/HESMXRecorResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/HESMXRecorResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/HESMXRecorResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/hes-mxrecords-details": {
      "post": {
        "tags": [
          "products"
        ],
        "parameters": [
          {
            "name": "serial",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/HESMXRecorResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/HESMXRecorResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/HESMXRecorResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/HESMXRecorResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/HESMXRecorResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/starred-product-group": {
      "post": {
        "tags": [
          "products"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/StarredProuctGroupRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/StarredProuctGroupRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/StarredProuctGroupRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/StarredProuctGroupRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/StarredProuctGroupRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/StarredProuctGroupRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/StarredProuctGroupRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/StarredProuctGroupResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/StarredProuctGroupResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/StarredProuctGroupResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/StarredProuctGroupResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/StarredProuctGroupResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/save-column-preference": {
      "post": {
        "tags": [
          "products"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/SaveColumnPreferenceRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/SaveColumnPreferenceRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/SaveColumnPreferenceRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/SaveColumnPreferenceRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/SaveColumnPreferenceRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/SaveColumnPreferenceRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/SaveColumnPreferenceRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/SaveColumnPreferenceResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/SaveColumnPreferenceResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/SaveColumnPreferenceResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/SaveColumnPreferenceResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/SaveColumnPreferenceResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/update-gen7wireless-country": {
      "post": {
        "tags": [
          "products"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateGen7WirelessCountryRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateGen7WirelessCountryRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateGen7WirelessCountryRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateGen7WirelessCountryRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/UpdateGen7WirelessCountryRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/UpdateGen7WirelessCountryRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/UpdateGen7WirelessCountryRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateGen7WirelessCountryResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateGen7WirelessCountryResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateGen7WirelessCountryResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateGen7WirelessCountryResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateGen7WirelessCountryResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/validate-serial-number": {
      "post": {
        "tags": [
          "products"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/ValidateSerialRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/ValidateSerialRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/ValidateSerialRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/ValidateSerialRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/ValidateSerialRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/ValidateSerialRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/ValidateSerialRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ValidateSerialResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ValidateSerialResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ValidateSerialResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ValidateSerialResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ValidateSerialResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/Initiate-Transfer": {
      "post": {
        "tags": [
          "products"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/InitiateProductTransferRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/InitiateProductTransferRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/InitiateProductTransferRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/InitiateProductTransferRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/InitiateProductTransferRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/InitiateProductTransferRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/InitiateProductTransferRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/Approve-Reject-Device": {
      "post": {
        "tags": [
          "products"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/ApproveDeclineIPTRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/ApproveDeclineIPTRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/ApproveDeclineIPTRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/ApproveDeclineIPTRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/ApproveDeclineIPTRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/ApproveDeclineIPTRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/ApproveDeclineIPTRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ApproveDeclineIPTResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApproveDeclineIPTResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApproveDeclineIPTResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ApproveDeclineIPTResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ApproveDeclineIPTResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/issuelistlookup": {
      "post": {
        "tags": [
          "products"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/IssueListLookUpRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/IssueListLookUpRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/IssueListLookUpRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/IssueListLookUpRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/IssueListLookUpRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/IssueListLookUpRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/IssueListLookUpRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/IssueListLookUpResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/IssueListLookUpResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/IssueListLookUpResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/IssueListLookUpResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/IssueListLookUpResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/update-serial-firmware-friendlyname": {
      "post": {
        "tags": [
          "products"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateFirmwareSerialNumberRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateFirmwareSerialNumberRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateFirmwareSerialNumberRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateFirmwareSerialNumberRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/UpdateFirmwareSerialNumberRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/UpdateFirmwareSerialNumberRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/UpdateFirmwareSerialNumberRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateFirmwareSerialNumberResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateFirmwareSerialNumberResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateFirmwareSerialNumberResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateFirmwareSerialNumberResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateFirmwareSerialNumberResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/eprs-request": {
      "get": {
        "tags": [
          "products"
        ],
        "parameters": [
          {
            "name": "serialNumber",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serviceID",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sid",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        },
        "deprecated": true
      }
    },
    "/api/product/validate-serial-presignurl": {
      "post": {
        "tags": [
          "products"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/FileDetailRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/FileDetailRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/FileDetailRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/FileDetailRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/FileDetailRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/FileDetailRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/FileDetailRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/FileDetailResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/FileDetailResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/FileDetailResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/FileDetailResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/FileDetailResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/ces-register-callback": {
      "put": {
        "tags": [
          "products"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/RegisterStatus"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/RegisterStatus"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/RegisterStatus"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/RegisterStatus"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/RegisterStatus"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/RegisterStatus"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/RegisterStatus"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/product-details-pref-old": {
      "get": {
        "tags": [
          "products"
        ],
        "parameters": [
          {
            "name": "serialNumber",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ProductDetailResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ProductDetailResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ProductDetailResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ProductDetailResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ProductDetailResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/software-details-pref": {
      "get": {
        "tags": [
          "products"
        ],
        "parameters": [
          {
            "name": "productid",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/SoftwareDetailResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/SoftwareDetailResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/SoftwareDetailResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/SoftwareDetailResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/SoftwareDetailResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/product-details-pref": {
      "get": {
        "tags": [
          "products"
        ],
        "parameters": [
          {
            "name": "serialNumber",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "userName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/product/sse/is-valid-orgname": {
      "get": {
        "tags": [
          "products"
        ],
        "parameters": [
          {
            "name": "orgName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dataCenterId",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/complete-cse-registration": {
      "post": {
        "tags": [
          "products"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/CseRegistrationRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/CseRegistrationRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/CseRegistrationRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/CseRegistrationRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/CseRegistrationRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/CseRegistrationRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/CseRegistrationRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/product/get-ztc-status": {
      "get": {
        "tags": [
          "products"
        ],
        "parameters": [
          {
            "name": "ztckey",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/product/multi-enable-cloud-option": {
      "post": {
        "tags": [
          "products"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/MultiEnableCloudOptionRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/MultiEnableCloudOptionRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/MultiEnableCloudOptionRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/MultiEnableCloudOptionRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/MultiEnableCloudOptionRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/MultiEnableCloudOptionRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/MultiEnableCloudOptionRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/products/eol-status": {
      "post": {
        "tags": [
          "products"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/EolStatusRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/EolStatusRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/EolStatusRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/EolStatusRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/EolStatusRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/EolStatusRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/EolStatusRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/EolStatusApiResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/EolStatusApiResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/EolStatusApiResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/EolStatusApiResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/EolStatusApiResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/get-firewall-status": {
      "get": {
        "tags": [
          "products"
        ],
        "parameters": [
          {
            "name": "serialNumber",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/advisory/publish": {
      "post": {
        "tags": [
          "products"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/PublishAdvisoryRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/PublishAdvisoryRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/PublishAdvisoryRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/PublishAdvisoryRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/PublishAdvisoryRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/PublishAdvisoryRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/PublishAdvisoryRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/promotions/get-promotions": {
      "get": {
        "tags": [
          "Promotions"
        ],
        "parameters": [
          {
            "name": "test",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/PromotionsResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/PromotionsResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/PromotionsResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/PromotionsResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/PromotionsResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/promotions/get-upgrade-details": {
      "get": {
        "tags": [
          "Promotions"
        ],
        "parameters": [
          {
            "name": "upgradeID",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/getUpgradeDetailsResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/getUpgradeDetailsResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/getUpgradeDetailsResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/getUpgradeDetailsResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/getUpgradeDetailsResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/promotions/get-apply-upgrade-details": {
      "get": {
        "tags": [
          "Promotions"
        ],
        "parameters": [
          {
            "name": "test",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/getApplyUpgradeResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/getApplyUpgradeResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/getApplyUpgradeResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/getApplyUpgradeResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/getApplyUpgradeResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/promotions/get-secure-upgrade-replacement-types": {
      "get": {
        "tags": [
          "Promotions"
        ],
        "parameters": [
          {
            "name": "seriaNumber",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/getSecureUpgradeReplacementTypesResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/getSecureUpgradeReplacementTypesResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/getSecureUpgradeReplacementTypesResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/getSecureUpgradeReplacementTypesResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/getSecureUpgradeReplacementTypesResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/promotions/get-promosecureupgrade-sernos": {
      "get": {
        "tags": [
          "Promotions"
        ],
        "parameters": [
          {
            "name": "seriaNumber",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "upgradeId",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ListSecureUpgradeToSerialResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ListSecureUpgradeToSerialResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ListSecureUpgradeToSerialResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ListSecureUpgradeToSerialResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ListSecureUpgradeToSerialResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/promotions/get-transfer-secure-upgrade": {
      "get": {
        "tags": [
          "Promotions"
        ],
        "parameters": [
          {
            "name": "fromSerial",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "toSerial",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fromPage",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "upgradeID",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/TransferSecureUpgradeResponse1"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/TransferSecureUpgradeResponse1"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/TransferSecureUpgradeResponse1"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/TransferSecureUpgradeResponse1"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/TransferSecureUpgradeResponse1"
                }
              }
            }
          }
        }
      }
    },
    "/api/promotions/submit-transfer-secure-upgrade": {
      "get": {
        "tags": [
          "Promotions"
        ],
        "parameters": [
          {
            "name": "fromSerial",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "toSerial",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/SubmitTransferSecureUpgradeResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/SubmitTransferSecureUpgradeResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/SubmitTransferSecureUpgradeResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/SubmitTransferSecureUpgradeResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/SubmitTransferSecureUpgradeResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/promotions/competative-survey-options": {
      "get": {
        "tags": [
          "Promotions"
        ],
        "parameters": [
          {
            "name": "test",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/CompetativeSurveyOptions"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CompetativeSurveyOptions"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/CompetativeSurveyOptions"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/CompetativeSurveyOptions"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/CompetativeSurveyOptions"
                }
              }
            }
          }
        }
      }
    },
    "/api/promotions/submit-competative-survey": {
      "get": {
        "tags": [
          "Promotions"
        ],
        "parameters": [
          {
            "name": "competitiveReplacementDevice",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "competitiveProductInfo",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "competitiveReplacementSerialnumber",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "strUpgradeSerial",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "strUpgradeNo",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/SubmitTransferSecureUpgradeResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/SubmitTransferSecureUpgradeResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/SubmitTransferSecureUpgradeResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/SubmitTransferSecureUpgradeResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/SubmitTransferSecureUpgradeResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/quote/get": {
      "get": {
        "tags": [
          "Quote"
        ],
        "parameters": [
          {
            "name": "quoteid",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "isquotereceipt",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "quoteKey",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetQuoteResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetQuoteResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetQuoteResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetQuoteResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetQuoteResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/quote/quoteitem/remove": {
      "delete": {
        "tags": [
          "Quote"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/RemoveQuoteRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/RemoveQuoteRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/RemoveQuoteRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/RemoveQuoteRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/RemoveQuoteRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/RemoveQuoteRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/RemoveQuoteRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/RemoveQuoteResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/RemoveQuoteResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/RemoveQuoteResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/RemoveQuoteResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/RemoveQuoteResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/quote/email-quote": {
      "post": {
        "tags": [
          "Quote"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/EmailQuoteReq"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/EmailQuoteReq"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/EmailQuoteReq"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/EmailQuoteReq"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/EmailQuoteReq"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/EmailQuoteReq"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/EmailQuoteReq"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/EmailQuoteResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/EmailQuoteResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/EmailQuoteResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/EmailQuoteResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/EmailQuoteResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/quote/move-to-basket": {
      "post": {
        "tags": [
          "Quote"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/MovetoBasketReq"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/MovetoBasketReq"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/MovetoBasketReq"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/MovetoBasketReq"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/MovetoBasketReq"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/MovetoBasketReq"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/MovetoBasketReq"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/MovetoBasketResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/MovetoBasketResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/MovetoBasketResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/MovetoBasketResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/MovetoBasketResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/quote/address/{addressid}/get": {
      "get": {
        "tags": [
          "Quote"
        ],
        "parameters": [
          {
            "name": "addressid",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "autoRenewalId",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetBillingAddressInfoResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetBillingAddressInfoResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetBillingAddressInfoResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetBillingAddressInfoResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetBillingAddressInfoResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/quote/address/getBillingAddressInfo": {
      "get": {
        "tags": [
          "Quote"
        ],
        "parameters": [
          {
            "name": "addressid",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "autoRenewalId",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetBillingAddressInfoResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetBillingAddressInfoResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetBillingAddressInfoResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetBillingAddressInfoResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetBillingAddressInfoResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/quote/vat-required": {
      "get": {
        "tags": [
          "Quote"
        ],
        "parameters": [
          {
            "name": "countrycode",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetVatRequiredResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetVatRequiredResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetVatRequiredResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetVatRequiredResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetVatRequiredResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/quote/update-quote": {
      "post": {
        "tags": [
          "Quote"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/MovetoBasketReq"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/MovetoBasketReq"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/MovetoBasketReq"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/MovetoBasketReq"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/MovetoBasketReq"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/MovetoBasketReq"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/MovetoBasketReq"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/MovetoBasketResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/MovetoBasketResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/MovetoBasketResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/MovetoBasketResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/MovetoBasketResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/quote/get-quote-history": {
      "get": {
        "tags": [
          "Quote"
        ],
        "parameters": [
          {
            "name": "username",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/QuoteHistoryResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/QuoteHistoryResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/QuoteHistoryResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/QuoteHistoryResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/QuoteHistoryResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/quote/list-quotes": {
      "get": {
        "tags": [
          "Quote"
        ],
        "parameters": [
          {
            "name": "oemCode",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/EmailQuoteResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/EmailQuoteResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/EmailQuoteResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/EmailQuoteResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/EmailQuoteResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/quote/update-quote-resellerManaged": {
      "put": {
        "tags": [
          "Quote"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/QuoteResellerManagedReq"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/QuoteResellerManagedReq"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/QuoteResellerManagedReq"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/QuoteResellerManagedReq"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/QuoteResellerManagedReq"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/QuoteResellerManagedReq"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/QuoteResellerManagedReq"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              }
            }
          }
        }
      }
    },
    "/api/quote/update-quote-programManaged": {
      "put": {
        "tags": [
          "Quote"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/QuoteProgramManagedReq"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/QuoteProgramManagedReq"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/QuoteProgramManagedReq"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/QuoteProgramManagedReq"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/QuoteProgramManagedReq"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/QuoteProgramManagedReq"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/QuoteProgramManagedReq"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              }
            }
          }
        }
      }
    },
    "/api/quote/decline-quote": {
      "put": {
        "tags": [
          "Quote"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/DeclineQuoteReq"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/DeclineQuoteReq"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/DeclineQuoteReq"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/DeclineQuoteReq"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/DeclineQuoteReq"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/DeclineQuoteReq"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/DeclineQuoteReq"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              }
            }
          }
        }
      }
    },
    "/api/quote/request-change": {
      "put": {
        "tags": [
          "Quote"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/RequestChangeReq"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/RequestChangeReq"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/RequestChangeReq"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/RequestChangeReq"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/RequestChangeReq"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/RequestChangeReq"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/RequestChangeReq"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              }
            }
          }
        }
      }
    },
    "/api/quote/quote-activity-log/{equoteid}": {
      "get": {
        "tags": [
          "Quote"
        ],
        "parameters": [
          {
            "name": "equoteId",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/QuoteActivityLogResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/QuoteActivityLogResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/QuoteActivityLogResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/QuoteActivityLogResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/QuoteActivityLogResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/quote/quote-activity-log": {
      "get": {
        "tags": [
          "Quote"
        ],
        "parameters": [
          {
            "name": "equoteId",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/QuoteActivityLogResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/QuoteActivityLogResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/QuoteActivityLogResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/QuoteActivityLogResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/QuoteActivityLogResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/quote/quote-notes/{equoteId}": {
      "get": {
        "tags": [
          "Quote"
        ],
        "parameters": [
          {
            "name": "equoteId",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/EQuoteNoteResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/EQuoteNoteResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/EQuoteNoteResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/EQuoteNoteResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/EQuoteNoteResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/quote/get-quote-notes": {
      "get": {
        "tags": [
          "Quote"
        ],
        "parameters": [
          {
            "name": "equoteId",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/EQuoteNoteResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/EQuoteNoteResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/EQuoteNoteResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/EQuoteNoteResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/EQuoteNoteResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/quote/add-equote-note": {
      "post": {
        "tags": [
          "Quote"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/AddEQuoteNoteReq"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AddEQuoteNoteReq"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/AddEQuoteNoteReq"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/AddEQuoteNoteReq"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/AddEQuoteNoteReq"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/AddEQuoteNoteReq"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/AddEQuoteNoteReq"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              }
            }
          }
        }
      }
    },
    "/api/quote/quote-list-renewal-mgr": {
      "post": {
        "tags": [
          "Quote"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/GetRnwlMgrReq"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/GetRnwlMgrReq"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/GetRnwlMgrReq"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/GetRnwlMgrReq"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/GetRnwlMgrReq"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/GetRnwlMgrReq"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/GetRnwlMgrReq"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              }
            }
          }
        }
      }
    },
    "/api/quote/update-equoteitems-ssipn": {
      "put": {
        "tags": [
          "Quote"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/EquoteItemSsipnReq"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/EquoteItemSsipnReq"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/EquoteItemSsipnReq"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/EquoteItemSsipnReq"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/EquoteItemSsipnReq"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/EquoteItemSsipnReq"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/EquoteItemSsipnReq"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              }
            }
          }
        }
      }
    },
    "/api/quote/quote-list-renewal-mgr-export": {
      "post": {
        "tags": [
          "Quote"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/GetRnwlMgrReq"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/GetRnwlMgrReq"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/GetRnwlMgrReq"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/GetRnwlMgrReq"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/GetRnwlMgrReq"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/GetRnwlMgrReq"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/GetRnwlMgrReq"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              }
            }
          }
        }
      }
    },
    "/api/quote/add-equote-item": {
      "post": {
        "tags": [
          "Quote"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/AddEquoteItemReq"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AddEquoteItemReq"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/AddEquoteItemReq"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/AddEquoteItemReq"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/AddEquoteItemReq"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/AddEquoteItemReq"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/AddEquoteItemReq"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              }
            }
          }
        }
      }
    },
    "/api/quote/update-auto-renew": {
      "put": {
        "tags": [
          "Quote"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/AutoRenewReq"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AutoRenewReq"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/AutoRenewReq"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/AutoRenewReq"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/AutoRenewReq"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/AutoRenewReq"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/AutoRenewReq"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              }
            }
          }
        }
      }
    },
    "/api/quote/create-new-quote": {
      "post": {
        "tags": [
          "Quote"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/createNewQuoteReq"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/createNewQuoteReq"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/createNewQuoteReq"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/createNewQuoteReq"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/createNewQuoteReq"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/createNewQuoteReq"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/createNewQuoteReq"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/createNewQuoteResp"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/createNewQuoteResp"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/createNewQuoteResp"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/createNewQuoteResp"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/createNewQuoteResp"
                }
              }
            }
          }
        }
      }
    },
    "/api/quote/update-billing-info": {
      "post": {
        "tags": [
          "Quote"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateBillingAddressInfoReq"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateBillingAddressInfoReq"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateBillingAddressInfoReq"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateBillingAddressInfoReq"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/UpdateBillingAddressInfoReq"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/UpdateBillingAddressInfoReq"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/UpdateBillingAddressInfoReq"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateBillingAddressInfoResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateBillingAddressInfoResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateBillingAddressInfoResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateBillingAddressInfoResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateBillingAddressInfoResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/renewals/get-renewal-list": {
      "get": {
        "tags": [
          "Renewals"
        ],
        "parameters": [
          {
            "name": "expDateFilter",
            "in": "query",
            "schema": {
              "type": "string",
              "default": "60"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/RenewalListResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/RenewalListResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/RenewalListResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/RenewalListResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/RenewalListResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/cfs-url-rating": {
      "post": {
        "tags": [
          "ReportIssues"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/CfsUrlRatingReq"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/CfsUrlRatingReq"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/CfsUrlRatingReq"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/CfsUrlRatingReq"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/CfsUrlRatingReq"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/CfsUrlRatingReq"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/CfsUrlRatingReq"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/CfsUrlRatingResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CfsUrlRatingResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/CfsUrlRatingResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/CfsUrlRatingResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/CfsUrlRatingResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/cfs-url-review-rating": {
      "post": {
        "tags": [
          "ReportIssues"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/CfsUrlReviewRatingReq"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/CfsUrlReviewRatingReq"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/CfsUrlReviewRatingReq"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/CfsUrlReviewRatingReq"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/CfsUrlReviewRatingReq"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/CfsUrlReviewRatingReq"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/CfsUrlReviewRatingReq"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/CfsUrlRatingResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CfsUrlRatingResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/CfsUrlRatingResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/CfsUrlRatingResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/CfsUrlRatingResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/security-vulnerability": {
      "post": {
        "tags": [
          "ReportIssues"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/SecurityVulnerabilityReq"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/SecurityVulnerabilityReq"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/SecurityVulnerabilityReq"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/SecurityVulnerabilityReq"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/SecurityVulnerabilityReq"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/SecurityVulnerabilityReq"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/SecurityVulnerabilityReq"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/SecurityVulnerabilityResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/SecurityVulnerabilityResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/SecurityVulnerabilityResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/SecurityVulnerabilityResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/SecurityVulnerabilityResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/botnet-ip-status": {
      "post": {
        "tags": [
          "ReportIssues"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/BotNetIpStatusLookupReq"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/BotNetIpStatusLookupReq"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/BotNetIpStatusLookupReq"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/BotNetIpStatusLookupReq"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/BotNetIpStatusLookupReq"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/BotNetIpStatusLookupReq"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/BotNetIpStatusLookupReq"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/BotNetIpStatusLookupResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/BotNetIpStatusLookupResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/BotNetIpStatusLookupResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/BotNetIpStatusLookupResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/BotNetIpStatusLookupResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/botnet-ip-review": {
      "post": {
        "tags": [
          "ReportIssues"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/BotNetIpReviewReq"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/BotNetIpReviewReq"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/BotNetIpReviewReq"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/BotNetIpReviewReq"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/BotNetIpReviewReq"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/BotNetIpReviewReq"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/BotNetIpReviewReq"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/BotNetIpReviewResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/BotNetIpReviewResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/BotNetIpReviewResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/BotNetIpReviewResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/BotNetIpReviewResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/geolocation-ip-review": {
      "post": {
        "tags": [
          "ReportIssues"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/GeoLocationIpReviewreq"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/GeoLocationIpReviewreq"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/GeoLocationIpReviewreq"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/GeoLocationIpReviewreq"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/GeoLocationIpReviewreq"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/GeoLocationIpReviewreq"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/GeoLocationIpReviewreq"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GeoLocationIpReviewResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GeoLocationIpReviewResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GeoLocationIpReviewResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GeoLocationIpReviewResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GeoLocationIpReviewResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/url-category-list": {
      "get": {
        "tags": [
          "ReportIssues"
        ],
        "parameters": [
          {
            "name": "oemcode",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/URLCategoryListResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/URLCategoryListResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/URLCategoryListResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/URLCategoryListResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/URLCategoryListResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/security-products": {
      "get": {
        "tags": [
          "ReportIssues"
        ],
        "parameters": [
          {
            "name": "oemcode",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/SecurityProductListResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/SecurityProductListResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/SecurityProductListResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/SecurityProductListResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/SecurityProductListResponse"
                }
              }
            }
          }
        }
      }
    },
    "/wcf/BuyNow/order.svc/TransferRMA": {
      "post": {
        "tags": [
          "RMATransfer"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/xml": {
                "schema": {
                  "type": "array",
                  "items": { }
                }
              }
            }
          }
        }
      }
    },
    "/api/sami/firmware-downloads": {
      "post": {
        "tags": [
          "SAMI"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/FirmwareDownloadRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/FirmwareDownloadRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/FirmwareDownloadRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/FirmwareDownloadRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/FirmwareDownloadRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/FirmwareDownloadRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/FirmwareDownloadRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/FirmwareDownloadResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/FirmwareDownloadResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/FirmwareDownloadResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/FirmwareDownloadResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/FirmwareDownloadResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/sami/license-summary": {
      "get": {
        "tags": [
          "SAMI"
        ],
        "parameters": [
          {
            "name": "serialNumber",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/LicenseSummaryResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/LicenseSummaryResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/LicenseSummaryResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/LicenseSummaryResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/LicenseSummaryResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/firmware/get-software-free-trials": {
      "get": {
        "tags": [
          "softwarefreetrial"
        ],
        "parameters": [
          {
            "name": "productGroupId",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "MODE",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "TENANTID",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetFreeTrialResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetFreeTrialResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetFreeTrialResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetFreeTrialResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetFreeTrialResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/firmware/try-now": {
      "post": {
        "tags": [
          "softwarefreetrial"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/TryNowRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/TryNowRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/TryNowRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/TryNowRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/TryNowRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/TryNowRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/TryNowRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/TryGMSResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/TryGMSResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/TryGMSResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/TryGMSResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/TryGMSResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/get-cas-datacenter": {
      "get": {
        "tags": [
          "softwarefreetrial"
        ],
        "parameters": [
          {
            "name": "serviceId",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "source",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/CASDataCenterResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CASDataCenterResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/CASDataCenterResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/CASDataCenterResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/CASDataCenterResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/sonicplatform/delete_session": {
      "delete": {
        "tags": [
          "SonicPlatform"
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/sonicplatform/create_session_by_claims": {
      "post": {
        "tags": [
          "SonicPlatform"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/SonicPlatformClaimsRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/SonicPlatformClaimsRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/SonicPlatformClaimsRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/SonicPlatformClaimsRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/SonicPlatformClaimsRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/SonicPlatformClaimsRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/SonicPlatformClaimsRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/reports/{requsername}/get-subscr-report": {
      "get": {
        "tags": [
          "subscriptionReport"
        ],
        "parameters": [
          {
            "name": "requsername",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "repname",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "isforced",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "pageno",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "noofrec",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "productGroupId",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/SubscriptionReportBuyNowResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/SubscriptionReportBuyNowResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/SubscriptionReportBuyNowResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/SubscriptionReportBuyNowResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/SubscriptionReportBuyNowResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/reports/get-subscr-report": {
      "get": {
        "tags": [
          "subscriptionReport"
        ],
        "parameters": [
          {
            "name": "requsername",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "repname",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "isforced",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "pageno",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "noofrec",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "productGroupId",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/SubscriptionReportBuyNowResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/SubscriptionReportBuyNowResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/SubscriptionReportBuyNowResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/SubscriptionReportBuyNowResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/SubscriptionReportBuyNowResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/reports/{requsername}/get-subscription-report": {
      "get": {
        "tags": [
          "subscriptionReport"
        ],
        "parameters": [
          {
            "name": "requsername",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "repname",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "isforced",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "pageno",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "noofrec",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "productGroupId",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/SubscriptionReportResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/SubscriptionReportResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/SubscriptionReportResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/SubscriptionReportResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/SubscriptionReportResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/reports/get-subscription-report": {
      "get": {
        "tags": [
          "subscriptionReport"
        ],
        "parameters": [
          {
            "name": "requsername",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "repname",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "isforced",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "pageno",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "noofrec",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "productGroupId",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/SubscriptionReportResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/SubscriptionReportResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/SubscriptionReportResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/SubscriptionReportResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/SubscriptionReportResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/support/get-serialnumber-entitlement/{serialnumber}": {
      "get": {
        "tags": [
          "Support"
        ],
        "parameters": [
          {
            "name": "serialnumber",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string",
              "default": "ALL"
            }
          },
          {
            "name": "isJson",
            "in": "query",
            "schema": {
              "type": "string",
              "default": "0"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetSerialNumberResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetSerialNumberResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetSerialNumberResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetSerialNumberResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetSerialNumberResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/support/get-serialnumber-entitlement": {
      "get": {
        "tags": [
          "Support"
        ],
        "parameters": [
          {
            "name": "serialnumber",
            "in": "query",
            "schema": {
              "type": "string",
              "default": "ALL"
            }
          },
          {
            "name": "isJson",
            "in": "query",
            "schema": {
              "type": "string",
              "default": "0"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetSerialNumberResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetSerialNumberResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetSerialNumberResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetSerialNumberResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetSerialNumberResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/support/get-premiersupportorgs": {
      "get": {
        "tags": [
          "Support"
        ],
        "parameters": [
          {
            "name": "oemCode",
            "in": "query",
            "schema": {
              "type": "string",
              "default": "SNWL"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetPremierSupportOrgs"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetPremierSupportOrgs"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetPremierSupportOrgs"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetPremierSupportOrgs"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetPremierSupportOrgs"
                }
              }
            }
          }
        }
      }
    },
    "/api/support/check-case": {
      "post": {
        "tags": [
          "Support"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/CheckCaseReq"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/CheckCaseReq"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/CheckCaseReq"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/CheckCaseReq"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/CheckCaseReq"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/CheckCaseReq"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/CheckCaseReq"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/CheckCaseResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CheckCaseResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/CheckCaseResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/CheckCaseResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/CheckCaseResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/support/create-case": {
      "post": {
        "tags": [
          "Support"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/CreateCaseReq"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/CreateCaseReq"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/CreateCaseReq"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/CreateCaseReq"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/CreateCaseReq"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/CreateCaseReq"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/CreateCaseReq"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/CreateCaseResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CreateCaseResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/CreateCaseResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/CreateCaseResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/CreateCaseResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/support/view-case": {
      "get": {
        "tags": [
          "Support"
        ],
        "parameters": [
          {
            "name": "isEntrireOrg",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetSupportCasesResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetSupportCasesResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetSupportCasesResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetSupportCasesResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetSupportCasesResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/support/add-support-note": {
      "post": {
        "tags": [
          "Support"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateCaseRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateCaseRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateCaseRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/UpdateCaseRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/UpdateCaseRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/UpdateCaseRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/UpdateCaseRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateCaseResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateCaseResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateCaseResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateCaseResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateCaseResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/support/get-support-case": {
      "get": {
        "tags": [
          "Support"
        ],
        "parameters": [
          {
            "name": "caseid",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "skipDetails",
            "in": "query",
            "schema": {
              "type": "string",
              "default": "NO"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetSupportCaseDetailsResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetSupportCaseDetailsResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetSupportCaseDetailsResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetSupportCaseDetailsResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetSupportCaseDetailsResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/support/get-support-case/{caseid}": {
      "get": {
        "tags": [
          "Support"
        ],
        "parameters": [
          {
            "name": "caseid",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetSupportCaseDetailsResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetSupportCaseDetailsResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetSupportCaseDetailsResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetSupportCaseDetailsResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetSupportCaseDetailsResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/support/get-chat-details": {
      "get": {
        "tags": [
          "Support"
        ],
        "parameters": [
          {
            "name": "oemcode",
            "in": "query",
            "schema": {
              "type": "string",
              "default": "SNWL"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetSFDCWebChatResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetSFDCWebChatResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetSFDCWebChatResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetSFDCWebChatResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetSFDCWebChatResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/support/close-case": {
      "post": {
        "tags": [
          "Support"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/CloseCaseRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/CloseCaseRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/CloseCaseRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/CloseCaseRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/CloseCaseRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/CloseCaseRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/CloseCaseRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateCaseResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateCaseResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateCaseResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateCaseResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/UpdateCaseResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/support/get-supportcase-widget-info": {
      "get": {
        "tags": [
          "Support"
        ],
        "parameters": [
          {
            "name": "appName",
            "in": "query",
            "schema": {
              "type": "string",
              "default": "MSW"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetSupportCasesWidgetResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetSupportCasesWidgetResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetSupportCasesWidgetResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetSupportCasesWidgetResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetSupportCasesWidgetResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/terminated-sessions": {
      "get": {
        "tags": [
          "TerminatedSessions"
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "post": {
        "tags": [
          "TerminatedSessions"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/TerminatedSessionRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/TerminatedSessionRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/TerminatedSessionRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/TerminatedSessionRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/TerminatedSessionRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/TerminatedSessionRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/TerminatedSessionRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/vatcheck/vat-format": {
      "post": {
        "tags": [
          "Test"
        ],
        "parameters": [
          {
            "name": "countrycode",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vatno",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/product/ces-register-callback-test": {
      "put": {
        "tags": [
          "Test"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/RegisterStatus"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/RegisterStatus"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/RegisterStatus"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/RegisterStatus"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/RegisterStatus"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/RegisterStatus"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/RegisterStatus"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/product/ces-license-syncup-test": {
      "put": {
        "tags": [
          "Test"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/LicenseSyncup"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/LicenseSyncup"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/LicenseSyncup"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/LicenseSyncup"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/LicenseSyncup"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/LicenseSyncup"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/LicenseSyncup"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              }
            }
          }
        }
      }
    },
    "/api/get-country-test": {
      "get": {
        "tags": [
          "Test"
        ],
        "parameters": [
          {
            "name": "languageCode",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "isWCM",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetCountriesResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetCountriesResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetCountriesResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetCountriesResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetCountriesResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/test-rmq-connectivity": {
      "post": {
        "tags": [
          "Test"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              }
            }
          }
        }
      }
    },
    "/api/get-cc-key": {
      "get": {
        "tags": [
          "Test"
        ],
        "parameters": [
          {
            "name": "serialNumber",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "username",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "appName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/test/create-jira-issue": {
      "get": {
        "tags": [
          "Test"
        ],
        "parameters": [
          {
            "name": "component",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "priority",
            "in": "query",
            "schema": {
              "type": "string",
              "default": "P2"
            }
          },
          {
            "name": "issueType",
            "in": "query",
            "schema": {
              "type": "string",
              "default": "Bug DTS"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/test/test-sql-jira-ticket": {
      "get": {
        "tags": [
          "Test"
        ],
        "parameters": [
          {
            "name": "errorCode",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32",
              "default": 53
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/tfa": {
      "post": {
        "tags": [
          "TFA"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/TFARequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/TFARequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/TFARequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/TFARequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/TFARequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/TFARequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/TFARequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetAuthTokenResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetAuthTokenResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetAuthTokenResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetAuthTokenResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetAuthTokenResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/tfa/send-email": {
      "post": {
        "tags": [
          "TFA"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/SendMailRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/SendMailRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/SendMailRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/SendMailRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/SendMailRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/SendMailRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/SendMailRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetAuthTokenResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetAuthTokenResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetAuthTokenResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetAuthTokenResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetAuthTokenResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/get-todo-list": {
      "get": {
        "tags": [
          "ToDoList"
        ],
        "parameters": [
          {
            "name": "serialNumber",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "productId",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/TodoListResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/TodoListResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/TodoListResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/TodoListResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/TodoListResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/get-capture-datacenter": {
      "get": {
        "tags": [
          "ToDoList"
        ],
        "parameters": [
          {
            "name": "customerTaskId",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dataCenter",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/CATDataCenterResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CATDataCenterResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/CATDataCenterResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/CATDataCenterResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/CATDataCenterResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/get-managecat-datacenter": {
      "get": {
        "tags": [
          "ToDoList"
        ],
        "parameters": [
          {
            "name": "customerTaskId",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/CATDataCenterResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CATDataCenterResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/CATDataCenterResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/CATDataCenterResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/CATDataCenterResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/get-email-encryption-datacenter": {
      "get": {
        "tags": [
          "ToDoList"
        ],
        "parameters": [
          {
            "name": "customerTaskId",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/EmailEncryptionDataCenterResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/EmailEncryptionDataCenterResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/EmailEncryptionDataCenterResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/EmailEncryptionDataCenterResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/EmailEncryptionDataCenterResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/complete-todo-list": {
      "post": {
        "tags": [
          "ToDoList"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/CompleteTaskListRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/CompleteTaskListRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/CompleteTaskListRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/CompleteTaskListRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/CompleteTaskListRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/CompleteTaskListRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/CompleteTaskListRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/CompleteTaskListResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CompleteTaskListResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/CompleteTaskListResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/CompleteTaskListResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/CompleteTaskListResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/get-unit-address": {
      "get": {
        "tags": [
          "ToDoList"
        ],
        "parameters": [
          {
            "name": "username",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/UnitAddressDetailsResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/UnitAddressDetailsResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/UnitAddressDetailsResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/UnitAddressDetailsResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/UnitAddressDetailsResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/get-hes-data-center": {
      "get": {
        "tags": [
          "ToDoList"
        ],
        "parameters": [
          {
            "name": "oemcode",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetHESDataCenterResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetHESDataCenterResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetHESDataCenterResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetHESDataCenterResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetHESDataCenterResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/get-nsv-platforms": {
      "get": {
        "tags": [
          "ToDoList"
        ],
        "parameters": [
          {
            "name": "oemcode",
            "in": "query",
            "schema": {
              "type": "string",
              "default": "SNWL"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetNSVPlatformResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetNSVPlatformResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetNSVPlatformResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetNSVPlatformResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetNSVPlatformResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/register-nsv-serialnumber": {
      "post": {
        "tags": [
          "ToDoList"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/RegisterNSvSerialnumberRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/RegisterNSvSerialnumberRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/RegisterNSvSerialnumberRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/RegisterNSvSerialnumberRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/RegisterNSvSerialnumberRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/RegisterNSvSerialnumberRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/RegisterNSvSerialnumberRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/RegisterNSvSerialnumberResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/RegisterNSvSerialnumberResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/RegisterNSvSerialnumberResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/RegisterNSvSerialnumberResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/RegisterNSvSerialnumberResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/register-sma8200v-serialnumber": {
      "post": {
        "tags": [
          "ToDoList"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/RegisterSMA8200vSerialnumberRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/RegisterSMA8200vSerialnumberRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/RegisterSMA8200vSerialnumberRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/RegisterSMA8200vSerialnumberRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/RegisterSMA8200vSerialnumberRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/RegisterSMA8200vSerialnumberRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/RegisterSMA8200vSerialnumberRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/RegisterSMA8200vSerialnumberResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/RegisterSMA8200vSerialnumberResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/RegisterSMA8200vSerialnumberResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/RegisterSMA8200vSerialnumberResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/RegisterSMA8200vSerialnumberResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/get-hes-serial-number-datacenter-details": {
      "get": {
        "tags": [
          "ToDoList"
        ],
        "parameters": [
          {
            "name": "serialNumber",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetHESSerialNumberDataCenterResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetHESSerialNumberDataCenterResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetHESSerialNumberDataCenterResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetHESSerialNumberDataCenterResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetHESSerialNumberDataCenterResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/openhesconsole": {
      "get": {
        "tags": [
          "ToDoList"
        ],
        "parameters": [
          {
            "name": "serialNumber",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/OpenHESConsoleResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/OpenHESConsoleResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/OpenHESConsoleResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/OpenHESConsoleResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/OpenHESConsoleResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/activate-hes-service": {
      "post": {
        "tags": [
          "ToDoList"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/ActivateHESServiceRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/ActivateHESServiceRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/ActivateHESServiceRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/ActivateHESServiceRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/ActivateHESServiceRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/ActivateHESServiceRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/ActivateHESServiceRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ActivateHESServiceResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ActivateHESServiceResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ActivateHESServiceResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ActivateHESServiceResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ActivateHESServiceResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/generate-cscAccessCode": {
      "post": {
        "tags": [
          "General"
        ],
        "summary": "Get the access code to generate API keys from your cloud subscriptions",
        "description": "Get the access code to generate API keys from your cloud subscriptions",
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/GenerateCSCAccessCodeRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/GenerateCSCAccessCodeRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/GenerateCSCAccessCodeRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/GenerateCSCAccessCodeRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/GenerateCSCAccessCodeRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/GenerateCSCAccessCodeRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/GenerateCSCAccessCodeRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/manage-connectwise-roles": {
      "post": {
        "tags": [
          "token"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/ManageConnectWiseRolesRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/ManageConnectWiseRolesRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/ManageConnectWiseRolesRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/ManageConnectWiseRolesRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/ManageConnectWiseRolesRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/ManageConnectWiseRolesRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/ManageConnectWiseRolesRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetAppTokenResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetAppTokenResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetAppTokenResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetAppTokenResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetAppTokenResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/managemsspcatalog": {
      "post": {
        "tags": [
          "token"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/ManageMSSPCatalogRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/ManageMSSPCatalogRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/ManageMSSPCatalogRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/ManageMSSPCatalogRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/ManageMSSPCatalogRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/ManageMSSPCatalogRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/ManageMSSPCatalogRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ManageMSSPCatalogResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ManageMSSPCatalogResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ManageMSSPCatalogResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ManageMSSPCatalogResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ManageMSSPCatalogResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/get-app-token": {
      "post": {
        "tags": [
          "token"
        ],
        "parameters": [
          {
            "name": "appName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "source",
            "in": "query",
            "schema": {
              "type": "string",
              "default": "MSW"
            }
          },
          {
            "name": "ccdcid",
            "in": "query",
            "schema": {
              "type": "string",
              "default": "1"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetAppTokenResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetAppTokenResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetAppTokenResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetAppTokenResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetAppTokenResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/change-appname": {
      "get": {
        "tags": [
          "token"
        ],
        "parameters": [
          {
            "name": "appName",
            "in": "query",
            "schema": {
              "type": "string",
              "default": "MSW"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetAppTokenResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetAppTokenResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetAppTokenResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetAppTokenResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetAppTokenResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/cachedb-check": {
      "get": {
        "tags": [
          "token"
        ],
        "parameters": [
          {
            "name": "authKey",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/getIDPUrl": {
      "post": {
        "tags": [
          "token"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/GetIDPUrlRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/GetIDPUrlRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/GetIDPUrlRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/GetIDPUrlRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/GetIDPUrlRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/GetIDPUrlRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/GetIDPUrlRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetIDPUrlResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetIDPUrlResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetIDPUrlResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetIDPUrlResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetIDPUrlResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/multiupdateidp": {
      "post": {
        "tags": [
          "token"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/MultiUpdateIDPRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/MultiUpdateIDPRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/MultiUpdateIDPRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/MultiUpdateIDPRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/MultiUpdateIDPRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/MultiUpdateIDPRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/MultiUpdateIDPRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              }
            }
          }
        }
      }
    },
    "/api/redirect-to-application": {
      "get": {
        "tags": [
          "token"
        ],
        "parameters": [
          {
            "name": "username",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sessionID",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "appName",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "returnUrl",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "spogSrc",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "serNo",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "tenantName",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "tenant",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "takeSPOGToken",
            "in": "query",
            "schema": {
              "type": "string",
              "default": "NO"
            }
          },
          {
            "name": "embedResponse",
            "in": "query",
            "schema": {
              "type": "string",
              "default": "NO"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "post": {
        "tags": [
          "token"
        ],
        "requestBody": {
          "content": {
            "multipart/form-data": {
              "schema": {
                "type": "object",
                "properties": {
                  "appName": {
                    "type": "string"
                  },
                  "returnUrl": {
                    "type": "string"
                  },
                  "spogSrc": {
                    "type": "string"
                  },
                  "serNo": {
                    "type": "string"
                  },
                  "tenantName": {
                    "type": "string"
                  },
                  "tenant": {
                    "type": "string"
                  },
                  "takeSPOGToken": {
                    "type": "string"
                  },
                  "accessCode": {
                    "type": "string"
                  }
                }
              },
              "encoding": {
                "appName": {
                  "style": "form"
                },
                "returnUrl": {
                  "style": "form"
                },
                "spogSrc": {
                  "style": "form"
                },
                "serNo": {
                  "style": "form"
                },
                "tenantName": {
                  "style": "form"
                },
                "tenant": {
                  "style": "form"
                },
                "takeSPOGToken": {
                  "style": "form"
                },
                "accessCode": {
                  "style": "form"
                }
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/redirect-to-application-with-code": {
      "post": {
        "tags": [
          "token"
        ],
        "requestBody": {
          "content": {
            "multipart/form-data": {
              "schema": {
                "type": "object",
                "properties": {
                  "appName": {
                    "type": "string"
                  },
                  "returnUrl": {
                    "type": "string"
                  },
                  "spogSrc": {
                    "type": "string"
                  },
                  "serNo": {
                    "type": "string"
                  },
                  "tenantName": {
                    "type": "string"
                  },
                  "tenant": {
                    "type": "string"
                  },
                  "takeSPOGToken": {
                    "type": "string"
                  },
                  "accessCode": {
                    "type": "string"
                  }
                }
              },
              "encoding": {
                "appName": {
                  "style": "form"
                },
                "returnUrl": {
                  "style": "form"
                },
                "spogSrc": {
                  "style": "form"
                },
                "serNo": {
                  "style": "form"
                },
                "tenantName": {
                  "style": "form"
                },
                "tenant": {
                  "style": "form"
                },
                "takeSPOGToken": {
                  "style": "form"
                },
                "accessCode": {
                  "style": "form"
                }
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/log-out": {
      "post": {
        "tags": [
          "token"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/SessionLogoutRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/SessionLogoutRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/SessionLogoutRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/SessionLogoutRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/SessionLogoutRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/SessionLogoutRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/SessionLogoutRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/SessionLogoutResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/SessionLogoutResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/SessionLogoutResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/SessionLogoutResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/SessionLogoutResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/gettfaappcode": {
      "get": {
        "tags": [
          "token"
        ],
        "parameters": [
          {
            "name": "oemcode",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetTFAAppCodeResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetTFAAppCodeResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetTFAAppCodeResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetTFAAppCodeResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetTFAAppCodeResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/partnerappstoken": {
      "get": {
        "tags": [
          "token"
        ],
        "parameters": [
          {
            "name": "username",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "sessionID",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "spogSrc",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "returnUrl",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "appName",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "qsparams",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          },
          {
            "name": "snbtoken",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      },
      "post": {
        "tags": [
          "token"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/PartnerAppsRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/PartnerAppsRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/PartnerAppsRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/PartnerAppsRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/PartnerAppsRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/PartnerAppsRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/PartnerAppsRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    },
    "/api/oauthCheck": {
      "post": {
        "tags": [
          "token"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/GetoauthCheckRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/GetoauthCheckRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/GetoauthCheckRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/GetoauthCheckRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/GetoauthCheckRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/GetoauthCheckRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/GetoauthCheckRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetoAuthCheckResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetoAuthCheckResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetoAuthCheckResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetoAuthCheckResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetoAuthCheckResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/token": {
      "post": {
        "tags": [
          "token"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/GetAuthTokenRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/GetAuthTokenRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/GetAuthTokenRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/GetAuthTokenRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/GetAuthTokenRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/GetAuthTokenRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/GetAuthTokenRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/GetAuthTokenResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetAuthTokenResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/GetAuthTokenResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetAuthTokenResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/GetAuthTokenResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/product/uploadpreffile": {
      "post": {
        "tags": [
          "uploadprefFile"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/UploadPrefFileRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/UploadPrefFileRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/UploadPrefFileRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/UploadPrefFileRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/UploadPrefFileRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/UploadPrefFileRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/UploadPrefFileRequest"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ResponseStructure"
                }
              }
            }
          }
        }
      }
    },
    "/api/user/activity-details": {
      "post": {
        "tags": [
          "userActivity"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/ActivityRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/ActivityRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/ActivityRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/ActivityRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/ActivityRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/ActivityRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/ActivityRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/UserActivityResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/UserActivityResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/UserActivityResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/UserActivityResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/UserActivityResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/user/activity-filter-input": {
      "post": {
        "tags": [
          "userActivity"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/ActivityFilterRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/ActivityFilterRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/ActivityFilterRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/ActivityFilterRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/ActivityFilterRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/ActivityFilterRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/ActivityFilterRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ActivityFilterResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ActivityFilterResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ActivityFilterResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ActivityFilterResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ActivityFilterResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/user/activity-filters": {
      "get": {
        "tags": [
          "userActivity"
        ],
        "parameters": [
          {
            "name": "fromdate",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "todate",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ActivityFilterResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ActivityFilterResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ActivityFilterResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ActivityFilterResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ActivityFilterResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/user/activity-complete-details": {
      "get": {
        "tags": [
          "User_Activity"
        ],
        "summary": "View user activity log details",
        "description": "View additional details for the activity",
        "parameters": [
          {
            "name": "activityId",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32",
              "default": 0
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/BulkActivityDetailResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/BulkActivityDetailResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/BulkActivityDetailResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/BulkActivityDetailResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/BulkActivityDetailResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/user/export-activity-log-details": {
      "post": {
        "tags": [
          "User_Activity"
        ],
        "summary": "View user activity logs for all the users from organization",
        "description": "View user activity logs for all the users from organization",
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/ExportActivityRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/ExportActivityRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/ExportActivityRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/ExportActivityRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/ExportActivityRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/ExportActivityRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/ExportActivityRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ExportUserActivityResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ExportUserActivityResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ExportUserActivityResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ExportUserActivityResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ExportUserActivityResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/user/capture-SSO-activity-details": {
      "post": {
        "tags": [
          "userActivity"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/SSOActivityRequest"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/SSOActivityRequest"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/SSOActivityRequest"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/SSOActivityRequest"
              }
            },
            "application/xml": {
              "schema": {
                "$ref": "#/components/schemas/SSOActivityRequest"
              }
            },
            "text/xml": {
              "schema": {
                "$ref": "#/components/schemas/SSOActivityRequest"
              }
            },
            "application/*+xml": {
              "schema": {
                "$ref": "#/components/schemas/SSOActivityRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/SSOActivityResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/SSOActivityResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/SSOActivityResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/SSOActivityResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/SSOActivityResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/users/renewal-contact-exists": {
      "get": {
        "tags": [
          "users"
        ],
        "parameters": [
          {
            "name": "emailaddress",
            "in": "query",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "captchaText",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/RenewalContactResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/RenewalContactResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/RenewalContactResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/RenewalContactResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/RenewalContactResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/ValidateEmailAddress": {
      "post": {
        "tags": [
          "ValidateEmailAddress"
        ],
        "parameters": [
          {
            "name": "userlogin",
            "in": "query",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/ValidateEmailAddressResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ValidateEmailAddressResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/ValidateEmailAddressResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ValidateEmailAddressResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/ValidateEmailAddressResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/version": {
      "get": {
        "tags": [
          "Version"
        ],
        "parameters": [
          {
            "name": "appName",
            "in": "query",
            "schema": {
              "type": "string",
              "default": ""
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/AppVersionResponse"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AppVersionResponse"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/AppVersionResponse"
                }
              },
              "application/xml": {
                "schema": {
                  "$ref": "#/components/schemas/AppVersionResponse"
                }
              },
              "text/xml": {
                "schema": {
                  "$ref": "#/components/schemas/AppVersionResponse"
                }
              }
            }
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "ACL": {
        "type": "object",
        "properties": {
          "restype": {
            "type": "string",
            "nullable": true
          },
          "resource": {
            "type": "string",
            "nullable": true
          },
          "role": {
            "type": "string",
            "nullable": true
          },
          "perms": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "AEPCSupportVersions": {
        "type": "object",
        "properties": {
          "supportService": {
            "type": "string",
            "nullable": true
          },
          "swType": {
            "type": "string",
            "nullable": true
          },
          "supportedVersion": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "AccessClaims": {
        "type": "object",
        "properties": {
          "tlc": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/TLC"
            },
            "nullable": true
          },
          "plc": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/PLC"
            },
            "nullable": true
          },
          "ulc": {
            "$ref": "#/components/schemas/ULC"
          }
        },
        "additionalProperties": false
      },
      "AccountsMSWSyncequest": {
        "type": "object",
        "properties": {
          "data": {
            "type": "string",
            "nullable": true
          },
          "operation": {
            "type": "string",
            "nullable": true
          },
          "topic": {
            "type": "string",
            "nullable": true
          },
          "key": {
            "type": "string",
            "nullable": true
          },
          "username": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "AccountsRegistrationcodeRequest": {
        "type": "object",
        "properties": {
          "username": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ActKeyDetails": {
        "type": "object",
        "properties": {
          "activationKey": {
            "type": "string",
            "nullable": true
          },
          "isSoftware": {
            "type": "string",
            "nullable": true
          },
          "autoRenew": {
            "type": "string",
            "nullable": true
          },
          "tax": {
            "type": "string",
            "nullable": true
          },
          "message": {
            "type": "string",
            "nullable": true
          },
          "friendlyName": {
            "type": "string",
            "nullable": true
          },
          "iskeyUsed": {
            "type": "string",
            "nullable": true
          },
          "rootserviceID": {
            "type": "string",
            "nullable": true
          },
          "showKeys": {
            "type": "string",
            "nullable": true
          },
          "serviceStatus": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ActivateDownloadRes": {
        "type": "object",
        "properties": {
          "languageList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/SoftwareLanguage"
            },
            "nullable": true
          },
          "termsNConditions": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ActivateDownloadResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/ActivateDownloadRes"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ActivateHESServiceRequest": {
        "type": "object",
        "properties": {
          "dataCenter": {
            "type": "string",
            "nullable": true
          },
          "domainName": {
            "type": "string",
            "nullable": true
          },
          "inBoundMailServerIpAddres": {
            "type": "string",
            "nullable": true
          },
          "outBoundSourceIpAddress": {
            "type": "string",
            "nullable": true
          },
          "ispConnect": {
            "type": "string",
            "nullable": true
          },
          "emailAddress": {
            "type": "string",
            "nullable": true
          },
          "password": {
            "type": "string",
            "nullable": true
          },
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "isOutBoundChecked": {
            "type": "boolean"
          },
          "isDomainOverride": {
            "type": "boolean"
          },
          "dataCenterValue": {
            "type": "string",
            "nullable": true
          },
          "isFromSnb": {
            "type": "boolean"
          },
          "mswUserName": {
            "type": "string",
            "nullable": true
          },
          "sharedIpId": {
            "type": "string",
            "nullable": true
          },
          "modeType": {
            "type": "string",
            "nullable": true
          },
          "isfromSharedIp": {
            "type": "boolean"
          }
        },
        "additionalProperties": false
      },
      "ActivateHESServiceRes": {
        "type": "object",
        "properties": {
          "emailHost": {
            "type": "string",
            "nullable": true
          },
          "mxRecord": {
            "type": "string",
            "nullable": true
          },
          "outBoundHost": {
            "type": "string",
            "nullable": true
          },
          "currentMXRecords": {
            "type": "string",
            "nullable": true
          },
          "currentMXRecordsText": {
            "type": "string",
            "nullable": true
          },
          "redirectToProductGrid": {
            "type": "boolean"
          },
          "isOutBoundHostVisible": {
            "type": "boolean"
          },
          "currentMaxRecord": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ActivateHESServiceResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/ActivateHESServiceRes"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ActivateService": {
        "type": "object",
        "properties": {
          "serialnumber": {
            "type": "string",
            "nullable": true
          },
          "activationKey": {
            "type": "string",
            "nullable": true
          },
          "actualserviceID": {
            "type": "string",
            "nullable": true
          },
          "actualserviceName": {
            "type": "string",
            "nullable": true
          },
          "endDate": {
            "type": "string",
            "nullable": true
          },
          "messageAccept1": {
            "type": "string",
            "nullable": true
          },
          "actionType": {
            "type": "string",
            "nullable": true
          },
          "status": {
            "type": "string",
            "nullable": true
          },
          "errorMessage": {
            "type": "string",
            "nullable": true
          },
          "BaseTable": {
            "type": "string",
            "nullable": true
          },
          "BlockActivation": {
            "type": "string",
            "nullable": true
          },
          "DataCenters": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/OffsiteLocation"
            },
            "nullable": true
          },
          "DCWarning1": {
            "type": "string",
            "nullable": true
          },
          "DCWarning2": {
            "type": "string",
            "nullable": true
          },
          "DCWarning3": {
            "type": "string",
            "nullable": true
          },
          "ExpiryDate": {
            "type": "string",
            "nullable": true
          },
          "IsPostAcivation": {
            "type": "string",
            "nullable": true
          },
          "NodeCountText": {
            "type": "string",
            "nullable": true
          },
          "NumberOfLicenses": {
            "type": "string",
            "nullable": true
          },
          "PostActivationList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/PostActivation"
            },
            "nullable": true
          },
          "ProductFriendlyName": {
            "type": "string",
            "nullable": true
          },
          "SelectedDataCenter": {
            "type": "string",
            "nullable": true
          },
          "SerActivatedMessage": {
            "type": "string",
            "nullable": true
          },
          "ServiceType": {
            "type": "string",
            "nullable": true
          },
          "SName": {
            "type": "string",
            "nullable": true
          },
          "TermsCondition": {
            "type": "string",
            "nullable": true
          },
          "isSecureKey": {
            "type": "boolean"
          },
          "termsConditions": {
            "type": "string",
            "nullable": true
          },
          "arrDataCenter": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/DataCenter"
            },
            "nullable": true
          },
          "onpremdetails": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/onpremGMSDetials"
            },
            "nullable": true
          },
          "productgroupId": {
            "type": "string",
            "nullable": true
          },
          "isCloudService": {
            "type": "boolean"
          },
          "isZeroTouch": {
            "type": "boolean"
          },
          "isMpssZeroTouch": {
            "type": "boolean"
          },
          "checkCloudSerivce": {
            "type": "boolean"
          },
          "arrPostActivation": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/PostActivation"
            },
            "nullable": true
          },
          "arrUpgradeConfirmation": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/UpgradeConfirmation"
            },
            "nullable": true
          },
          "productFamily": {
            "type": "string",
            "nullable": true
          },
          "productLine": {
            "type": "string",
            "nullable": true
          },
          "serviceid": {
            "type": "string",
            "nullable": true
          },
          "confirmMessage": {
            "type": "string",
            "nullable": true
          },
          "competitiveReplacementTNC": {
            "type": "string",
            "nullable": true
          },
          "isShowReboot": {
            "type": "boolean"
          },
          "switchtoCloudWarningText1": {
            "type": "string",
            "nullable": true
          },
          "showMpssDgWarning": {
            "type": "boolean"
          },
          "mpssDownGradeWarningMsg": {
            "type": "string",
            "nullable": true
          },
          "showMonthlyConvertPopup": {
            "type": "boolean"
          },
          "isMpssOnBoarding": {
            "type": "boolean"
          },
          "mpssOnboardingRequest": {
            "$ref": "#/components/schemas/MpssOnboardingRequest"
          }
        },
        "additionalProperties": false
      },
      "ActivateServiceRequest": {
        "required": [
          "isFreeTrial",
          "rootServiceID",
          "serialNumber"
        ],
        "type": "object",
        "properties": {
          "serialNumber": {
            "minLength": 1,
            "type": "string"
          },
          "rootServiceID": {
            "minLength": 1,
            "type": "string"
          },
          "isFreeTrial": {
            "type": "boolean"
          },
          "activationkey": {
            "type": "string",
            "nullable": true
          },
          "username": {
            "type": "string",
            "nullable": true
          },
          "messageAccept": {
            "type": "string",
            "nullable": true
          },
          "actionType": {
            "type": "string",
            "nullable": true
          },
          "doBasicChecks": {
            "type": "string",
            "nullable": true
          },
          "sessionID": {
            "type": "string",
            "nullable": true
          },
          "dataCenterLocationID": {
            "type": "string",
            "nullable": true
          },
          "autoSendERDomains": {
            "type": "string",
            "nullable": true
          },
          "adminEmail": {
            "type": "string",
            "nullable": true
          },
          "companyName": {
            "type": "string",
            "nullable": true
          },
          "sbxDataCenter": {
            "type": "string",
            "nullable": true
          },
          "cscDataCenter": {
            "type": "string",
            "nullable": true
          },
          "activateDM": {
            "type": "string",
            "nullable": true
          },
          "mcafeeActivate": {
            "type": "string",
            "nullable": true
          },
          "source": {
            "type": "string",
            "nullable": true
          },
          "casappid": {
            "type": "string",
            "nullable": true
          },
          "issupActkey": {
            "type": "boolean"
          },
          "suptradeinserial": {
            "type": "string",
            "nullable": true
          },
          "issupActkeyTransfer": {
            "type": "boolean"
          },
          "replacementyype": {
            "type": "string",
            "nullable": true
          },
          "upgradeid": {
            "type": "string",
            "nullable": true
          },
          "tenantSerial": {
            "type": "string",
            "nullable": true
          },
          "ztValue": {
            "type": "string",
            "nullable": true
          },
          "policyServerurl": {
            "type": "string",
            "nullable": true
          },
          "ttServerfqdnurl": {
            "type": "string",
            "nullable": true
          },
          "strOnPremSerial": {
            "type": "string",
            "nullable": true
          },
          "productgroupId": {
            "type": "string",
            "nullable": true
          },
          "firewallManagementAction": {
            "type": "string",
            "nullable": true
          },
          "isoverRide": {
            "type": "string",
            "nullable": true
          },
          "isConfirmFwReboot": {
            "type": "boolean"
          },
          "acceptedMpssDowngrade": {
            "type": "string",
            "nullable": true
          },
          "processMpssOnboardReq": {
            "type": "boolean"
          }
        },
        "additionalProperties": false
      },
      "ActivateServiceResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/ActivateService"
          },
          "arrMultiKeyActivationStatus": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/MultiKeyActivationStatus"
            },
            "nullable": true
          },
          "arrMultiKeyActivationResult": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/MultiKeyActivationResult"
            },
            "nullable": true
          },
          "arrTradeInSerials": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/TradeInSerialList"
            },
            "nullable": true
          },
          "arrReplacementTypes": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ReplacementTypes"
            },
            "nullable": true
          },
          "arrCompetitiveSurvey": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/CompetitiveSurvey"
            },
            "nullable": true
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ActivePromotions": {
        "type": "object",
        "properties": {
          "promoDesc": {
            "type": "string",
            "nullable": true
          },
          "promoURL": {
            "type": "string",
            "nullable": true
          },
          "endDate": {
            "type": "string",
            "nullable": true
          },
          "upgradeDesc": {
            "type": "string",
            "nullable": true
          },
          "status": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ActivityColumnDetails": {
        "type": "object",
        "properties": {
          "col0": {
            "type": "string",
            "nullable": true
          },
          "col1": {
            "type": "string",
            "nullable": true
          },
          "col2": {
            "type": "string",
            "nullable": true
          },
          "col3": {
            "type": "string",
            "nullable": true
          },
          "col4": {
            "type": "string",
            "nullable": true
          },
          "col5": {
            "type": "string",
            "nullable": true
          },
          "col6": {
            "type": "string",
            "nullable": true
          },
          "col7": {
            "type": "string",
            "nullable": true
          },
          "col8": {
            "type": "string",
            "nullable": true
          },
          "col9": {
            "type": "string",
            "nullable": true
          },
          "col10": {
            "type": "string",
            "nullable": true
          },
          "col11": {
            "type": "string",
            "nullable": true
          },
          "col12": {
            "type": "string",
            "nullable": true
          },
          "col13": {
            "type": "string",
            "nullable": true
          },
          "col14": {
            "type": "string",
            "nullable": true
          },
          "col15": {
            "type": "string",
            "nullable": true
          },
          "col16": {
            "type": "string",
            "nullable": true
          },
          "col17": {
            "type": "string",
            "nullable": true
          },
          "col18": {
            "type": "string",
            "nullable": true
          },
          "col19": {
            "type": "string",
            "nullable": true
          },
          "col20": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ActivityColumnInfo": {
        "type": "object",
        "properties": {
          "identifyName": {
            "type": "string",
            "nullable": true
          },
          "displayName": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ActivityDetails": {
        "type": "object",
        "properties": {
          "actiontime": {
            "type": "string",
            "nullable": true
          },
          "username": {
            "type": "string",
            "nullable": true
          },
          "userfullname": {
            "type": "string",
            "nullable": true
          },
          "activityusername": {
            "type": "string",
            "nullable": true
          },
          "activityuserfullname": {
            "type": "string",
            "nullable": true
          },
          "organization": {
            "type": "string",
            "nullable": true
          },
          "operation": {
            "type": "string",
            "nullable": true
          },
          "operationType": {
            "type": "string",
            "nullable": true
          },
          "operationDisplayText": {
            "type": "string",
            "nullable": true
          },
          "operationDetail": {
            "type": "string",
            "nullable": true
          },
          "activityOrganization": {
            "type": "string",
            "nullable": true
          },
          "tenant": {
            "type": "string",
            "nullable": true
          },
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "activationKey": {
            "type": "string",
            "nullable": true
          },
          "emailAddresss": {
            "type": "string",
            "nullable": true
          },
          "activityUserEmailAddresss": {
            "type": "string",
            "nullable": true
          },
          "source": {
            "type": "string",
            "nullable": true
          },
          "sourceDisplayText": {
            "type": "string",
            "nullable": true
          },
          "activitydetailsid": {
            "type": "integer",
            "format": "int32"
          },
          "viewMoreText": {
            "type": "string",
            "nullable": true
          },
          "showdetailsLink": {
            "type": "string",
            "nullable": true
          },
          "isBulkOperation": {
            "type": "string",
            "nullable": true
          },
          "ipAddress": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ActivityFilterList": {
        "type": "object",
        "properties": {
          "operationTypes": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ActivityOperationTypes"
            },
            "nullable": true
          },
          "organizationsList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/UserOrganization"
            },
            "nullable": true
          },
          "tenantsList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/UserTenants"
            },
            "nullable": true
          },
          "usersList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ActivityUser"
            },
            "nullable": true
          },
          "serialList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/UserProducts"
            },
            "nullable": true
          },
          "sourceList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ActivitySource"
            },
            "nullable": true
          },
          "activityIpList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/UserActivityIp"
            },
            "nullable": true
          },
          "sandboxusersList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ActivityUser"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ActivityFilterOptionsResp": {
        "type": "object",
        "properties": {
          "filterList": {
            "$ref": "#/components/schemas/ActivityFilterList"
          },
          "IsFreetypingAllowed": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ActivityFilterRequest": {
        "type": "object",
        "properties": {
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "emailAddress": {
            "type": "string",
            "nullable": true
          },
          "tenant": {
            "type": "string",
            "nullable": true
          },
          "organization": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ActivityFilterResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/ActivityFilterOptionsResp"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ActivityInDetails": {
        "type": "object",
        "properties": {
          "activityDetailsColList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ActivityColumnInfo"
            },
            "nullable": true
          },
          "operationsDetailList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ActivityColumnDetails"
            },
            "nullable": true
          },
          "strTableTitle": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ActivityOperationTypes": {
        "type": "object",
        "properties": {
          "operationsList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/UserActivityOperation"
            },
            "nullable": true
          },
          "operationType": {
            "type": "string",
            "nullable": true
          },
          "operationTypeDisplayText": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ActivityRequest": {
        "type": "object",
        "properties": {
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "username": {
            "type": "string",
            "nullable": true
          },
          "fromdate": {
            "type": "string",
            "nullable": true
          },
          "todate": {
            "type": "string",
            "nullable": true
          },
          "comments": {
            "type": "string",
            "nullable": true
          },
          "operationType": {
            "type": "string",
            "nullable": true
          },
          "operationName": {
            "type": "string",
            "nullable": true
          },
          "ipAddress": {
            "type": "string",
            "nullable": true
          },
          "userGroup": {
            "type": "string",
            "nullable": true
          },
          "source": {
            "type": "string",
            "nullable": true
          },
          "tenantId": {
            "type": "string",
            "nullable": true
          },
          "orgId": {
            "type": "string",
            "nullable": true
          },
          "activationKey": {
            "type": "string",
            "nullable": true
          },
          "activityUsername": {
            "type": "string",
            "nullable": true
          },
          "pageSize": {
            "type": "integer",
            "format": "int32"
          },
          "pageNumber": {
            "type": "integer",
            "format": "int32"
          }
        },
        "additionalProperties": false
      },
      "ActivitySource": {
        "type": "object",
        "properties": {
          "sourceName": {
            "type": "string",
            "nullable": true
          },
          "sourceValue": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ActivityUser": {
        "type": "object",
        "properties": {
          "userName": {
            "type": "string",
            "nullable": true
          },
          "emailAddress": {
            "type": "string",
            "nullable": true
          },
          "fullName": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "AddClaimsList": {
        "type": "object",
        "properties": {
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "claimStatus": {
            "type": "string",
            "nullable": true
          },
          "comments": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "AddEQuoteNoteReq": {
        "type": "object",
        "properties": {
          "equoteId": {
            "type": "string",
            "nullable": true
          },
          "note": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "AddEquoteItemReq": {
        "type": "object",
        "properties": {
          "equoteId": {
            "type": "string",
            "nullable": true
          },
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "ssipn": {
            "type": "string",
            "nullable": true
          },
          "userCount": {
            "type": "integer",
            "format": "int32"
          }
        },
        "additionalProperties": false
      },
      "AddToCartResp": {
        "type": "object",
        "properties": {
          "cartCount": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "AddToCartResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/AddToCartResp"
          },
          "arrInput": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/InputError"
            },
            "nullable": true
          },
          "dataCenter": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/CASDataCenter"
            },
            "nullable": true
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "AddUserResponse": {
        "type": "object",
        "properties": {
          "addedUserDetail": {
            "$ref": "#/components/schemas/UsersForUserGroup"
          },
          "addressResp": {
            "$ref": "#/components/schemas/AddressResponse"
          },
          "masterMsspId": {
            "type": "string",
            "nullable": true
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "AddressResponse": {
        "type": "object",
        "properties": {
          "address": {
            "type": "string",
            "nullable": true
          },
          "address1": {
            "type": "string",
            "nullable": true
          },
          "address2": {
            "type": "string",
            "nullable": true
          },
          "city": {
            "type": "string",
            "nullable": true
          },
          "state": {
            "type": "string",
            "nullable": true
          },
          "stateCode": {
            "type": "string",
            "nullable": true
          },
          "country": {
            "type": "string",
            "nullable": true
          },
          "countryCode": {
            "type": "string",
            "nullable": true
          },
          "zipCode": {
            "type": "string",
            "nullable": true
          },
          "province": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "AdminList": {
        "type": "object",
        "properties": {
          "emailAddress": {
            "type": "string",
            "nullable": true
          },
          "saOrderId": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "AdminUserList": {
        "type": "object",
        "properties": {
          "emailAddress": {
            "type": "string",
            "nullable": true
          },
          "contactID": {
            "type": "string",
            "nullable": true
          },
          "partyId": {
            "type": "string",
            "nullable": true
          },
          "isSelectedSuperAdmin": {
            "type": "string",
            "nullable": true
          },
          "saOrder": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "AdvisoryAffectedProduct": {
        "required": [
          "firmwareVersionPattern",
          "productId"
        ],
        "type": "object",
        "properties": {
          "productId": {
            "minLength": 1,
            "type": "string"
          },
          "firmwareVersionPattern": {
            "minLength": 1,
            "type": "string"
          }
        },
        "additionalProperties": false
      },
      "AdvisoryLink": {
        "required": [
          "label",
          "url"
        ],
        "type": "object",
        "properties": {
          "label": {
            "minLength": 1,
            "type": "string"
          },
          "url": {
            "minLength": 1,
            "type": "string"
          }
        },
        "additionalProperties": false
      },
      "AffiliateGroupDetails": {
        "type": "object",
        "properties": {
          "id": {
            "type": "integer",
            "format": "int32"
          },
          "affiliateGroup": {
            "type": "string",
            "nullable": true
          },
          "partyGroupIds": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/AffiliatePartyGroup"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "AffiliatePartyGroup": {
        "type": "object",
        "properties": {
          "partyGroupId": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "AllocateMSSPRequest": {
        "type": "object",
        "properties": {
          "serialNumber": {
            "type": "string",
            "description": "serialNumber of the product in case of Editing the provision, empty when mode=PROVISION",
            "nullable": true
          },
          "serviceId": {
            "type": "string",
            "description": "ServiceID  of the service to which provisioning need to be applied ",
            "nullable": true
          },
          "ProductID": {
            "type": "string",
            "description": "productID  of the Product to which provisioning need to be applied ",
            "nullable": true
          },
          "nodeCount": {
            "type": "string",
            "description": "nodeCount, if applicable ",
            "nullable": true
          },
          "expirationDate": {
            "type": "string",
            "nullable": true
          },
          "isHA": {
            "type": "string",
            "description": "Is highAvailablity Needed ? Applicalble only on cases where HighAvailablity is offered",
            "nullable": true
          },
          "regionID": {
            "type": "string",
            "description": "RegionID of the DataCenter",
            "nullable": true
          },
          "isZT": {
            "title": "isZT",
            "type": "string",
            "description": "is ZeroTouch Needed or not ? Applicable only on certain Firewall Series",
            "format": "string",
            "nullable": true
          },
          "regionName": {
            "type": "string",
            "description": "RegionName of the DataCenter",
            "nullable": true
          },
          "friendlyName": {
            "title": "friendlyName",
            "type": "string",
            "description": "FriendlyName of the Provision Product",
            "nullable": true
          },
          "expireService": {
            "type": "string",
            "description": "expireService",
            "nullable": true
          },
          "Mode": {
            "type": "string",
            "description": "send the Mode - PROVISION for new Provisioning and EDIT for editing existing provisions",
            "format": "string",
            "nullable": true
          },
          "Services": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/AllocateMSSPRequest"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "AppAuthToken": {
        "type": "object",
        "properties": {
          "token": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "AppVersion": {
        "type": "object",
        "properties": {
          "appVersion": {
            "type": "string",
            "nullable": true
          },
          "cscVersion": {
            "type": "string",
            "nullable": true
          },
          "hideClassic": {
            "type": "boolean"
          },
          "enableIntercept": {
            "type": "boolean"
          },
          "enableIDP": {
            "type": "boolean"
          },
          "classicWarning": {
            "type": "string",
            "nullable": true
          },
          "sandboxClassicWarning": {
            "type": "string",
            "nullable": true
          },
          "maintText": {
            "type": "string",
            "nullable": true
          },
          "snbmaintText": {
            "type": "string",
            "nullable": true
          },
          "supportMode": {
            "type": "string",
            "nullable": true
          },
          "showPricingChange": {
            "type": "string",
            "nullable": true
          },
          "appMonitorUrl": {
            "type": "string",
            "nullable": true
          },
          "enableSignUpTFAPhone": {
            "type": "string",
            "nullable": true
          },
          "allowSignUpTFAOFF": {
            "type": "string",
            "nullable": true
          },
          "enableMonitor": {
            "type": "string",
            "nullable": true
          },
          "isaccountsmswredirect": {
            "type": "string",
            "nullable": true
          },
          "supportattachurl": {
            "type": "string",
            "nullable": true
          },
          "buynowMode": {
            "type": "string",
            "nullable": true
          },
          "sfdcChatUrl": {
            "type": "string",
            "nullable": true
          },
          "sfdcChatAIUrl": {
            "type": "string",
            "nullable": true
          },
          "psaallowEmptyAgreement": {
            "type": "string",
            "nullable": true
          },
          "isPendo": {
            "type": "string",
            "nullable": true
          },
          "isNewRelicMonitorAllowed": {
            "type": "string",
            "nullable": true
          },
          "cseAutoRedirect": {
            "type": "string",
            "nullable": true
          },
          "buildNumber": {
            "type": "string",
            "nullable": true
          },
          "hideSignup": {
            "type": "string",
            "nullable": true
          },
          "isShowMaintenance": {
            "type": "string",
            "nullable": true
          },
          "maintenanceMessage": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "AppVersionResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/AppVersion"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "AppliancesResponse": {
        "type": "object",
        "properties": {
          "showRegisterNewProduct": {
            "type": "string",
            "nullable": true
          },
          "showRegisterNewProductLabel": {
            "type": "string",
            "nullable": true
          },
          "applianceText": {
            "type": "string",
            "nullable": true
          },
          "serviceIDsToValidate": {
            "type": "string",
            "nullable": true
          },
          "ValidationMessage": {
            "type": "string",
            "nullable": true
          },
          "enabledMPSSOnboarding": {
            "type": "string",
            "nullable": true
          },
          "provisionserviceOptions": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ProvisionserviceOption"
            },
            "nullable": true
          },
          "serialList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/MSSPSerialList"
            },
            "nullable": true
          },
          "showDC": {
            "type": "string",
            "nullable": true
          },
          "arrDcList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/DcList"
            },
            "nullable": true
          },
          "dcRegion": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/DcList"
            },
            "nullable": true
          },
          "dcName": {
            "type": "string",
            "nullable": true
          },
          "FirewallManagementoptiondetails": {
            "$ref": "#/components/schemas/FirewallManagementoptions"
          }
        },
        "additionalProperties": false
      },
      "ApplicablePromotions1": {
        "type": "object",
        "properties": {
          "prodUpgradeTypeID": {
            "type": "string",
            "nullable": true
          },
          "prodUpgradeCountryTypeID": {
            "type": "string",
            "nullable": true
          },
          "upgradeDesc": {
            "type": "string",
            "nullable": true
          },
          "promoURL": {
            "type": "string",
            "nullable": true
          },
          "status": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "AppliedPromotions": {
        "type": "object",
        "properties": {
          "prodUpgradeTypeID": {
            "type": "string",
            "nullable": true
          },
          "upgradeDesc": {
            "type": "string",
            "nullable": true
          },
          "promoURL": {
            "type": "string",
            "nullable": true
          },
          "status": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ApplyUpgradeDetails": {
        "type": "object",
        "properties": {
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "upgradeUnit": {
            "type": "string",
            "nullable": true
          },
          "upgradeProductId": {
            "type": "string",
            "nullable": true
          },
          "upgradeSerialNumber": {
            "type": "string",
            "nullable": true
          },
          "name": {
            "type": "string",
            "nullable": true
          },
          "status": {
            "type": "string",
            "nullable": true
          },
          "repTypeApplicable": {
            "type": "boolean"
          }
        },
        "additionalProperties": false
      },
      "ApproveDeclineIPTRequest": {
        "type": "object",
        "properties": {
          "tempCode": {
            "type": "string",
            "nullable": true
          },
          "mode": {
            "type": "string",
            "nullable": true
          },
          "comments": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ApproveDeclineIPTResp": {
        "type": "object",
        "properties": {
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "productGrpName": {
            "type": "string",
            "nullable": true
          },
          "friendlyName": {
            "type": "string",
            "nullable": true
          },
          "newUserFullName": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ApproveDeclineIPTResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/ApproveDeclineIPTResp"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ApproveDeclineITTRequest": {
        "type": "object",
        "properties": {
          "tempCode": {
            "type": "string",
            "nullable": true
          },
          "mode": {
            "type": "string",
            "nullable": true
          },
          "comments": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "AssociationTypeList": {
        "type": "object",
        "properties": {
          "assoTypeID": {
            "type": "string",
            "nullable": true
          },
          "assocTypeName": {
            "type": "string",
            "nullable": true
          },
          "parentAssocTypeName": {
            "type": "string",
            "nullable": true
          },
          "totalCount": {
            "type": "string",
            "nullable": true
          },
          "associationLink": {
            "type": "string",
            "nullable": true
          },
          "showAssocLink": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Associations": {
        "type": "object",
        "properties": {
          "FirewallConnectorCount": {
            "type": "integer",
            "format": "int32"
          },
          "Firewalls": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Firewall"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "AttachRecord": {
        "type": "object",
        "properties": {
          "title": {
            "type": "string",
            "nullable": true
          },
          "attachmenturl": {
            "type": "string",
            "nullable": true
          },
          "notes": {
            "type": "string",
            "nullable": true
          },
          "updatedby": {
            "type": "string",
            "nullable": true
          },
          "ispublic": {
            "type": "boolean"
          },
          "createdate": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "AuthToken": {
        "type": "object",
        "properties": {
          "userType": {
            "type": "string",
            "nullable": true
          },
          "token": {
            "type": "string",
            "nullable": true
          },
          "refreshToken": {
            "type": "string",
            "nullable": true
          },
          "userName": {
            "type": "string",
            "nullable": true
          },
          "givenName": {
            "type": "string",
            "nullable": true
          },
          "emailAddress": {
            "type": "string",
            "nullable": true
          },
          "roles": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "nullable": true
          },
          "sId": {
            "type": "string",
            "nullable": true
          },
          "TFA": {
            "type": "string",
            "nullable": true
          },
          "deviceCode": {
            "type": "string",
            "nullable": true
          },
          "defaultApplication": {
            "type": "string",
            "nullable": true
          },
          "isFreeTrial": {
            "type": "boolean"
          },
          "isSubUser": {
            "type": "string",
            "nullable": true
          },
          "showRegisterPopup": {
            "type": "boolean"
          },
          "showRememberMe": {
            "type": "boolean"
          },
          "isHighLighter": {
            "type": "boolean"
          },
          "isLargeCustomer": {
            "type": "string",
            "nullable": true
          },
          "forcetosetTFA": {
            "type": "string",
            "nullable": true
          },
          "declineTFA": {
            "type": "string",
            "nullable": true
          },
          "isTFACaptchaNeeded": {
            "type": "string",
            "nullable": true
          },
          "sendTFAsms": {
            "type": "string",
            "nullable": true
          },
          "TFAID": {
            "type": "string",
            "nullable": true
          },
          "captchDetail": {
            "type": "string",
            "nullable": true
          },
          "captchBaseString": {
            "type": "string",
            "nullable": true
          },
          "accessCode": {
            "type": "string",
            "nullable": true
          },
          "changePassword": {
            "type": "string",
            "nullable": true
          },
          "isShowPrefMigration": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "AuthorizedContact": {
        "type": "object",
        "properties": {
          "Name": {
            "type": "string",
            "nullable": true
          },
          "Email": {
            "type": "string",
            "nullable": true
          },
          "Types": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "AutoProductRegistrationStatus": {
        "type": "object",
        "properties": {
          "batchID": {
            "type": "string",
            "nullable": true
          },
          "serialnumber": {
            "type": "string",
            "nullable": true
          },
          "authenticationCode": {
            "type": "string",
            "nullable": true
          },
          "friendlyName": {
            "type": "string",
            "nullable": true
          },
          "registered": {
            "type": "string",
            "nullable": true
          },
          "createdDate": {
            "type": "string",
            "nullable": true
          },
          "status": {
            "type": "string",
            "nullable": true
          },
          "productStatus": {
            "type": "string",
            "nullable": true
          },
          "haprimarySerialnumber": {
            "type": "string",
            "nullable": true
          },
          "tradeinSerialnumber": {
            "type": "string",
            "nullable": true
          },
          "productID": {
            "type": "string",
            "nullable": true
          },
          "failureReason": {
            "type": "string",
            "nullable": true
          },
          "username": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "AutoRenewReq": {
        "type": "object",
        "properties": {
          "equoteItemId": {
            "type": "string",
            "nullable": true
          },
          "autoRenew": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "AutoRenewalRes": {
        "type": "object",
        "properties": {
          "autoRenewalList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/AutoRenewalsList"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "AutoRenewalResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/AutoRenewalRes"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "AutoRenewalsList": {
        "type": "object",
        "properties": {
          "autoRenewalID": {
            "type": "string",
            "nullable": true
          },
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "friendlyName": {
            "type": "string",
            "nullable": true
          },
          "ssipn": {
            "type": "string",
            "nullable": true
          },
          "description": {
            "type": "string",
            "nullable": true
          },
          "customerAddressId": {
            "type": "string",
            "nullable": true
          },
          "cardType": {
            "type": "string",
            "nullable": true
          },
          "cardNumber": {
            "type": "string",
            "nullable": true
          },
          "bankName": {
            "type": "string",
            "nullable": true
          },
          "bankAccNumber": {
            "type": "string",
            "nullable": true
          },
          "autoRenewalDate": {
            "type": "string",
            "nullable": true
          },
          "dtautoRenewalDate": {
            "type": "string",
            "nullable": true
          },
          "isReadOnlyAccess": {
            "type": "boolean"
          }
        },
        "additionalProperties": false
      },
      "AutoServiceActivationStatus": {
        "type": "object",
        "properties": {
          "batchID": {
            "type": "string",
            "nullable": true
          },
          "serialnumber": {
            "type": "string",
            "nullable": true
          },
          "activationKey": {
            "type": "string",
            "nullable": true
          },
          "activated": {
            "type": "string",
            "nullable": true
          },
          "createdDate": {
            "type": "string",
            "nullable": true
          },
          "serviceStatus": {
            "type": "string",
            "nullable": true
          },
          "status": {
            "type": "string",
            "nullable": true
          },
          "endDate": {
            "type": "string",
            "nullable": true
          },
          "failureReason": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "BackUpPrefOperationResponse": {
        "type": "object",
        "properties": {
          "prefFileID": {
            "type": "string",
            "nullable": true
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "BasketDetails": {
        "type": "object",
        "properties": {
          "customerAddressID": {
            "type": "string",
            "nullable": true
          },
          "fullName": {
            "type": "string",
            "nullable": true
          },
          "company": {
            "type": "string",
            "nullable": true
          },
          "addressLine1": {
            "type": "string",
            "nullable": true
          },
          "addressLine2": {
            "type": "string",
            "nullable": true
          },
          "addressLine3": {
            "type": "string",
            "nullable": true
          },
          "city": {
            "type": "string",
            "nullable": true
          },
          "state": {
            "type": "string",
            "nullable": true
          },
          "province": {
            "type": "string",
            "nullable": true
          },
          "country": {
            "type": "string",
            "nullable": true
          },
          "zipCode": {
            "type": "string",
            "nullable": true
          },
          "phoneNumber": {
            "type": "string",
            "nullable": true
          },
          "faxNumber": {
            "type": "string",
            "nullable": true
          },
          "emailAddress": {
            "type": "string",
            "nullable": true
          },
          "creditCardType": {
            "type": "string",
            "nullable": true
          },
          "CVVNumber": {
            "type": "string",
            "nullable": true
          },
          "creditCardNum": {
            "type": "string",
            "nullable": true
          },
          "ccExpDate": {
            "type": "string",
            "nullable": true
          },
          "vatNumber": {
            "type": "string",
            "nullable": true
          },
          "discount": {
            "type": "string",
            "nullable": true
          },
          "description": {
            "type": "string",
            "nullable": true
          },
          "totalTax": {
            "type": "string",
            "nullable": true
          },
          "totalPrice": {
            "type": "string",
            "nullable": true
          },
          "totalFreight": {
            "type": "string",
            "nullable": true
          },
          "customerID": {
            "type": "string",
            "nullable": true
          },
          "isTaxExempt": {
            "type": "string",
            "nullable": true
          },
          "calculateTax": {
            "type": "string",
            "nullable": true
          },
          "basketId": {
            "type": "string",
            "nullable": true
          },
          "invoiceNum": {
            "type": "string",
            "nullable": true
          },
          "currencyCode": {
            "type": "string",
            "nullable": true
          },
          "orderType": {
            "type": "string",
            "nullable": true
          },
          "vatNo": {
            "type": "string",
            "nullable": true
          },
          "cotermDate": {
            "type": "string",
            "nullable": true
          },
          "stateDesc": {
            "type": "string",
            "nullable": true
          },
          "countryDesc": {
            "type": "string",
            "nullable": true
          },
          "isTokenPresent": {
            "type": "string",
            "nullable": true
          },
          "bankName": {
            "type": "string",
            "nullable": true
          },
          "accountType": {
            "type": "string",
            "nullable": true
          },
          "routingNumber": {
            "type": "string",
            "nullable": true
          },
          "accountNumber": {
            "type": "string",
            "nullable": true
          },
          "nameOnCard": {
            "type": "string",
            "nullable": true
          },
          "drivingLicenseNumber": {
            "type": "string",
            "nullable": true
          },
          "drivingLicenseState": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "BasketItem": {
        "type": "object",
        "properties": {
          "quantity": {
            "type": "string",
            "nullable": true
          },
          "autoRenew": {
            "type": "string",
            "nullable": true
          },
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "ssipn": {
            "type": "string",
            "nullable": true
          },
          "actionType": {
            "type": "string",
            "nullable": true
          },
          "activate": {
            "type": "string",
            "nullable": true
          },
          "serviceID": {
            "type": "string",
            "nullable": true
          },
          "nodeCount": {
            "type": "string",
            "nullable": true
          },
          "casbAppid": {
            "type": "string",
            "nullable": true
          },
          "tenantID": {
            "type": "string",
            "nullable": true
          },
          "dataCenterLocationID": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "BotNetIpReviewReq": {
        "type": "object",
        "properties": {
          "emailAddress": {
            "type": "string",
            "nullable": true
          },
          "changeRequest": {
            "type": "string",
            "nullable": true
          },
          "ipList": {
            "type": "string",
            "nullable": true
          },
          "comments": {
            "type": "string",
            "nullable": true
          },
          "captchaText": {
            "type": "string",
            "nullable": true
          },
          "sourceName": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "BotNetIpReviewRes": {
        "type": "object",
        "properties": {
          "IpListed": {
            "type": "string",
            "nullable": true
          },
          "result": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "BotNetIpReviewResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/BotNetIpReviewRes"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "BotNetIpStatusLookupReq": {
        "type": "object",
        "properties": {
          "ipAddress": {
            "type": "string",
            "nullable": true
          },
          "captchaText": {
            "type": "string",
            "nullable": true
          },
          "sourceName": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "BotNetIpStatusLookupRes": {
        "type": "object",
        "properties": {
          "ipListed": {
            "type": "string",
            "nullable": true
          },
          "result": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "BotNetIpStatusLookupResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/BotNetIpStatusLookupRes"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "BulkActivityDetailResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/BulkActivityDetailsResp"
          },
          "totalrec": {
            "type": "integer",
            "format": "int32"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "BulkActivityDetailsResp": {
        "type": "object",
        "properties": {
          "activityCompleteDetailList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ActivityInDetails"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "BulkCoterm": {
        "type": "object",
        "properties": {
          "serialnumber": {
            "type": "string",
            "nullable": true
          },
          "friendlyname": {
            "type": "string",
            "nullable": true
          },
          "productline": {
            "type": "string",
            "nullable": true
          },
          "tenantname": {
            "type": "string",
            "nullable": true
          },
          "servicefamilytext": {
            "type": "string",
            "nullable": true
          },
          "endDate": {
            "type": "string",
            "nullable": true
          },
          "validationStatus": {
            "type": "string",
            "nullable": true
          },
          "messageAccept": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "BulkCotermActivationRequest": {
        "type": "object",
        "properties": {
          "arrBulkCotermActivation": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/BulkCoterm"
            },
            "nullable": true
          },
          "mode": {
            "type": "string",
            "nullable": true
          },
          "batchid": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "BulkCotermActivationResponse": {
        "type": "object",
        "properties": {
          "arrBulkCotermItemStatus": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/BulkCotermItem"
            },
            "nullable": true
          },
          "arrBulkCotermActivationResult": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/BulkCotermActivationResult"
            },
            "nullable": true
          },
          "isActivationEnabled": {
            "type": "boolean"
          },
          "eorderId": {
            "type": "string",
            "nullable": true
          },
          "batchid": {
            "type": "string",
            "nullable": true
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "BulkCotermActivationResult": {
        "type": "object",
        "properties": {
          "serialnumber": {
            "type": "string",
            "nullable": true
          },
          "productline": {
            "type": "string",
            "nullable": true
          },
          "servicefamilytext": {
            "type": "string",
            "nullable": true
          },
          "status": {
            "type": "string",
            "nullable": true
          },
          "message": {
            "type": "string",
            "nullable": true
          },
          "expirationdate": {
            "type": "string",
            "nullable": true
          },
          "cotermdate": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "BulkCotermItem": {
        "type": "object",
        "properties": {
          "serialnumber": {
            "type": "string",
            "nullable": true
          },
          "friendlyname": {
            "type": "string",
            "nullable": true
          },
          "productline": {
            "type": "string",
            "nullable": true
          },
          "endDate": {
            "type": "string",
            "nullable": true
          },
          "servicefamilytext": {
            "type": "string",
            "nullable": true
          },
          "messageAccept1": {
            "type": "string",
            "nullable": true
          },
          "status": {
            "type": "string",
            "nullable": true
          },
          "errorMessage": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "BuyOptions": {
        "type": "object",
        "properties": {
          "serviceId": {
            "type": "string",
            "nullable": true
          },
          "serviceName": {
            "type": "string",
            "nullable": true
          },
          "isFromHes": {
            "type": "string",
            "nullable": true
          },
          "ssipn": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "BuyableOptions": {
        "type": "object",
        "properties": {
          "ssipn": {
            "type": "string",
            "nullable": true
          },
          "listPrice": {
            "type": "string",
            "nullable": true
          },
          "currencyCode": {
            "type": "string",
            "nullable": true
          },
          "editable": {
            "type": "string",
            "nullable": true
          },
          "serviceType": {
            "type": "string",
            "nullable": true
          },
          "price": {
            "type": "string",
            "nullable": true
          },
          "beforeAddToCartMessageText": {
            "type": "string",
            "nullable": true
          },
          "buyableCaptionText": {
            "type": "string",
            "nullable": true
          },
          "numberOfLicenses": {
            "type": "string",
            "nullable": true
          },
          "isRecommended": {
            "type": "string",
            "nullable": true
          },
          "subscriptionDays": {
            "type": "string",
            "nullable": true
          },
          "autoRenewal": {
            "type": "boolean"
          },
          "serviceName": {
            "type": "string",
            "nullable": true
          },
          "serviceId": {
            "type": "string",
            "nullable": true
          },
          "optiontype": {
            "type": "string",
            "nullable": true
          },
          "newexpdate": {
            "type": "string",
            "nullable": true
          },
          "newnodecount": {
            "type": "string",
            "nullable": true
          },
          "bisdynamiccount": {
            "type": "boolean"
          },
          "minnodecount": {
            "type": "string",
            "nullable": true
          },
          "maxnodecount": {
            "type": "string",
            "nullable": true
          },
          "nodecount": {
            "type": "string",
            "nullable": true
          },
          "quantity": {
            "type": "string",
            "nullable": true
          },
          "isHesSku": {
            "type": "boolean"
          },
          "isGetTenant": {
            "type": "boolean"
          },
          "coterm": {
            "type": "string",
            "nullable": true
          },
          "buyableProjections": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/BuyableProjections"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "BuyableProjections": {
        "type": "object",
        "properties": {
          "optiontype": {
            "type": "string",
            "nullable": true
          },
          "newexpdate": {
            "type": "string",
            "nullable": true
          },
          "newnodecount": {
            "type": "string",
            "nullable": true
          },
          "serviceId": {
            "type": "string",
            "nullable": true
          },
          "serviceName": {
            "type": "string",
            "nullable": true
          },
          "status": {
            "type": "string",
            "nullable": true
          },
          "statusReq": {
            "type": "string",
            "nullable": true
          },
          "noOfVPNClients": {
            "type": "string",
            "nullable": true
          },
          "noOfClientCerts": {
            "type": "string",
            "nullable": true
          },
          "noOfAdminCerts": {
            "type": "string",
            "nullable": true
          },
          "noOfClientLicenses": {
            "type": "string",
            "nullable": true
          },
          "statusText": {
            "type": "string",
            "nullable": true
          },
          "isSupportBackDated": {
            "type": "boolean"
          },
          "buyableStatus": {
            "$ref": "#/components/schemas/BuyableStatus"
          }
        },
        "additionalProperties": false
      },
      "BuyableProjectionsResp": {
        "type": "object",
        "properties": {
          "buyableProjections": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/BuyableProjections"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "BuyableProjectionsResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/BuyableProjectionsResp"
          },
          "arrInput": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/InputError"
            },
            "nullable": true
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "BuyableServiceNames": {
        "type": "object",
        "properties": {
          "serviceId": {
            "type": "string",
            "nullable": true
          },
          "serviceFamily": {
            "type": "string",
            "nullable": true
          },
          "serviceDescription": {
            "type": "string",
            "nullable": true
          },
          "productLineDescription": {
            "type": "string",
            "nullable": true
          },
          "productId": {
            "type": "string",
            "nullable": true
          },
          "currexpdate": {
            "type": "string",
            "nullable": true
          },
          "curnodecount": {
            "type": "string",
            "nullable": true
          },
          "isHesSku": {
            "type": "boolean"
          },
          "isGetTenant": {
            "type": "boolean"
          },
          "arrbuyableoptions": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/BuyableOptions"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "BuyableStatus": {
        "type": "object",
        "properties": {
          "statusText": {
            "type": "string",
            "nullable": true
          },
          "optiontype": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "CASBAppResp": {
        "type": "object",
        "properties": {
          "casbAppList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/CASBApplicationResponse"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "CASBAppResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/CASBAppResp"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "CASBApplicationResponse": {
        "type": "object",
        "properties": {
          "appName": {
            "type": "string",
            "nullable": true
          },
          "appValue": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "CASDataCenter": {
        "type": "object",
        "properties": {
          "dataCenterId": {
            "type": "string",
            "nullable": true
          },
          "dataCenterName": {
            "type": "string",
            "nullable": true
          },
          "dataCenterDesc": {
            "type": "string",
            "nullable": true
          },
          "isDefaultDC": {
            "type": "boolean"
          }
        },
        "additionalProperties": false
      },
      "CASDataCenterRes": {
        "type": "object",
        "properties": {
          "dataCenter": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/CASDataCenter"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "CASDataCenterResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/CASDataCenterRes"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "CATDataCenter": {
        "type": "object",
        "properties": {
          "dataCenterName": {
            "type": "string",
            "nullable": true
          },
          "dataCenterDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "CATDataCenterRes": {
        "type": "object",
        "properties": {
          "dataCenter": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/CATDataCenter"
            },
            "nullable": true
          },
          "recordCount": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "CATDataCenterResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/CATDataCenterRes"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "CGMSDataCenterInfo": {
        "type": "object",
        "properties": {
          "cgmsDataCenter": {
            "type": "string",
            "nullable": true
          },
          "cgmsDataCenterID": {
            "type": "string",
            "nullable": true
          },
          "cgmsLocation": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "CalculateCotermDateRes": {
        "type": "object",
        "properties": {
          "rootServiceId": {
            "type": "string",
            "nullable": true
          },
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "serviceId": {
            "type": "string",
            "nullable": true
          },
          "arrPostActivation": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/PostActivation"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "CalculateCotermDateResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/CalculateCotermDateRes"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "CaptureAtpDc": {
        "type": "object",
        "properties": {
          "locationID": {
            "type": "string",
            "nullable": true
          },
          "locationName": {
            "type": "string",
            "nullable": true
          },
          "selected": {
            "type": "boolean"
          }
        },
        "additionalProperties": false
      },
      "CaptureClientTenants": {
        "type": "object",
        "properties": {
          "tenantID": {
            "type": "string",
            "nullable": true
          },
          "serialNumber": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "CardTokenDetails": {
        "type": "object",
        "properties": {
          "isfound": {
            "type": "boolean"
          },
          "addPayInfo": {
            "$ref": "#/components/schemas/PaySubscriptionRetrieveReply"
          }
        },
        "additionalProperties": false
      },
      "CaseNotes": {
        "type": "object",
        "properties": {
          "isnote": {
            "type": "boolean"
          },
          "notes": {
            "type": "string",
            "nullable": true
          },
          "createddate": {
            "type": "string",
            "nullable": true
          },
          "createdby": {
            "type": "string",
            "nullable": true
          },
          "status": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "CfsUrlRatingReq": {
        "type": "object",
        "properties": {
          "url": {
            "type": "string",
            "nullable": true
          },
          "captchaText": {
            "type": "string",
            "nullable": true
          },
          "sourceName": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "CfsUrlRatingRes": {
        "type": "object",
        "properties": {
          "urlSubmissionId": {
            "type": "string",
            "nullable": true
          },
          "urlRating": {
            "type": "string",
            "nullable": true
          },
          "result": {
            "type": "string",
            "nullable": true
          },
          "categoryId": {
            "type": "string",
            "nullable": true
          },
          "emailAddress": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "CfsUrlRatingResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/CfsUrlRatingRes"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "CfsUrlReviewRatingReq": {
        "type": "object",
        "properties": {
          "url": {
            "type": "string",
            "nullable": true
          },
          "emailAddress": {
            "type": "string",
            "nullable": true
          },
          "urlCategoryId": {
            "type": "string",
            "nullable": true
          },
          "urlCategoryText": {
            "type": "string",
            "nullable": true
          },
          "comments": {
            "type": "string",
            "nullable": true
          },
          "captchaText": {
            "type": "string",
            "nullable": true
          },
          "sourceName": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ChangeS1UserPasswordResponse": {
        "type": "object",
        "properties": {
          "result": {
            "type": "string",
            "nullable": true
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "CheckCaseReq": {
        "type": "object",
        "properties": {
          "sid": {
            "type": "string",
            "nullable": true
          },
          "authToken": {
            "type": "string",
            "nullable": true
          },
          "username": {
            "type": "string",
            "nullable": true
          },
          "caseNumber": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "CheckCaseResponse": {
        "type": "object",
        "properties": {
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "CheckHESPresentRes": {
        "type": "object",
        "properties": {
          "isValid": {
            "type": "boolean"
          },
          "message": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "CheckHESPresentResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/CheckHESPresentRes"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ChildOption": {
        "type": "object",
        "properties": {
          "childserviceNameDisp": {
            "type": "string",
            "nullable": true
          },
          "childServiceOptions": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ServiceOption"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ClaimsList": {
        "type": "object",
        "properties": {
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "friendlyName": {
            "type": "string",
            "nullable": true
          },
          "custOrgName": {
            "type": "string",
            "nullable": true
          },
          "claimStatus": {
            "type": "string",
            "nullable": true
          },
          "comments": {
            "type": "string",
            "nullable": true
          },
          "resolutionName": {
            "type": "string",
            "nullable": true
          },
          "username": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ClaimsResp": {
        "type": "object",
        "properties": {
          "claimsList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ClaimsList"
            },
            "nullable": true
          },
          "totCount": {
            "type": "integer",
            "format": "int32"
          },
          "status": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ClaimsResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/ClaimsResp"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ClientLicensesList": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "nullable": true
          },
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "productID": {
            "type": "string",
            "nullable": true
          },
          "showAVReport": {
            "type": "string",
            "nullable": true
          },
          "url": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ClientLicensesResp": {
        "type": "object",
        "properties": {
          "clientLicensesList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ClientLicensesList"
            },
            "nullable": true
          },
          "totCount": {
            "type": "string",
            "nullable": true
          },
          "status": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "CloseCaseRequest": {
        "type": "object",
        "properties": {
          "caseid": {
            "type": "string",
            "nullable": true
          },
          "casecomment": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "CloudService": {
        "type": "object",
        "properties": {
          "migrateList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/MigrateData"
            },
            "nullable": true
          },
          "serviceName": {
            "type": "string",
            "nullable": true
          },
          "serviceNameDisp": {
            "type": "string",
            "nullable": true
          },
          "tenantSerial": {
            "type": "string",
            "nullable": true
          },
          "isEnabled": {
            "type": "boolean"
          },
          "TileNewText": {
            "type": "string",
            "nullable": true
          },
          "avaiableRatio": {
            "type": "string",
            "nullable": true
          },
          "imageIcon": {
            "type": "string",
            "nullable": true
          },
          "navigateUrl": {
            "type": "string",
            "nullable": true
          },
          "navigateReportUrl": {
            "type": "string",
            "nullable": true
          },
          "oldNavigateUrl": {
            "type": "string",
            "nullable": true
          },
          "isNoAccess": {
            "type": "boolean"
          },
          "isBeta": {
            "type": "boolean"
          },
          "status": {
            "type": "string",
            "nullable": true
          },
          "renewText": {
            "type": "string",
            "nullable": true
          },
          "renewUrl": {
            "type": "string",
            "nullable": true
          },
          "showSlider": {
            "type": "string",
            "nullable": true
          },
          "serviceMode": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "CloudServiceJSON": {
        "type": "object",
        "properties": {
          "pGroupID": {
            "type": "integer",
            "format": "int32"
          },
          "sName": {
            "type": "string",
            "nullable": true
          },
          "isEnabled": {
            "type": "boolean"
          },
          "navUrl": {
            "type": "string",
            "nullable": true
          },
          "oldNavUrl": {
            "type": "string",
            "nullable": true
          },
          "isNoAccess": {
            "type": "boolean"
          },
          "isBeta": {
            "type": "boolean"
          },
          "status": {
            "type": "string",
            "nullable": true
          },
          "renewText": {
            "type": "string",
            "nullable": true
          },
          "renewUrl": {
            "type": "string",
            "nullable": true
          },
          "showSlider": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "CoTermDataResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/CoTermResponse"
          }
        },
        "additionalProperties": false
      },
      "CoTermResponse": {
        "type": "object",
        "properties": {
          "reportDate": {
            "type": "string",
            "nullable": true
          },
          "records": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/cotermitem"
            },
            "nullable": true
          },
          "noofRecords": {
            "type": "string",
            "nullable": true
          },
          "showBulkUpload": {
            "type": "string",
            "nullable": true
          },
          "noofDistinctSerials": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "CompetativeSurveyOptions": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/CompetativeSurveyResp"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "CompetativeSurveyResp": {
        "type": "object",
        "properties": {
          "arrCompetitiveSurvey": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/CompetitiveSurvey"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "CompetitiveChoices": {
        "type": "object",
        "properties": {
          "choiceval": {
            "type": "string",
            "nullable": true
          },
          "choicetext": {
            "type": "string",
            "nullable": true
          },
          "isFreeFlowText": {
            "type": "boolean"
          }
        },
        "additionalProperties": false
      },
      "CompetitiveSurvey": {
        "type": "object",
        "properties": {
          "questionID": {
            "type": "string",
            "nullable": true
          },
          "question": {
            "type": "string",
            "nullable": true
          },
          "questionType": {
            "type": "string",
            "nullable": true
          },
          "isMandatory": {
            "type": "string",
            "nullable": true
          },
          "textLength": {
            "type": "string",
            "nullable": true
          },
          "regexValidation": {
            "type": "string",
            "nullable": true
          },
          "arrChoices": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/CompetitiveChoices"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "CompleteCoTeTermResponse": {
        "type": "object",
        "properties": {
          "eorderId": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "CompleteCoTermDataResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/CompleteCoTeTermResponse"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "CompleteOrderRequest": {
        "type": "object",
        "properties": {
          "enccardetails": {
            "type": "string",
            "nullable": true
          },
          "isPOOrder": {
            "type": "boolean"
          },
          "paymentMode": {
            "type": "string",
            "nullable": true
          },
          "customerAddressId": {
            "type": "string",
            "nullable": true
          },
          "payTokenId": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "CompleteOrderRes": {
        "type": "object",
        "properties": {
          "eorderId": {
            "type": "string",
            "nullable": true
          },
          "isHES": {
            "type": "boolean"
          },
          "serialNumber": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "CompleteOrderResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/CompleteOrderRes"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "CompleteTaskListRequest": {
        "type": "object",
        "properties": {
          "dataCenter": {
            "type": "string",
            "nullable": true
          },
          "customerTaskId": {
            "type": "string",
            "nullable": true
          },
          "scrutizerId": {
            "type": "string",
            "nullable": true
          },
          "taskName": {
            "type": "string",
            "nullable": true
          },
          "address": {
            "type": "string",
            "nullable": true
          },
          "address1": {
            "type": "string",
            "nullable": true
          },
          "phone": {
            "type": "string",
            "nullable": true
          },
          "city": {
            "type": "string",
            "nullable": true
          },
          "state": {
            "type": "string",
            "nullable": true
          },
          "zipcode": {
            "type": "string",
            "nullable": true
          },
          "country": {
            "type": "string",
            "nullable": true
          },
          "province": {
            "type": "string",
            "nullable": true
          },
          "fullName": {
            "type": "string",
            "nullable": true
          },
          "email": {
            "type": "string",
            "nullable": true
          },
          "autoDomain": {
            "type": "string",
            "nullable": true
          },
          "company": {
            "type": "string",
            "nullable": true
          },
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "tenantSerial": {
            "type": "string",
            "nullable": true
          },
          "tenantType": {
            "type": "string",
            "nullable": true
          },
          "sesTenantSerialNumber": {
            "type": "string",
            "nullable": true
          },
          "registerses": {
            "type": "string",
            "nullable": true
          },
          "sesExpirationDate": {
            "type": "string",
            "nullable": true
          },
          "sesLicQuantity": {
            "type": "string",
            "nullable": true
          },
          "casbDataCenter": {
            "type": "string",
            "nullable": true
          },
          "casbsubdomain": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "CompleteTaskListRes": {
        "type": "object",
        "properties": {
          "serialNumber": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "CompleteTaskListResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/CompleteTaskListRes"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ContactList": {
        "type": "object",
        "properties": {
          "partyId": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ContactLists": {
        "type": "object",
        "properties": {
          "partyGroupId": {
            "type": "string",
            "nullable": true
          },
          "partyId": {
            "type": "string",
            "nullable": true
          },
          "action": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Countrylist": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "nullable": true
          },
          "countryCode": {
            "type": "string",
            "nullable": true
          },
          "countryName": {
            "type": "string",
            "nullable": true
          },
          "isVatRequired": {
            "type": "boolean"
          },
          "isGstRequired": {
            "type": "boolean"
          }
        },
        "additionalProperties": false
      },
      "CreateCaseReq": {
        "type": "object",
        "properties": {
          "caseTitle": {
            "type": "string",
            "nullable": true
          },
          "caseDesc": {
            "type": "string",
            "nullable": true
          },
          "envDetails": {
            "type": "string",
            "nullable": true
          },
          "contactMe": {
            "type": "string",
            "nullable": true
          },
          "serialNo": {
            "type": "string",
            "nullable": true
          },
          "isPremiumCase": {
            "type": "string",
            "nullable": true
          },
          "premiumCaseOrgId": {
            "type": "string",
            "nullable": true
          },
          "caseType": {
            "type": "string",
            "nullable": true
          },
          "problemArea": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "CreateCaseRes": {
        "type": "object",
        "properties": {
          "caseNo": {
            "type": "string",
            "nullable": true
          },
          "caseId": {
            "type": "string",
            "nullable": true
          },
          "cno": {
            "type": "string",
            "nullable": true
          },
          "uploadcount": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "CreateCaseResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/CreateCaseRes"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "CreateProductGroupRequest": {
        "type": "object",
        "properties": {
          "productGroup": {
            "type": "string",
            "nullable": true
          },
          "partyGroupId": {
            "type": "string",
            "nullable": true
          },
          "userGrpName": {
            "type": "string",
            "nullable": true
          },
          "source": {
            "type": "string",
            "nullable": true
          },
          "isAddressVerified": {
            "type": "string",
            "nullable": true
          },
          "isAddressVerificationCompleted": {
            "type": "string",
            "nullable": true
          },
          "tenantAddress": {
            "$ref": "#/components/schemas/TenantAddress"
          },
          "isFromTenantManagement": {
            "type": "string",
            "nullable": true
          },
          "MSSPId": {
            "type": "string",
            "nullable": true
          },
          "msspTenantNumber": {
            "type": "string",
            "nullable": true
          },
          "tenantContractId": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "CreateProductGroupResponse": {
        "type": "object",
        "properties": {
          "isSkipOptionRequired": {
            "type": "string",
            "nullable": true
          },
          "isAddressNeeded": {
            "type": "string",
            "nullable": true
          },
          "arrInput": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/InputError"
            },
            "nullable": true
          },
          "addressResp": {
            "$ref": "#/components/schemas/AddressResponse"
          },
          "productGroupDetail": {
            "$ref": "#/components/schemas/ProdGroupLicenseStatus"
          },
          "showAddProductGrplink": {
            "type": "string",
            "nullable": true
          },
          "showCreateProductGrplink": {
            "type": "string",
            "nullable": true
          },
          "productGroupId": {
            "type": "string",
            "nullable": true
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "CreateUserGroupRequest": {
        "type": "object",
        "properties": {
          "newUserGroup": {
            "type": "string",
            "nullable": true
          },
          "productGroupId": {
            "type": "string",
            "nullable": true
          },
          "msspId": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "CreateUserGroupResponse": {
        "type": "object",
        "properties": {
          "arrInput": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/InputError"
            },
            "nullable": true
          },
          "usergroup": {
            "$ref": "#/components/schemas/UserGroups"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "CreateUserRequest": {
        "type": "object",
        "properties": {
          "emailAddress": {
            "type": "string",
            "nullable": true
          },
          "firstName": {
            "type": "string",
            "nullable": true
          },
          "lastName": {
            "type": "string",
            "nullable": true
          },
          "partyGroupId": {
            "type": "string",
            "nullable": true
          },
          "contactTypeId": {
            "type": "string",
            "nullable": true
          },
          "bskipResellerCustomerValidation": {
            "type": "boolean"
          },
          "companyName": {
            "type": "string",
            "nullable": true
          },
          "phoneNumber": {
            "type": "string",
            "nullable": true
          },
          "address": {
            "type": "string",
            "nullable": true
          },
          "city": {
            "type": "string",
            "nullable": true
          },
          "country": {
            "type": "string",
            "nullable": true
          },
          "state": {
            "type": "string",
            "nullable": true
          },
          "province": {
            "type": "string",
            "nullable": true
          },
          "zipCode": {
            "type": "string",
            "nullable": true
          },
          "msspName": {
            "type": "string",
            "nullable": true
          },
          "msspOrgId": {
            "type": "string",
            "nullable": true
          },
          "isDefaultGroup": {
            "type": "string",
            "nullable": true
          },
          "skipAddressValidation": {
            "type": "string",
            "nullable": true
          },
          "msspNumber": {
            "type": "string",
            "nullable": true
          },
          "msspContractid": {
            "type": "string",
            "nullable": true
          },
          "masterMsspId": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "CseRegistrationRequest": {
        "type": "object",
        "properties": {
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "groupId": {
            "type": "string",
            "nullable": true
          },
          "cseName": {
            "type": "string",
            "nullable": true
          },
          "dcId": {
            "type": "string",
            "nullable": true
          },
          "mode": {
            "type": "string",
            "nullable": true
          },
          "rootServiceId": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "CurrentServiceList": {
        "type": "object",
        "properties": {
          "serviceGroup": {
            "type": "string",
            "nullable": true
          },
          "serviceGroupDisplayName": {
            "type": "string",
            "nullable": true
          },
          "applicableServices": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ServiceOption"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "CustomerAddress": {
        "type": "object",
        "properties": {
          "CUSTOMERADDRESSID": {
            "type": "string",
            "nullable": true
          },
          "USERNAME": {
            "type": "string",
            "nullable": true
          },
          "ADDRESSTYPE": {
            "type": "string",
            "nullable": true
          },
          "FRIENDLYNAME": {
            "type": "string",
            "nullable": true
          },
          "STATUS": {
            "type": "string",
            "nullable": true
          },
          "TITLE": {
            "type": "string",
            "nullable": true
          },
          "FULLNAME": {
            "type": "string",
            "nullable": true
          },
          "COMPANY": {
            "type": "string",
            "nullable": true
          },
          "ADDRESSLINE1": {
            "type": "string",
            "nullable": true
          },
          "ADDRESSLINE2": {
            "type": "string",
            "nullable": true
          },
          "ADDRESSLINE3": {
            "type": "string",
            "nullable": true
          },
          "CITY": {
            "type": "string",
            "nullable": true
          },
          "STATE": {
            "type": "string",
            "nullable": true
          },
          "PROVINCE": {
            "type": "string",
            "nullable": true
          },
          "ZIPCODE": {
            "type": "string",
            "nullable": true
          },
          "PHONENUMBER": {
            "type": "string",
            "nullable": true
          },
          "FAXNUMBER": {
            "type": "string",
            "nullable": true
          },
          "COUNTRY": {
            "type": "string",
            "nullable": true
          },
          "EMAILADDRESS": {
            "type": "string",
            "nullable": true
          },
          "DEFAULTADDRESS": {
            "type": "string",
            "nullable": true
          },
          "VATNUMBER": {
            "type": "string",
            "nullable": true
          },
          "GSTNUMBER": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "CustomerProductListResp": {
        "type": "object",
        "properties": {
          "totalProducts": {
            "type": "string",
            "nullable": true
          },
          "filterResultCount": {
            "type": "string",
            "nullable": true
          },
          "expiredProducts": {
            "type": "string",
            "nullable": true
          },
          "soonExpiringProducts": {
            "type": "string",
            "nullable": true
          },
          "downloadsAvailableCount": {
            "type": "string",
            "nullable": true
          },
          "defconValue": {
            "type": "string",
            "nullable": true
          },
          "shieldLevelValue": {
            "type": "string",
            "nullable": true
          },
          "prodList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ProductList"
            },
            "nullable": true
          },
          "productTypeList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ProdcutTypepList"
            },
            "nullable": true
          },
          "customerWidgetsoonExpiringProducts": {
            "type": "string",
            "nullable": true
          },
          "productGroupLicense": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ProdGroupLicenseStatus"
            },
            "nullable": true
          },
          "productGroup": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ProdGroupLicenseStatus"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "CustomerProductListResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/CustomerProductListResp"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "DataCenter": {
        "type": "object",
        "properties": {
          "description": {
            "type": "string",
            "nullable": true
          },
          "name": {
            "type": "string",
            "nullable": true
          },
          "apiUrl": {
            "type": "string",
            "nullable": true
          },
          "navPageServer": {
            "type": "string",
            "nullable": true
          },
          "display": {
            "type": "string",
            "nullable": true
          },
          "dmDataCenterLocationID": {
            "type": "string",
            "nullable": true
          },
          "dmPlatformID": {
            "type": "string",
            "nullable": true
          },
          "dataCenterName": {
            "type": "string",
            "nullable": true
          },
          "hostedEmailSecurityDataCenterID": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "DcList": {
        "type": "object",
        "properties": {
          "dcId": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "name": {
            "type": "string",
            "nullable": true
          },
          "description": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "DeclineQuoteReq": {
        "type": "object",
        "properties": {
          "equoteId": {
            "type": "string",
            "nullable": true
          },
          "remarks": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "DefaultGroupRequest": {
        "type": "object",
        "properties": {
          "GroupId": {
            "type": "string",
            "nullable": true
          },
          "Mode": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "DefaultProductGroupRequest": {
        "type": "object",
        "properties": {
          "oldProductGroupId": {
            "type": "string",
            "nullable": true
          },
          "newProductGroupId": {
            "type": "string",
            "nullable": true
          },
          "partyGroupId": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "DeleteAutoRenewalRequest": {
        "type": "object",
        "properties": {
          "autoRenewalId": {
            "type": "string",
            "nullable": true
          },
          "serialNumber": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "DeleteContactRequest": {
        "type": "object",
        "properties": {
          "contactId": {
            "type": "string",
            "nullable": true
          },
          "newMsspEmail": {
            "type": "string",
            "nullable": true
          },
          "isFromMSSP": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "DeleteContactResponse": {
        "type": "object",
        "properties": {
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "DeleteContactsRequest": {
        "type": "object",
        "properties": {
          "partyId": {
            "type": "string",
            "nullable": true
          },
          "newMsspEmail": {
            "type": "string",
            "nullable": true
          },
          "isFromMSSP": {
            "type": "string",
            "nullable": true
          },
          "newAdminEmail": {
            "type": "string",
            "nullable": true
          },
          "overRide": {
            "type": "string",
            "nullable": true
          },
          "productsToRetainWithOrg": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "DeleteContactsResponse": {
        "type": "object",
        "properties": {
          "userList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/userList"
            },
            "nullable": true
          },
          "productsList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/productsList"
            },
            "nullable": true
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "DeleteGroupResponse": {
        "type": "object",
        "properties": {
          "arrInput": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/InputError"
            },
            "nullable": true
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "DeleteProductGroupRequest": {
        "type": "object",
        "properties": {
          "productGroupList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ProductGroupLists"
            },
            "nullable": true
          },
          "bsendMail": {
            "type": "boolean"
          },
          "bisMSSP": {
            "type": "boolean"
          }
        },
        "additionalProperties": false
      },
      "DeleteUserGroupRequest": {
        "type": "object",
        "properties": {
          "userGroupList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/UserGroupList"
            },
            "nullable": true
          },
          "bsendMail": {
            "type": "boolean"
          }
        },
        "additionalProperties": false
      },
      "DocumentList": {
        "type": "object",
        "properties": {
          "docURL": {
            "type": "string",
            "nullable": true
          },
          "docName": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "DownloadFilterRes": {
        "type": "object",
        "properties": {
          "productTypeList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/DownloadProductType"
            },
            "nullable": true
          },
          "languageList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/SoftwareLanguage"
            },
            "nullable": true
          },
          "releaseTypeList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/SoftwareReleaseType"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "DownloadPrefFileResponse": {
        "type": "object",
        "properties": {
          "fileName": {
            "type": "string",
            "nullable": true
          },
          "fileContent": {
            "type": "string",
            "nullable": true
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "DownloadProductType": {
        "type": "object",
        "properties": {
          "productTypeName": {
            "type": "string",
            "nullable": true
          },
          "productGroupID": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "DownloadVersion": {
        "type": "object",
        "properties": {
          "version": {
            "type": "string",
            "nullable": true
          },
          "isChildPresent": {
            "type": "string",
            "nullable": true
          },
          "softwarePresent": {
            "type": "string",
            "nullable": true
          },
          "childVersions": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/DownloadVersion"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "DownloadWidgetList": {
        "type": "object",
        "properties": {
          "downloadGroupName": {
            "type": "string",
            "nullable": true
          },
          "deploymentType": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "DownloadsWidgetRespon": {
        "type": "object",
        "properties": {
          "downloadWidgetList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/DownloadWidgetList"
            },
            "nullable": true
          },
          "totalDownloadsCount": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "DwnldProductFamily": {
        "type": "object",
        "properties": {
          "familyName": {
            "type": "string",
            "nullable": true
          },
          "familyDisplayName": {
            "type": "string",
            "nullable": true
          },
          "isMyProduct": {
            "type": "integer",
            "format": "int32"
          },
          "availableText": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "EQuoteNote": {
        "type": "object",
        "properties": {
          "addedBy": {
            "type": "string",
            "nullable": true
          },
          "createdDate": {
            "type": "string",
            "nullable": true
          },
          "equoteId": {
            "type": "string",
            "nullable": true
          },
          "noteDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "EQuoteNoteResponse": {
        "type": "object",
        "properties": {
          "respList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/EQuoteNote"
            },
            "nullable": true
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "EmailEncryptionDataCenter": {
        "type": "object",
        "properties": {
          "dataCenterName": {
            "type": "string",
            "nullable": true
          },
          "dataCenterLocationId": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "EmailEncryptionDataCenterRes": {
        "type": "object",
        "properties": {
          "EESDatacenter": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/EmailEncryptionDataCenter"
            },
            "nullable": true
          },
          "dataCenterId": {
            "type": "string",
            "nullable": true
          },
          "autoCenterDomain": {
            "type": "string",
            "nullable": true
          },
          "adminEmail": {
            "type": "string",
            "nullable": true
          },
          "company": {
            "type": "string",
            "nullable": true
          },
          "dataCenterName": {
            "type": "string",
            "nullable": true
          },
          "dataCenterLocationId": {
            "type": "string",
            "nullable": true
          },
          "dcCount": {
            "type": "integer",
            "format": "int32"
          },
          "dcHelpText": {
            "type": "boolean"
          },
          "controlsEnable": {
            "type": "boolean"
          }
        },
        "additionalProperties": false
      },
      "EmailEncryptionDataCenterResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/EmailEncryptionDataCenterRes"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "EmailQuoteReq": {
        "type": "object",
        "properties": {
          "equoteId": {
            "type": "string",
            "nullable": true
          },
          "emailAddress": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "EmailQuoteRes": {
        "type": "object",
        "properties": {
          "result": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "EmailQuoteResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/EmailQuoteRes"
          },
          "quoteList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/QuoteList"
            },
            "nullable": true
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "EnableCloudNetworkRequest": {
        "type": "object",
        "properties": {
          "strSerialNumber": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "EnableCloudNetworkResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/EnableCloudNetworkResponseRes"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "EnableCloudNetworkResponseRes": {
        "type": "object",
        "properties": {
          "isEnabled": {
            "type": "boolean"
          }
        },
        "additionalProperties": false
      },
      "EnrollMSSPRequest": {
        "type": "object",
        "properties": {
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "Mode": {
            "type": "string",
            "nullable": true
          },
          "nodeCount": {
            "type": "string",
            "nullable": true
          },
          "expirationDate": {
            "type": "string",
            "nullable": true
          },
          "isForcedEnrollValidation": {
            "type": "boolean"
          },
          "regionID": {
            "type": "string",
            "nullable": true
          },
          "serviceId": {
            "type": "string",
            "description": "ServiceID  of the service to which provisioning need to be applied ",
            "nullable": true
          },
          "ProductID": {
            "type": "string",
            "description": "productID  of the Product to which provisioning need to be applied ",
            "nullable": true
          },
          "isHA": {
            "type": "string",
            "description": "Is highAvailablity Needed ? Applicalble only on cases where HighAvailablity is offered",
            "nullable": true
          },
          "isZT": {
            "title": "isZT",
            "type": "string",
            "description": "is ZeroTouch Needed or not ? Applicable only on certain Firewall Series",
            "format": "string",
            "nullable": true
          },
          "regionName": {
            "type": "string",
            "description": "RegionName of the DataCenter",
            "nullable": true
          },
          "friendlyName": {
            "title": "friendlyName",
            "type": "string",
            "description": "FriendlyName of the Provision Product",
            "nullable": true
          },
          "expireService": {
            "type": "string",
            "description": "expireService",
            "nullable": true
          },
          "Services": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/AllocateMSSPRequest"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "EolStatusApiResponse": {
        "type": "object",
        "properties": {
          "content": {
            "nullable": true
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "EolStatusRequest": {
        "type": "object",
        "properties": {
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "mode": {
            "type": "string",
            "nullable": true
          },
          "suppressEolReasonId": {
            "type": "integer",
            "format": "int32"
          },
          "comment": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "EquoteItem": {
        "type": "object",
        "properties": {
          "EquoteItemId": {
            "type": "string",
            "nullable": true
          },
          "ssipnDesc": {
            "type": "string",
            "nullable": true
          },
          "ssipn": {
            "type": "string",
            "nullable": true
          },
          "quantity": {
            "type": "string",
            "nullable": true
          },
          "unitPrice": {
            "type": "string",
            "nullable": true
          },
          "autoRenew": {
            "type": "string",
            "nullable": true
          },
          "errMsg": {
            "type": "string",
            "nullable": true
          },
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "friendlyName": {
            "type": "string",
            "nullable": true
          },
          "totalPrice": {
            "type": "string",
            "nullable": true
          },
          "nodeCount": {
            "type": "string",
            "nullable": true
          },
          "startDate": {
            "type": "string",
            "nullable": true
          },
          "endDate": {
            "type": "string",
            "nullable": true
          },
          "selectedYear": {
            "type": "string",
            "nullable": true
          },
          "isReadOnlyAccess": {
            "type": "boolean"
          }
        },
        "additionalProperties": false
      },
      "EquoteItemSsipnReq": {
        "type": "object",
        "properties": {
          "ssipnYear": {
            "type": "integer",
            "format": "int32"
          },
          "equoteId": {
            "type": "integer",
            "format": "int32"
          },
          "equoteItemIds": {
            "type": "array",
            "items": {
              "type": "integer",
              "format": "int32"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ExportActivityRequest": {
        "type": "object",
        "properties": {
          "fromdate": {
            "type": "string",
            "nullable": true
          },
          "todate": {
            "type": "string",
            "nullable": true
          },
          "operationType": {
            "type": "string",
            "nullable": true
          },
          "operationName": {
            "type": "string",
            "nullable": true
          },
          "pageSize": {
            "type": "integer",
            "format": "int32"
          },
          "pageNumber": {
            "type": "integer",
            "format": "int32"
          }
        },
        "additionalProperties": false
      },
      "ExportUserActivityResponse": {
        "type": "object",
        "properties": {
          "actiondetails": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ActivityDetails"
            },
            "nullable": true
          },
          "totalRecords": {
            "type": "integer",
            "format": "int32"
          },
          "totalPages": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "pageSize": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "currentPageNumber": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "currentTimeStamp": {
            "type": "string",
            "nullable": true
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "FeedBackRequest": {
        "required": [
          "captchaText",
          "comments",
          "emailAddress",
          "screen",
          "subject"
        ],
        "type": "object",
        "properties": {
          "emailAddress": {
            "minLength": 1,
            "type": "string"
          },
          "screen": {
            "minLength": 1,
            "type": "string"
          },
          "subject": {
            "minLength": 1,
            "type": "string"
          },
          "comments": {
            "minLength": 1,
            "type": "string"
          },
          "captchaText": {
            "minLength": 1,
            "type": "string"
          }
        },
        "additionalProperties": false
      },
      "FeedBackResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/Feedback"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Feedback": {
        "type": "object",
        "properties": {
          "responsevalue": {
            "type": "string",
            "nullable": true
          },
          "errorcode": {
            "type": "string",
            "nullable": true
          },
          "errordesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "FileDetailInfo": {
        "type": "object",
        "properties": {
          "filename": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "FileDetailRequest": {
        "type": "object",
        "properties": {
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "fileType": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "FileDetailResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/FileDetailInfo"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Firewall": {
        "type": "object",
        "properties": {
          "SerialNumber": {
            "type": "string",
            "nullable": true
          },
          "FriendlyName": {
            "type": "string",
            "nullable": true
          },
          "Model": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "FirewallManagementoptions": {
        "type": "object",
        "properties": {
          "firewallmgnoptions": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/firewallmgnoption"
            },
            "nullable": true
          },
          "onpremdetails": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/onpremGMSDetials"
            },
            "nullable": true
          },
          "arrListOffSite": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ListOffSite"
            },
            "nullable": true
          },
          "tenantserialnumber": {
            "type": "string",
            "nullable": true
          },
          "cloudlist": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/cloudgmsdetails"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "FirewallRows": {
        "type": "object",
        "properties": {
          "friendlyName": {
            "type": "string",
            "nullable": true
          },
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "model": {
            "type": "string",
            "nullable": true
          },
          "tenantId": {
            "type": "string",
            "nullable": true
          },
          "tenantName": {
            "type": "string",
            "nullable": true
          },
          "instance": {
            "type": "string",
            "nullable": true
          },
          "management": {
            "type": "string",
            "nullable": true
          },
          "managementicon": {
            "type": "string",
            "nullable": true
          },
          "managementtooltip": {
            "type": "string",
            "nullable": true
          },
          "workFlow": {
            "type": "string",
            "nullable": true
          },
          "reporting": {
            "type": "string",
            "nullable": true
          },
          "reportingicon": {
            "type": "string",
            "nullable": true
          },
          "reportingtooltip": {
            "type": "string",
            "nullable": true
          },
          "analytics": {
            "type": "string",
            "nullable": true
          },
          "analyticsicon": {
            "type": "string",
            "nullable": true
          },
          "analyticstooltip": {
            "type": "string",
            "nullable": true
          },
          "CAS": {
            "type": "string",
            "nullable": true
          },
          "CASicon": {
            "type": "string",
            "nullable": true
          },
          "CAStooltip": {
            "type": "string",
            "nullable": true
          },
          "captureClient": {
            "type": "string",
            "nullable": true
          },
          "firmwareVersion": {
            "type": "string",
            "nullable": true
          },
          "generation": {
            "type": "string",
            "nullable": true
          },
          "version": {
            "type": "string",
            "nullable": true
          },
          "firewallConnectorStatus": {
            "type": "string",
            "nullable": true
          },
          "licenseExpired": {
            "type": "boolean",
            "nullable": true
          },
          "licenseExpiryCnt": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "HAType": {
            "type": "string",
            "nullable": true
          },
          "associationType": {
            "type": "string",
            "nullable": true
          },
          "MDR": {
            "type": "string",
            "nullable": true
          },
          "captureClienticon": {
            "type": "string",
            "nullable": true
          },
          "captureClientooltip": {
            "type": "string",
            "nullable": true
          },
          "istry": {
            "type": "boolean",
            "nullable": true
          },
          "isActivate": {
            "type": "boolean",
            "nullable": true
          },
          "isBuyNow": {
            "type": "boolean",
            "nullable": true
          },
          "dtworkFlow": {
            "type": "string",
            "nullable": true
          },
          "dtmanagement": {
            "type": "string",
            "nullable": true
          },
          "dtreporting": {
            "type": "string",
            "nullable": true
          },
          "dtanalytics": {
            "type": "string",
            "nullable": true
          },
          "dtanalyticsOnly": {
            "type": "string",
            "nullable": true
          },
          "dtCAS": {
            "type": "string",
            "nullable": true
          },
          "dtCaptureClient": {
            "type": "string",
            "nullable": true
          },
          "wificloud": {
            "type": "string",
            "nullable": true
          },
          "dtwificloud": {
            "type": "string",
            "nullable": true
          },
          "cloudemail": {
            "type": "string",
            "nullable": true
          },
          "dtcloudemail": {
            "type": "string",
            "nullable": true
          },
          "cloudemailicon": {
            "type": "string",
            "nullable": true
          },
          "cloudemailtooltip": {
            "type": "string",
            "nullable": true
          },
          "wirelessicon": {
            "type": "string",
            "nullable": true
          },
          "wirelesstooltip": {
            "type": "string",
            "nullable": true
          },
          "dtWaf": {
            "type": "string",
            "nullable": true
          },
          "dtCaptureATP": {
            "type": "string",
            "nullable": true
          },
          "dtIDP": {
            "type": "string",
            "nullable": true
          },
          "cc_tenantid": {
            "type": "string",
            "nullable": true
          },
          "mdr_tenantid": {
            "type": "string",
            "nullable": true
          },
          "typeCaptureClient": {
            "type": "string",
            "nullable": true
          },
          "typeWificloud": {
            "type": "string",
            "nullable": true
          },
          "dtCASB": {
            "type": "string",
            "nullable": true
          },
          "CASB": {
            "type": "string",
            "nullable": true
          },
          "api_url": {
            "type": "string",
            "nullable": true
          },
          "api_key": {
            "type": "string",
            "nullable": true
          },
          "ccNodeCount": {
            "type": "string",
            "nullable": true
          },
          "MDRNodeCount": {
            "type": "string",
            "nullable": true
          },
          "ccIsLsg": {
            "type": "boolean"
          },
          "countryCode": {
            "type": "string",
            "nullable": true
          },
          "isNFR": {
            "type": "string",
            "nullable": true
          },
          "dataCenter": {
            "type": "string",
            "nullable": true
          },
          "managementOption": {
            "type": "string",
            "nullable": true
          },
          "cfs5": {
            "$ref": "#/components/schemas/cfs5"
          },
          "dnsDomain": {
            "type": "string",
            "nullable": true
          },
          "webcfsDomain": {
            "type": "string",
            "nullable": true
          },
          "webcfs2Domain": {
            "type": "string",
            "nullable": true
          },
          "ccdcid": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "FirmWareDetails": {
        "type": "object",
        "properties": {
          "fwVersion": {
            "type": "string",
            "nullable": true
          },
          "releaseType": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "FirmwareDetail": {
        "type": "object",
        "properties": {
          "friendlyName": {
            "type": "string",
            "nullable": true
          },
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "softwareGroupID": {
            "type": "integer",
            "format": "int32"
          },
          "availableVersion": {
            "type": "string",
            "nullable": true
          },
          "currentVersion": {
            "type": "string",
            "nullable": true
          },
          "releaseDate": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "FirmwareDownloadRequest": {
        "type": "object",
        "properties": {
          "serialNumber": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "nullable": true
          },
          "modelName": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "nullable": true
          },
          "tenantId": {
            "type": "integer",
            "format": "int32"
          },
          "releaseType": {
            "type": "string",
            "nullable": true
          },
          "platformType": {
            "type": "string",
            "nullable": true
          },
          "softwareId": {
            "type": "integer",
            "format": "int32"
          },
          "minReleaseDate": {
            "type": "string",
            "nullable": true
          },
          "maxReleaseDate": {
            "type": "string",
            "nullable": true
          },
          "language": {
            "type": "string",
            "nullable": true
          },
          "incSnDetail": {
            "type": "boolean"
          }
        },
        "additionalProperties": false
      },
      "FirmwareDownloadResponse": {
        "type": "object",
        "properties": {
          "content": {
            "nullable": true
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "FirmwareUpdate": {
        "type": "object",
        "properties": {
          "userName": {
            "type": "string",
            "nullable": true
          },
          "availableDownloads": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/FirmwareDetail"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "FlexspendAccessList": {
        "type": "object",
        "properties": {
          "choiceId": {
            "type": "string",
            "nullable": true
          },
          "choiceName": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ForgotPassword": {
        "type": "object",
        "properties": {
          "emailAddress": {
            "type": "string",
            "nullable": true
          },
          "registrationCode": {
            "type": "string",
            "nullable": true
          },
          "isFederatedUser": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ForgotPasswordResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/ForgotPassword"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "FreeTrialWidgets": {
        "type": "object",
        "properties": {
          "isEnabled": {
            "type": "string",
            "nullable": true
          },
          "softwareWidgetTitle": {
            "type": "string",
            "nullable": true
          },
          "headerText": {
            "type": "string",
            "nullable": true
          },
          "descriptionText": {
            "type": "string",
            "nullable": true
          },
          "learnMoreURL": {
            "type": "string",
            "nullable": true
          },
          "logo": {
            "type": "string",
            "nullable": true
          },
          "tryNowAPI": {
            "type": "string",
            "nullable": true
          },
          "productID": {
            "type": "string",
            "nullable": true
          },
          "maxTryCount": {
            "type": "string",
            "nullable": true
          },
          "serviceId": {
            "type": "string",
            "nullable": true
          },
          "subDomain": {
            "type": "string",
            "nullable": true
          },
          "defcon": {
            "type": "string",
            "nullable": true
          },
          "shieldLevel": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GeApplicableVersionRes": {
        "type": "object",
        "properties": {
          "versions": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/DownloadVersion"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GeApplicableVersionResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/GeApplicableVersionRes"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GeApplicableVersionyReq": {
        "type": "object",
        "properties": {
          "familyName": {
            "type": "string",
            "nullable": true
          },
          "version": {
            "type": "string",
            "nullable": true
          },
          "isLatest": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GenerateAssignTokenResp": {
        "type": "object",
        "properties": {
          "assignToken": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GenerateAssignTokenResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/GenerateAssignTokenResp"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GenerateCSCAccessCodeRequest": {
        "type": "object",
        "properties": {
          "tenantId": {
            "type": "string",
            "nullable": true
          },
          "tileName": {
            "type": "string",
            "nullable": true
          },
          "mswUserName": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GenerateCloudNetworkRequest": {
        "type": "object",
        "properties": {
          "isSigFile": {
            "type": "boolean"
          },
          "strSerialNumber": {
            "type": "string",
            "nullable": true
          },
          "nsmpackageid": {
            "type": "string",
            "nullable": true
          },
          "nsmpackagefile": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GenerateCloudNetworkResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/GenerateCloudNetworkResponseRes"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GenerateCloudNetworkResponseRes": {
        "type": "object",
        "properties": {
          "closedNetworkProcessingText": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GeoLocationIpReviewRes": {
        "type": "object",
        "properties": {
          "IpListed": {
            "type": "string",
            "nullable": true
          },
          "result": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GeoLocationIpReviewResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/GeoLocationIpReviewRes"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GeoLocationIpReviewreq": {
        "type": "object",
        "properties": {
          "emailAddress": {
            "type": "string",
            "nullable": true
          },
          "ipAddress": {
            "type": "string",
            "nullable": true
          },
          "country": {
            "type": "string",
            "nullable": true
          },
          "countryCode": {
            "type": "string",
            "nullable": true
          },
          "state": {
            "type": "string",
            "nullable": true
          },
          "province": {
            "type": "string",
            "nullable": true
          },
          "comments": {
            "type": "string",
            "nullable": true
          },
          "captchaText": {
            "type": "string",
            "nullable": true
          },
          "sourceName": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetAEPCSupportChartRequest": {
        "type": "object",
        "properties": {
          "swType": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/SoftwareType"
            },
            "nullable": true
          },
          "version": {
            "type": "string",
            "nullable": true
          },
          "platform": {
            "type": "string",
            "nullable": true
          },
          "searchText": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetAEPCSupportChartRes": {
        "type": "object",
        "properties": {
          "supportVersion": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/AEPCSupportVersions"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetAEPCSupportChartResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/GetAEPCSupportChartRes"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetAdminListResponse": {
        "type": "object",
        "properties": {
          "adminList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/AdminUserList"
            },
            "nullable": true
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetAppTokenResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/AppAuthToken"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetAssociationProductsList": {
        "type": "object",
        "properties": {
          "productAssociationTypeID": {
            "type": "integer",
            "format": "int32"
          },
          "parentAssociationName": {
            "type": "string",
            "nullable": true
          },
          "childAssociationName": {
            "type": "string",
            "nullable": true
          },
          "msgGMS": {
            "type": "string",
            "nullable": true
          },
          "prodList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ProductList"
            },
            "nullable": true
          },
          "isReadOnlyAccess": {
            "type": "boolean"
          }
        },
        "additionalProperties": false
      },
      "GetAssociationProductsListResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/GetAssociationProductsList"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetAuthTokenRequest": {
        "required": [
          "clientId",
          "password",
          "userName"
        ],
        "type": "object",
        "properties": {
          "userName": {
            "minLength": 1,
            "type": "string"
          },
          "password": {
            "minLength": 1,
            "type": "string"
          },
          "clientId": {
            "minLength": 1,
            "type": "string"
          },
          "deviceCode": {
            "type": "string",
            "nullable": true
          },
          "loginId": {
            "type": "string",
            "nullable": true
          },
          "mode": {
            "type": "string",
            "nullable": true
          },
          "captchaText": {
            "type": "string",
            "nullable": true
          },
          "redirectUrl": {
            "type": "string",
            "nullable": true
          },
          "gbSid": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetAuthTokenResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/AuthToken"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetBackUpPrefResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/GetPrefFileRes"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetBillingAddressInfoRes": {
        "type": "object",
        "properties": {
          "customerAddressId": {
            "type": "string",
            "nullable": true
          },
          "fullName": {
            "type": "string",
            "nullable": true
          },
          "address1": {
            "type": "string",
            "nullable": true
          },
          "address2": {
            "type": "string",
            "nullable": true
          },
          "city": {
            "type": "string",
            "nullable": true
          },
          "state": {
            "type": "string",
            "nullable": true
          },
          "zipcode": {
            "type": "string",
            "nullable": true
          },
          "province": {
            "type": "string",
            "nullable": true
          },
          "country": {
            "type": "string",
            "nullable": true
          },
          "emailAddress": {
            "type": "string",
            "nullable": true
          },
          "phone": {
            "type": "string",
            "nullable": true
          },
          "vatNumber": {
            "type": "string",
            "nullable": true
          },
          "creditCardType": {
            "type": "string",
            "nullable": true
          },
          "creditCardNo": {
            "type": "string",
            "nullable": true
          },
          "creditCardExpDate": {
            "type": "string",
            "nullable": true
          },
          "cvv": {
            "type": "string",
            "nullable": true
          },
          "ccMonth": {
            "type": "string",
            "nullable": true
          },
          "ccYear": {
            "type": "string",
            "nullable": true
          },
          "isReadOnlyAccess": {
            "type": "boolean"
          }
        },
        "additionalProperties": false
      },
      "GetBillingAddressInfoResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/GetBillingAddressInfoRes"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetCSCBuyableOptionsRes": {
        "type": "object",
        "properties": {
          "buyOptions": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/BuyOptions"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetCSCBuyableOptionsResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/GetCSCBuyableOptionsRes"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetCaptureClientStatsResp": {
        "type": "object",
        "properties": {
          "tenantList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/CaptureClientTenants"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetCaptureClientStatsResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/GetCaptureClientStatsResp"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetCatalogResp": {
        "type": "object",
        "properties": {
          "productCatagoryList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ProductCatagoryList"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetCatalogResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/GetCatalogResp"
          },
          "arrInput": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/InputError"
            },
            "nullable": true
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetClientLicensesResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/ClientLicensesResp"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetCountriesResponse": {
        "type": "object",
        "properties": {
          "defaultIndex": {
            "type": "string",
            "nullable": true
          },
          "content": {
            "$ref": "#/components/schemas/content"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetDownloadFilterRes": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/DownloadFilterRes"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetDownloadProductFamilyRes": {
        "type": "object",
        "properties": {
          "productFamilies": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/DwnldProductFamily"
            },
            "nullable": true
          },
          "languageList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/SoftwareLanguage"
            },
            "nullable": true
          },
          "releaseTypeList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/SoftwareReleaseType"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetDownloadProductFamilyResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/GetDownloadProductFamilyRes"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetDownloadsStatusWidResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/DownloadsWidgetRespon"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetEDKBuyNowOrdersResponse": {
        "type": "object",
        "properties": {
          "COMPONENT": {
            "type": "string",
            "nullable": true
          },
          "METHOD": {
            "type": "string",
            "nullable": true
          },
          "OUTPUTXML": {
            "$ref": "#/components/schemas/GetEdkBuynowOrder"
          }
        },
        "additionalProperties": false
      },
      "GetEdkBuynowMultipleOrders": {
        "type": "object",
        "properties": {
          "ORDERHEADER": {
            "$ref": "#/components/schemas/GetEdkBuynowOrderHeader"
          },
          "ORDERDETAILS": {
            "$ref": "#/components/schemas/GetEdkBuynowOrderDetails"
          }
        },
        "additionalProperties": false
      },
      "GetEdkBuynowOrder": {
        "type": "object",
        "properties": {
          "RESPONSESTATUS": {
            "type": "string",
            "nullable": true
          },
          "RESPONSEVALUE": {
            "type": "string",
            "nullable": true
          },
          "RESPONSEMESSAGE": {
            "type": "string",
            "nullable": true
          },
          "ORDERS": {
            "$ref": "#/components/schemas/GetEdkBuynowOrders"
          }
        },
        "additionalProperties": false
      },
      "GetEdkBuynowOrderDetail": {
        "type": "object",
        "properties": {
          "EORDERITEMID": {
            "type": "string",
            "nullable": true
          },
          "ITEMLINENUMBER": {
            "type": "string",
            "nullable": true
          },
          "SSIPN": {
            "type": "string",
            "nullable": true
          },
          "SSIPNDESCRIPTION": {
            "type": "string",
            "nullable": true
          },
          "QUANTITY": {
            "type": "string",
            "nullable": true
          },
          "LISTPRICE": {
            "type": "string",
            "nullable": true
          },
          "PRICE": {
            "type": "string",
            "nullable": true
          },
          "TAXCHARGES": {
            "type": "string",
            "nullable": true
          },
          "NOTETEXT": {
            "type": "string",
            "nullable": true
          },
          "KEYS": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/KEYSRESPONSE"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetEdkBuynowOrderDetails": {
        "type": "object",
        "properties": {
          "ORDERDETAIL": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/GetEdkBuynowOrderDetail"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetEdkBuynowOrderHeader": {
        "type": "object",
        "properties": {
          "EORDERID": {
            "type": "string",
            "nullable": true
          },
          "USERNAME": {
            "type": "string",
            "nullable": true
          },
          "TRANSACTIONDATE": {
            "type": "string",
            "nullable": true
          },
          "ORACLECUSTOMERID": {
            "type": "string",
            "nullable": true
          },
          "PONUMBER": {
            "type": "string",
            "nullable": true
          },
          "EMAILADDRESS": {
            "type": "string",
            "nullable": true
          },
          "TOTALAMOUNT": {
            "type": "string",
            "nullable": true
          },
          "TOTALTAX": {
            "type": "string",
            "nullable": true
          },
          "ADDRESS1": {
            "type": "string",
            "nullable": true
          },
          "ADDRESS2": {
            "type": "string",
            "nullable": true
          },
          "CITY": {
            "type": "string",
            "nullable": true
          },
          "STATE": {
            "type": "string",
            "nullable": true
          },
          "COUNTRY": {
            "type": "string",
            "nullable": true
          },
          "ZIPCODE": {
            "type": "string",
            "nullable": true
          },
          "PHONENUMBER": {
            "type": "string",
            "nullable": true
          },
          "NOTETEXT": {
            "type": "string",
            "nullable": true
          },
          "TRANSACTIONID": {
            "type": "string",
            "nullable": true
          },
          "EBASKETID": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetEdkBuynowOrders": {
        "type": "object",
        "properties": {
          "ORDER": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/GetEdkBuynowMultipleOrders"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetFirmWareDetailsRes": {
        "type": "object",
        "properties": {
          "totalCount": {
            "type": "string",
            "nullable": true
          },
          "fwdetails": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/FirmWareDetails"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetFirmWareDetailsResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/GetFirmWareDetailsRes"
          },
          "totalCount": {
            "type": "string",
            "nullable": true
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetFirmwareReleaseStatusRes": {
        "type": "object",
        "properties": {
          "releaseStatus": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetFirmwareReleaseStatusResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/GetFirmwareReleaseStatusRes"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetFirmwareUpdateResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/FirmwareUpdate"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetFreeTrialRes": {
        "type": "object",
        "properties": {
          "freeTrialWidgetsList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/FreeTrialWidgets"
            },
            "nullable": true
          },
          "freeTrialElligibleList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/TenantFreeTrialWidgets"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetFreeTrialResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/GetFreeTrialRes"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetHESDataCenterRes": {
        "type": "object",
        "properties": {
          "HESDatacenter": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/HESDataCenter"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetHESDataCenterResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/GetHESDataCenterRes"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetHESSerialNumberDataCenterRes": {
        "type": "object",
        "properties": {
          "status": {
            "type": "string",
            "nullable": true
          },
          "reason": {
            "type": "string",
            "nullable": true
          },
          "dominName": {
            "type": "string",
            "nullable": true
          },
          "hostEmailIpAddress": {
            "type": "string",
            "nullable": true
          },
          "hesEmailAddress": {
            "type": "string",
            "nullable": true
          },
          "hesPassword": {
            "type": "string",
            "nullable": true
          },
          "dataCenterName": {
            "type": "string",
            "nullable": true
          },
          "dataCenterLocationId": {
            "type": "string",
            "nullable": true
          },
          "sourceIpAddress": {
            "type": "string",
            "nullable": true
          },
          "pageRedirect": {
            "type": "boolean"
          },
          "helpText": {
            "type": "boolean"
          },
          "isDataCenter": {
            "type": "boolean"
          },
          "hideHesDetails": {
            "type": "boolean"
          }
        },
        "additionalProperties": false
      },
      "GetHESSerialNumberDataCenterResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/GetHESSerialNumberDataCenterRes"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetHGMSFirewallsRes": {
        "type": "object",
        "properties": {
          "buyOptions": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/BuyOptions"
            },
            "nullable": true
          },
          "licenseCount": {
            "type": "string",
            "nullable": true
          },
          "rows": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/FirewallRows"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetHGMSFirewallsResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/GetHGMSFirewallsRes"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetIDPUrlRequest": {
        "type": "object",
        "properties": {
          "emailAddress": {
            "type": "string",
            "nullable": true
          },
          "source": {
            "type": "string",
            "nullable": true
          },
          "appRedirectTo": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetIDPUrlResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/IDPUrlResponse"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetIssueListSamiRes": {
        "type": "object",
        "properties": {
          "issueListDetails": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/IssueListDetailsSami"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetIssueListSamiResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/GetIssueListSamiRes"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetLicenseStatusWidResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/LicenseStatusWidgetRespon"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetLicenseStatusWidgetResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/LicenseStatusWidgetResp"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetMaintainenceKeyResp": {
        "type": "object",
        "properties": {
          "maintainenceKey": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetMaintainenceKeyResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/GetMaintainenceKeyResp"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetNSVPlatformRes": {
        "type": "object",
        "properties": {
          "NSVPlatform": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NSVPlatform"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetNSVPlatformResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/GetNSVPlatformRes"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetNewIssueListHeadersRequest": {
        "type": "object",
        "properties": {
          "userName": {
            "type": "string",
            "nullable": true
          },
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "isRemedy": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetOrderOption": {
        "type": "object",
        "properties": {
          "orderName": {
            "type": "string",
            "nullable": true
          },
          "orderOptionId": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetOrderRes": {
        "type": "object",
        "properties": {
          "orderType": {
            "type": "string",
            "nullable": true
          },
          "orderRemarks": {
            "type": "string",
            "nullable": true
          },
          "emailAddress": {
            "type": "string",
            "nullable": true
          },
          "eorderID": {
            "type": "string",
            "nullable": true
          },
          "ebasketID": {
            "type": "string",
            "nullable": true
          },
          "totalPrice": {
            "type": "string",
            "nullable": true
          },
          "orderDesc": {
            "type": "string",
            "nullable": true
          },
          "orderStatus": {
            "type": "string",
            "nullable": true
          },
          "invoiceNo": {
            "type": "string",
            "nullable": true
          },
          "trasactionID": {
            "type": "string",
            "nullable": true
          },
          "transactionDate": {
            "type": "string",
            "nullable": true
          },
          "transactionType": {
            "type": "string",
            "nullable": true
          },
          "transAuthCode": {
            "type": "string",
            "nullable": true
          },
          "transReconcillationID": {
            "type": "string",
            "nullable": true
          },
          "fullName": {
            "type": "string",
            "nullable": true
          },
          "address1": {
            "type": "string",
            "nullable": true
          },
          "address2": {
            "type": "string",
            "nullable": true
          },
          "city": {
            "type": "string",
            "nullable": true
          },
          "state": {
            "type": "string",
            "nullable": true
          },
          "province": {
            "type": "string",
            "nullable": true
          },
          "countryCode": {
            "type": "string",
            "nullable": true
          },
          "countryName": {
            "type": "string",
            "nullable": true
          },
          "zipCode": {
            "type": "string",
            "nullable": true
          },
          "maskedCCNum": {
            "type": "string",
            "nullable": true
          },
          "ccType": {
            "type": "string",
            "nullable": true
          },
          "paymentMethod": {
            "type": "string",
            "nullable": true
          },
          "country": {
            "type": "string",
            "nullable": true
          },
          "currencyCode": {
            "type": "string",
            "nullable": true
          },
          "shipToFullName": {
            "type": "string",
            "nullable": true
          },
          "companyName": {
            "type": "string",
            "nullable": true
          },
          "shipTocompanyName": {
            "type": "string",
            "nullable": true
          },
          "shipToaddress1": {
            "type": "string",
            "nullable": true
          },
          "shipToaddress2": {
            "type": "string",
            "nullable": true
          },
          "shipTocity": {
            "type": "string",
            "nullable": true
          },
          "shipTostate": {
            "type": "string",
            "nullable": true
          },
          "shipToCountry": {
            "type": "string",
            "nullable": true
          },
          "shipToPhone": {
            "type": "string",
            "nullable": true
          },
          "shipToMode": {
            "type": "string",
            "nullable": true
          },
          "taxid": {
            "type": "string",
            "nullable": true
          },
          "resellerID": {
            "type": "string",
            "nullable": true
          },
          "stateDescription": {
            "type": "string",
            "nullable": true
          },
          "totalTax": {
            "type": "string",
            "nullable": true
          },
          "totalFreight": {
            "type": "string",
            "nullable": true
          },
          "isEDK": {
            "type": "string",
            "nullable": true
          },
          "isEDI": {
            "type": "string",
            "nullable": true
          },
          "showNote": {
            "type": "string",
            "nullable": true
          },
          "noteText": {
            "type": "string",
            "nullable": true
          },
          "vatNumber": {
            "type": "string",
            "nullable": true
          },
          "gstNumber": {
            "type": "string",
            "nullable": true
          },
          "issueText": {
            "type": "string",
            "nullable": true
          },
          "ccExpDate": {
            "type": "string",
            "nullable": true
          },
          "region": {
            "type": "string",
            "nullable": true
          },
          "isdynamicnodecount": {
            "type": "string",
            "nullable": true
          },
          "arrOrderItems": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/OrderItems"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetOrderResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/GetOrderRes"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetPrefFileRes": {
        "type": "object",
        "properties": {
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "prefFileCount": {
            "type": "string",
            "nullable": true
          },
          "goldStandardVersion": {
            "type": "string",
            "nullable": true
          },
          "latestBackUpVersion": {
            "type": "string",
            "nullable": true
          },
          "goldStdfileType": {
            "type": "string",
            "nullable": true
          },
          "latBakupfileType": {
            "type": "string",
            "nullable": true
          },
          "goldStdcreatedOn": {
            "type": "string",
            "nullable": true
          },
          "latBakupcreatedOn": {
            "type": "string",
            "nullable": true
          },
          "downloadPopupText": {
            "type": "string",
            "nullable": true
          },
          "isCloudBackupMigrated": {
            "type": "string",
            "nullable": true
          },
          "IsCloudBackupMigratedMessage": {
            "type": "string",
            "nullable": true
          },
          "cloudOptedInDate": {
            "type": "string",
            "nullable": true
          },
          "cloudOptInBy": {
            "type": "string",
            "nullable": true
          },
          "prefFileVerList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/PrefFileVersion"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetPreferenceResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/Preference"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetPremierSupportOrgs": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/GetPremierSupportOrgsRes"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetPremierSupportOrgsRes": {
        "type": "object",
        "properties": {
          "PremierSupportOrgList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/PremierSupportOrg"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetProductDownloadResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/ProductDownloadRes"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetProductGroupResponse": {
        "type": "object",
        "properties": {
          "groupcount": {
            "type": "string",
            "nullable": true
          },
          "arrproductgroup": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ProductGroupList"
            },
            "nullable": true
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetProductsFilterRes": {
        "type": "object",
        "properties": {
          "prodFilters": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ProductsFilter"
            },
            "nullable": true
          },
          "totalCount": {
            "type": "integer",
            "format": "int32"
          },
          "showRefresh": {
            "type": "boolean"
          }
        },
        "additionalProperties": false
      },
      "GetProductsFilterResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/GetProductsFilterRes"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetProductstRequest": {
        "type": "object",
        "properties": {
          "userGroup": {
            "type": "string",
            "nullable": true
          },
          "releaseStatus": {
            "type": "string",
            "nullable": true
          },
          "productLine": {
            "type": "string",
            "nullable": true
          },
          "deviceStatus": {
            "type": "string",
            "nullable": true
          },
          "associationType": {
            "type": "string",
            "nullable": true
          },
          "keyWord": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetQuoteRes": {
        "type": "object",
        "properties": {
          "IsTaxExempted": {
            "type": "boolean"
          },
          "isPrivateQuote": {
            "type": "boolean"
          },
          "quoteStatus": {
            "type": "string",
            "nullable": true
          },
          "quoteID": {
            "type": "string",
            "nullable": true
          },
          "expiryDate": {
            "type": "string",
            "nullable": true
          },
          "POContactEmail": {
            "type": "string",
            "nullable": true
          },
          "POContactName": {
            "type": "string",
            "nullable": true
          },
          "POContactPhone": {
            "type": "string",
            "nullable": true
          },
          "InVoiceNumber": {
            "type": "string",
            "nullable": true
          },
          "totalprice": {
            "type": "string",
            "nullable": true
          },
          "isQuoteExpired": {
            "type": "boolean"
          },
          "company": {
            "type": "string",
            "nullable": true
          },
          "SalesPersonName": {
            "type": "string",
            "nullable": true
          },
          "SalesPersonEmail": {
            "type": "string",
            "nullable": true
          },
          "SalesPersonPhone": {
            "type": "string",
            "nullable": true
          },
          "calculateTax": {
            "type": "string",
            "nullable": true
          },
          "taxId": {
            "type": "string",
            "nullable": true
          },
          "isOrderOption": {
            "type": "boolean"
          },
          "ischannelApproved": {
            "type": "boolean"
          },
          "totalFreight": {
            "type": "string",
            "nullable": true
          },
          "totalDiscount": {
            "type": "string",
            "nullable": true
          },
          "totalTax": {
            "type": "string",
            "nullable": true
          },
          "totalPrice": {
            "type": "string",
            "nullable": true
          },
          "orderOptionID": {
            "type": "string",
            "nullable": true
          },
          "checkNumber1": {
            "type": "string",
            "nullable": true
          },
          "checkNumber2": {
            "type": "string",
            "nullable": true
          },
          "resellerName": {
            "type": "string",
            "nullable": true
          },
          "resellerContact": {
            "type": "string",
            "nullable": true
          },
          "resellerPhone": {
            "type": "string",
            "nullable": true
          },
          "quoteItemsErrMsg": {
            "type": "string",
            "nullable": true
          },
          "quoteItems": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/EquoteItem"
            },
            "nullable": true
          },
          "quoteAddress": {
            "$ref": "#/components/schemas/QuoteAddressDetails"
          },
          "getOrderOption": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/GetOrderOption"
            },
            "nullable": true
          },
          "vendorCompanyName": {
            "type": "string",
            "nullable": true
          },
          "vendorAddress1": {
            "type": "string",
            "nullable": true
          },
          "vendorAddress2": {
            "type": "string",
            "nullable": true
          },
          "vendorcity": {
            "type": "string",
            "nullable": true
          },
          "vendorState": {
            "type": "string",
            "nullable": true
          },
          "vendorCountry": {
            "type": "string",
            "nullable": true
          },
          "vendorZipcode": {
            "type": "string",
            "nullable": true
          },
          "receiptTotal": {
            "type": "string",
            "nullable": true
          },
          "subTotal": {
            "type": "string",
            "nullable": true
          },
          "totalAfterDiscount": {
            "type": "string",
            "nullable": true
          },
          "totalPriceAfterDiscount": {
            "type": "string",
            "nullable": true
          },
          "shippingHandling": {
            "type": "string",
            "nullable": true
          },
          "isRisOrder": {
            "type": "boolean"
          },
          "poContactCompanyName": {
            "type": "string",
            "nullable": true
          },
          "poContactAddress1": {
            "type": "string",
            "nullable": true
          },
          "poContactddress2": {
            "type": "string",
            "nullable": true
          },
          "poContactcity": {
            "type": "string",
            "nullable": true
          },
          "poContactState": {
            "type": "string",
            "nullable": true
          },
          "poContactCountry": {
            "type": "string",
            "nullable": true
          },
          "poContactZipcode": {
            "type": "string",
            "nullable": true
          },
          "poContactProvince": {
            "type": "string",
            "nullable": true
          },
          "isDynamicNodeCount": {
            "type": "boolean"
          },
          "orderType": {
            "type": "string",
            "nullable": true
          },
          "token": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetQuoteResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/GetQuoteRes"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetRnwlMgrReq": {
        "type": "object",
        "properties": {
          "status": {
            "type": "string",
            "nullable": true
          },
          "equoteId": {
            "type": "string",
            "nullable": true
          },
          "equoteStatus": {
            "type": "string",
            "nullable": true
          },
          "country": {
            "type": "string",
            "nullable": true
          },
          "state": {
            "type": "string",
            "nullable": true
          },
          "customerName": {
            "type": "string",
            "nullable": true
          },
          "amountFrom": {
            "type": "string",
            "nullable": true
          },
          "amountTo": {
            "type": "string",
            "nullable": true
          },
          "expiryDateFrom": {
            "type": "string",
            "nullable": true
          },
          "expiryDateTo": {
            "type": "string",
            "nullable": true
          },
          "quoteOwnership": {
            "type": "string",
            "nullable": true
          },
          "partial": {
            "type": "string",
            "nullable": true
          },
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "lstEquoteId": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetSFDCWebChatRes": {
        "type": "object",
        "properties": {
          "showTC": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetSFDCWebChatResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/GetSFDCWebChatRes"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetSecureUpgradeReplacementTypes": {
        "type": "object",
        "properties": {
          "replacementType": {
            "type": "string",
            "nullable": true
          },
          "replacementValue": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetSerialNumber": {
        "type": "object",
        "properties": {
          "friendlyName": {
            "type": "string",
            "nullable": true
          },
          "serialNo": {
            "type": "string",
            "nullable": true
          },
          "isExpired": {
            "type": "boolean"
          }
        },
        "additionalProperties": false
      },
      "GetSerialNumberRes": {
        "type": "object",
        "properties": {
          "getrSerialNo": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/GetSerialNumber"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetSerialNumberResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/GetSerialNumberRes"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetServiceActivationInfoResp": {
        "type": "object",
        "properties": {
          "activationKeyInfo": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ServiceActivationKeyInfo"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetServiceActivationInfoResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/GetServiceActivationInfoResp"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetServiceListResp": {
        "type": "object",
        "properties": {
          "isReadOnlyAccess": {
            "type": "boolean"
          },
          "buyableServiceNames": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/BuyableServiceNames"
            },
            "nullable": true
          },
          "token": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetServiceListResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/GetServiceListResp"
          },
          "arrInput": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/InputError"
            },
            "nullable": true
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetServiceStatusResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/ServiceStatus"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetServiceTypeResp": {
        "type": "object",
        "properties": {
          "productCatServicesTypeList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ProductCatServicesTypeList"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetServiceTypeResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/GetServiceTypeResp"
          },
          "arrInput": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/InputError"
            },
            "nullable": true
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetSoftwarePlatformRes": {
        "type": "object",
        "properties": {
          "swType": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/SoftwareType"
            },
            "nullable": true
          },
          "platForm": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/PlatForm"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetSoftwarePlatformResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/GetSoftwarePlatformRes"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetSonicWaveRes": {
        "type": "object",
        "properties": {
          "sonicWaveActivity": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/SonicWaveActivity"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetSonicWaveResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/GetSonicWaveRes"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetSupportCaseDetailsResponse": {
        "type": "object",
        "properties": {
          "responsevalue": {
            "type": "string",
            "nullable": true
          },
          "errorcode": {
            "type": "string",
            "nullable": true
          },
          "errordesc": {
            "type": "string",
            "nullable": true
          },
          "arrInput": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/InputError"
            },
            "nullable": true
          },
          "id": {
            "type": "string",
            "nullable": true
          },
          "subject": {
            "type": "string",
            "nullable": true
          },
          "description": {
            "type": "string",
            "nullable": true
          },
          "serialnumber": {
            "type": "string",
            "nullable": true
          },
          "lastnotes": {
            "type": "string",
            "nullable": true
          },
          "status": {
            "type": "string",
            "nullable": true
          },
          "priority": {
            "type": "string",
            "nullable": true
          },
          "createddate": {
            "type": "string",
            "nullable": true
          },
          "lastModifieddate": {
            "type": "string",
            "nullable": true
          },
          "casenumber": {
            "type": "string",
            "nullable": true
          },
          "orgid": {
            "type": "string",
            "nullable": true
          },
          "contactid": {
            "type": "string",
            "nullable": true
          },
          "productfamily": {
            "type": "string",
            "nullable": true
          },
          "environment": {
            "type": "string",
            "nullable": true
          },
          "attachcount": {
            "type": "integer",
            "format": "int32"
          },
          "notescount": {
            "type": "integer",
            "format": "int32"
          },
          "activitycount": {
            "type": "integer",
            "format": "int32"
          },
          "agentname": {
            "type": "string",
            "nullable": true
          },
          "attachlist": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/AttachRecord"
            },
            "nullable": true
          },
          "noteslist": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/CaseNotes"
            },
            "nullable": true
          },
          "KBList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/KBItem"
            },
            "nullable": true
          },
          "recordtypeid": {
            "type": "string",
            "nullable": true
          },
          "isCompleteClose": {
            "type": "boolean"
          },
          "isPartialClose": {
            "type": "boolean"
          },
          "isPremiumCase": {
            "type": "string",
            "nullable": true
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetSupportCasesRes": {
        "type": "object",
        "properties": {
          "getSupportRecord": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/SupportRecord"
            },
            "nullable": true
          },
          "arrStatus": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/SFDCCaseStatus"
            },
            "nullable": true
          },
          "arrDuration": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/SFDCCaseDuration"
            },
            "nullable": true
          },
          "arrPriority": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/SFDCasePriority"
            },
            "nullable": true
          },
          "ismanager": {
            "type": "boolean"
          }
        },
        "additionalProperties": false
      },
      "GetSupportCasesResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/GetSupportCasesRes"
          },
          "totsize": {
            "type": "string",
            "nullable": true
          },
          "openCaseCount": {
            "type": "string",
            "nullable": true
          },
          "waitOnCustomerCount": {
            "type": "string",
            "nullable": true
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetSupportCasesWidgetResponse": {
        "type": "object",
        "properties": {
          "totsize": {
            "type": "string",
            "nullable": true
          },
          "openCaseCount": {
            "type": "string",
            "nullable": true
          },
          "waitOnCustomerCount": {
            "type": "string",
            "nullable": true
          },
          "issueexist": {
            "type": "string",
            "nullable": true
          },
          "isAssignSuperAdmin": {
            "type": "string",
            "nullable": true
          },
          "issueheader": {
            "type": "string",
            "nullable": true
          },
          "issuetext": {
            "type": "string",
            "nullable": true
          },
          "issueoktext": {
            "type": "string",
            "nullable": true
          },
          "issuecanceltext": {
            "type": "string",
            "nullable": true
          },
          "issueactionurl": {
            "type": "string",
            "nullable": true
          },
          "showdonotdisplay": {
            "type": "string",
            "nullable": true
          },
          "showdonotdisplaytext": {
            "type": "string",
            "nullable": true
          },
          "isShowPrefMigration": {
            "type": "string",
            "nullable": true
          },
          "isShowOptInTransition": {
            "type": "string",
            "nullable": true
          },
          "isSuperAdmin": {
            "type": "string",
            "nullable": true
          },
          "isShowMaintenance": {
            "type": "string",
            "nullable": true
          },
          "maintenanceMessage": {
            "type": "string",
            "nullable": true
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetTFAAppCodeResp": {
        "type": "object",
        "properties": {
          "code": {
            "type": "string",
            "nullable": true
          },
          "encodedCode": {
            "type": "string",
            "nullable": true
          },
          "encodedDisp": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetTFAAppCodeResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/GetTFAAppCodeResp"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetTenantAddressInfoResponse": {
        "type": "object",
        "properties": {
          "tenantAddress": {
            "$ref": "#/components/schemas/TenantAddress"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetTenantDetailsRequest": {
        "type": "object",
        "properties": {
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "serviceid": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetTenantDetailsResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/Tenant"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetTenantSearchResponse": {
        "type": "object",
        "properties": {
          "productGroup": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ProductGroups"
            },
            "nullable": true
          },
          "showAddProductGrplink": {
            "type": "string",
            "nullable": true
          },
          "showCreateProductGrplink": {
            "type": "string",
            "nullable": true
          },
          "showTenantInfo": {
            "type": "string",
            "nullable": true
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetTenantsRes": {
        "type": "object",
        "properties": {
          "userName": {
            "type": "string",
            "nullable": true
          },
          "isWireless": {
            "type": "boolean"
          },
          "isNSSMPopup": {
            "type": "boolean"
          },
          "isWNMPopup": {
            "type": "boolean"
          },
          "WNMVideoUrl": {
            "type": "string",
            "nullable": true
          },
          "isVideoPopup": {
            "type": "boolean"
          },
          "isInsightsEnbled": {
            "type": "string",
            "nullable": true
          },
          "isInsightsQSG": {
            "type": "string",
            "nullable": true
          },
          "showmoreURL": {
            "type": "string",
            "nullable": true
          },
          "isNewCCSSOEnabled": {
            "type": "string",
            "nullable": true
          },
          "arrTenants": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/TenantProductGroup"
            },
            "nullable": true
          },
          "arrMSSPList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/MasterMSSP"
            },
            "nullable": true
          },
          "arrTenantOptions": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/TenantSafeOptions"
            },
            "nullable": true
          },
          "casUrl": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetTenantsResJSON": {
        "type": "object",
        "properties": {
          "userName": {
            "type": "string",
            "nullable": true
          },
          "isWireless": {
            "type": "boolean"
          },
          "isNSSMPopup": {
            "type": "boolean"
          },
          "isWNMPopup": {
            "type": "boolean"
          },
          "WNMVideoUrl": {
            "type": "string",
            "nullable": true
          },
          "isVideoPopup": {
            "type": "boolean"
          },
          "isInsightsEnbled": {
            "type": "string",
            "nullable": true
          },
          "isInsightsQSG": {
            "type": "string",
            "nullable": true
          },
          "showmoreURL": {
            "type": "string",
            "nullable": true
          },
          "arrTenants": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/TenantProductGroupJSON"
            },
            "nullable": true
          },
          "tilesArray": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/TilesArray"
            },
            "nullable": true
          },
          "cloudServices": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/CloudServiceJSON"
            },
            "nullable": true
          },
          "migrateList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/MigrateData"
            },
            "nullable": true
          },
          "arrTenantOptions": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/TenantSafeOptions"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetTenantsResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/GetTenantsRes"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetTenantsResponseJSON": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/GetTenantsResJSON"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetTermsConditionResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/TermsConditions"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetTrialServices": {
        "type": "object",
        "properties": {
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "serviceName": {
            "type": "string",
            "nullable": true
          },
          "serviceId": {
            "type": "string",
            "nullable": true
          },
          "productId": {
            "type": "string",
            "nullable": true
          },
          "serviceFamily": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetTrialServicesRes": {
        "type": "object",
        "properties": {
          "trialServices": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/GetTrialServices"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetTrialServicesResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/GetTrialServicesRes"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetUMWidgetResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/UMWidgetResp"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetUserDownloadResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/UserDownloadRes"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetUserGroupDetailsForUserRequest": {
        "type": "object",
        "properties": {
          "skipUsers": {
            "type": "string",
            "nullable": true
          },
          "isForced": {
            "type": "boolean"
          },
          "mode": {
            "type": "string",
            "nullable": true
          },
          "masterMSSPID": {
            "type": "string",
            "nullable": true
          },
          "isfromMSSPPage": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetUserGroupSearchResponse": {
        "type": "object",
        "properties": {
          "usergroups": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/UserGroups"
            },
            "nullable": true
          },
          "showCreateUserGrplink": {
            "type": "string",
            "nullable": true
          },
          "showAddProductGrplink": {
            "type": "string",
            "nullable": true
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetUserListResponse": {
        "type": "object",
        "properties": {
          "arrInput": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/InputError"
            },
            "nullable": true
          },
          "content": {
            "$ref": "#/components/schemas/UserListResp"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetVatRequiredRes": {
        "type": "object",
        "properties": {
          "isVatRequired": {
            "type": "boolean"
          }
        },
        "additionalProperties": false
      },
      "GetVatRequiredResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/GetVatRequiredRes"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetWCMCountriesResp": {
        "type": "object",
        "properties": {
          "countryList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/WCMCountryList"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetWCMCountriesResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/GetWCMCountriesResp"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetoAuthCheckResponse": {
        "type": "object",
        "properties": {
          "clientName": {
            "type": "string",
            "nullable": true
          },
          "environmentName": {
            "type": "string",
            "nullable": true
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GetoauthCheckRequest": {
        "type": "object",
        "properties": {
          "client_id": {
            "type": "string",
            "nullable": true
          },
          "redirect_uri": {
            "type": "string",
            "nullable": true
          },
          "response_type": {
            "type": "string",
            "nullable": true
          },
          "scope": {
            "type": "string",
            "nullable": true
          },
          "state": {
            "type": "string",
            "nullable": true
          },
          "prompt": {
            "type": "string",
            "nullable": true
          },
          "sharedKey": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "GroupUsageRecords": {
        "type": "object",
        "properties": {
          "id": {
            "type": "integer",
            "format": "int64"
          },
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "tenantName": {
            "type": "string",
            "nullable": true
          },
          "productGroupId": {
            "type": "integer",
            "format": "int64"
          },
          "msspName": {
            "type": "string",
            "nullable": true
          },
          "msspId": {
            "type": "integer",
            "format": "int64"
          },
          "friendlyName": {
            "type": "string",
            "nullable": true
          },
          "productId": {
            "type": "integer",
            "format": "int64"
          },
          "Product": {
            "type": "string",
            "nullable": true
          },
          "ProductName": {
            "type": "string",
            "nullable": true
          },
          "serviceId": {
            "type": "integer",
            "format": "int64"
          },
          "Service": {
            "type": "string",
            "nullable": true
          },
          "SKU": {
            "type": "string",
            "nullable": true
          },
          "SKUDescription": {
            "type": "string",
            "nullable": true
          },
          "USAGE": {
            "type": "string",
            "nullable": true
          },
          "BilledQuantity": {
            "type": "string",
            "nullable": true
          },
          "groupName": {
            "type": "string",
            "nullable": true
          },
          "groupMonth": {
            "type": "string",
            "nullable": true
          },
          "groupYear": {
            "type": "string",
            "nullable": true
          },
          "SnapshotDate": {
            "type": "string",
            "nullable": true
          },
          "col1": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "col2": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "col3": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "col4": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "col5": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "col6": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "col7": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "col8": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "col9": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "col10": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "col11": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "col12": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "col13": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "col14": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "col15": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "col16": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "col17": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "col18": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "col19": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "col20": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "col21": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "col22": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "col23": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "col24": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "col25": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "col26": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "HESDataCenter": {
        "type": "object",
        "properties": {
          "dataCenterName": {
            "type": "string",
            "nullable": true
          },
          "dataCenterLocationId": {
            "type": "string",
            "nullable": true
          },
          "defaultDataCenter": {
            "type": "string",
            "nullable": true
          },
          "isDefault": {
            "type": "boolean"
          },
          "sharedOutBound": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/HESSharedOutBound"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "HESMXRecorRes": {
        "type": "object",
        "properties": {
          "domain": {
            "type": "string",
            "nullable": true
          },
          "currentMXRecords": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "HESMXRecorResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/HESMXRecorRes"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "HESSharedOutBound": {
        "type": "object",
        "properties": {
          "textSourceISP": {
            "type": "string",
            "nullable": true
          },
          "valueOutBoundIP": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Header": {
        "type": "object",
        "properties": {
          "alg": {
            "type": "string",
            "nullable": true
          },
          "typ": {
            "type": "string",
            "nullable": true
          },
          "uuid": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "IDPUrlResponse": {
        "type": "object",
        "properties": {
          "IDPUrl": {
            "type": "string",
            "nullable": true
          },
          "extAuth": {
            "type": "string",
            "nullable": true
          },
          "isSPRedirect": {
            "type": "string",
            "nullable": true
          },
          "showSPTerms": {
            "type": "string",
            "nullable": true
          },
          "skipTfa": {
            "type": "string",
            "nullable": true
          },
          "isShowMaintenance": {
            "type": "string",
            "nullable": true
          },
          "maintenanceMessage": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Infrastructure": {
        "type": "object",
        "properties": {
          "DataCenter": {
            "type": "string",
            "nullable": true
          },
          "ProvisionStatus": {
            "type": "string",
            "nullable": true
          },
          "MsspMonthlyManaged": {
            "type": "string",
            "nullable": true
          },
          "CseMspParentName": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "InitiateProductTransferRequest": {
        "type": "object",
        "properties": {
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "authCode": {
            "type": "string",
            "nullable": true
          },
          "productGroupId": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "InitiateTenantTransferRequest": {
        "type": "object",
        "properties": {
          "tenantId": {
            "type": "string",
            "nullable": true
          },
          "toOrgId": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "InputError": {
        "type": "object",
        "properties": {
          "ErrorCode": {
            "type": "string",
            "nullable": true
          },
          "ErrorMessage": {
            "type": "string",
            "nullable": true
          },
          "ErrorControl": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "IssueDetailsSamiReq": {
        "type": "object",
        "properties": {
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "productModel": {
            "type": "string",
            "nullable": true
          },
          "firmwareVersion": {
            "type": "string",
            "nullable": true
          },
          "tenantId": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "issueId": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "IssueListDetailsSami": {
        "type": "object",
        "properties": {
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "friendlyName": {
            "type": "string",
            "nullable": true
          },
          "model": {
            "type": "string",
            "nullable": true
          },
          "firmwareVersion": {
            "type": "string",
            "nullable": true
          },
          "tenantId": {
            "type": "integer",
            "format": "int32"
          },
          "tenantName": {
            "type": "string",
            "nullable": true
          },
          "issueId": {
            "type": "integer",
            "format": "int32"
          },
          "issueDescription": {
            "type": "string",
            "nullable": true
          },
          "issueLink": {
            "type": "string",
            "nullable": true
          },
          "lastdownloadTime": {
            "type": "string",
            "nullable": true
          },
          "impactedServices": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "IssueListLookUpReq": {
        "type": "object",
        "properties": {
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "isAffected": {
            "type": "string",
            "nullable": true
          },
          "issueDate": {
            "type": "string",
            "nullable": true
          },
          "priority": {
            "type": "string",
            "nullable": true
          },
          "isRemedy": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "IssueListLookUpRequest": {
        "type": "object",
        "properties": {
          "serialnumbers": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/IssueListLookUpReq"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "IssueListLookUpRes": {
        "type": "object",
        "properties": {
          "serialnumbers": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/IssueListLookUpReq"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "IssueListLookUpResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/IssueListLookUpRes"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "KBItem": {
        "type": "object",
        "properties": {
          "kbTitle": {
            "type": "string",
            "nullable": true
          },
          "kbURL": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "KEYSRESPONSE": {
        "type": "object",
        "properties": {
          "ACTIVATIONKEY": {
            "type": "string",
            "nullable": true
          },
          "SERIALNUMBER": {
            "type": "string",
            "nullable": true
          },
          "AUTHCODE": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "KeysetVersion": {
        "type": "object",
        "properties": {
          "optionName": {
            "type": "string",
            "nullable": true
          },
          "aventailVersion": {
            "type": "string",
            "nullable": true
          },
          "isdisplaycomments": {
            "type": "boolean"
          }
        },
        "additionalProperties": false
      },
      "LicenseDetail": {
        "type": "object",
        "properties": {
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "license": {
            "type": "string",
            "nullable": true
          },
          "expiryDate": {
            "type": "string",
            "nullable": true
          },
          "isExpired": {
            "type": "boolean"
          }
        },
        "additionalProperties": false
      },
      "LicenseEligibleSerialList": {
        "type": "object",
        "properties": {
          "ID": {
            "type": "string",
            "nullable": true
          },
          "serialnumber": {
            "type": "string",
            "nullable": true
          },
          "name": {
            "type": "string",
            "nullable": true
          },
          "registrationCode": {
            "type": "string",
            "nullable": true
          },
          "firmwareVersion": {
            "type": "string",
            "nullable": true
          },
          "productLine": {
            "type": "string",
            "nullable": true
          },
          "productID": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "LicenseExpiryInfo": {
        "type": "object",
        "properties": {
          "expiryDate": {
            "type": "string",
            "nullable": true
          },
          "numberOfExpiredServices": {
            "type": "integer",
            "format": "int32"
          }
        },
        "additionalProperties": false
      },
      "LicenseKeySetVersionsResponse": {
        "type": "object",
        "properties": {
          "arrKeysetVersion": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/KeysetVersion"
            },
            "nullable": true
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "LicenseStatusWidgetResp": {
        "type": "object",
        "properties": {
          "prodGroupLicenseStatus": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ProdGroupLicenseStatus"
            },
            "nullable": true
          },
          "customersCount": {
            "type": "string",
            "nullable": true
          },
          "productsCount": {
            "type": "string",
            "nullable": true
          },
          "totExpiredProducts": {
            "type": "string",
            "nullable": true
          },
          "totSoonExpiringProducts": {
            "type": "string",
            "nullable": true
          },
          "userMessage": {
            "type": "string",
            "nullable": true
          },
          "showAddProductGrplink": {
            "type": "string",
            "nullable": true
          },
          "showCreateProductGrplink": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "LicenseStatusWidgetRespon": {
        "type": "object",
        "properties": {
          "expiredProducts": {
            "type": "string",
            "nullable": true
          },
          "soonExpiringProducts": {
            "type": "string",
            "nullable": true
          },
          "totalProducts": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "LicenseSummaryData": {
        "type": "object",
        "properties": {
          "friendlyName": {
            "type": "string",
            "nullable": true
          },
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "tenantName": {
            "type": "string",
            "nullable": true
          },
          "registered": {
            "type": "string",
            "nullable": true
          },
          "isMssp": {
            "type": "boolean"
          },
          "services": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/SamiServiceCategory"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "LicenseSummaryResponse": {
        "type": "object",
        "properties": {
          "data": {
            "$ref": "#/components/schemas/LicenseSummaryData"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "LicenseSyncup": {
        "type": "object",
        "properties": {
          "SerialNo": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "LicenseTier": {
        "type": "object",
        "properties": {
          "Tier": {
            "type": "string",
            "nullable": true
          },
          "Status": {
            "type": "string",
            "nullable": true
          },
          "Quantity": {
            "type": "integer",
            "format": "int32"
          },
          "ExpiryDate": {
            "type": "string",
            "format": "date-time"
          }
        },
        "additionalProperties": false
      },
      "LicensesResponse": {
        "type": "object",
        "properties": {
          "cgmsDataCenterInfo": {
            "$ref": "#/components/schemas/CGMSDataCenterInfo"
          },
          "isLicenseFile": {
            "type": "boolean"
          },
          "isSignatureAvaiable": {
            "type": "boolean"
          },
          "showLMSync": {
            "type": "boolean"
          },
          "lmSyncToolTipText": {
            "type": "string",
            "nullable": true
          },
          "isReadOnlyAccess": {
            "type": "boolean"
          },
          "isSMALicenseneed": {
            "type": "boolean"
          },
          "commisionedEndPoints": {
            "type": "string",
            "nullable": true
          },
          "usageDate": {
            "type": "string",
            "nullable": true
          },
          "usageCheckDate": {
            "type": "string",
            "nullable": true
          },
          "saseWarningText": {
            "type": "string",
            "nullable": true
          },
          "ccTenantId": {
            "type": "string",
            "nullable": true
          },
          "PSAConfigurationsExpiryDate": {
            "type": "string",
            "nullable": true
          },
          "PSAAdditionsExpiryDate": {
            "type": "string",
            "nullable": true
          },
          "serviceTypeList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ServiceTypeList"
            },
            "nullable": true
          },
          "sigIDList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Signatures"
            },
            "nullable": true
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Licensing": {
        "type": "object",
        "properties": {
          "SecurePrivateAccess": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/LicenseTier"
            },
            "nullable": true
          },
          "SecureInternetAccess": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/LicenseTier"
            },
            "nullable": true
          },
          "Support": {
            "$ref": "#/components/schemas/Support"
          },
          "LatestActivationSource": {
            "type": "string",
            "nullable": true
          },
          "FirstActivationSource": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "LicensingHeader": {
        "type": "object",
        "properties": {
          "HeaderName": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "LicensingService": {
        "type": "object",
        "properties": {
          "ServiceName": {
            "type": "string",
            "nullable": true
          },
          "ExpiryDate": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ListFreeTrialSerials": {
        "type": "object",
        "properties": {
          "productID": {
            "type": "string",
            "nullable": true
          },
          "serialnumber": {
            "type": "string",
            "nullable": true
          },
          "friendlyName": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ListOffSite": {
        "type": "object",
        "properties": {
          "locationID": {
            "type": "string",
            "nullable": true
          },
          "locationName": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ListPartyGrpResp": {
        "type": "object",
        "properties": {
          "availblePartyGroup": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/PartyGrpList"
            },
            "nullable": true
          },
          "assignedPartyGroup": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/PartyGrpList"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ListPartyGrpResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/ListPartyGrpResp"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ListProductFirmwareRequest": {
        "type": "object",
        "properties": {
          "productCode": {
            "type": "integer",
            "format": "int32"
          },
          "version": {
            "type": "string",
            "nullable": true
          },
          "language": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ListProductFirmwareResponse": {
        "type": "object",
        "properties": {
          "content": {
            "nullable": true
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ListProductGroupForUserResponse": {
        "type": "object",
        "properties": {
          "productGroup": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ProductGroups"
            },
            "nullable": true
          },
          "showAddProductGrplink": {
            "type": "string",
            "nullable": true
          },
          "showCreateProductGrplink": {
            "type": "string",
            "nullable": true
          },
          "showTenantInfo": {
            "type": "string",
            "nullable": true
          },
          "showTenantTransfer": {
            "type": "string",
            "nullable": true
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          },
          "defPartyGroupID": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ListProductGroupResponse": {
        "type": "object",
        "properties": {
          "arrInput": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/InputError"
            },
            "nullable": true
          },
          "productGroup": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ProductGroup"
            },
            "nullable": true
          },
          "productPartyGroup": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ProductPartyGroup"
            },
            "nullable": true
          },
          "productsForProductGroup": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ProductsForProductGroup"
            },
            "nullable": true
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ListProductGrpResp": {
        "type": "object",
        "properties": {
          "availbleProductGroup": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ProductGrpList"
            },
            "nullable": true
          },
          "assignedProductGroup": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ProductGrpList"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ListProductGrpResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/ListProductGrpResp"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ListProductProdGrpResp": {
        "type": "object",
        "properties": {
          "availbleProducts": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ProdList"
            },
            "nullable": true
          },
          "assignedProducts": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ProdList"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ListProductsProdGrpResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/ListProductProdGrpResp"
          },
          "productCount": {
            "type": "string",
            "nullable": true
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          },
          "lastUpdated": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ListSecureUpgradeToSerial": {
        "type": "object",
        "properties": {
          "upgradeUnit": {
            "type": "string",
            "nullable": true
          },
          "totCount": {
            "type": "string",
            "nullable": true
          },
          "status": {
            "type": "string",
            "nullable": true
          },
          "secUpFrmSerialNumbers": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/SecUpFrmSerialNumbers"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ListSecureUpgradeToSerialResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/ListSecureUpgradeToSerial"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ListStorageModuleParent": {
        "type": "object",
        "properties": {
          "userName": {
            "type": "string",
            "nullable": true
          },
          "serialnumber": {
            "type": "string",
            "nullable": true
          },
          "name": {
            "type": "string",
            "nullable": true
          },
          "productFamily": {
            "type": "string",
            "nullable": true
          },
          "productLine": {
            "type": "string",
            "nullable": true
          },
          "supportDate": {
            "type": "string",
            "nullable": true
          },
          "createdDate": {
            "type": "string",
            "nullable": true
          },
          "productAssociationTypeID": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ListUserGroupForUserResponse": {
        "type": "object",
        "properties": {
          "affiliateGroups": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/AffiliateGroupDetails"
            },
            "nullable": true
          },
          "userGroups": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/UserGroups"
            },
            "nullable": true
          },
          "showCreateUserGrplink": {
            "type": "string",
            "nullable": true
          },
          "showAddProductGrplink": {
            "type": "string",
            "nullable": true
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          },
          "usersCount": {
            "type": "string",
            "nullable": true
          },
          "defaultTenantId": {
            "type": "string",
            "nullable": true
          },
          "userGroupsCount": {
            "type": "string",
            "nullable": true
          },
          "isRestrictedMSSPAccess": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ListUserGroupResp": {
        "type": "object",
        "properties": {
          "availbleUserGroup": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/UserGrupList"
            },
            "nullable": true
          },
          "assignedUserGroup": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/UserGrupList"
            },
            "nullable": true
          },
          "showCreateUserGrplink": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ListUserGroupResponse": {
        "type": "object",
        "properties": {
          "arrInput": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/InputError"
            },
            "nullable": true
          },
          "userGroups": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/UserGroup"
            },
            "nullable": true
          },
          "useProductrGroups": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/UserProductGroup"
            },
            "nullable": true
          },
          "usersForUserGroup": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/UsersForUserGroup"
            },
            "nullable": true
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ListUserGroupsResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/ListUserGroupResp"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ListUsersPartyGrpRequest": {
        "type": "object",
        "properties": {
          "userGroupId": {
            "type": "integer",
            "format": "int32"
          },
          "isfromMasterMSSP": {
            "type": "boolean"
          },
          "MasterMSSPID": {
            "type": "integer",
            "format": "int32"
          }
        },
        "additionalProperties": false
      },
      "ListUsersPartyGrpResp": {
        "type": "object",
        "properties": {
          "availbleUsers": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/UsersList"
            },
            "nullable": true
          },
          "assignedusers": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/UsersList"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ListUsersPartyGrpResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/ListUsersPartyGrpResp"
          },
          "userCount": {
            "type": "string",
            "nullable": true
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "MDRContacts": {
        "type": "object",
        "properties": {
          "mastermsspid": {
            "type": "string",
            "nullable": true
          },
          "generalCommunicationEmails": {
            "type": "string",
            "nullable": true
          },
          "alertContactPrimaryFullName": {
            "type": "string",
            "nullable": true
          },
          "alertContactPrimaryEmail": {
            "type": "string",
            "nullable": true
          },
          "alertContactSecondaryFullName": {
            "type": "string",
            "nullable": true
          },
          "alertContactSecondaryEmail": {
            "type": "string",
            "nullable": true
          },
          "alertContactTertiaryFullName": {
            "type": "string",
            "nullable": true
          },
          "alertContactTertiaryEmail": {
            "type": "string",
            "nullable": true
          },
          "emergencyContactPrimaryFullName": {
            "type": "string",
            "nullable": true
          },
          "emergencyContactPrimaryEmail": {
            "type": "string",
            "nullable": true
          },
          "emergencyContactPrimaryPhone": {
            "type": "string",
            "nullable": true
          },
          "emergencyContactSecondaryFullName": {
            "type": "string",
            "nullable": true
          },
          "emergencyContactSecondarymail": {
            "type": "string",
            "nullable": true
          },
          "emergencyContactSecondaryPhone": {
            "type": "string",
            "nullable": true
          },
          "emergencyContactTertiaryFullName": {
            "type": "string",
            "nullable": true
          },
          "emergencyContactTertiaryEmail": {
            "type": "string",
            "nullable": true
          },
          "emergencyContactTertiaryPhone": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "MDRDataCenter": {
        "type": "object",
        "properties": {
          "dataCenterId": {
            "type": "string",
            "nullable": true
          },
          "dataCenterName": {
            "type": "string",
            "nullable": true
          },
          "dataCenterDesc": {
            "type": "string",
            "nullable": true
          },
          "isDefaultDC": {
            "type": "boolean"
          }
        },
        "additionalProperties": false
      },
      "MSSPApplicableProductServices": {
        "type": "object",
        "properties": {
          "ActiveLicenseingHeaders": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/LicensingHeader"
            },
            "nullable": true
          },
          "ActiveLicenseingServices": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/LicensingService"
            },
            "nullable": true
          },
          "ProductServices": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/MSSPProduct"
            },
            "nullable": true
          },
          "RegisteredProductServices": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/MSSPProduct"
            },
            "nullable": true
          },
          "isNewServiceEnrollAllowed": {
            "type": "string",
            "nullable": true
          },
          "WarningMessage": {
            "type": "string",
            "nullable": true
          },
          "Datenow": {
            "type": "string",
            "nullable": true
          },
          "ShowLicAgr": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "MSSPApplicableProductServicesRes": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/MSSPApplicableProductServices"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "MSSPDetail": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "nullable": true
          },
          "tenantName": {
            "type": "string",
            "nullable": true
          },
          "tenantId": {
            "type": "string",
            "nullable": true
          },
          "msspName": {
            "type": "string",
            "nullable": true
          },
          "msspId": {
            "type": "string",
            "nullable": true
          },
          "editTenant": {
            "type": "string",
            "nullable": true
          },
          "editMSSP": {
            "type": "string",
            "nullable": true
          },
          "showTenantAddressWarning": {
            "type": "string",
            "nullable": true
          },
          "FilterGrpId": {
            "type": "integer",
            "format": "int32"
          },
          "serialList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/MSSPSerialDetail"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "MSSPEnrollServicesRes": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/MSSPApplicableProductServices"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "MSSPList": {
        "type": "object",
        "properties": {
          "MSSPName": {
            "type": "string",
            "nullable": true
          },
          "MSSPID": {
            "type": "integer",
            "format": "int64"
          },
          "MSSPStatus": {
            "type": "string",
            "nullable": true
          },
          "isGlobal": {
            "type": "string",
            "nullable": true
          },
          "deleteMSSP": {
            "type": "string",
            "nullable": true
          },
          "isSelected": {
            "type": "string",
            "nullable": true
          },
          "Tenants": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/MSSPTenants"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "MSSPProduct": {
        "type": "object",
        "properties": {
          "ProductName": {
            "type": "string",
            "nullable": true
          },
          "ProductID": {
            "type": "string",
            "nullable": true
          },
          "ServiceID": {
            "type": "string",
            "nullable": true
          },
          "ServiceName": {
            "type": "string",
            "nullable": true
          },
          "nodeCount": {
            "type": "string",
            "nullable": true
          },
          "ExpiryDate": {
            "type": "string",
            "nullable": true
          },
          "RegionID": {
            "type": "string",
            "nullable": true
          },
          "Region": {
            "type": "string",
            "nullable": true
          },
          "subDomainName": {
            "type": "string",
            "nullable": true
          },
          "friendlyName": {
            "type": "string",
            "nullable": true
          },
          "Services": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/MSSPService"
            },
            "nullable": true
          },
          "ProductFlavours": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/MSSPProductFlavours"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "MSSPProductFlavours": {
        "type": "object",
        "properties": {
          "ProductID": {
            "type": "string",
            "nullable": true
          },
          "Platform": {
            "type": "string",
            "nullable": true
          },
          "Region": {
            "type": "string",
            "nullable": true
          },
          "ShowFriendlyName": {
            "type": "string",
            "nullable": true
          },
          "friendlyNameBaseText": {
            "type": "string",
            "nullable": true
          },
          "ShowSubDomain": {
            "type": "string",
            "nullable": true
          },
          "ShowRegion": {
            "type": "string",
            "nullable": true
          },
          "ShowUpperLimit": {
            "type": "string",
            "nullable": true
          },
          "ShowUnits": {
            "type": "string",
            "nullable": true
          },
          "ShowHA": {
            "type": "string",
            "nullable": true
          },
          "isServiceTypechangeAllowed": {
            "type": "string",
            "nullable": true
          },
          "isProvisioningProduct": {
            "type": "string",
            "nullable": true
          },
          "getexistingAppliances": {
            "type": "string",
            "nullable": true
          },
          "ShowOganizationID": {
            "type": "string",
            "nullable": true
          },
          "OganizationIDText": {
            "type": "string",
            "nullable": true
          },
          "OganizationIDValue": {
            "type": "string",
            "nullable": true
          },
          "OganizationIDToolTip": {
            "type": "string",
            "nullable": true
          },
          "Regions": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/MSSPRegion"
            },
            "nullable": true
          },
          "Services": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/MSSPService"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "MSSPProductProviosionResponse": {
        "type": "object",
        "properties": {
          "Products": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/MSSPProvisionedProduct"
            },
            "nullable": true
          },
          "MSSP": {
            "type": "string",
            "nullable": true
          },
          "Tenant": {
            "type": "string",
            "nullable": true
          },
          "AccessScope": {
            "type": "string",
            "nullable": true
          },
          "showHESLink": {
            "type": "string",
            "nullable": true
          },
          "isdefaultgroupAssignedtoTenant": {
            "type": "string",
            "nullable": true
          },
          "productGroupId": {
            "type": "string",
            "nullable": true
          },
          "isMpssOnBoarding": {
            "type": "boolean"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "MSSPProductServices": {
        "type": "object",
        "properties": {
          "totalrec": {
            "type": "string",
            "nullable": true
          },
          "expiringDayslimit": {
            "type": "string",
            "nullable": true
          },
          "Datenow": {
            "type": "string",
            "nullable": true
          },
          "mssps": {
            "type": "string",
            "nullable": true
          },
          "tenants": {
            "type": "string",
            "nullable": true
          },
          "ccEndpoints": {
            "type": "string",
            "nullable": true
          },
          "ccmdrEndpoints": {
            "type": "string",
            "nullable": true
          },
          "casUsers": {
            "type": "string",
            "nullable": true
          },
          "sslvpnusers": {
            "type": "string",
            "nullable": true
          },
          "cseUsers": {
            "type": "string",
            "nullable": true
          },
          "tz80s": {
            "type": "string",
            "nullable": true
          },
          "sonicSwitches": {
            "type": "string",
            "nullable": true
          },
          "sonicWaves": {
            "type": "string",
            "nullable": true
          },
          "nsvFirewalls": {
            "type": "string",
            "nullable": true
          },
          "cloudEdge": {
            "type": "string",
            "nullable": true
          },
          "CMSpooledLicense": {
            "type": "string",
            "nullable": true
          },
          "hes": {
            "type": "string",
            "nullable": true
          },
          "tznsa": {
            "type": "string",
            "nullable": true
          },
          "AddressWarningMsg": {
            "type": "string",
            "nullable": true
          },
          "mssplist": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/MSSPDetail"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "MSSPProductServicesRequest": {
        "type": "object",
        "properties": {
          "pageno": {
            "type": "string",
            "nullable": true
          },
          "pagesize": {
            "type": "string",
            "nullable": true
          },
          "msspids": {
            "type": "string",
            "nullable": true
          },
          "tenantids": {
            "type": "string",
            "nullable": true
          },
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "productLine": {
            "type": "string",
            "nullable": true
          },
          "friendlyName": {
            "type": "string",
            "nullable": true
          },
          "firmwareVersion": {
            "type": "string",
            "nullable": true
          },
          "isForced": {
            "type": "string",
            "nullable": true
          },
          "tenantID": {
            "type": "string",
            "nullable": true
          },
          "nonMSSPTenant": {
            "type": "boolean"
          }
        },
        "additionalProperties": false
      },
      "MSSPProductServicesResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/MSSPProductServices"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "MSSPProvisionedProduct": {
        "type": "object",
        "properties": {
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "HASerialNumber": {
            "type": "string",
            "nullable": true
          },
          "friendlyName": {
            "type": "string",
            "nullable": true
          },
          "ProductID": {
            "type": "string",
            "nullable": true
          },
          "ServiceID": {
            "type": "string",
            "nullable": true
          },
          "Authcode": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "MSSPRegion": {
        "type": "object",
        "properties": {
          "RegionName": {
            "type": "string",
            "nullable": true
          },
          "RegionID": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "MSSPSerialDetail": {
        "type": "object",
        "properties": {
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "friendlyName": {
            "type": "string",
            "nullable": true
          },
          "firmwareVersion": {
            "type": "string",
            "nullable": true
          },
          "Product": {
            "type": "string",
            "nullable": true
          },
          "ProductName": {
            "type": "string",
            "nullable": true
          },
          "status": {
            "type": "string",
            "nullable": true
          },
          "region": {
            "type": "string",
            "nullable": true
          },
          "platform": {
            "type": "string",
            "nullable": true
          },
          "isHA": {
            "type": "string",
            "nullable": true
          },
          "showRename": {
            "type": "string",
            "nullable": true
          },
          "productID": {
            "type": "string",
            "nullable": true
          },
          "fproductID": {
            "type": "string",
            "nullable": true
          },
          "serviceList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/MSSPServiceDetail"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "MSSPSerialList": {
        "type": "object",
        "properties": {
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "friendlyName": {
            "type": "string",
            "nullable": true
          },
          "showZeroTouch": {
            "type": "string",
            "nullable": true
          },
          "ShowLicAgr": {
            "type": "string",
            "nullable": true
          },
          "ztValue": {
            "type": "integer",
            "format": "int32"
          },
          "productId": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "productChoiceId": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "productFamily": {
            "type": "string",
            "nullable": true
          },
          "currentServiceList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/CurrentServiceList"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "MSSPService": {
        "type": "object",
        "properties": {
          "ServiceName": {
            "type": "string",
            "nullable": true
          },
          "ServiceID": {
            "type": "string",
            "nullable": true
          },
          "minNodeCount": {
            "type": "string",
            "nullable": true
          },
          "maxNodeCount": {
            "type": "string",
            "nullable": true
          },
          "isProvisioningService": {
            "type": "string",
            "nullable": true
          },
          "casbAppList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/casbApp"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "MSSPServiceDetail": {
        "type": "object",
        "properties": {
          "serviceName": {
            "type": "string",
            "nullable": true
          },
          "serviceID": {
            "type": "string",
            "nullable": true
          },
          "nodeCount": {
            "type": "string",
            "nullable": true
          },
          "usedNodeCount": {
            "type": "string",
            "nullable": true
          },
          "allowedNodeCount": {
            "type": "string",
            "nullable": true
          },
          "StartDate": {
            "type": "string",
            "nullable": true
          },
          "expiryDate": {
            "type": "string",
            "nullable": true
          },
          "dtStartDate": {
            "type": "string",
            "nullable": true
          },
          "dtExpiryDate": {
            "type": "string",
            "nullable": true
          },
          "editAllowed": {
            "type": "string",
            "nullable": true
          },
          "transferAllowed": {
            "type": "string",
            "nullable": true
          },
          "deleteAllowed": {
            "type": "string",
            "nullable": true
          },
          "removeMsspMonthlyAllowed": {
            "type": "string",
            "nullable": true
          },
          "msspStatus": {
            "type": "string",
            "nullable": true
          },
          "showConverttoMSSP": {
            "type": "string",
            "nullable": true
          },
          "showDownloadCSV": {
            "type": "string",
            "nullable": true
          },
          "showConsoleIcon": {
            "type": "string",
            "nullable": true
          },
          "consoleIconUrl": {
            "type": "string",
            "nullable": true
          },
          "showHA": {
            "type": "string",
            "nullable": true
          },
          "msspStatusText": {
            "type": "string",
            "nullable": true
          },
          "firmwareVersion": {
            "type": "string",
            "nullable": true
          },
          "region": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "MSSPTenants": {
        "type": "object",
        "properties": {
          "TenantName": {
            "type": "string",
            "nullable": true
          },
          "deleteTenant": {
            "type": "string",
            "nullable": true
          },
          "isSelected": {
            "type": "string",
            "nullable": true
          },
          "isDefault": {
            "type": "string",
            "nullable": true
          },
          "showTenantAddressWarning": {
            "type": "string",
            "nullable": true
          },
          "productGroupId": {
            "type": "integer",
            "format": "int64"
          },
          "affiliateTenantText": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "MSSPTenantsList": {
        "type": "object",
        "properties": {
          "tenantName": {
            "type": "string",
            "nullable": true
          },
          "productGroupId": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "MSSPUsageList": {
        "type": "object",
        "properties": {
          "groupName": {
            "type": "string",
            "nullable": true
          },
          "groupMonth": {
            "type": "string",
            "nullable": true
          },
          "groupYear": {
            "type": "string",
            "nullable": true
          },
          "SnapshotDate": {
            "type": "string",
            "nullable": true
          },
          "groupUsageRecords": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/GroupUsageRecords"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "MSSPUsageReport": {
        "type": "object",
        "properties": {
          "totalrec": {
            "type": "integer",
            "format": "int32"
          },
          "viewBy": {
            "type": "string",
            "nullable": true
          },
          "monthNumbers": {
            "type": "string",
            "nullable": true
          },
          "yearNumber": {
            "type": "string",
            "nullable": true
          },
          "serverTime": {
            "type": "string",
            "nullable": true
          },
          "serviceDisplayNames": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ServiceDisplayNames"
            },
            "nullable": true
          },
          "msspusagelist": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/MSSPUsageList"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "MSSPUsageReportRequest": {
        "type": "object",
        "properties": {
          "msspids": {
            "type": "string",
            "nullable": true
          },
          "productGroupIds": {
            "type": "string",
            "nullable": true
          },
          "viewBy": {
            "type": "string",
            "nullable": true
          },
          "monthNumbers": {
            "type": "string",
            "nullable": true
          },
          "yearNumber": {
            "type": "string",
            "nullable": true
          },
          "SKU": {
            "type": "string",
            "nullable": true
          },
          "pageno": {
            "type": "integer",
            "format": "int32"
          },
          "pagesize": {
            "type": "integer",
            "format": "int32"
          }
        },
        "additionalProperties": false
      },
      "MSSPUsageReportRes": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/MSSPUsageReport"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "MSSPUserDetailReq": {
        "type": "object",
        "properties": {
          "msspName": {
            "type": "string",
            "nullable": true
          },
          "firstName": {
            "type": "string",
            "nullable": true
          },
          "lastName": {
            "type": "string",
            "nullable": true
          },
          "companyName": {
            "type": "string",
            "nullable": true
          },
          "phoneNumber": {
            "type": "string",
            "nullable": true
          },
          "address": {
            "type": "string",
            "nullable": true
          },
          "city": {
            "type": "string",
            "nullable": true
          },
          "country": {
            "type": "string",
            "nullable": true
          },
          "state": {
            "type": "string",
            "nullable": true
          },
          "zipCode": {
            "type": "string",
            "nullable": true
          },
          "userGroupName": {
            "type": "string",
            "nullable": true
          },
          "province": {
            "type": "string",
            "nullable": true
          },
          "emailAddress": {
            "type": "string",
            "nullable": true
          },
          "msspContractid": {
            "type": "string",
            "nullable": true
          },
          "msspNumber": {
            "type": "string",
            "nullable": true
          },
          "masterMsspId": {
            "type": "string",
            "nullable": true
          },
          "skipAddressValidation": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "MSSPUserDetailResp": {
        "type": "object",
        "properties": {
          "msspName": {
            "type": "string",
            "nullable": true
          },
          "firstName": {
            "type": "string",
            "nullable": true
          },
          "lastName": {
            "type": "string",
            "nullable": true
          },
          "companyName": {
            "type": "string",
            "nullable": true
          },
          "phoneNumber": {
            "type": "string",
            "nullable": true
          },
          "address": {
            "type": "string",
            "nullable": true
          },
          "city": {
            "type": "string",
            "nullable": true
          },
          "country": {
            "type": "string",
            "nullable": true
          },
          "state": {
            "type": "string",
            "nullable": true
          },
          "zipCode": {
            "type": "string",
            "nullable": true
          },
          "userGroupName": {
            "type": "string",
            "nullable": true
          },
          "province": {
            "type": "string",
            "nullable": true
          },
          "emailAddress": {
            "type": "string",
            "nullable": true
          },
          "msspContractID": {
            "type": "string",
            "nullable": true
          },
          "msspNumber": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "MSSPUserDetailResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/MSSPUserDetailResp"
          },
          "addressResp": {
            "$ref": "#/components/schemas/AddressResponse"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "MSSPUserPreferences": {
        "type": "object",
        "properties": {
          "preferenceData": {
            "type": "string",
            "nullable": true
          },
          "preferenceSource": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "MSSPUserPreferencesResponse": {
        "type": "object",
        "properties": {
          "preferenceData": {
            "type": "string",
            "nullable": true
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "MSSP_PrefilterList": {
        "type": "object",
        "properties": {
          "MSSPs": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/MSSPList"
            },
            "nullable": true
          },
          "Products": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/MSSPProduct"
            },
            "nullable": true
          },
          "Services": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/MSSPService"
            },
            "nullable": true
          },
          "Status": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Status"
            },
            "nullable": true
          },
          "ProvisionMSSP": {
            "type": "string",
            "nullable": true
          },
          "ProvisionTenant": {
            "type": "string",
            "nullable": true
          },
          "ProvisionProduct": {
            "type": "string",
            "nullable": true
          },
          "ProvisionTenantMsg": {
            "type": "string",
            "nullable": true
          },
          "ProvisionProductMsg": {
            "type": "string",
            "nullable": true
          },
          "showAccessManagement": {
            "type": "string",
            "nullable": true
          },
          "showPendo": {
            "type": "string",
            "nullable": true
          },
          "pendoEnabled": {
            "type": "string",
            "nullable": true
          },
          "orgID": {
            "type": "string",
            "nullable": true
          },
          "MSSPTier": {
            "type": "string",
            "nullable": true
          },
          "orgName": {
            "type": "string",
            "nullable": true
          },
          "IsLargeCustomer": {
            "type": "string",
            "nullable": true
          },
          "AddressWarningMsg": {
            "type": "string",
            "nullable": true
          },
          "showMDRtile": {
            "type": "string",
            "nullable": true
          },
          "mdrTileStatus": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "MSSP_PrefilterRes": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/MSSP_PrefilterList"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "MSSPappliancesReq": {
        "type": "object",
        "properties": {
          "tenantId": {
            "type": "integer",
            "format": "int32"
          },
          "productId": {
            "type": "integer",
            "format": "int32"
          },
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "isgetServiceDetails": {
            "type": "boolean"
          },
          "mode": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "MSSPappliancesResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/AppliancesResponse"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "MSWCloudBackupStatusUpdate": {
        "type": "object",
        "properties": {
          "prefFileSN": {
            "type": "string",
            "nullable": true
          },
          "hasCloudBackups": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "MSWPrefFileActivityMessage": {
        "type": "object",
        "properties": {
          "prefFileSN": {
            "type": "string",
            "nullable": true
          },
          "actionType": {
            "type": "string",
            "nullable": true
          },
          "actionTime": {
            "type": "string",
            "nullable": true
          },
          "xAmznTraceId": {
            "type": "string",
            "nullable": true
          },
          "actionSource": {
            "type": "string",
            "nullable": true
          },
          "mswUserName": {
            "type": "string",
            "nullable": true
          },
          "comments": {
            "type": "string",
            "nullable": true
          },
          "batchId": {
            "type": "string",
            "nullable": true
          },
          "bulkPrefDeleteId": {
            "type": "string",
            "nullable": true
          },
          "ipAddress": {
            "type": "string",
            "nullable": true
          },
          "actionUsername": {
            "type": "string",
            "nullable": true
          },
          "transactionGuid": {
            "type": "string",
            "nullable": true
          },
          "prefFileDetail": {
            "$ref": "#/components/schemas/PreferencesAWS"
          },
          "lstPrefFiles": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/PreferencesAWS"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ManaageFirewalloptionReq": {
        "type": "object",
        "properties": {
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "fromproductgroupid": {
            "type": "string",
            "nullable": true
          },
          "Toproductgroupid": {
            "type": "string",
            "nullable": true
          },
          "DatacenterId": {
            "type": "string",
            "nullable": true
          },
          "policyserver": {
            "type": "string",
            "nullable": true
          },
          "gmsserialnumber": {
            "type": "string",
            "nullable": true
          },
          "ttserverfqdn": {
            "type": "string",
            "nullable": true
          },
          "operation": {
            "type": "string",
            "nullable": true
          },
          "tenantserialnumber": {
            "type": "string",
            "nullable": true
          },
          "ztvalue": {
            "type": "string",
            "nullable": true
          },
          "isswitch": {
            "type": "string",
            "nullable": true
          },
          "isnsvmgn": {
            "type": "string",
            "nullable": true
          },
          "isoverRide": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ManageCGMSResp": {
        "type": "object",
        "properties": {
          "redirectLink": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ManageCGMSResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/ManageCGMSResp"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ManageConnectWiseRolesRequest": {
        "type": "object",
        "properties": {
          "mode": {
            "type": "string",
            "nullable": true
          },
          "emailaddresses": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ManageDefaultGroupResponse": {
        "type": "object",
        "properties": {
          "arrInput": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/InputError"
            },
            "nullable": true
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ManageMSSPCatalogItem": {
        "type": "object",
        "properties": {
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "services": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ManageMSSPCatlogItemServices"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ManageMSSPCatalogRequest": {
        "type": "object",
        "properties": {
          "mode": {
            "type": "string",
            "nullable": true
          },
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "trackerid": {
            "type": "string",
            "nullable": true
          },
          "userName": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ManageMSSPCatalogResp": {
        "type": "object",
        "properties": {
          "items": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ManageMSSPCatalogItem"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ManageMSSPCatalogResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/ManageMSSPCatalogResp"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ManageMSSPCatlogItemServices": {
        "type": "object",
        "properties": {
          "trackerId": {
            "type": "string",
            "nullable": true
          },
          "oldServiceType": {
            "type": "string",
            "nullable": true
          },
          "newServiceType": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ManagePartyProductGroupReq": {
        "type": "object",
        "properties": {
          "productGroupId": {
            "type": "string",
            "nullable": true
          },
          "partyGroupId": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ManagePartyProductGroupRequest": {
        "type": "object",
        "properties": {
          "partyProductGroupList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ManagePartyProductGroupReq"
            },
            "nullable": true
          },
          "groupAction": {
            "type": "string",
            "nullable": true
          },
          "bsendMail": {
            "type": "boolean",
            "nullable": true
          },
          "deletedProductGroupId": {
            "type": "string",
            "nullable": true
          },
          "msspID": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ManagePartyProductGroupResponse": {
        "type": "object",
        "properties": {
          "partyMSSPList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/PartyMSSPList"
            },
            "nullable": true
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ManageProdList": {
        "type": "object",
        "properties": {
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          },
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "type": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ManageProductListResponse": {
        "type": "object",
        "properties": {
          "prodList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ManageProdList"
            },
            "nullable": true
          },
          "arrListOffSite": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ListOffSite"
            },
            "nullable": true
          },
          "isReadOnlyAccess": {
            "type": "boolean"
          },
          "cscserial": {
            "type": "string",
            "nullable": true
          },
          "isMpssOnBoarding": {
            "type": "boolean"
          },
          "fwTransferWarning": {
            "type": "string",
            "nullable": true
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ManageProductsRequest": {
        "type": "object",
        "properties": {
          "productLists": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ProductLists"
            },
            "nullable": true
          },
          "bsendMail": {
            "type": "boolean",
            "nullable": true
          },
          "bCSCProceed": {
            "type": "boolean"
          },
          "cscserial": {
            "type": "string",
            "nullable": true
          },
          "dcid": {
            "type": "string",
            "nullable": true
          },
          "bisMSSPProceed": {
            "type": "boolean"
          },
          "isCnfTransferWarning": {
            "type": "boolean"
          }
        },
        "additionalProperties": false
      },
      "ManageSuperAdminsRequest": {
        "type": "object",
        "properties": {
          "adminList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/AdminList"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ManageSuperAdminsResponse": {
        "type": "object",
        "properties": {
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ManageTenantsReq": {
        "type": "object",
        "properties": {
          "productGroupId": {
            "type": "string",
            "nullable": true
          },
          "partyGroupId": {
            "type": "string",
            "nullable": true
          },
          "action": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ManageTenantsRequest": {
        "type": "object",
        "properties": {
          "partyProductGroupList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ManageTenantsReq"
            },
            "nullable": true
          },
          "groupAction": {
            "type": "string",
            "nullable": true
          },
          "bsendMail": {
            "type": "boolean",
            "nullable": true
          },
          "deletedProductGroupId": {
            "type": "string",
            "nullable": true
          },
          "msspID": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ManageUsersListResponse": {
        "type": "object",
        "properties": {
          "arrInput": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/InputError"
            },
            "nullable": true
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ManageUsersReq": {
        "type": "object",
        "properties": {
          "partyGroupId": {
            "type": "string",
            "nullable": true
          },
          "action": {
            "type": "string",
            "nullable": true
          },
          "contactLists": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ContactList"
            },
            "nullable": true
          },
          "bsendMail": {
            "type": "boolean",
            "nullable": true
          },
          "bconfirmremove": {
            "type": "boolean"
          }
        },
        "additionalProperties": false
      },
      "ManageUsersRequest": {
        "type": "object",
        "properties": {
          "contactLists": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ContactLists"
            },
            "nullable": true
          },
          "bsendMail": {
            "type": "boolean",
            "nullable": true
          },
          "bconfirmremove": {
            "type": "boolean"
          }
        },
        "additionalProperties": false
      },
      "MasterMSSP": {
        "type": "object",
        "properties": {
          "masterMSSPId": {
            "type": "integer",
            "format": "int64"
          },
          "msspName": {
            "type": "string",
            "nullable": true
          },
          "msspOrganizationId": {
            "type": "integer",
            "format": "int64",
            "nullable": true
          },
          "status": {
            "type": "string",
            "nullable": true
          },
          "AddressId": {
            "type": "integer",
            "format": "int64",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "MigrateData": {
        "type": "object",
        "properties": {
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "NFR": {
            "type": "string",
            "nullable": true
          },
          "friendlyName": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "MovetoBasketReq": {
        "type": "object",
        "properties": {
          "quoteId": {
            "type": "string",
            "nullable": true
          },
          "invoiceNo": {
            "type": "string",
            "nullable": true
          },
          "poContactName": {
            "type": "string",
            "nullable": true
          },
          "poContactPhone": {
            "type": "string",
            "nullable": true
          },
          "poContactEmail": {
            "type": "string",
            "nullable": true
          },
          "resellerName": {
            "type": "string",
            "nullable": true
          },
          "resellerContactName": {
            "type": "string",
            "nullable": true
          },
          "resellerPhoneNO": {
            "type": "string",
            "nullable": true
          },
          "check1": {
            "type": "string",
            "nullable": true
          },
          "check2": {
            "type": "string",
            "nullable": true
          },
          "desc": {
            "type": "string",
            "nullable": true
          },
          "fullName": {
            "type": "string",
            "nullable": true
          },
          "address1": {
            "type": "string",
            "nullable": true
          },
          "address2": {
            "type": "string",
            "nullable": true
          },
          "city": {
            "type": "string",
            "nullable": true
          },
          "state": {
            "type": "string",
            "nullable": true
          },
          "zipcode": {
            "type": "string",
            "nullable": true
          },
          "emailAddress": {
            "type": "string",
            "nullable": true
          },
          "phone": {
            "type": "string",
            "nullable": true
          },
          "purchaseOptionId": {
            "type": "string",
            "nullable": true
          },
          "province": {
            "type": "string",
            "nullable": true
          },
          "country": {
            "type": "string",
            "nullable": true
          },
          "isSaveAddress": {
            "type": "boolean"
          },
          "poContactCompany": {
            "type": "string",
            "nullable": true
          },
          "poContactAddress1": {
            "type": "string",
            "nullable": true
          },
          "poContactAddress2": {
            "type": "string",
            "nullable": true
          },
          "poContactCity": {
            "type": "string",
            "nullable": true
          },
          "poContactProvince": {
            "type": "string",
            "nullable": true
          },
          "poContactPostalCode": {
            "type": "string",
            "nullable": true
          },
          "poContactState": {
            "type": "string",
            "nullable": true
          },
          "poContactCountry": {
            "type": "string",
            "nullable": true
          },
          "userName": {
            "type": "string",
            "nullable": true
          },
          "quoteKey": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "MovetoBasketRes": {
        "type": "object",
        "properties": {
          "orderId": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "MovetoBasketResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/MovetoBasketRes"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "MpssOnboardingRequest": {
        "type": "object",
        "properties": {
          "SerialNumber": {
            "type": "string",
            "nullable": true
          },
          "ManagementOption": {
            "type": "string",
            "nullable": true
          },
          "ZeroTouch": {
            "type": "string",
            "nullable": true
          },
          "DataCenter": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "MsspOnboardingContent": {
        "type": "object",
        "properties": {
          "requestId": {
            "type": "string",
            "nullable": true
          },
          "submittedDate": {
            "type": "string",
            "format": "date-time"
          }
        },
        "additionalProperties": false
      },
      "MsspOnboardingRequest": {
        "type": "object",
        "properties": {
          "SerialNumber": {
            "type": "string",
            "nullable": true
          },
          "bestPractice": {
            "type": "string",
            "nullable": true
          },
          "authrizedContacts": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/AuthorizedContact"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "MsspOnboardingResponse": {
        "type": "object",
        "properties": {
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "requestId": {
            "type": "string",
            "nullable": true
          },
          "content": {
            "$ref": "#/components/schemas/MsspOnboardingContent"
          }
        },
        "additionalProperties": false
      },
      "MultiEnableCloudOption": {
        "type": "object",
        "properties": {
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "isZeroTouch": {
            "type": "boolean"
          },
          "nsmDCId": {
            "type": "integer",
            "format": "int32"
          },
          "catpDCId": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "MultiEnableCloudOptionRequest": {
        "type": "object",
        "properties": {
          "enableCloudList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/MultiEnableCloudOption"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "MultiKeyActivation": {
        "type": "object",
        "properties": {
          "serialnumber": {
            "type": "string",
            "nullable": true
          },
          "activationKey": {
            "type": "string",
            "nullable": true
          },
          "endDate": {
            "type": "string",
            "nullable": true
          },
          "messageAccept": {
            "type": "string",
            "nullable": true
          },
          "actionType": {
            "type": "string",
            "nullable": true
          },
          "validationStatus": {
            "type": "string",
            "nullable": true
          },
          "rootServiceID": {
            "type": "string",
            "nullable": true
          },
          "datacenterid": {
            "type": "string",
            "nullable": true
          },
          "gmsserialnumber": {
            "type": "string",
            "nullable": true
          },
          "datacenter": {
            "type": "string",
            "nullable": true
          },
          "ztvalue": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "MultiKeyActivationRequest": {
        "type": "object",
        "properties": {
          "arrMultiKeyActivation": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/MultiKeyActivation"
            },
            "nullable": true
          },
          "mode": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "MultiKeyActivationResponse": {
        "type": "object",
        "properties": {
          "arrActivateServiceStatus": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ActivateService"
            },
            "nullable": true
          },
          "arrMultiMultiKeyActivationStatus": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/MultiKeyActivationStatus"
            },
            "nullable": true
          },
          "arrMultiKeyActivationResult": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/MultiKeyActivationResult"
            },
            "nullable": true
          },
          "isActivationEnabled": {
            "type": "boolean"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "MultiKeyActivationResult": {
        "type": "object",
        "properties": {
          "serialnumber": {
            "type": "string",
            "nullable": true
          },
          "activationKey": {
            "type": "string",
            "nullable": true
          },
          "status": {
            "type": "string",
            "nullable": true
          },
          "message": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "MultiKeyActivationStatus": {
        "type": "object",
        "properties": {
          "batchID": {
            "type": "string",
            "nullable": true
          },
          "fileUploadedOn": {
            "type": "string",
            "nullable": true
          },
          "batchStatus": {
            "type": "string",
            "nullable": true
          },
          "numberOfKeys": {
            "type": "string",
            "nullable": true
          },
          "dtfileUploadedOn": {
            "type": "string",
            "nullable": true
          },
          "arrAutoServiceActivationStatus": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/AutoServiceActivationStatus"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "MultiProductRegistration": {
        "type": "object",
        "properties": {
          "username": {
            "type": "string",
            "nullable": true
          },
          "batchCreatedUser": {
            "type": "string",
            "nullable": true
          },
          "serialnumber": {
            "type": "string",
            "nullable": true
          },
          "authenticationCode": {
            "type": "string",
            "nullable": true
          },
          "friendlyName": {
            "type": "string",
            "nullable": true
          },
          "haprimarySerialnumber": {
            "type": "string",
            "nullable": true
          },
          "tradeinSerialnumber": {
            "type": "string",
            "nullable": true
          },
          "actionType": {
            "type": "string",
            "nullable": true
          },
          "validationStatus": {
            "type": "string",
            "nullable": true
          },
          "ztsupport": {
            "type": "string",
            "nullable": true
          },
          "tenantname": {
            "type": "string",
            "nullable": true
          },
          "datacenterid": {
            "type": "string",
            "nullable": true
          },
          "gmsserialnumber": {
            "type": "string",
            "nullable": true
          },
          "datacenter": {
            "type": "string",
            "nullable": true
          },
          "productgroupid": {
            "type": "string",
            "nullable": true
          },
          "awsassighntoken": {
            "type": "string",
            "nullable": true
          },
          "storageparentserial": {
            "type": "string",
            "nullable": true
          },
          "awsserial": {
            "type": "string",
            "nullable": true
          },
          "casbsubdomain": {
            "type": "string",
            "nullable": true
          },
          "casbAppid": {
            "type": "string",
            "nullable": true
          },
          "casbApp": {
            "type": "string",
            "nullable": true
          },
          "iscas": {
            "type": "string",
            "nullable": true
          },
          "countryCode": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "MultiProductRegistrationRequest": {
        "type": "object",
        "properties": {
          "arrMultiProductRegistration": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/MultiProductRegistration"
            },
            "nullable": true
          },
          "isvalidateonly": {
            "type": "string",
            "nullable": true
          },
          "isworkflow": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "MultiProductRegistrationResponse": {
        "type": "object",
        "properties": {
          "batchid": {
            "type": "string",
            "nullable": true
          },
          "arrRegisterSerialStatus": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/RegisterSerialNumber"
            },
            "nullable": true
          },
          "arrMultiProductRegistrationStatus": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/MultiProductRegistrationStatus"
            },
            "nullable": true
          },
          "arrMultiProductRegistrationResult": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/MultiProductRegistrationResult"
            },
            "nullable": true
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "MultiProductRegistrationResult": {
        "type": "object",
        "properties": {
          "username": {
            "type": "string",
            "nullable": true
          },
          "serialnumber": {
            "type": "string",
            "nullable": true
          },
          "authcode": {
            "type": "string",
            "nullable": true
          },
          "status": {
            "type": "string",
            "nullable": true
          },
          "message": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "MultiProductRegistrationStatus": {
        "type": "object",
        "properties": {
          "batchID": {
            "type": "string",
            "nullable": true
          },
          "fileUploadedOn": {
            "type": "string",
            "nullable": true
          },
          "batchStatus": {
            "type": "string",
            "nullable": true
          },
          "numberOfSerials": {
            "type": "string",
            "nullable": true
          },
          "dtfileUploadedOn": {
            "type": "string",
            "nullable": true
          },
          "arrAutoProductRegistrationStatus": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/AutoProductRegistrationStatus"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "MultiUpdateIDPRequest": {
        "type": "object",
        "properties": {
          "mode": {
            "type": "string",
            "nullable": true
          },
          "usernames": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "MyDownload": {
        "type": "object",
        "properties": {
          "softwareGroupID": {
            "type": "integer",
            "format": "int32"
          },
          "name": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "MyDownloadReq": {
        "type": "object",
        "properties": {
          "userName": {
            "type": "string",
            "nullable": true
          },
          "softwareGroupID": {
            "type": "integer",
            "format": "int32"
          }
        },
        "additionalProperties": false
      },
      "MyDownloadResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/MyDownload"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NSMFileTypes": {
        "type": "object",
        "properties": {
          "nsmpackageid": {
            "type": "string",
            "nullable": true
          },
          "nsmpackagefile": {
            "type": "string",
            "nullable": true
          },
          "closedNetworkFileName": {
            "type": "string",
            "nullable": true
          },
          "closedNetworkFileUri": {
            "type": "string",
            "nullable": true
          },
          "showdownload": {
            "type": "boolean"
          }
        },
        "additionalProperties": false
      },
      "NSVPlatform": {
        "type": "object",
        "properties": {
          "platformName": {
            "type": "string",
            "nullable": true
          },
          "platformId": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NewNotifcationRes": {
        "type": "object",
        "properties": {
          "notificationTypeList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NotificationType"
            },
            "nullable": true
          },
          "firewallData": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NotificationType"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NewNotificationListResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/NewNotifcationRes"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NfrHisory": {
        "type": "object",
        "properties": {
          "index": {
            "type": "string",
            "nullable": true
          },
          "nfrId": {
            "type": "string",
            "nullable": true
          },
          "nfrDate": {
            "type": "string",
            "nullable": true
          },
          "nfrSerialNumber": {
            "type": "string",
            "nullable": true
          },
          "nfrCotermDate": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NfrHistoryRes": {
        "type": "object",
        "properties": {
          "nfrHistory": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NfrHisory"
            },
            "nullable": true
          },
          "totalCount": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NfrHistoryResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/NfrHistoryRes"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NfrSerialNumberHisory": {
        "type": "object",
        "properties": {
          "index": {
            "type": "string",
            "nullable": true
          },
          "nfrFriendlyName": {
            "type": "string",
            "nullable": true
          },
          "nfrProductId": {
            "type": "string",
            "nullable": true
          },
          "nfrSerialNumber": {
            "type": "string",
            "nullable": true
          },
          "nfrType": {
            "type": "string",
            "nullable": true
          },
          "nfrEligible": {
            "type": "string",
            "nullable": true
          },
          "nfrDescription": {
            "type": "string",
            "nullable": true
          },
          "nfrIsTrustedUser": {
            "type": "string",
            "nullable": true
          },
          "nfrPrimarySerialNumber": {
            "type": "string",
            "nullable": true
          },
          "nfrAssociationType": {
            "type": "string",
            "nullable": true
          },
          "nfrIscheckBoxNeeded": {
            "type": "boolean"
          },
          "nfrIsimgNeeded": {
            "type": "boolean"
          },
          "toolTip": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NfrSerialNumberHistoryRes": {
        "type": "object",
        "properties": {
          "nfrSerialNumberHistory": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NfrSerialNumberHisory"
            },
            "nullable": true
          },
          "totalCount": {
            "type": "string",
            "nullable": true
          },
          "currentDate": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NfrSerialNumberHistoryResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/NfrSerialNumberHistoryRes"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NotifcationRes": {
        "type": "object",
        "properties": {
          "notificationTypeList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NotificaitonType"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NotificaitonType": {
        "type": "object",
        "properties": {
          "notificationText": {
            "type": "string",
            "nullable": true
          },
          "notificationUrl": {
            "type": "string",
            "nullable": true
          },
          "notificationUrlTarget": {
            "type": "string",
            "nullable": true
          },
          "notificationReleaseUrl": {
            "type": "string",
            "nullable": true
          },
          "notificationReleaseText": {
            "type": "string",
            "nullable": true
          },
          "notificationReleaseTarget": {
            "type": "string",
            "nullable": true
          },
          "isPin": {
            "type": "boolean"
          },
          "dateDiff": {
            "type": "string",
            "nullable": true
          },
          "notificationCreatedDate": {
            "type": "string",
            "nullable": true
          },
          "notificationHeader": {
            "type": "string",
            "nullable": true
          },
          "notificationHeaderUrl": {
            "type": "string",
            "nullable": true
          },
          "notificationHeaderUrlTarget": {
            "type": "string",
            "nullable": true
          },
          "notificationTypeId": {
            "type": "string",
            "nullable": true
          },
          "notificationMsgId": {
            "type": "string",
            "nullable": true
          },
          "notificationClassificationText": {
            "type": "string",
            "nullable": true
          },
          "duration": {
            "type": "string",
            "nullable": true
          },
          "isDelete": {
            "type": "boolean"
          },
          "isUnPin": {
            "type": "boolean"
          },
          "notificationHeaderENText": {
            "type": "string",
            "nullable": true
          },
          "iconUrl": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NotificationListResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/NotifcationRes"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NotificationMessageRow": {
        "type": "object",
        "properties": {
          "notificationText": {
            "type": "string",
            "nullable": true
          },
          "notificationUrl": {
            "type": "string",
            "nullable": true
          },
          "notificationUrlTarget": {
            "type": "string",
            "nullable": true
          },
          "notificationReleaseUrl": {
            "type": "string",
            "nullable": true
          },
          "notificationReleaseText": {
            "type": "string",
            "nullable": true
          },
          "notificationReleaseTarget": {
            "type": "string",
            "nullable": true
          },
          "isPin": {
            "type": "boolean"
          },
          "dateDiff": {
            "type": "integer",
            "format": "int32"
          },
          "notificationCreatedDate": {
            "type": "string",
            "nullable": true
          },
          "notificationHeader": {
            "type": "string",
            "nullable": true
          },
          "notificationHeaderUrl": {
            "type": "string",
            "nullable": true
          },
          "notificationHeaderUrlTarget": {
            "type": "string",
            "nullable": true
          },
          "notificationTypeId": {
            "type": "string",
            "nullable": true
          },
          "notificationMsgId": {
            "type": "string",
            "nullable": true
          },
          "notificationClassificationText": {
            "type": "string",
            "nullable": true
          },
          "duration": {
            "type": "string",
            "nullable": true
          },
          "isDelete": {
            "type": "boolean"
          },
          "isUnPin": {
            "type": "boolean"
          },
          "notificationHeaderENText": {
            "type": "string",
            "nullable": true
          },
          "iconUrl": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "NotificationType": {
        "type": "object",
        "properties": {
          "notificationType": {
            "type": "string",
            "nullable": true
          },
          "messageRow": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NotificationMessageRow"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "OffsiteLocation": {
        "type": "object",
        "properties": {
          "locationID": {
            "type": "string",
            "nullable": true
          },
          "locationName": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "OnPremGMSConfig": {
        "type": "object",
        "properties": {
          "policyserverurl": {
            "type": "string",
            "nullable": true
          },
          "ttserverurl": {
            "type": "string",
            "nullable": true
          },
          "ttserverfqdn": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "OpenHESConsoleRes": {
        "type": "object",
        "properties": {
          "url": {
            "type": "string",
            "nullable": true
          },
          "errmsg": {
            "type": "string",
            "nullable": true
          },
          "showlink": {
            "type": "boolean"
          },
          "tenantId": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "OpenHESConsoleResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/OpenHESConsoleRes"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "OrdDetailActivationKeys": {
        "type": "object",
        "properties": {
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "actKey": {
            "type": "string",
            "nullable": true
          },
          "serviceStatus": {
            "type": "string",
            "nullable": true
          },
          "autoRenew": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "OrderDetail": {
        "type": "object",
        "properties": {
          "ssipnDesc": {
            "type": "string",
            "nullable": true
          },
          "ssipn": {
            "type": "string",
            "nullable": true
          },
          "price": {
            "type": "string",
            "nullable": true
          },
          "promotionKey": {
            "type": "string",
            "nullable": true
          },
          "quantity": {
            "type": "string",
            "nullable": true
          },
          "nodeCount": {
            "type": "string",
            "nullable": true
          },
          "orderStatus": {
            "type": "string",
            "nullable": true
          },
          "actKeys": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/OrdDetailActivationKeys"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "OrderDetailRes": {
        "type": "object",
        "properties": {
          "orderID": {
            "type": "string",
            "nullable": true
          },
          "orderDate": {
            "type": "string",
            "nullable": true
          },
          "orderType": {
            "type": "string",
            "nullable": true
          },
          "orderStatus": {
            "type": "string",
            "nullable": true
          },
          "paymentMethod": {
            "type": "string",
            "nullable": true
          },
          "cardType": {
            "type": "string",
            "nullable": true
          },
          "cardNumber": {
            "type": "string",
            "nullable": true
          },
          "company": {
            "type": "string",
            "nullable": true
          },
          "bankName": {
            "type": "string",
            "nullable": true
          },
          "bankAccNumber": {
            "type": "string",
            "nullable": true
          },
          "invoiceNumber": {
            "type": "string",
            "nullable": true
          },
          "desc": {
            "type": "string",
            "nullable": true
          },
          "totalPrice": {
            "type": "string",
            "nullable": true
          },
          "totalTax": {
            "type": "string",
            "nullable": true
          },
          "status": {
            "type": "string",
            "nullable": true
          },
          "fullname": {
            "type": "string",
            "nullable": true
          },
          "address1": {
            "type": "string",
            "nullable": true
          },
          "address2": {
            "type": "string",
            "nullable": true
          },
          "city": {
            "type": "string",
            "nullable": true
          },
          "country": {
            "type": "string",
            "nullable": true
          },
          "countryCode": {
            "type": "string",
            "nullable": true
          },
          "state": {
            "type": "string",
            "nullable": true
          },
          "province": {
            "type": "string",
            "nullable": true
          },
          "zipCode": {
            "type": "string",
            "nullable": true
          },
          "vatNumber": {
            "type": "string",
            "nullable": true
          },
          "transtype": {
            "type": "string",
            "nullable": true
          },
          "shipToFullName": {
            "type": "string",
            "nullable": true
          },
          "shipToaddress1": {
            "type": "string",
            "nullable": true
          },
          "shipToaddress2": {
            "type": "string",
            "nullable": true
          },
          "shipTocity": {
            "type": "string",
            "nullable": true
          },
          "shipTocountry": {
            "type": "string",
            "nullable": true
          },
          "shipTocountryCode": {
            "type": "string",
            "nullable": true
          },
          "shipTostate": {
            "type": "string",
            "nullable": true
          },
          "shipToprovince": {
            "type": "string",
            "nullable": true
          },
          "shipTozipCode": {
            "type": "string",
            "nullable": true
          },
          "shipToPhone": {
            "type": "string",
            "nullable": true
          },
          "shipingMode": {
            "type": "string",
            "nullable": true
          },
          "shippingtaxId": {
            "type": "string",
            "nullable": true
          },
          "shipingResellerId": {
            "type": "string",
            "nullable": true
          },
          "shipTocompany": {
            "type": "string",
            "nullable": true
          },
          "isdynamicnodecount": {
            "type": "string",
            "nullable": true
          },
          "quoteId": {
            "type": "string",
            "nullable": true
          },
          "userName": {
            "type": "string",
            "nullable": true
          },
          "emailAddress": {
            "type": "string",
            "nullable": true
          },
          "transactionId": {
            "type": "string",
            "nullable": true
          },
          "customerId": {
            "type": "string",
            "nullable": true
          },
          "shippingAndHandling": {
            "type": "string",
            "nullable": true
          },
          "poNumber": {
            "type": "string",
            "nullable": true
          },
          "customerPONumber": {
            "type": "string",
            "nullable": true
          },
          "showCompleteOrder": {
            "type": "string",
            "nullable": true
          },
          "showVoidButton": {
            "type": "string",
            "nullable": true
          },
          "showUsernameLink": {
            "type": "string",
            "nullable": true
          },
          "showResendMail": {
            "type": "string",
            "nullable": true
          },
          "comments": {
            "type": "string",
            "nullable": true
          },
          "orderDetails": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/OrderDetail"
            },
            "nullable": true
          },
          "subStatus": {
            "type": "string",
            "nullable": true
          },
          "refundAmount": {
            "type": "string",
            "nullable": true
          },
          "gstNumber": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "OrderDetailResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/OrderDetailRes"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "OrderHistoryList": {
        "type": "object",
        "properties": {
          "indexNo": {
            "type": "string",
            "nullable": true
          },
          "orderNo": {
            "type": "string",
            "nullable": true
          },
          "date": {
            "type": "string",
            "nullable": true
          },
          "orderType": {
            "type": "string",
            "nullable": true
          },
          "payment": {
            "type": "string",
            "nullable": true
          },
          "amount": {
            "type": "string",
            "nullable": true
          },
          "status": {
            "type": "string",
            "nullable": true
          },
          "displayOrder": {
            "type": "string",
            "nullable": true
          },
          "caseDuration": {
            "type": "string",
            "nullable": true
          },
          "dtDate": {
            "type": "string",
            "nullable": true
          },
          "isShowEmailInvoice": {
            "type": "boolean"
          },
          "isTransferProductHistory": {
            "type": "boolean"
          },
          "transferProductUserName": {
            "type": "string",
            "nullable": true
          },
          "subStatus": {
            "type": "string",
            "nullable": true
          },
          "refundAmount": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "OrderHistoryResp": {
        "type": "object",
        "properties": {
          "orderHistoryList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/OrderHistoryList"
            },
            "nullable": true
          },
          "orderDuration": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/QuoteDuration"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "OrderHistoryResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/OrderHistoryResp"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "OrderItems": {
        "type": "object",
        "properties": {
          "eorderItemID": {
            "type": "string",
            "nullable": true
          },
          "eorderID": {
            "type": "string",
            "nullable": true
          },
          "ebasketItemID": {
            "type": "string",
            "nullable": true
          },
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "ssipn": {
            "type": "string",
            "nullable": true
          },
          "price": {
            "type": "string",
            "nullable": true
          },
          "quantity": {
            "type": "string",
            "nullable": true
          },
          "serviceId": {
            "type": "string",
            "nullable": true
          },
          "itemDesc": {
            "type": "string",
            "nullable": true
          },
          "cert": {
            "type": "string",
            "nullable": true
          },
          "nodeCount": {
            "type": "string",
            "nullable": true
          },
          "arrkeyItems": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ActKeyDetails"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "PLC": {
        "type": "object",
        "properties": {
          "tsn": {
            "type": "string",
            "nullable": true
          },
          "acl": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ACL"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ParentAssociationType": {
        "type": "object",
        "properties": {
          "assocTypeID": {
            "type": "string",
            "nullable": true
          },
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "productID": {
            "type": "string",
            "nullable": true
          },
          "assocTypeName": {
            "type": "string",
            "nullable": true
          },
          "friendlyName": {
            "type": "string",
            "nullable": true
          },
          "assocType": {
            "type": "string",
            "nullable": true
          },
          "bRemoveAssoc": {
            "type": "boolean"
          },
          "datacenterRegion": {
            "type": "string",
            "nullable": true
          },
          "dataCenter": {
            "type": "string",
            "nullable": true
          },
          "serialstatus": {
            "type": "string",
            "nullable": true
          },
          "serialstatusmessage": {
            "type": "string",
            "nullable": true
          },
          "cloudassocTypeName": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ParentServiceOption": {
        "type": "object",
        "properties": {
          "childOptions": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ChildOption"
            },
            "nullable": true
          },
          "serviceName": {
            "type": "string",
            "nullable": true
          },
          "serviceId": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "showExpDate": {
            "type": "string",
            "nullable": true
          },
          "expDate": {
            "type": "string",
            "nullable": true
          },
          "showNodeCount": {
            "type": "string",
            "nullable": true
          },
          "isDisabled": {
            "type": "string",
            "nullable": true
          },
          "tooltip": {
            "type": "string",
            "nullable": true
          },
          "showZeroTouch": {
            "type": "string",
            "nullable": true
          },
          "ztValue": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "isZTApplicable": {
            "type": "string",
            "nullable": true
          },
          "isDCApplies": {
            "type": "string",
            "nullable": true
          },
          "showMgmtOpt": {
            "type": "string",
            "nullable": true
          },
          "ShowSelectServiceChild": {
            "type": "string",
            "nullable": true
          },
          "isselected": {
            "type": "string",
            "nullable": true
          },
          "isReadOnly": {
            "type": "string",
            "nullable": true
          },
          "isExpiryNever": {
            "type": "string",
            "nullable": true
          },
          "nodeCount": {
            "type": "string",
            "nullable": true
          },
          "defaultNodecount": {
            "type": "string",
            "nullable": true
          },
          "totalNodeCount": {
            "type": "string",
            "nullable": true
          },
          "maxNodeCount": {
            "type": "string",
            "nullable": true
          },
          "minNodeCount": {
            "type": "string",
            "nullable": true
          },
          "ShowUpperLimit": {
            "type": "string",
            "nullable": true
          },
          "infoIconText": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ParentStructure": {
        "type": "object",
        "properties": {
          "mainTreeView": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/TreeViewUGStructure"
            },
            "nullable": true
          },
          "noteText": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "nullable": true
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "PartnerAppsRequest": {
        "type": "object",
        "properties": {
          "username": {
            "type": "string",
            "nullable": true
          },
          "sessionID": {
            "type": "string",
            "nullable": true
          },
          "spogSrc": {
            "type": "string",
            "nullable": true
          },
          "returnUrl": {
            "type": "string",
            "nullable": true
          },
          "appName": {
            "type": "string",
            "nullable": true
          },
          "qsparams": {
            "type": "string",
            "nullable": true
          },
          "snbtoken": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "PartnerOrgSerial": {
        "type": "object",
        "properties": {
          "serialnumbers": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/TenantFirewall"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "PartnerOrgSerialResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/PartnerOrgSerial"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "PartyGrpList": {
        "type": "object",
        "properties": {
          "partyGroupId": {
            "type": "string",
            "nullable": true
          },
          "partyGroupName": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "PartyMSSPList": {
        "type": "object",
        "properties": {
          "MSSPId": {
            "type": "string",
            "nullable": true
          },
          "partyGroupId": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "PaySubscriptionRetrieveReply": {
        "type": "object",
        "properties": {
          "reasonCode": {
            "type": "string",
            "nullable": true
          },
          "approvalRequired": {
            "type": "string",
            "nullable": true
          },
          "automaticRenew": {
            "type": "string",
            "nullable": true
          },
          "cardAccountNumber": {
            "type": "string",
            "nullable": true
          },
          "cardExpirationMonth": {
            "type": "string",
            "nullable": true
          },
          "cardExpirationYear": {
            "type": "string",
            "nullable": true
          },
          "cardIssueNumber": {
            "type": "string",
            "nullable": true
          },
          "cardStartMonth": {
            "type": "string",
            "nullable": true
          },
          "cardStartYear": {
            "type": "string",
            "nullable": true
          },
          "cardType": {
            "type": "string",
            "nullable": true
          },
          "checkAccountNumber": {
            "type": "string",
            "nullable": true
          },
          "checkAccountType": {
            "type": "string",
            "nullable": true
          },
          "checkBankTransitNumber": {
            "type": "string",
            "nullable": true
          },
          "checkSecCode": {
            "type": "string",
            "nullable": true
          },
          "checkAuthenticateID": {
            "type": "string",
            "nullable": true
          },
          "city": {
            "type": "string",
            "nullable": true
          },
          "comments": {
            "type": "string",
            "nullable": true
          },
          "companyName": {
            "type": "string",
            "nullable": true
          },
          "country": {
            "type": "string",
            "nullable": true
          },
          "currency": {
            "type": "string",
            "nullable": true
          },
          "customerAccountID": {
            "type": "string",
            "nullable": true
          },
          "email": {
            "type": "string",
            "nullable": true
          },
          "endDate": {
            "type": "string",
            "nullable": true
          },
          "firstName": {
            "type": "string",
            "nullable": true
          },
          "frequency": {
            "type": "string",
            "nullable": true
          },
          "lastName": {
            "type": "string",
            "nullable": true
          },
          "merchantReferenceCode": {
            "type": "string",
            "nullable": true
          },
          "paymentMethod": {
            "type": "string",
            "nullable": true
          },
          "paymentsRemaining": {
            "type": "string",
            "nullable": true
          },
          "phoneNumber": {
            "type": "string",
            "nullable": true
          },
          "postalCode": {
            "type": "string",
            "nullable": true
          },
          "recurringAmount": {
            "type": "string",
            "nullable": true
          },
          "setupAmount": {
            "type": "string",
            "nullable": true
          },
          "startDate": {
            "type": "string",
            "nullable": true
          },
          "state": {
            "type": "string",
            "nullable": true
          },
          "status": {
            "type": "string",
            "nullable": true
          },
          "street1": {
            "type": "string",
            "nullable": true
          },
          "street2": {
            "type": "string",
            "nullable": true
          },
          "subscriptionID": {
            "type": "string",
            "nullable": true
          },
          "subscriptionIDNew": {
            "type": "string",
            "nullable": true
          },
          "title": {
            "type": "string",
            "nullable": true
          },
          "totalPayments": {
            "type": "string",
            "nullable": true
          },
          "shipToFirstName": {
            "type": "string",
            "nullable": true
          },
          "shipToLastName": {
            "type": "string",
            "nullable": true
          },
          "shipToStreet1": {
            "type": "string",
            "nullable": true
          },
          "shipToStreet2": {
            "type": "string",
            "nullable": true
          },
          "shipToCity": {
            "type": "string",
            "nullable": true
          },
          "shipToState": {
            "type": "string",
            "nullable": true
          },
          "shipToPostalCode": {
            "type": "string",
            "nullable": true
          },
          "shipToCompany": {
            "type": "string",
            "nullable": true
          },
          "shipToCountry": {
            "type": "string",
            "nullable": true
          },
          "billPayment": {
            "type": "string",
            "nullable": true
          },
          "merchantDefinedDataField1": {
            "type": "string",
            "nullable": true
          },
          "merchantDefinedDataField2": {
            "type": "string",
            "nullable": true
          },
          "merchantDefinedDataField3": {
            "type": "string",
            "nullable": true
          },
          "merchantDefinedDataField4": {
            "type": "string",
            "nullable": true
          },
          "merchantSecureDataField1": {
            "type": "string",
            "nullable": true
          },
          "merchantSecureDataField2": {
            "type": "string",
            "nullable": true
          },
          "merchantSecureDataField3": {
            "type": "string",
            "nullable": true
          },
          "merchantSecureDataField4": {
            "type": "string",
            "nullable": true
          },
          "ownerMerchantID": {
            "type": "string",
            "nullable": true
          },
          "companyTaxID": {
            "type": "string",
            "nullable": true
          },
          "driversLicenseNumber": {
            "type": "string",
            "nullable": true
          },
          "driversLicenseState": {
            "type": "string",
            "nullable": true
          },
          "dateOfBirth": {
            "type": "string",
            "nullable": true
          },
          "instrumentIdentifierID": {
            "type": "string",
            "nullable": true
          },
          "instrumentIdentifierStatus": {
            "type": "string",
            "nullable": true
          },
          "instrumentIdentifierSuccessorID": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Payload": {
        "type": "object",
        "properties": {
          "subject": {
            "$ref": "#/components/schemas/Subject"
          },
          "access_claims": {
            "$ref": "#/components/schemas/AccessClaims"
          },
          "hash": {
            "type": "string",
            "nullable": true
          },
          "settings": {
            "$ref": "#/components/schemas/Settings"
          }
        },
        "additionalProperties": false
      },
      "PendingTaskList": {
        "type": "object",
        "properties": {
          "taskDetail": {
            "type": "string",
            "nullable": true
          },
          "taskName": {
            "type": "string",
            "nullable": true
          },
          "isMandatory": {
            "type": "string",
            "nullable": true
          },
          "taskListName": {
            "type": "string",
            "nullable": true
          },
          "target": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "PlatForm": {
        "type": "object",
        "properties": {
          "platForm": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "PolicyServerUrlDetails": {
        "type": "object",
        "properties": {
          "PolicyServerUrl": {
            "type": "string",
            "nullable": true
          },
          "DisplayName": {
            "type": "string",
            "nullable": true
          },
          "ttserverfqdnurl": {
            "type": "string",
            "nullable": true
          },
          "GMSSerial": {
            "type": "string",
            "nullable": true
          },
          "nsmOnPremNodeCount": {
            "type": "string",
            "nullable": true
          },
          "NsmOnPremExpirationDate": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "PostActivation": {
        "type": "object",
        "properties": {
          "ServiceName": {
            "type": "string",
            "nullable": true
          },
          "NoOfnodes": {
            "type": "string",
            "nullable": true
          },
          "ExpirDate": {
            "type": "string",
            "nullable": true
          },
          "ServiceId": {
            "type": "string",
            "nullable": true
          },
          "UpdateType": {
            "type": "string",
            "nullable": true
          },
          "isDisplayable": {
            "type": "string",
            "nullable": true
          },
          "infoText": {
            "type": "string",
            "nullable": true
          },
          "status": {
            "type": "string",
            "nullable": true
          },
          "childServices": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/PostActivation"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "PostCsaFileHashRequest": {
        "type": "object",
        "properties": {
          "emailAddress": {
            "type": "string",
            "nullable": true
          },
          "productID": {
            "type": "string",
            "nullable": true
          },
          "filePath": {
            "type": "string",
            "nullable": true
          },
          "fileType": {
            "type": "string",
            "nullable": true
          },
          "version": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "PostCsaFileHashResponse": {
        "type": "object",
        "properties": {
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "PostDownloadSwRequest": {
        "type": "object",
        "properties": {
          "username": {
            "type": "string",
            "nullable": true
          },
          "swID": {
            "type": "integer",
            "format": "int32"
          },
          "swGrpID": {
            "type": "integer",
            "format": "int32"
          },
          "isRNotes": {
            "type": "integer",
            "format": "int32"
          },
          "appName": {
            "type": "string",
            "nullable": true
          },
          "oemCode": {
            "type": "string",
            "nullable": true
          },
          "source": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "PrefFile": {
        "type": "object",
        "properties": {
          "prefFileID": {
            "type": "string",
            "nullable": true
          },
          "fileName": {
            "type": "string",
            "nullable": true
          },
          "fileType": {
            "type": "string",
            "nullable": true
          },
          "firmwareVersion": {
            "type": "string",
            "nullable": true
          },
          "description": {
            "type": "string",
            "nullable": true
          },
          "createdOn": {
            "type": "string",
            "nullable": true
          },
          "createdTimeInSec": {
            "type": "string",
            "nullable": true
          },
          "fileSize": {
            "type": "string",
            "nullable": true
          },
          "pinIt": {
            "type": "string",
            "nullable": true
          },
          "goldStandard": {
            "type": "string",
            "nullable": true
          },
          "comments": {
            "type": "string",
            "nullable": true
          },
          "firmwareAvailable": {
            "type": "string",
            "nullable": true
          },
          "releaseNotesUri": {
            "type": "string",
            "nullable": true
          },
          "backupUsername": {
            "type": "string",
            "nullable": true
          },
          "firmwareBuildDatetime": {
            "type": "string",
            "nullable": true
          },
          "latestBackUp": {
            "type": "string",
            "nullable": true
          },
          "lastDownloadedOn": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "PrefFileDownloadReportResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/ReportPrefFileDownloadResponse"
          }
        },
        "additionalProperties": false
      },
      "PrefFileRequest": {
        "type": "object",
        "properties": {
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "fileId": {
            "type": "string",
            "nullable": true
          },
          "operation": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "PrefFileVersion": {
        "type": "object",
        "properties": {
          "firmwareVersion": {
            "type": "string",
            "nullable": true
          },
          "pFileCnt": {
            "type": "integer",
            "format": "int32"
          },
          "isGoldStandard": {
            "type": "boolean"
          },
          "prefFileList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/PrefFile"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Preference": {
        "type": "object",
        "properties": {
          "betaTester": {
            "type": "string",
            "nullable": true
          },
          "isZTEnabled": {
            "type": "string",
            "nullable": true
          },
          "privacy": {
            "type": "string",
            "nullable": true
          },
          "renewalDays": {
            "type": "string",
            "nullable": true
          },
          "defaultApp": {
            "type": "string",
            "nullable": true
          },
          "isdefaultApp": {
            "type": "boolean"
          }
        },
        "additionalProperties": false
      },
      "PreferencesAWS": {
        "type": "object",
        "properties": {
          "pk": {
            "type": "string",
            "nullable": true
          },
          "sk": {
            "type": "string",
            "nullable": true
          },
          "crtdt": {
            "type": "string",
            "nullable": true
          },
          "moddt": {
            "type": "string",
            "nullable": true
          },
          "del": {
            "type": "string",
            "nullable": true
          },
          "fltyp": {
            "type": "string",
            "nullable": true
          },
          "fmver": {
            "type": "string",
            "nullable": true
          },
          "intid": {
            "type": "string",
            "nullable": true
          },
          "pid": {
            "type": "string",
            "nullable": true
          },
          "crtusr": {
            "type": "string",
            "nullable": true
          },
          "modusr": {
            "type": "string",
            "nullable": true
          },
          "fldtl": {
            "$ref": "#/components/schemas/fldtl"
          }
        },
        "additionalProperties": false
      },
      "PremierSupportOrg": {
        "type": "object",
        "properties": {
          "orgId": {
            "type": "string",
            "nullable": true
          },
          "orgName": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ProcessNFR": {
        "type": "object",
        "properties": {
          "serialnumber": {
            "type": "string",
            "nullable": true
          },
          "eorderId": {
            "type": "string",
            "nullable": true
          },
          "senderEmailAddress": {
            "type": "string",
            "nullable": true
          },
          "emailAddress": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ProcessNFRRequest": {
        "type": "object",
        "properties": {
          "nfrRequest": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/nfrRequest"
            },
            "nullable": true
          },
          "expiryDate": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ProcessNFRRes": {
        "type": "object",
        "properties": {
          "nfrRes": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ProcessNFR"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ProcessNFRResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/ProcessNFRRes"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ProcessOrderResponse": {
        "type": "object",
        "properties": {
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ProdAssociationRequest": {
        "type": "object",
        "properties": {
          "userName": {
            "type": "string",
            "nullable": true
          },
          "associationTypeID": {
            "type": "integer",
            "format": "int32"
          },
          "primarySerialNumber": {
            "type": "string",
            "nullable": true
          },
          "secondarySerialNumber": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ProdGroupLicenseStatus": {
        "type": "object",
        "properties": {
          "productGroupId": {
            "type": "string",
            "nullable": true
          },
          "productGroupName": {
            "type": "string",
            "nullable": true
          },
          "totalProducts": {
            "type": "string",
            "nullable": true
          },
          "expiredProducts": {
            "type": "string",
            "nullable": true
          },
          "activeProducts": {
            "type": "string",
            "nullable": true
          },
          "soonExpiringProducts": {
            "type": "string",
            "nullable": true
          },
          "downloadsAvailableCount": {
            "type": "string",
            "nullable": true
          },
          "defconValue": {
            "type": "string",
            "nullable": true
          },
          "shieldLevelValue": {
            "type": "string",
            "nullable": true
          },
          "endPointsCount": {
            "type": "string",
            "nullable": true
          },
          "cloudUsersCount": {
            "type": "string",
            "nullable": true
          },
          "firewallCount": {
            "type": "string",
            "nullable": true
          },
          "accessPointsCount": {
            "type": "string",
            "nullable": true
          },
          "showDeleteLink": {
            "type": "string",
            "nullable": true
          },
          "showRenameLink": {
            "type": "string",
            "nullable": true
          },
          "isDefaultGroup": {
            "type": "string",
            "nullable": true
          },
          "isSharedProductGroup": {
            "type": "string",
            "nullable": true
          },
          "isStarred": {
            "type": "boolean"
          },
          "isEnableStarred": {
            "type": "boolean"
          },
          "sharedGroupHoverText": {
            "type": "string",
            "nullable": true
          },
          "partyGroupName": {
            "type": "string",
            "nullable": true
          },
          "status": {
            "type": "string",
            "nullable": true
          },
          "showDefault": {
            "type": "string",
            "nullable": true
          },
          "isReadOnlyAccess": {
            "type": "string",
            "nullable": true
          },
          "showAddProductGrplink": {
            "type": "string",
            "nullable": true
          },
          "showCreateProductGrplink": {
            "type": "string",
            "nullable": true
          },
          "showTenantInfo": {
            "type": "string",
            "nullable": true
          },
          "MSSPID": {
            "type": "string",
            "nullable": true
          },
          "isCanRegister": {
            "type": "boolean"
          },
          "msspTenantNumber": {
            "type": "string",
            "nullable": true
          },
          "orgID": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ProdInfoRes": {
        "type": "object",
        "properties": {
          "pDetail": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/RegInfo"
            },
            "nullable": true
          },
          "serviceTypeList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ServiceTypeList"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ProdList": {
        "type": "object",
        "properties": {
          "serialNo": {
            "type": "string",
            "nullable": true
          },
          "serialNoFrndName": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ProdcutGroupList": {
        "type": "object",
        "properties": {
          "productGroupID": {
            "type": "string",
            "nullable": true
          },
          "productGroupName": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ProdcutTypepList": {
        "type": "object",
        "properties": {
          "productTypeName": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ProdsDeleteCloudBackUpList": {
        "type": "object",
        "properties": {
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "comments": {
            "type": "string",
            "nullable": true
          },
          "result": {
            "type": "string",
            "nullable": true
          },
          "isbackuppresent": {
            "type": "boolean"
          }
        },
        "additionalProperties": false
      },
      "ProdsDeleteCloudBackUpListReq": {
        "type": "object",
        "properties": {
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "comments": {
            "type": "string",
            "nullable": true
          },
          "isdeletebackupconfirm": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ProdsDeleteCloudBackUpRequest": {
        "type": "object",
        "properties": {
          "ProdsDeleteCloudBackUpList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ProdsDeleteCloudBackUpListReq"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ProdsDeleteCloudBackUpResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/ProductDeleteCloudBackupRes"
          },
          "arrInput": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/InputError"
            },
            "nullable": true
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ProdsDeleteList": {
        "type": "object",
        "properties": {
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "comments": {
            "type": "string",
            "nullable": true
          },
          "result": {
            "type": "string",
            "nullable": true
          },
          "isbackuppresent": {
            "type": "boolean"
          }
        },
        "additionalProperties": false
      },
      "ProdsDeleteListReq": {
        "type": "object",
        "properties": {
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "comments": {
            "type": "string",
            "nullable": true
          },
          "s1DeleteAction": {
            "type": "string",
            "nullable": true
          },
          "isdeletebackupconfirm": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ProdsDeleteRequest": {
        "type": "object",
        "properties": {
          "prodsDeleteList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ProdsDeleteListReq"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ProdsDeleteResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/ProductDeleteRes"
          },
          "arrInput": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/InputError"
            },
            "nullable": true
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ProdsRenameList": {
        "type": "object",
        "properties": {
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "newName": {
            "type": "string",
            "nullable": true
          },
          "result": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ProdsRenameListReq": {
        "type": "object",
        "properties": {
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "newName": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ProdsRenameRequest": {
        "type": "object",
        "properties": {
          "prodsRenameList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ProdsRenameListReq"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ProdsRenameResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/ProductRenameRes"
          },
          "arrInput": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/InputError"
            },
            "nullable": true
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ProdsTransferList": {
        "type": "object",
        "properties": {
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "authCode": {
            "type": "string",
            "nullable": true
          },
          "comments": {
            "type": "string",
            "nullable": true
          },
          "result": {
            "type": "string",
            "nullable": true
          },
          "commentsDesc": {
            "type": "string",
            "nullable": true
          },
          "s1DeleteAction": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ProdsTransferListReq": {
        "type": "object",
        "properties": {
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "authCode": {
            "type": "string",
            "nullable": true
          },
          "comments": {
            "type": "string",
            "nullable": true
          },
          "deletePref": {
            "type": "string",
            "nullable": true
          },
          "s1DeleteAction": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ProdsTransferRequest": {
        "type": "object",
        "properties": {
          "prodsTransferList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ProdsTransferListReq"
            },
            "nullable": true
          },
          "toUsernameEmail": {
            "type": "string",
            "nullable": true
          },
          "prodGroup": {
            "type": "string",
            "nullable": true
          },
          "performAutoTransfer": {
            "type": "string",
            "nullable": true
          },
          "dataCenterId": {
            "type": "string",
            "nullable": true
          },
          "toOrgIdentifier": {
            "type": "string",
            "nullable": true
          },
          "isCnfTransferWarning": {
            "type": "boolean"
          }
        },
        "additionalProperties": false
      },
      "ProdsTransferResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/ProductTransferRes"
          },
          "arrInput": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/InputError"
            },
            "nullable": true
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ProductCatServicesTypeList": {
        "type": "object",
        "properties": {
          "serviceId": {
            "type": "string",
            "nullable": true
          },
          "serviceFamily": {
            "type": "string",
            "nullable": true
          },
          "userServiceFamily": {
            "type": "string",
            "nullable": true
          },
          "productCatagoryId": {
            "type": "string",
            "nullable": true
          },
          "ID": {
            "type": "string",
            "nullable": true
          },
          "serviceCount": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ProductCatagoryList": {
        "type": "object",
        "properties": {
          "productCatagoryId": {
            "type": "string",
            "nullable": true
          },
          "parentProductCategoryId": {
            "type": "string",
            "nullable": true
          },
          "productName": {
            "type": "string",
            "nullable": true
          },
          "level": {
            "type": "string",
            "nullable": true
          },
          "productURL": {
            "type": "string",
            "nullable": true
          },
          "status": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ProductDeleteCloudBackupRes": {
        "type": "object",
        "properties": {
          "ProdsDeleteCloudBackUpList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ProdsDeleteCloudBackUpList"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ProductDeleteRes": {
        "type": "object",
        "properties": {
          "prodsDeleteList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ProdsDeleteList"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ProductDetailResp": {
        "type": "object",
        "properties": {
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "productId": {
            "type": "string",
            "nullable": true
          },
          "authCode": {
            "type": "string",
            "nullable": true
          },
          "registrationCode": {
            "type": "string",
            "nullable": true
          },
          "mac": {
            "type": "string",
            "nullable": true
          },
          "key1": {
            "type": "string",
            "nullable": true
          },
          "key2": {
            "type": "string",
            "nullable": true
          },
          "serialStatus": {
            "type": "string",
            "nullable": true
          },
          "serialHaSecondary": {
            "type": "string",
            "nullable": true
          },
          "userSerialAuthorized": {
            "type": "string",
            "nullable": true
          },
          "rmaTransferHistory": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/RMATransferHistory"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ProductDetailResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/ProductDetailResp"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ProductDownloadRes": {
        "type": "object",
        "properties": {
          "productID": {
            "type": "string",
            "nullable": true
          },
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "currentVersion": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/SoftwareGroup"
            },
            "nullable": true
          },
          "availableDownloads": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/SoftwareGroup"
            },
            "nullable": true
          },
          "previousDownloads": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/SoftwareGroup"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ProductExtendedInfo": {
        "type": "object",
        "properties": {
          "hesEmailAddr": {
            "type": "string",
            "nullable": true
          },
          "hesPassword": {
            "type": "string",
            "nullable": true
          },
          "hesHostIPAddress": {
            "type": "string",
            "nullable": true
          },
          "hesIPAddress": {
            "type": "string",
            "nullable": true
          },
          "hesDomain": {
            "type": "string",
            "nullable": true
          },
          "hesMXRecord": {
            "type": "string",
            "nullable": true
          },
          "hesSourceIP": {
            "type": "string",
            "nullable": true
          },
          "hesDataCenterID": {
            "type": "string",
            "nullable": true
          },
          "hesDataCenter": {
            "type": "string",
            "nullable": true
          },
          "hesOutboundhost": {
            "type": "string",
            "nullable": true
          },
          "hesOutboundIP": {
            "type": "string",
            "nullable": true
          },
          "hesDcName": {
            "type": "string",
            "nullable": true
          },
          "primaryDomain": {
            "type": "string",
            "nullable": true
          },
          "OrganizationSpooling": {
            "type": "string",
            "nullable": true
          },
          "subDomains": {
            "type": "string",
            "nullable": true
          },
          "spoolingColour": {
            "type": "string",
            "nullable": true
          },
          "cgmsDataCenter": {
            "type": "string",
            "nullable": true
          },
          "cgmsDataCenterID": {
            "type": "string",
            "nullable": true
          },
          "cgmsLocation": {
            "type": "string",
            "nullable": true
          },
          "cdpLocation": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ProductGroup": {
        "type": "object",
        "properties": {
          "productGroupId": {
            "type": "string",
            "nullable": true
          },
          "productGroupName": {
            "type": "string",
            "nullable": true
          },
          "status": {
            "type": "string",
            "nullable": true
          },
          "totalProducts": {
            "type": "string",
            "nullable": true
          },
          "isDefaultGroup": {
            "type": "string",
            "nullable": true
          },
          "isOwnDefaultGroup": {
            "type": "string",
            "nullable": true
          },
          "sharedGroup": {
            "type": "string",
            "nullable": true
          },
          "sharedGroupBool": {
            "type": "string",
            "nullable": true
          },
          "mgeUserGroupLink": {
            "type": "string",
            "nullable": true
          },
          "mgeProductLink": {
            "type": "string",
            "nullable": true
          },
          "deleteLink": {
            "type": "string",
            "nullable": true
          },
          "mgeUserGrpPagelink": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ProductGroupList": {
        "type": "object",
        "properties": {
          "groupname": {
            "type": "string",
            "nullable": true
          },
          "fullgroupname": {
            "type": "string",
            "nullable": true
          },
          "groupid": {
            "type": "string",
            "nullable": true
          },
          "id": {
            "type": "string",
            "nullable": true
          },
          "addressNeeded": {
            "type": "boolean"
          },
          "mssp_product_count": {
            "type": "string",
            "nullable": true
          },
          "network_product_count": {
            "type": "string",
            "nullable": true
          },
          "affliatedMessage": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ProductGroupListforUG": {
        "type": "object",
        "properties": {
          "productGroupId": {
            "type": "string",
            "nullable": true
          },
          "productGroupName": {
            "type": "string",
            "nullable": true
          },
          "MSSPId": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ProductGroupLists": {
        "type": "object",
        "properties": {
          "productGroupId": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ProductGroups": {
        "type": "object",
        "properties": {
          "productGroupId": {
            "type": "string",
            "nullable": true
          },
          "productGroupName": {
            "type": "string",
            "nullable": true
          },
          "status": {
            "type": "string",
            "nullable": true
          },
          "totalProducts": {
            "type": "string",
            "nullable": true
          },
          "isDefaultGroup": {
            "type": "string",
            "nullable": true
          },
          "isOwnDefaultGroup": {
            "type": "string",
            "nullable": true
          },
          "sharedGroup": {
            "type": "string",
            "nullable": true
          },
          "sharedGroupBool": {
            "type": "string",
            "nullable": true
          },
          "mgeUserGroupLink": {
            "type": "string",
            "nullable": true
          },
          "mgeProductLink": {
            "type": "string",
            "nullable": true
          },
          "deleteLink": {
            "type": "string",
            "nullable": true
          },
          "mgeUserGrpPagelink": {
            "type": "string",
            "nullable": true
          },
          "partyGroupName": {
            "type": "string",
            "nullable": true
          },
          "setDefaultGroupLink": {
            "type": "string",
            "nullable": true
          },
          "renameLink": {
            "type": "string",
            "nullable": true
          },
          "isStarred": {
            "type": "boolean"
          },
          "lastAccessDate": {
            "type": "string",
            "nullable": true
          },
          "dtLastAccessDate": {
            "type": "string",
            "nullable": true
          },
          "lastAccessTime": {
            "type": "string",
            "nullable": true
          },
          "isReadOnlyAccess": {
            "type": "string",
            "nullable": true
          },
          "productsForProductGroup": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ProductsForProductGroup"
            },
            "nullable": true
          },
          "isCanRegister": {
            "type": "boolean"
          },
          "sharedGroupHoverText": {
            "type": "string",
            "nullable": true
          },
          "msspId": {
            "type": "string",
            "nullable": true
          },
          "tenantContractId": {
            "type": "string",
            "nullable": true
          },
          "orgID": {
            "type": "string",
            "nullable": true
          },
          "addressId": {
            "type": "string",
            "nullable": true
          },
          "affiliateTenantText": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ProductGrpList": {
        "type": "object",
        "properties": {
          "productGroupId": {
            "type": "string",
            "nullable": true
          },
          "productGroupName": {
            "type": "string",
            "nullable": true
          },
          "showAddOrRemoveLink": {
            "type": "string",
            "nullable": true
          },
          "isDefaultGroup": {
            "type": "boolean"
          },
          "isMSSPFlagged": {
            "type": "string",
            "nullable": true
          },
          "orgID": {
            "type": "string",
            "nullable": true
          },
          "MSSPId": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ProductInfoResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/ProdInfoRes"
          },
          "isLicenseFile": {
            "type": "boolean"
          },
          "isSignatureAvaiable": {
            "type": "boolean"
          },
          "showLMSync": {
            "type": "boolean"
          },
          "lmSyncToolTipText": {
            "type": "string",
            "nullable": true
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ProductList": {
        "type": "object",
        "properties": {
          "isZeroTouchAllowed": {
            "type": "string",
            "nullable": true
          },
          "id": {
            "type": "integer",
            "format": "int32"
          },
          "serNo": {
            "type": "string",
            "nullable": true
          },
          "status": {
            "type": "string",
            "nullable": true
          },
          "friendlyName": {
            "type": "string",
            "nullable": true
          },
          "productName": {
            "type": "string",
            "nullable": true
          },
          "productNameRaw": {
            "type": "string",
            "nullable": true
          },
          "releaseStatus": {
            "type": "string",
            "nullable": true
          },
          "userGroups": {
            "type": "string",
            "nullable": true
          },
          "productGroups": {
            "type": "string",
            "nullable": true
          },
          "productLine": {
            "type": "string",
            "nullable": true
          },
          "deviceStatus": {
            "type": "string",
            "nullable": true
          },
          "firmwareVersion": {
            "type": "string",
            "nullable": true
          },
          "supportExpiry": {
            "type": "string",
            "nullable": true
          },
          "dtSupportExpiry": {
            "type": "string",
            "nullable": true
          },
          "associationType": {
            "type": "string",
            "nullable": true
          },
          "associationTypeID": {
            "type": "integer",
            "format": "int32"
          },
          "serviceLine": {
            "type": "string",
            "nullable": true
          },
          "PSABillable": {
            "type": "string",
            "nullable": true
          },
          "removeAssociation": {
            "type": "string",
            "nullable": true
          },
          "pTab": {
            "type": "boolean"
          },
          "firmWareTab": {
            "type": "boolean"
          },
          "licenseTab": {
            "type": "boolean"
          },
          "cloudBackupTab": {
            "type": "boolean"
          },
          "productGroupId": {
            "type": "string",
            "nullable": true
          },
          "isRenameAllowed": {
            "type": "string",
            "nullable": true
          },
          "isDeleteAllowed": {
            "type": "string",
            "nullable": true
          },
          "isTransferAllowed": {
            "type": "string",
            "nullable": true
          },
          "isSecureUpgrade": {
            "type": "string",
            "nullable": true
          },
          "firmwareStatus": {
            "type": "string",
            "nullable": true
          },
          "pID": {
            "type": "string",
            "nullable": true
          },
          "msspProductChoiceID": {
            "type": "string",
            "nullable": true
          },
          "supportExpired": {
            "type": "string",
            "nullable": true
          },
          "productDesc": {
            "type": "string",
            "nullable": true
          },
          "deleteReason": {
            "type": "string",
            "nullable": true
          },
          "transferReason": {
            "type": "string",
            "nullable": true
          },
          "renameReason": {
            "type": "string",
            "nullable": true
          },
          "prodLineDesc": {
            "type": "string",
            "nullable": true
          },
          "authCode": {
            "type": "string",
            "nullable": true
          },
          "productGroup": {
            "type": "string",
            "nullable": true
          },
          "registrationDate": {
            "type": "string",
            "nullable": true
          },
          "dtRegistrationDate": {
            "type": "string",
            "nullable": true
          },
          "isSharedProduct": {
            "type": "string",
            "nullable": true
          },
          "cssSupport": {
            "type": "string",
            "nullable": true
          },
          "expTooltip": {
            "type": "string",
            "nullable": true
          },
          "soonExpTooltip": {
            "type": "string",
            "nullable": true
          },
          "isSupportExpired": {
            "type": "string",
            "nullable": true
          },
          "isSupportExpiring": {
            "type": "string",
            "nullable": true
          },
          "isNFRProduct": {
            "type": "string",
            "nullable": true
          },
          "productType": {
            "type": "string",
            "nullable": true
          },
          "isLicenseExpired": {
            "type": "boolean"
          },
          "isLicenseExpiring": {
            "type": "boolean"
          },
          "isZTEnable": {
            "type": "boolean",
            "nullable": true
          },
          "ztValue": {
            "type": "string",
            "nullable": true
          },
          "manageName": {
            "type": "string",
            "nullable": true
          },
          "ztfirmwaremsg": {
            "type": "string",
            "nullable": true
          },
          "nonztmsg": {
            "type": "string",
            "nullable": true
          },
          "userdefaultdc": {
            "type": "string",
            "nullable": true
          },
          "ztFirewallAsso": {
            "type": "string",
            "nullable": true
          },
          "ztonprempolicyurl": {
            "type": "string",
            "nullable": true
          },
          "ztonpremttfqdnurl": {
            "type": "string",
            "nullable": true
          },
          "ccNodeCount": {
            "type": "string",
            "nullable": true
          },
          "hesNodeCount": {
            "type": "string",
            "nullable": true
          },
          "casNodeCount": {
            "type": "string",
            "nullable": true
          },
          "gmsNodeCount": {
            "type": "string",
            "nullable": true
          },
          "isDownloadAvailable": {
            "type": "boolean"
          },
          "ttfqdnList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/TTserverFQDN"
            },
            "nullable": true
          },
          "productgroupList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ProdcutGroupList"
            },
            "nullable": true
          },
          "isShowSSHResetPwd": {
            "type": "boolean"
          },
          "isShowSSHAccessRemove": {
            "type": "boolean"
          },
          "isSSHAccess": {
            "type": "boolean"
          },
          "dtExpired": {
            "type": "string",
            "nullable": true
          },
          "dtExpiring": {
            "type": "string",
            "nullable": true
          },
          "saseNodeCount": {
            "type": "string",
            "nullable": true
          },
          "sharedGroupHoverText": {
            "type": "string",
            "nullable": true
          },
          "isAddKeySetApplicable": {
            "type": "string",
            "nullable": true
          },
          "msspMonthlyOption": {
            "type": "string",
            "nullable": true
          },
          "isNetworkProd": {
            "type": "string",
            "nullable": true
          },
          "isMSSPProduct": {
            "type": "string",
            "nullable": true
          },
          "description": {
            "type": "string",
            "nullable": true
          },
          "emailaddress": {
            "type": "string",
            "nullable": true
          },
          "lastPingDate": {
            "type": "string",
            "nullable": true
          },
          "dtLastPingDate": {
            "type": "string",
            "nullable": true
          },
          "LMConnectorName": {
            "type": "string",
            "nullable": true
          },
          "vulTT": {
            "type": "string",
            "nullable": true
          },
          "vulHref": {
            "type": "string",
            "nullable": true
          },
          "vulSev": {
            "type": "string",
            "nullable": true
          },
          "managedBy": {
            "type": "string",
            "nullable": true
          },
          "OrgName": {
            "type": "string",
            "nullable": true
          },
          "OrgId": {
            "type": "string",
            "nullable": true
          },
          "Hascloudbackups": {
            "type": "string",
            "nullable": true
          },
          "LastDownloadTime": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ProductListCustomerRequest": {
        "type": "object",
        "properties": {
          "isPaged": {
            "type": "string",
            "nullable": true
          },
          "pageSize": {
            "type": "integer",
            "format": "int32"
          },
          "pageNumber": {
            "type": "integer",
            "format": "int32"
          },
          "productGroupName": {
            "type": "string",
            "nullable": true
          },
          "friendlyNameOrSerial": {
            "type": "string",
            "nullable": true
          },
          "lastRegistered": {
            "type": "integer",
            "format": "int32"
          },
          "startDate": {
            "type": "string",
            "nullable": true
          },
          "endDate": {
            "type": "string",
            "nullable": true
          },
          "showExpiredProducts": {
            "type": "boolean"
          },
          "showDownloadsAvailable": {
            "type": "boolean"
          },
          "filterByProductType": {
            "type": "string",
            "nullable": true
          },
          "isForced": {
            "type": "boolean"
          },
          "mode": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ProductListRequest": {
        "type": "object",
        "properties": {
          "pageSize": {
            "type": "integer",
            "format": "int32"
          },
          "pageNumber": {
            "type": "integer",
            "format": "int32"
          },
          "isForced": {
            "type": "boolean"
          },
          "isPaged": {
            "type": "string",
            "nullable": true
          },
          "friendlyNameOrSerial": {
            "type": "string",
            "nullable": true
          },
          "filterByProductType": {
            "type": "string",
            "nullable": true
          },
          "userGroupName": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ProductListRes": {
        "type": "object",
        "properties": {
          "prodList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ProductList"
            },
            "nullable": true
          },
          "totalProducts": {
            "type": "integer",
            "format": "int32"
          },
          "customizedColumn": {
            "type": "string",
            "nullable": true
          },
          "productTypeList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ProdcutTypepList"
            },
            "nullable": true
          },
          "productGroupLicense": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ProdGroupLicenseStatus"
            },
            "nullable": true
          },
          "productGroup": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ProdGroupLicenseStatus"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ProductListResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/ProductListRes"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ProductLists": {
        "type": "object",
        "properties": {
          "productGroupId": {
            "type": "string",
            "nullable": true
          },
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "action": {
            "type": "string",
            "nullable": true
          },
          "msspID": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ProductPartyGroup": {
        "type": "object",
        "properties": {
          "productGroupId": {
            "type": "string",
            "nullable": true
          },
          "partyGroupId": {
            "type": "string",
            "nullable": true
          },
          "partyGroupName": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ProductRenameRes": {
        "type": "object",
        "properties": {
          "prodsRenameList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ProdsRenameList"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ProductTransferRes": {
        "type": "object",
        "properties": {
          "prodsTransferList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ProdsTransferList"
            },
            "nullable": true
          },
          "dataCenter": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/CASDataCenter"
            },
            "nullable": true
          },
          "fwTransferWarning": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ProductsFilter": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "nullable": true
          },
          "id": {
            "type": "string",
            "nullable": true
          },
          "count": {
            "type": "integer",
            "format": "int32"
          },
          "description": {
            "type": "string",
            "nullable": true
          },
          "isShared": {
            "type": "boolean"
          },
          "isAdmin": {
            "type": "boolean"
          }
        },
        "additionalProperties": false
      },
      "ProductsForProductGroup": {
        "type": "object",
        "properties": {
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "productGroupId": {
            "type": "string",
            "nullable": true
          },
          "friendlyName": {
            "type": "string",
            "nullable": true
          },
          "type": {
            "type": "string",
            "nullable": true
          },
          "isReadOnlyAccess": {
            "type": "string",
            "nullable": true
          },
          "managedBy": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "PromotionsResp": {
        "type": "object",
        "properties": {
          "activePromotions": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ActivePromotions"
            },
            "nullable": true
          },
          "applicablePromotions": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ApplicablePromotions1"
            },
            "nullable": true
          },
          "appliedPromotions": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/AppliedPromotions"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "PromotionsResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/PromotionsResp"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ProvisionMSSPRequest": {
        "type": "object",
        "properties": {
          "subdomain": {
            "type": "string",
            "description": "The SubDomain of the product for CAS, for new provisions only",
            "nullable": true
          },
          "regionName": {
            "type": "string",
            "description": "The regionName of the DataCenter",
            "nullable": true
          },
          "regionID": {
            "type": "string",
            "description": "The regionID of the DataCenter",
            "nullable": true
          },
          "friendlyName": {
            "type": "string",
            "description": "FriendlyName of the Provision Product",
            "nullable": true
          },
          "applicationId": {
            "type": "string",
            "description": "ApplicationID of the CAS product to be provided if CAS Basic is opted",
            "nullable": true
          },
          "activateHA": {
            "type": "string",
            "description": "Is highAvailablity Needed ? Applicalble only on cases where HighAvailablity is offered",
            "nullable": true
          },
          "productGroupId": {
            "type": "string",
            "description": "The TenantID where provisioning need to be done, when mode=PROVISION",
            "nullable": true
          },
          "serialNumber": {
            "type": "string",
            "description": "serialNumber of the product in case of Editing the provision, empty when mode=PROVISION",
            "nullable": true
          },
          "serviceId": {
            "type": "string",
            "description": "ServiceID  of the service to which provisioning need to be applied ",
            "nullable": true
          },
          "ProductID": {
            "type": "string",
            "description": "productID  of the Product to which provisioning need to be applied ",
            "nullable": true
          },
          "nodeCount": {
            "type": "string",
            "description": "nodeCount, if applicable ",
            "nullable": true
          },
          "expirationDate": {
            "type": "string",
            "nullable": true
          },
          "isHA": {
            "type": "string",
            "description": "Is highAvailablity Needed ? Applicalble only on cases where HighAvailablity is offered",
            "nullable": true
          },
          "isZT": {
            "title": "isZT",
            "type": "string",
            "description": "is ZeroTouch Needed or not ? Applicable only on certain Firewall Series",
            "format": "string",
            "nullable": true
          },
          "expireService": {
            "type": "string",
            "description": "expireService",
            "nullable": true
          },
          "Mode": {
            "type": "string",
            "description": "send the Mode - PROVISION for new Provisioning and EDIT for editing existing provisions",
            "format": "string",
            "nullable": true
          },
          "Services": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/AllocateMSSPRequest"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ProvisionserviceOption": {
        "type": "object",
        "properties": {
          "productId": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "serviceNameDisplay": {
            "type": "string",
            "nullable": true
          },
          "serviceOptions": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ParentServiceOption"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "PublishAdvisoryRequest": {
        "required": [
          "advisoryBody",
          "advisoryId",
          "affectedProducts",
          "lastUpdatedDate",
          "publishedDate",
          "severity",
          "title"
        ],
        "type": "object",
        "properties": {
          "advisoryId": {
            "minLength": 1,
            "type": "string"
          },
          "title": {
            "minLength": 1,
            "type": "string"
          },
          "severity": {
            "minLength": 1,
            "type": "string"
          },
          "advisoryBody": {
            "minLength": 1,
            "type": "string"
          },
          "workaround": {
            "type": "string",
            "nullable": true
          },
          "comments": {
            "type": "string",
            "nullable": true
          },
          "affectedProducts": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/AdvisoryAffectedProduct"
            }
          },
          "additionalLinks": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/AdvisoryLink"
            },
            "nullable": true
          },
          "publishedDate": {
            "type": "string",
            "format": "date-time"
          },
          "lastUpdatedDate": {
            "type": "string",
            "format": "date-time"
          }
        },
        "additionalProperties": false
      },
      "QuoteActivity": {
        "type": "object",
        "properties": {
          "activityDate": {
            "type": "string",
            "nullable": true
          },
          "userName": {
            "type": "string",
            "nullable": true
          },
          "eventName": {
            "type": "string",
            "nullable": true
          },
          "equoteId": {
            "type": "string",
            "nullable": true
          },
          "description": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "QuoteActivityLogResponse": {
        "type": "object",
        "properties": {
          "respList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/QuoteActivity"
            },
            "nullable": true
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "QuoteAddressDetails": {
        "type": "object",
        "properties": {
          "customerAddressID": {
            "type": "string",
            "nullable": true
          },
          "fullName": {
            "type": "string",
            "nullable": true
          },
          "company": {
            "type": "string",
            "nullable": true
          },
          "addressLine1": {
            "type": "string",
            "nullable": true
          },
          "addressLine2": {
            "type": "string",
            "nullable": true
          },
          "addressLine3": {
            "type": "string",
            "nullable": true
          },
          "city": {
            "type": "string",
            "nullable": true
          },
          "state": {
            "type": "string",
            "nullable": true
          },
          "province": {
            "type": "string",
            "nullable": true
          },
          "country": {
            "type": "string",
            "nullable": true
          },
          "zipCode": {
            "type": "string",
            "nullable": true
          },
          "phoneNumber": {
            "type": "string",
            "nullable": true
          },
          "faxNumber": {
            "type": "string",
            "nullable": true
          },
          "emailAddress": {
            "type": "string",
            "nullable": true
          },
          "stateDesc": {
            "type": "string",
            "nullable": true
          },
          "countryDesc": {
            "type": "string",
            "nullable": true
          },
          "isAddressEditable": {
            "type": "boolean"
          }
        },
        "additionalProperties": false
      },
      "QuoteDetails": {
        "type": "object",
        "properties": {
          "index": {
            "type": "integer",
            "format": "int32"
          },
          "quoteId": {
            "type": "string",
            "nullable": true
          },
          "quoteDate": {
            "type": "string",
            "nullable": true
          },
          "dtquoteDate": {
            "type": "string",
            "nullable": true
          },
          "desc": {
            "type": "string",
            "nullable": true
          },
          "expiryOn": {
            "type": "string",
            "nullable": true
          },
          "dtexpiryOn": {
            "type": "string",
            "nullable": true
          },
          "amount": {
            "type": "string",
            "nullable": true
          },
          "displayOrder": {
            "type": "string",
            "nullable": true
          },
          "caseDuration": {
            "type": "string",
            "nullable": true
          },
          "isprivateQuote": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "QuoteDuration": {
        "type": "object",
        "properties": {
          "text": {
            "type": "string",
            "nullable": true
          },
          "val": {
            "type": "string",
            "nullable": true
          },
          "displayOrder": {
            "type": "string",
            "nullable": true
          },
          "isChecked": {
            "type": "boolean"
          }
        },
        "additionalProperties": false
      },
      "QuoteHistoryRes": {
        "type": "object",
        "properties": {
          "quoteDetails": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/QuoteDetails"
            },
            "nullable": true
          },
          "quoteDuration": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/QuoteDuration"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "QuoteHistoryResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/QuoteHistoryRes"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "QuoteList": {
        "type": "object",
        "properties": {
          "equoteId": {
            "type": "string",
            "nullable": true
          },
          "expirationDate": {
            "type": "string",
            "nullable": true
          },
          "totalPrice": {
            "type": "string",
            "nullable": true
          },
          "status": {
            "type": "string",
            "nullable": true
          },
          "fullName": {
            "type": "string",
            "nullable": true
          },
          "address1": {
            "type": "string",
            "nullable": true
          },
          "address2": {
            "type": "string",
            "nullable": true
          },
          "city": {
            "type": "string",
            "nullable": true
          },
          "state": {
            "type": "string",
            "nullable": true
          },
          "country": {
            "type": "string",
            "nullable": true
          },
          "zipcode": {
            "type": "string",
            "nullable": true
          },
          "phoneNumber": {
            "type": "string",
            "nullable": true
          },
          "emailAddress": {
            "type": "string",
            "nullable": true
          },
          "salesrepName": {
            "type": "string",
            "nullable": true
          },
          "equoteitemId": {
            "type": "string",
            "nullable": true
          },
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "ssipn": {
            "type": "string",
            "nullable": true
          },
          "price": {
            "type": "string",
            "nullable": true
          },
          "quantity": {
            "type": "string",
            "nullable": true
          },
          "ssipnDescription": {
            "type": "string",
            "nullable": true
          },
          "serviceId": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "QuoteProgramManagedReq": {
        "type": "object",
        "properties": {
          "equoteIds": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "QuoteResellerManagedReq": {
        "type": "object",
        "properties": {
          "equoteIds": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "RMATransferHistory": {
        "type": "object",
        "properties": {
          "fromSerialNumber": {
            "type": "string",
            "nullable": true
          },
          "toSerialNUmber": {
            "type": "string",
            "nullable": true
          },
          "RMANumber": {
            "type": "string",
            "nullable": true
          },
          "shippedDate": {
            "type": "string",
            "nullable": true
          },
          "carrier": {
            "type": "string",
            "nullable": true
          },
          "trackingNumber": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "RegInfo": {
        "type": "object",
        "properties": {
          "pID": {
            "type": "string",
            "nullable": true
          },
          "productDesc": {
            "type": "string",
            "nullable": true
          },
          "SKU": {
            "type": "string",
            "nullable": true
          },
          "regCode": {
            "type": "string",
            "nullable": true
          },
          "authCode": {
            "type": "string",
            "nullable": true
          },
          "releaseStatus": {
            "type": "string",
            "nullable": true
          },
          "nodeSupport": {
            "type": "string",
            "nullable": true
          },
          "pFamily": {
            "type": "string",
            "nullable": true
          },
          "pLine": {
            "type": "string",
            "nullable": true
          },
          "firmwareVersion": {
            "type": "string",
            "nullable": true
          },
          "keyset": {
            "type": "string",
            "nullable": true
          },
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "epaid": {
            "type": "string",
            "nullable": true
          },
          "GUID": {
            "type": "string",
            "nullable": true
          },
          "regDate": {
            "type": "string",
            "nullable": true
          },
          "friendlyName": {
            "type": "string",
            "nullable": true
          },
          "usedStatus": {
            "type": "string",
            "nullable": true
          },
          "owner": {
            "type": "string",
            "nullable": true
          },
          "registeredBy": {
            "type": "string",
            "nullable": true
          },
          "trusted": {
            "type": "string",
            "nullable": true
          },
          "NFR": {
            "type": "string",
            "nullable": true
          },
          "supportDate": {
            "type": "string",
            "nullable": true
          },
          "supportExpired": {
            "type": "string",
            "nullable": true
          },
          "prefFileCount": {
            "type": "string",
            "nullable": true
          },
          "firmwareStatus": {
            "type": "string",
            "nullable": true
          },
          "licenseStatus": {
            "type": "string",
            "nullable": true
          },
          "pStatus": {
            "type": "string",
            "nullable": true
          },
          "supportType": {
            "type": "string",
            "nullable": true
          },
          "lastPingDate": {
            "type": "string",
            "nullable": true
          },
          "lastPingDateDiff": {
            "type": "integer",
            "format": "int32"
          },
          "pTab": {
            "type": "boolean"
          },
          "firmWareTab": {
            "type": "boolean"
          },
          "licenseTab": {
            "type": "boolean"
          },
          "cloudBackupTab": {
            "type": "boolean"
          },
          "sharedproduct": {
            "type": "string",
            "nullable": true
          },
          "isRenameAllowed": {
            "type": "string",
            "nullable": true
          },
          "isDeleteAllowed": {
            "type": "string",
            "nullable": true
          },
          "isUpdateTenantAllowed": {
            "type": "string",
            "nullable": true
          },
          "isTransferAllowed": {
            "type": "string",
            "nullable": true
          },
          "deleteReason": {
            "type": "string",
            "nullable": true
          },
          "transferReason": {
            "type": "string",
            "nullable": true
          },
          "renameReason": {
            "type": "string",
            "nullable": true
          },
          "isSecureUpgrade": {
            "type": "string",
            "nullable": true
          },
          "activePromo": {
            "type": "string",
            "nullable": true
          },
          "capATPURL": {
            "type": "string",
            "nullable": true
          },
          "iseprs": {
            "type": "boolean"
          },
          "isGeoIPApplicable": {
            "type": "boolean"
          },
          "currentNodeSupport": {
            "type": "string",
            "nullable": true
          },
          "secNote": {
            "type": "string",
            "nullable": true
          },
          "IsHAStandalone": {
            "type": "boolean"
          },
          "editGuid": {
            "type": "boolean"
          },
          "isZTEnable": {
            "type": "boolean"
          },
          "isZTTenant": {
            "type": "string",
            "nullable": true
          },
          "ztValue": {
            "type": "string",
            "nullable": true
          },
          "userdefaultdc": {
            "type": "string",
            "nullable": true
          },
          "manageName": {
            "type": "string",
            "nullable": true
          },
          "s1Status": {
            "type": "string",
            "nullable": true
          },
          "s1KBLink": {
            "type": "string",
            "nullable": true
          },
          "ztfirmwaremsg": {
            "type": "string",
            "nullable": true
          },
          "nonztmsg": {
            "type": "string",
            "nullable": true
          },
          "ztFirewallAsso": {
            "type": "string",
            "nullable": true
          },
          "ztonprempolicyurl": {
            "type": "string",
            "nullable": true
          },
          "ztonpremttserverurl": {
            "type": "string",
            "nullable": true
          },
          "ztonpremttfqdnurl": {
            "type": "string",
            "nullable": true
          },
          "groupid": {
            "type": "string",
            "nullable": true
          },
          "groupName": {
            "type": "string",
            "nullable": true
          },
          "isClosedNetworkAvailable": {
            "type": "boolean"
          },
          "isGmsManaualSync": {
            "type": "boolean"
          },
          "isClosedNetworkEnabled": {
            "type": "boolean"
          },
          "showBtnClosedNetworkGenerate": {
            "type": "boolean"
          },
          "showBtnClosedNetworkDownload": {
            "type": "boolean"
          },
          "showBtnSignatureClosedNetworkDownload": {
            "type": "boolean"
          },
          "showBtnOfflineClosedNetworkDownload": {
            "type": "boolean"
          },
          "closedNetworkHint": {
            "type": "string",
            "nullable": true
          },
          "closedNetworkFileName": {
            "type": "string",
            "nullable": true
          },
          "closedNetworkFileUri": {
            "type": "string",
            "nullable": true
          },
          "closedNetworkToDoText": {
            "type": "string",
            "nullable": true
          },
          "closedNetworkFileGenerateHint": {
            "type": "string",
            "nullable": true
          },
          "showUpgradeLink": {
            "type": "boolean"
          },
          "provisionStatus": {
            "type": "string",
            "nullable": true
          },
          "showHESConsole": {
            "type": "boolean"
          },
          "showMXrecords": {
            "type": "boolean"
          },
          "showHESChangepwd": {
            "type": "boolean"
          },
          "casbUrl": {
            "type": "string",
            "nullable": true
          },
          "docList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/DocumentList"
            },
            "nullable": true
          },
          "associateList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/AssociationTypeList"
            },
            "nullable": true
          },
          "taskList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/PendingTaskList"
            },
            "nullable": true
          },
          "productgroupList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ProdcutGroupList"
            },
            "nullable": true
          },
          "nsmClosedNetworkFiles": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/NSMFileTypes"
            },
            "nullable": true
          },
          "productExtendedInfo": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ProductExtendedInfo"
            },
            "nullable": true
          },
          "parentAssociationList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ParentAssociationType"
            },
            "nullable": true
          },
          "s1DeviceList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/S1Device"
            },
            "nullable": true
          },
          "s1Options": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/S1Option"
            },
            "nullable": true
          },
          "ttfqdnList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/TTserverFQDN"
            },
            "nullable": true
          },
          "isHESSku": {
            "type": "boolean"
          },
          "isWCM": {
            "type": "boolean"
          },
          "countryCode": {
            "type": "string",
            "nullable": true
          },
          "iscountryEdit": {
            "type": "boolean"
          },
          "countryName": {
            "type": "string",
            "nullable": true
          },
          "maintainKey": {
            "type": "string",
            "nullable": true
          },
          "hyperVisor": {
            "type": "string",
            "nullable": true
          },
          "sonicWaveManagedBy": {
            "type": "string",
            "nullable": true
          },
          "isOnBox": {
            "type": "boolean"
          },
          "isZTproduct": {
            "type": "boolean"
          },
          "isShowSSHAccessRemove": {
            "type": "boolean"
          },
          "isSSHAccess": {
            "type": "boolean"
          },
          "isShowOtherProducts": {
            "type": "boolean"
          },
          "isShowRegisterBy": {
            "type": "boolean"
          },
          "isShowCgmsLink": {
            "type": "boolean"
          },
          "isShowUnitLocation": {
            "type": "boolean"
          },
          "isShowProductName": {
            "type": "boolean"
          },
          "isShowSKUDesc": {
            "type": "boolean"
          },
          "isShowServicetag": {
            "type": "boolean"
          },
          "isShowHESLink": {
            "type": "boolean"
          },
          "isShowHGMSLink": {
            "type": "boolean"
          },
          "isShowScrutinizer": {
            "type": "boolean"
          },
          "isShowAddCgms": {
            "type": "boolean"
          },
          "isShowSSHResetPwd": {
            "type": "boolean"
          },
          "isShowSoftwareEorderInfo": {
            "type": "boolean"
          },
          "isShowViewSRAReq": {
            "type": "boolean"
          },
          "isShowClientDisGrp": {
            "type": "boolean"
          },
          "isShowRegCode": {
            "type": "boolean"
          },
          "isShowAuthCode": {
            "type": "boolean"
          },
          "isShowPartnerName": {
            "type": "boolean"
          },
          "isShowDistName": {
            "type": "boolean"
          },
          "isShowIPAddress": {
            "type": "boolean"
          },
          "isShowSKU": {
            "type": "boolean"
          },
          "isShowGMSon": {
            "type": "boolean"
          },
          "isShowPolicyURL": {
            "type": "boolean"
          },
          "isShowPlatform": {
            "type": "boolean"
          },
          "isShowFWVERSION": {
            "type": "boolean"
          },
          "isShowPartnerID": {
            "type": "boolean"
          },
          "isShowPartnerTier": {
            "type": "boolean"
          },
          "isShowMSMP": {
            "type": "boolean"
          },
          "isShowShipDate": {
            "type": "boolean"
          },
          "isShowClaimDate": {
            "type": "boolean"
          },
          "isShowDeviceStatus": {
            "type": "boolean"
          },
          "isShowProdStage": {
            "type": "boolean"
          },
          "isShowOffsite": {
            "type": "boolean"
          },
          "isShowCustomerID": {
            "type": "boolean"
          },
          "isShowGUID": {
            "type": "boolean"
          },
          "isShowLICKey": {
            "type": "boolean"
          },
          "isShowSGMSSerialNumber": {
            "type": "boolean"
          },
          "isShowProductGroup": {
            "type": "boolean"
          },
          "isShowCCMigration": {
            "type": "boolean"
          },
          "isShowDC": {
            "type": "boolean"
          },
          "partnerName": {
            "type": "string",
            "nullable": true
          },
          "distName": {
            "type": "string",
            "nullable": true
          },
          "ipAddress": {
            "type": "string",
            "nullable": true
          },
          "LicKey": {
            "type": "string",
            "nullable": true
          },
          "skuDesc": {
            "type": "string",
            "nullable": true
          },
          "partnerID": {
            "type": "string",
            "nullable": true
          },
          "shipDate": {
            "type": "string",
            "nullable": true
          },
          "claimDate": {
            "type": "string",
            "nullable": true
          },
          "partnerTier": {
            "type": "string",
            "nullable": true
          },
          "sgmsSerialNumber": {
            "type": "string",
            "nullable": true
          },
          "serviceTag": {
            "type": "string",
            "nullable": true
          },
          "cgmsLink": {
            "type": "string",
            "nullable": true
          },
          "cgmsText": {
            "type": "string",
            "nullable": true
          },
          "productName": {
            "type": "string",
            "nullable": true
          },
          "hesLink": {
            "type": "string",
            "nullable": true
          },
          "hgmsLink": {
            "type": "string",
            "nullable": true
          },
          "scrutinizerLink": {
            "type": "string",
            "nullable": true
          },
          "eorderId": {
            "type": "string",
            "nullable": true
          },
          "platForm": {
            "type": "string",
            "nullable": true
          },
          "fwVersion": {
            "type": "string",
            "nullable": true
          },
          "fwVersionHead": {
            "type": "string",
            "nullable": true
          },
          "MSMPTxt": {
            "type": "string",
            "nullable": true
          },
          "releaseStatusText": {
            "type": "string",
            "nullable": true
          },
          "releaseStatusToolTip": {
            "type": "string",
            "nullable": true
          },
          "offSiteLocationId": {
            "type": "string",
            "nullable": true
          },
          "customerId": {
            "type": "string",
            "nullable": true
          },
          "deleteGuid": {
            "type": "boolean"
          },
          "policyUrl": {
            "type": "string",
            "nullable": true
          },
          "ttServerfqdn": {
            "type": "string",
            "nullable": true
          },
          "productGroupName": {
            "type": "string",
            "nullable": true
          },
          "showLMSync": {
            "type": "boolean"
          },
          "lmSyncToolTipText": {
            "type": "string",
            "nullable": true
          },
          "dataCenter": {
            "type": "string",
            "nullable": true
          },
          "isfwUpdateAccess": {
            "type": "boolean"
          },
          "isZTReadOnly": {
            "type": "boolean"
          },
          "isMgnOptionsReadOnly": {
            "type": "boolean"
          },
          "FirewallManagementoptiondetails": {
            "$ref": "#/components/schemas/FirewallManagementoptions"
          },
          "switchoptions": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/SwitchManagementOptions"
            },
            "nullable": true
          },
          "isswitch": {
            "type": "boolean"
          },
          "switchmanagename": {
            "type": "string",
            "nullable": true
          },
          "domainName": {
            "type": "string",
            "nullable": true
          },
          "isSaseProduct": {
            "type": "boolean"
          },
          "isSSEProduct": {
            "type": "boolean"
          },
          "isLSG": {
            "type": "boolean"
          },
          "lsgServiceId": {
            "type": "integer",
            "format": "int32"
          },
          "isNSMOnprem": {
            "type": "string",
            "nullable": true
          },
          "isNSMOnpremAdd": {
            "type": "string",
            "nullable": true
          },
          "isNSMOnpremEdit": {
            "type": "string",
            "nullable": true
          },
          "NSMZTserverurl": {
            "type": "string",
            "nullable": true
          },
          "NSMZTserverurlfqdn": {
            "type": "string",
            "nullable": true
          },
          "assignToken": {
            "type": "string",
            "nullable": true
          },
          "showassignToken": {
            "type": "string",
            "nullable": true
          },
          "isNSvMgnModeEnable": {
            "type": "string",
            "nullable": true
          },
          "NSvMgnModeValue": {
            "type": "string",
            "nullable": true
          },
          "CsaFirmwareDownloadLinkText": {
            "type": "string",
            "nullable": true
          },
          "CsaFirmwareDownloadApiLink": {
            "type": "string",
            "nullable": true
          },
          "isCsaFirmwareS3FileAvailable": {
            "type": "string",
            "nullable": true
          },
          "CsaFirmwareUpdateFileType": {
            "type": "string",
            "nullable": true
          },
          "FileDownloadGatewayAPI": {
            "type": "string",
            "nullable": true
          },
          "CsaSmashUpdateDownloadLinkText": {
            "type": "string",
            "nullable": true
          },
          "CsaSmashUpdateDownloadApiLink": {
            "type": "string",
            "nullable": true
          },
          "isCsaSmashUpdateS3FileAvailable": {
            "type": "string",
            "nullable": true
          },
          "CsaSmashUpdateFileType": {
            "type": "string",
            "nullable": true
          },
          "NSvMgnModeToolTip": {
            "type": "string",
            "nullable": true
          },
          "isNFRProduct": {
            "type": "string",
            "nullable": true
          },
          "isVlSerNo": {
            "type": "string",
            "nullable": true
          },
          "VLFreeNodeCount": {
            "type": "string",
            "nullable": true
          },
          "VLMaxNodeCount": {
            "type": "string",
            "nullable": true
          },
          "showVLCreateInst": {
            "type": "string",
            "nullable": true
          },
          "isVLChildAssociated": {
            "type": "string",
            "nullable": true
          },
          "VLChildStatus": {
            "type": "string",
            "nullable": true
          },
          "VLChildMessage": {
            "type": "string",
            "nullable": true
          },
          "isMSSPManaged": {
            "type": "string",
            "nullable": true
          },
          "isMSSPManagedEditable": {
            "type": "string",
            "nullable": true
          },
          "showMSSPManaged": {
            "type": "string",
            "nullable": true
          },
          "ShowMSSPNodeCount": {
            "type": "string",
            "nullable": true
          },
          "isMSSPFirewallProduct": {
            "type": "string",
            "nullable": true
          },
          "isSecaasFirewallProduct": {
            "type": "string",
            "nullable": true
          },
          "Datenow": {
            "type": "string",
            "nullable": true
          },
          "isGen7Wireless": {
            "type": "string",
            "nullable": true
          },
          "wirelesslocation": {
            "type": "string",
            "nullable": true
          },
          "iswirelessLocationEditable": {
            "type": "string",
            "nullable": true
          },
          "lastPhoneHomeTime": {
            "type": "string",
            "nullable": true
          },
          "dcUrl": {
            "type": "string",
            "nullable": true
          },
          "ccdcid": {
            "type": "string",
            "nullable": true
          },
          "msspProductChoiceID": {
            "type": "string",
            "nullable": true
          },
          "issonicprotect": {
            "type": "string",
            "nullable": true
          },
          "sonicprotectDate": {
            "type": "string",
            "nullable": true
          },
          "sonicprotectText": {
            "type": "string",
            "nullable": true
          },
          "sonicprotectPLC": {
            "type": "string",
            "nullable": true
          },
          "sonicProtectEOSDate": {
            "type": "string",
            "nullable": true
          },
          "cseKeys": {
            "type": "string",
            "nullable": true
          },
          "productType": {
            "type": "string",
            "nullable": true
          },
          "isShowReboot": {
            "type": "boolean"
          },
          "switchtoCloudWarningText1": {
            "type": "string",
            "nullable": true
          },
          "switchtoCloudWarningText2": {
            "type": "string",
            "nullable": true
          },
          "isMPSSServiceActive": {
            "type": "boolean"
          }
        },
        "additionalProperties": false
      },
      "RegInfoRes": {
        "type": "object",
        "properties": {
          "pDetail": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/RegInfo"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "RegInfoResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/RegInfoRes"
          },
          "isReadOnlyAccess": {
            "type": "boolean"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "RegisterNSvSerialnumberRequest": {
        "type": "object",
        "properties": {
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "platformID": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "RegisterNSvSerialnumberRes": {
        "type": "object",
        "properties": {
          "serialNumber": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "RegisterNSvSerialnumberResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/RegisterNSvSerialnumberRes"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "RegisterSMA8200vSerialnumberRequest": {
        "type": "object",
        "properties": {
          "serialNumber": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "RegisterSMA8200vSerialnumberRes": {
        "type": "object",
        "properties": {
          "serialNumber": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "RegisterSMA8200vSerialnumberResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/RegisterSMA8200vSerialnumberRes"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "RegisterSerialNumber": {
        "type": "object",
        "properties": {
          "inputType": {
            "type": "string",
            "nullable": true
          },
          "inputStatus": {
            "type": "string",
            "nullable": true
          },
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "userName": {
            "type": "string",
            "nullable": true
          },
          "friendlyName": {
            "type": "string",
            "nullable": true
          },
          "batchCreatedUser": {
            "type": "string",
            "nullable": true
          },
          "haprimarySerialnumber": {
            "type": "string",
            "nullable": true
          },
          "tradeinSerialnumber": {
            "type": "string",
            "nullable": true
          },
          "actionType": {
            "type": "string",
            "nullable": true
          },
          "status": {
            "type": "string",
            "nullable": true
          },
          "errorMessage": {
            "type": "string",
            "nullable": true
          },
          "productType": {
            "type": "string",
            "nullable": true
          },
          "validation": {
            "type": "string",
            "nullable": true
          },
          "productFamily": {
            "type": "string",
            "nullable": true
          },
          "surveyPresent": {
            "type": "string",
            "nullable": true
          },
          "termsConditions": {
            "type": "string",
            "nullable": true
          },
          "authCode": {
            "type": "string",
            "nullable": true
          },
          "productID": {
            "type": "string",
            "nullable": true
          },
          "partnerName": {
            "type": "string",
            "nullable": true
          },
          "upgradeType": {
            "type": "string",
            "nullable": true
          },
          "registerMessageCode": {
            "type": "string",
            "nullable": true
          },
          "addressRequired": {
            "type": "string",
            "nullable": true
          },
          "NFR": {
            "type": "string",
            "nullable": true
          },
          "productLine": {
            "type": "string",
            "nullable": true
          },
          "redirectURI": {
            "type": "string",
            "nullable": true
          },
          "uniqueID": {
            "type": "string",
            "nullable": true
          },
          "aptTermsConditions": {
            "type": "string",
            "nullable": true
          },
          "distributionID": {
            "type": "string",
            "nullable": true
          },
          "serviceName": {
            "type": "string",
            "nullable": true
          },
          "rootServiceID": {
            "type": "string",
            "nullable": true
          },
          "isZTApplies": {
            "type": "string",
            "nullable": true
          },
          "isBundelCSC": {
            "type": "string",
            "nullable": true
          },
          "onpremGMSttfqdnmsg": {
            "type": "string",
            "nullable": true
          },
          "isanalyticsservice": {
            "type": "string",
            "nullable": true
          },
          "iscasservice": {
            "type": "string",
            "nullable": true
          },
          "issaseservice": {
            "type": "string",
            "nullable": true
          },
          "isHESservice": {
            "type": "string",
            "nullable": true
          },
          "isASAuthreq": {
            "type": "string",
            "nullable": true
          },
          "isTz80": {
            "type": "string",
            "nullable": true
          },
          "isfriendlynamereq": {
            "type": "string",
            "nullable": true
          },
          "subDomain": {
            "type": "string",
            "nullable": true
          },
          "subdomaintext": {
            "type": "string",
            "nullable": true
          },
          "datacenter": {
            "type": "string",
            "nullable": true
          },
          "tenantname": {
            "type": "string",
            "nullable": true
          },
          "gmsserialnumber": {
            "type": "string",
            "nullable": true
          },
          "casbsubdomain": {
            "type": "string",
            "nullable": true
          },
          "casbappid": {
            "type": "string",
            "nullable": true
          },
          "countryname": {
            "type": "string",
            "nullable": true
          },
          "countrycode": {
            "type": "string",
            "nullable": true
          },
          "storageparentserial": {
            "type": "string",
            "nullable": true
          },
          "isawsserial": {
            "type": "string",
            "nullable": true
          },
          "isDcRequired": {
            "type": "string",
            "nullable": true
          },
          "saseGatewayText": {
            "type": "string",
            "nullable": true
          },
          "competitiveReplacementTNC": {
            "type": "string",
            "nullable": true
          },
          "orgName": {
            "type": "string",
            "nullable": true
          },
          "orgId": {
            "type": "string",
            "nullable": true
          },
          "isMpssOnBoarding": {
            "type": "boolean"
          }
        },
        "additionalProperties": false
      },
      "RegisterSerialNumberRequest": {
        "required": [
          "serialNumber"
        ],
        "type": "object",
        "properties": {
          "serialNumber": {
            "minLength": 1,
            "type": "string"
          },
          "isCDG": {
            "type": "boolean"
          },
          "isStorageModule": {
            "type": "boolean"
          },
          "isUpgradeFreeTrial": {
            "type": "boolean"
          },
          "messageAccept": {
            "type": "string",
            "nullable": true
          },
          "signature": {
            "type": "string",
            "nullable": true
          },
          "authCode": {
            "type": "string",
            "nullable": true
          },
          "friendlyName": {
            "type": "string",
            "nullable": true
          },
          "groupName": {
            "type": "string",
            "nullable": true
          },
          "replacementType": {
            "type": "string",
            "nullable": true
          },
          "productType": {
            "type": "string",
            "nullable": true
          },
          "tradeInSerialnumber": {
            "type": "string",
            "nullable": true
          },
          "upgradeFreeTrialSerialnumber": {
            "type": "string",
            "nullable": true
          },
          "storageModuleParentSerialnumber": {
            "type": "string",
            "nullable": true
          },
          "arrSurveyResponse": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/surveyResponse"
            },
            "nullable": true
          },
          "isRegisterOnly": {
            "type": "boolean"
          },
          "isAPT": {
            "type": "boolean"
          },
          "uniqueID": {
            "type": "string",
            "nullable": true
          },
          "storageAuthCode": {
            "type": "string",
            "nullable": true
          },
          "productLine": {
            "type": "string",
            "nullable": true
          },
          "dataCenterLocationID": {
            "type": "string",
            "nullable": true
          },
          "ztValue": {
            "type": "string",
            "nullable": true
          },
          "policyServerurl": {
            "type": "string",
            "nullable": true
          },
          "isZTAplies": {
            "type": "boolean"
          },
          "ttServerfqdnurl": {
            "type": "string",
            "nullable": true
          },
          "isanalyticservicedefreg": {
            "type": "string",
            "nullable": true
          },
          "isHESdefreg": {
            "type": "string",
            "nullable": true
          },
          "issaseservicedefreg": {
            "type": "string",
            "nullable": true
          },
          "saseDataCenter": {
            "type": "string",
            "nullable": true
          },
          "sasesubdomain": {
            "type": "string",
            "nullable": true
          },
          "iscascservicedefreg": {
            "type": "string",
            "nullable": true
          },
          "casbDataCenter": {
            "type": "string",
            "nullable": true
          },
          "casbsubdomain": {
            "type": "string",
            "nullable": true
          },
          "casbAppid": {
            "type": "string",
            "nullable": true
          },
          "awsAssignToken": {
            "type": "string",
            "nullable": true
          },
          "countryCode": {
            "type": "string",
            "nullable": true
          },
          "sbxDataCenter": {
            "type": "string",
            "nullable": true
          },
          "managementOptionname": {
            "type": "string",
            "nullable": true
          },
          "cloudgmsserial": {
            "type": "string",
            "nullable": true
          },
          "isCSETrialConversionApplicable": {
            "type": "boolean"
          },
          "onpremconfig": {
            "$ref": "#/components/schemas/OnPremGMSConfig"
          },
          "isOnpremDemoUpgrade": {
            "type": "string",
            "nullable": true
          },
          "appName": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "RegisterSerialNumberResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/RegisterSerialNumber"
          },
          "arrTradeInSerials": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/TradeInSerialList"
            },
            "nullable": true
          },
          "arrReplacementTypes": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ReplacementTypes"
            },
            "nullable": true
          },
          "arrListOffSite": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ListOffSite"
            },
            "nullable": true
          },
          "arrCompetitiveSurvey": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/CompetitiveSurvey"
            },
            "nullable": true
          },
          "arrEligibleSerials": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/LicenseEligibleSerialList"
            },
            "nullable": true
          },
          "arrStorageModuleParentSerials": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ListStorageModuleParent"
            },
            "nullable": true
          },
          "arrListFreeTrialSerials": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ListFreeTrialSerials"
            },
            "nullable": true
          },
          "arrMultiProductRegistrationStatus": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/MultiProductRegistrationStatus"
            },
            "nullable": true
          },
          "arrMultiProductRegistrationResult": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/MultiProductRegistrationResult"
            },
            "nullable": true
          },
          "arrPolicyServerResult": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/PolicyServerUrlDetails"
            },
            "nullable": true
          },
          "dataCenter": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/CASDataCenter"
            },
            "nullable": true
          },
          "sbxDC": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/sbxDataCenter"
            },
            "nullable": true
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "RegisterSoftwareRequest": {
        "type": "object",
        "properties": {
          "associationTypeID": {
            "type": "integer",
            "format": "int32"
          },
          "primarySerialNumber": {
            "type": "string",
            "nullable": true
          },
          "friendlyName": {
            "type": "string",
            "nullable": true
          },
          "SoftwareGuid": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "RegisterStatus": {
        "type": "object",
        "properties": {
          "SerialNo": {
            "type": "string",
            "nullable": true
          },
          "Status": {
            "type": "string",
            "nullable": true
          },
          "failureReason": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "RejectAutomaticTransferResponse": {
        "type": "object",
        "properties": {
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ReleaseNFRSerialList": {
        "type": "object",
        "properties": {
          "strSerial": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ReleaseNFRSerialRequest": {
        "type": "object",
        "properties": {
          "releaseNFRList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ReleaseNFRSerialList"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ReleaseNFRSerialResp": {
        "type": "object",
        "properties": {
          "resultText": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ReleaseNFRSerialResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/ReleaseNFRSerialResp"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "RemoveBasketItemRes": {
        "type": "object",
        "properties": {
          "cartCount": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "RemoveBasketItemResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/RemoveBasketItemRes"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "RemoveQuoteRequest": {
        "type": "object",
        "properties": {
          "equoteItemIds": {
            "type": "string",
            "nullable": true
          },
          "equoteId": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "RemoveQuoteRes": {
        "type": "object",
        "properties": {
          "result": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "RemoveQuoteResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/RemoveQuoteRes"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "RenameProductGroupRequest": {
        "type": "object",
        "properties": {
          "productGroupId": {
            "type": "string",
            "nullable": true
          },
          "newProductGroupName": {
            "type": "string",
            "nullable": true
          },
          "bSendMail": {
            "type": "boolean"
          }
        },
        "additionalProperties": false
      },
      "RenameUserGroupRequest": {
        "type": "object",
        "properties": {
          "partyGroupId": {
            "type": "string",
            "nullable": true
          },
          "newPartyGroupName": {
            "type": "string",
            "nullable": true
          },
          "bSendMail": {
            "type": "boolean"
          }
        },
        "additionalProperties": false
      },
      "RenewalContact": {
        "type": "object",
        "additionalProperties": false
      },
      "RenewalContactResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/RenewalContact"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "RenewalList": {
        "type": "object",
        "properties": {
          "serialNo": {
            "type": "string",
            "nullable": true
          },
          "expDate": {
            "type": "string",
            "nullable": true
          },
          "expDateStr": {
            "type": "string",
            "nullable": true
          },
          "friendlyName": {
            "type": "string",
            "nullable": true
          },
          "prodID": {
            "type": "string",
            "nullable": true
          },
          "serviceName": {
            "type": "string",
            "nullable": true
          },
          "serviceID": {
            "type": "string",
            "nullable": true
          },
          "remainingDays": {
            "type": "string",
            "nullable": true
          },
          "isBuyable": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "RenewalListResp": {
        "type": "object",
        "properties": {
          "RenList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/RenewalList"
            },
            "nullable": true
          },
          "userListCount": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "RenewalListResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/RenewalListResp"
          },
          "responsevalue": {
            "type": "string",
            "nullable": true
          },
          "errorcode": {
            "type": "string",
            "nullable": true
          },
          "errordesc": {
            "type": "string",
            "nullable": true
          },
          "username": {
            "type": "string",
            "nullable": true
          },
          "arrInput": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/InputError"
            },
            "nullable": true
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ReplacementTypes": {
        "type": "object",
        "properties": {
          "replacementtype": {
            "type": "string",
            "nullable": true
          },
          "replacementval": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ReportBuyNowResponse": {
        "type": "object",
        "properties": {
          "reportdate": {
            "type": "string",
            "nullable": true
          },
          "Records": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/reportbuynowitem"
            },
            "nullable": true
          },
          "colnames": {
            "type": "string",
            "nullable": true
          },
          "noofrecords": {
            "type": "string",
            "nullable": true
          },
          "recthispage": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ReportPrefFileDownloadResponse": {
        "type": "object",
        "properties": {
          "reportdate": {
            "type": "string",
            "nullable": true
          },
          "Records": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/reportpreffiledownloaditem"
            },
            "nullable": true
          },
          "colnames": {
            "type": "string",
            "nullable": true
          },
          "noofrecords": {
            "type": "string",
            "nullable": true
          },
          "recthispage": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "RequestChangeReq": {
        "type": "object",
        "properties": {
          "equoteId": {
            "type": "string",
            "nullable": true
          },
          "remarks": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ResetHESPasswordRequest": {
        "type": "object",
        "properties": {
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "userName": {
            "type": "string",
            "nullable": true
          },
          "password": {
            "type": "string",
            "nullable": true
          },
          "comments": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ResponseStructure": {
        "type": "object",
        "properties": {
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "S1Device": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "S1Option": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "nullable": true
          },
          "value": {
            "type": "string",
            "nullable": true
          },
          "enabled": {
            "type": "boolean"
          }
        },
        "additionalProperties": false
      },
      "SFDCCaseDuration": {
        "type": "object",
        "properties": {
          "text": {
            "type": "string",
            "nullable": true
          },
          "val": {
            "type": "string",
            "nullable": true
          },
          "displayOrder": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "SFDCCaseStatus": {
        "type": "object",
        "properties": {
          "text": {
            "type": "string",
            "nullable": true
          },
          "val": {
            "type": "string",
            "nullable": true
          },
          "isChecked": {
            "type": "boolean"
          }
        },
        "additionalProperties": false
      },
      "SFDCasePriority": {
        "type": "object",
        "properties": {
          "text": {
            "type": "string",
            "nullable": true
          },
          "val": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "SKUList": {
        "type": "object",
        "properties": {
          "SSIPN": {
            "type": "string",
            "nullable": true
          },
          "SSIPNDescription": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "SSOActivityRequest": {
        "type": "object",
        "properties": {
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "username": {
            "type": "string",
            "nullable": true
          },
          "operationName": {
            "type": "string",
            "nullable": true
          },
          "comments": {
            "type": "string",
            "nullable": true
          },
          "detailComments": {
            "type": "string",
            "nullable": true
          },
          "ipAddress": {
            "type": "string",
            "nullable": true
          },
          "source": {
            "type": "string",
            "nullable": true
          },
          "tenantId": {
            "type": "string",
            "nullable": true
          },
          "tileName": {
            "type": "string",
            "nullable": true
          },
          "productGroupId": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "SSOActivityResponse": {
        "type": "object",
        "properties": {
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "SamiServiceCategory": {
        "type": "object",
        "properties": {
          "serviceCategory": {
            "type": "string",
            "nullable": true
          },
          "serviceList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/SamiServiceItem"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "SamiServiceItem": {
        "type": "object",
        "properties": {
          "serviceCode": {
            "type": "string",
            "nullable": true
          },
          "serviceName": {
            "type": "string",
            "nullable": true
          },
          "status": {
            "type": "string",
            "nullable": true
          },
          "expiration": {
            "type": "string",
            "nullable": true
          },
          "nodecount": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "components": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "SaveColumnPreferenceRequest": {
        "type": "object",
        "properties": {
          "columnNames": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "SaveColumnPreferenceResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/SaveColumnPreferenceRequest"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "SaveMSSPScopeRequest": {
        "type": "object",
        "properties": {
          "partyGroupid": {
            "type": "string",
            "nullable": true
          },
          "masterMSSPID": {
            "type": "string",
            "nullable": true
          },
          "newMasterMSSPID": {
            "type": "string",
            "nullable": true
          },
          "isMSSPGlobal": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "SaveMSSPScopeResponse": {
        "type": "object",
        "properties": {
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "SavePreferenceRequest": {
        "required": [
          "betaTester",
          "privacy",
          "renewalDays"
        ],
        "type": "object",
        "properties": {
          "betaTester": {
            "minLength": 1,
            "type": "string"
          },
          "privacy": {
            "minLength": 1,
            "type": "string"
          },
          "renewalDays": {
            "minLength": 1,
            "type": "string"
          },
          "defaultApp": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "SavePreferenceResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/Preference"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "SaveQuoteRes": {
        "type": "object",
        "properties": {
          "quoteId": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "SaveQuoteResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/SaveQuoteRes"
          },
          "quoteId": {
            "type": "string",
            "nullable": true
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "SecUpFrmSerialNumbers": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "nullable": true
          },
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "productLine": {
            "type": "string",
            "nullable": true
          },
          "registrationCode": {
            "type": "string",
            "nullable": true
          },
          "createdDate": {
            "type": "string",
            "nullable": true
          },
          "isLSG": {
            "type": "string",
            "nullable": true
          },
          "lsgMsg": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "SecondaryServiceList": {
        "type": "object",
        "properties": {
          "serviceId": {
            "type": "integer",
            "format": "int32"
          },
          "serviceFamily": {
            "type": "string",
            "nullable": true
          },
          "serviceName": {
            "type": "string",
            "nullable": true
          },
          "releaseStatus": {
            "type": "string",
            "nullable": true
          },
          "renewStatus": {
            "type": "string",
            "nullable": true
          },
          "serviceStatus": {
            "type": "string",
            "nullable": true
          },
          "aspfile": {
            "type": "string",
            "nullable": true
          },
          "cat": {
            "type": "string",
            "nullable": true
          },
          "activated": {
            "type": "string",
            "nullable": true
          },
          "expired": {
            "type": "string",
            "nullable": true
          },
          "expirydate": {
            "type": "string",
            "nullable": true
          },
          "freetrial": {
            "type": "string",
            "nullable": true
          },
          "buyable": {
            "type": "string",
            "nullable": true
          },
          "version": {
            "type": "string",
            "nullable": true
          },
          "cssClass": {
            "type": "string",
            "nullable": true
          },
          "expTooltip": {
            "type": "string",
            "nullable": true
          },
          "NonZTText": {
            "type": "string",
            "nullable": true
          },
          "ZTText": {
            "type": "string",
            "nullable": true
          },
          "isZTserial": {
            "type": "string",
            "nullable": true
          },
          "isZTTenantExist": {
            "type": "string",
            "nullable": true
          },
          "arrListOffSite": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ListOffSite"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "SecurityProductList": {
        "type": "object",
        "properties": {
          "secutiyProductId": {
            "type": "string",
            "nullable": true
          },
          "secutiyProductText": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "SecurityProductListRes": {
        "type": "object",
        "properties": {
          "urlCategory": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/SecurityProductList"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "SecurityProductListResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/SecurityProductListRes"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "SecurityServiceDashboard": {
        "type": "object",
        "properties": {
          "threatsCountList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ThreatsCountList"
            },
            "nullable": true
          },
          "topThreatsList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/TopThreatsList"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "SecurityServiceDashboardResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/SecurityServiceDashboard"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "SecurityVulnerabilityReq": {
        "type": "object",
        "properties": {
          "reporterName": {
            "type": "string",
            "nullable": true
          },
          "emailAddress": {
            "type": "string",
            "nullable": true
          },
          "reporterPhoneNumber": {
            "type": "string",
            "nullable": true
          },
          "reporterOrganization": {
            "type": "string",
            "nullable": true
          },
          "securityProduct": {
            "type": "string",
            "nullable": true
          },
          "reporterCountry": {
            "type": "string",
            "nullable": true
          },
          "reporterCountryCode": {
            "type": "string",
            "nullable": true
          },
          "vulnerability": {
            "type": "string",
            "nullable": true
          },
          "cveAssigned": {
            "type": "string",
            "nullable": true
          },
          "cveAssignedComments": {
            "type": "string",
            "nullable": true
          },
          "reproduceVulnerability": {
            "type": "string",
            "nullable": true
          },
          "testedVersion": {
            "type": "string",
            "nullable": true
          },
          "vulnerabilityEnabledByDefault": {
            "type": "string",
            "nullable": true
          },
          "vulnerabilityExploited": {
            "type": "string",
            "nullable": true
          },
          "proofOfConcept": {
            "type": "string",
            "nullable": true
          },
          "discloseVulnerabilityPublicly": {
            "type": "string",
            "nullable": true
          },
          "discloseDate": {
            "type": "string",
            "nullable": true
          },
          "captchaText": {
            "type": "string",
            "nullable": true
          },
          "sourceName": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "SecurityVulnerabilityRes": {
        "type": "object",
        "properties": {
          "SecurityVulnerabilityId": {
            "type": "string",
            "nullable": true
          },
          "result": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "SecurityVulnerabilityResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/SecurityVulnerabilityRes"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "SendMailRequest": {
        "required": [
          "authMode",
          "clientId",
          "password",
          "userName"
        ],
        "type": "object",
        "properties": {
          "userName": {
            "minLength": 1,
            "type": "string"
          },
          "password": {
            "minLength": 1,
            "type": "string"
          },
          "authMode": {
            "minLength": 1,
            "type": "string"
          },
          "clientId": {
            "minLength": 1,
            "type": "string"
          }
        },
        "additionalProperties": false
      },
      "ServiceActivationKeyInfo": {
        "type": "object",
        "properties": {
          "keyserviceId": {
            "type": "string",
            "nullable": true
          },
          "nodeCount": {
            "type": "string",
            "nullable": true
          },
          "startDate": {
            "type": "string",
            "nullable": true
          },
          "endDate": {
            "type": "string",
            "nullable": true
          },
          "isUpdate": {
            "type": "boolean"
          },
          "actKey": {
            "type": "string",
            "nullable": true
          },
          "dynamicNodeCount": {
            "type": "string",
            "nullable": true
          },
          "duration": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ServiceDisplayNames": {
        "type": "object",
        "properties": {
          "identifyName": {
            "type": "string",
            "nullable": true
          },
          "displayName": {
            "type": "string",
            "nullable": true
          },
          "serviceID": {
            "type": "string",
            "nullable": true
          },
          "productID": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ServiceList": {
        "type": "object",
        "properties": {
          "serviceId": {
            "type": "integer",
            "format": "int32"
          },
          "displayorder": {
            "type": "integer",
            "format": "int32"
          },
          "termsconditionsid": {
            "type": "integer",
            "format": "int32"
          },
          "primaryrootserviceid": {
            "type": "integer",
            "format": "int32"
          },
          "primaryproductid": {
            "type": "integer",
            "format": "int32"
          },
          "servicecategroryid": {
            "type": "integer",
            "format": "int32"
          },
          "nodecount": {
            "type": "integer",
            "format": "int32"
          },
          "lmnodecount": {
            "type": "integer",
            "format": "int32"
          },
          "msspnodecount": {
            "type": "integer",
            "format": "int32"
          },
          "tccourseid": {
            "type": "integer",
            "format": "int32"
          },
          "certificateid": {
            "type": "integer",
            "format": "int32"
          },
          "sortorder": {
            "type": "integer",
            "format": "int32"
          },
          "parentserviceid": {
            "type": "integer",
            "format": "int32"
          },
          "nDaysToExpiry": {
            "type": "integer",
            "format": "int32"
          },
          "serviceFamily": {
            "type": "string",
            "nullable": true
          },
          "serviceName": {
            "type": "string",
            "nullable": true
          },
          "releaseStatus": {
            "type": "string",
            "nullable": true
          },
          "renewStatus": {
            "type": "string",
            "nullable": true
          },
          "serviceStatus": {
            "type": "string",
            "nullable": true
          },
          "aspfile": {
            "type": "string",
            "nullable": true
          },
          "cat": {
            "type": "string",
            "nullable": true
          },
          "activated": {
            "type": "string",
            "nullable": true
          },
          "expired": {
            "type": "string",
            "nullable": true
          },
          "expirydate": {
            "type": "string",
            "nullable": true
          },
          "freetrial": {
            "type": "string",
            "nullable": true
          },
          "buyable": {
            "type": "string",
            "nullable": true
          },
          "version": {
            "type": "string",
            "nullable": true
          },
          "surveyquestionpresent": {
            "type": "string",
            "nullable": true
          },
          "svcmsg": {
            "type": "string",
            "nullable": true
          },
          "instructiontext": {
            "type": "string",
            "nullable": true
          },
          "primaryserialnumber": {
            "type": "string",
            "nullable": true
          },
          "primaryservicefamily": {
            "type": "string",
            "nullable": true
          },
          "rollovertext": {
            "type": "string",
            "nullable": true
          },
          "servicesoftware": {
            "type": "string",
            "nullable": true
          },
          "autorenew": {
            "type": "string",
            "nullable": true
          },
          "oemcode": {
            "type": "string",
            "nullable": true
          },
          "lmexpirydate": {
            "type": "string",
            "nullable": true
          },
          "lmsync": {
            "type": "string",
            "nullable": true
          },
          "isdisplayable": {
            "type": "string",
            "nullable": true
          },
          "lsgeligible": {
            "type": "string",
            "nullable": true
          },
          "certificationflag": {
            "type": "string",
            "nullable": true
          },
          "tcpassword": {
            "type": "string",
            "nullable": true
          },
          "trialonly": {
            "type": "string",
            "nullable": true
          },
          "maxtech": {
            "type": "string",
            "nullable": true
          },
          "modelid": {
            "type": "string",
            "nullable": true
          },
          "helpicontext": {
            "type": "string",
            "nullable": true
          },
          "isActive": {
            "type": "boolean"
          },
          "isActivate": {
            "type": "boolean"
          },
          "isTrial": {
            "type": "boolean"
          },
          "isActivatePrimary": {
            "type": "boolean"
          },
          "isBuyNow": {
            "type": "boolean"
          },
          "bShowNote": {
            "type": "boolean"
          },
          "cssClass": {
            "type": "string",
            "nullable": true
          },
          "expTooltip": {
            "type": "string",
            "nullable": true
          },
          "isSoonExpiring": {
            "type": "string",
            "nullable": true
          },
          "isLSG": {
            "type": "boolean"
          },
          "primaryActionText": {
            "type": "string",
            "nullable": true
          },
          "isSupportBackDated": {
            "type": "boolean"
          },
          "showServiceOutOfSync": {
            "type": "boolean"
          },
          "outOfSyncToolTip": {
            "type": "string",
            "nullable": true
          },
          "secondaryServiceList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/SecondaryServiceList"
            },
            "nullable": true
          },
          "skuList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/SKUList"
            },
            "nullable": true
          },
          "isShowActionOnTenantLink": {
            "type": "boolean"
          },
          "unLimitedNodeCnt": {
            "type": "boolean"
          },
          "individualDisplay": {
            "type": "boolean"
          },
          "msspTooltip": {
            "type": "string",
            "nullable": true
          },
          "is_product_billable": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ServiceOption": {
        "type": "object",
        "properties": {
          "serviceName": {
            "type": "string",
            "nullable": true
          },
          "serviceId": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "showExpDate": {
            "type": "string",
            "nullable": true
          },
          "expDate": {
            "type": "string",
            "nullable": true
          },
          "showNodeCount": {
            "type": "string",
            "nullable": true
          },
          "isDisabled": {
            "type": "string",
            "nullable": true
          },
          "tooltip": {
            "type": "string",
            "nullable": true
          },
          "showZeroTouch": {
            "type": "string",
            "nullable": true
          },
          "ztValue": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "isZTApplicable": {
            "type": "string",
            "nullable": true
          },
          "isDCApplies": {
            "type": "string",
            "nullable": true
          },
          "showMgmtOpt": {
            "type": "string",
            "nullable": true
          },
          "ShowSelectServiceChild": {
            "type": "string",
            "nullable": true
          },
          "isselected": {
            "type": "string",
            "nullable": true
          },
          "isReadOnly": {
            "type": "string",
            "nullable": true
          },
          "isExpiryNever": {
            "type": "string",
            "nullable": true
          },
          "nodeCount": {
            "type": "string",
            "nullable": true
          },
          "defaultNodecount": {
            "type": "string",
            "nullable": true
          },
          "totalNodeCount": {
            "type": "string",
            "nullable": true
          },
          "maxNodeCount": {
            "type": "string",
            "nullable": true
          },
          "minNodeCount": {
            "type": "string",
            "nullable": true
          },
          "ShowUpperLimit": {
            "type": "string",
            "nullable": true
          },
          "infoIconText": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ServiceStatus": {
        "type": "object",
        "properties": {
          "serialnumber": {
            "type": "string",
            "nullable": true
          },
          "activationKey": {
            "type": "string",
            "nullable": true
          },
          "endDate": {
            "type": "string",
            "nullable": true
          },
          "endDateText": {
            "type": "string",
            "nullable": true
          },
          "messageAccept": {
            "type": "string",
            "nullable": true
          },
          "actionType": {
            "type": "string",
            "nullable": true
          },
          "extendService": {
            "type": "boolean",
            "nullable": true
          },
          "status": {
            "type": "string",
            "nullable": true
          },
          "activationCode": {
            "type": "string",
            "nullable": true
          },
          "activationDate": {
            "type": "string",
            "nullable": true
          },
          "activationStatus": {
            "type": "string",
            "nullable": true
          },
          "serviceType": {
            "type": "string",
            "nullable": true
          },
          "serviceStatus": {
            "type": "string",
            "nullable": true
          },
          "errorMessage": {
            "type": "string",
            "nullable": true
          },
          "BaseTable": {
            "type": "string",
            "nullable": true
          },
          "downoadHeaderText": {
            "type": "string",
            "nullable": true
          },
          "downoadUrl": {
            "type": "string",
            "nullable": true
          },
          "downoadLinkText": {
            "type": "string",
            "nullable": true
          },
          "downoadLinkNAText": {
            "type": "string",
            "nullable": true
          },
          "copyDownoadLinkText": {
            "type": "string",
            "nullable": true
          },
          "copyDownoadLink": {
            "type": "string",
            "nullable": true
          },
          "SecurityCenterUrl": {
            "type": "string",
            "nullable": true
          },
          "SecurityCenterHeaderText": {
            "type": "string",
            "nullable": true
          },
          "SecurityCenterPostLinkText": {
            "type": "string",
            "nullable": true
          },
          "SecurityCenterLinkText": {
            "type": "string",
            "nullable": true
          },
          "BlockActivation": {
            "type": "string",
            "nullable": true
          },
          "isBlockActivation": {
            "type": "boolean"
          },
          "DataCenters": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/OffsiteLocation"
            },
            "nullable": true
          },
          "DCWarning1": {
            "type": "string",
            "nullable": true
          },
          "DCWarning2": {
            "type": "string",
            "nullable": true
          },
          "DCWarning3": {
            "type": "string",
            "nullable": true
          },
          "ExpiryDate": {
            "type": "string",
            "nullable": true
          },
          "IsPostAcivation": {
            "type": "string",
            "nullable": true
          },
          "pendingDays": {
            "type": "string",
            "nullable": true
          },
          "pendingDaysText": {
            "type": "string",
            "nullable": true
          },
          "NodeCountText": {
            "type": "string",
            "nullable": true
          },
          "NumberOfLicenses": {
            "type": "string",
            "nullable": true
          },
          "PostActivationList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/PostActivation"
            },
            "nullable": true
          },
          "ProductFriendlyName": {
            "type": "string",
            "nullable": true
          },
          "SelectedDataCenter": {
            "type": "string",
            "nullable": true
          },
          "SerActivatedMessage": {
            "type": "string",
            "nullable": true
          },
          "SName": {
            "type": "string",
            "nullable": true
          },
          "TermsCondition": {
            "type": "string",
            "nullable": true
          },
          "dmDataCenter": {
            "type": "string",
            "nullable": true
          },
          "dmAdminEmail": {
            "type": "string",
            "nullable": true
          },
          "dmDomains": {
            "type": "string",
            "nullable": true
          },
          "dmCompanyName": {
            "type": "string",
            "nullable": true
          },
          "apiKey": {
            "type": "string",
            "nullable": true
          },
          "isNewCCSSOEnabled": {
            "type": "string",
            "nullable": true
          },
          "appName": {
            "type": "string",
            "nullable": true
          },
          "arrDataCenter": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/DataCenter"
            },
            "nullable": true
          },
          "arrPostActivation": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/PostActivation"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ServiceTypeList": {
        "type": "object",
        "properties": {
          "serviceTypeName": {
            "type": "string",
            "nullable": true
          },
          "serviceList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ServiceList"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "SesEligibleFirewallList": {
        "type": "object",
        "properties": {
          "friendlyName": {
            "type": "string",
            "nullable": true
          },
          "serialNumber": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "SessionLogoutRequest": {
        "type": "object",
        "properties": {
          "clearCart": {
            "type": "string",
            "nullable": true
          },
          "allApps": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "SessionLogoutResponse": {
        "type": "object",
        "properties": {
          "hasItemsInCart": {
            "type": "boolean"
          },
          "arrInput": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/InputError"
            },
            "nullable": true
          },
          "idplogoutUrl": {
            "type": "string",
            "nullable": true
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Settings": {
        "type": "object",
        "properties": {
          "session_timeout": {
            "type": "string",
            "nullable": true
          },
          "inactivity_timeout": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "SigDownload": {
        "type": "object",
        "properties": {
          "sigID": {
            "type": "string",
            "nullable": true
          },
          "applicableProducts": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "SigDownloadResp": {
        "type": "object",
        "properties": {
          "sigIDList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Signatures"
            },
            "nullable": true
          },
          "sigApplicableProdList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/SigDownload"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "SigDownloadResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/SigDownloadResp"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Signature": {
        "type": "object",
        "properties": {
          "hmac": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Signatures": {
        "type": "object",
        "properties": {
          "sigID": {
            "type": "string",
            "nullable": true
          },
          "displayText": {
            "type": "string",
            "nullable": true
          },
          "warningText": {
            "type": "string",
            "nullable": true
          },
          "gavDate": {
            "type": "string",
            "nullable": true
          },
          "idpDate": {
            "type": "string",
            "nullable": true
          },
          "antiSpywareDate": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Software": {
        "type": "object",
        "properties": {
          "softwareID": {
            "type": "integer",
            "format": "int32"
          },
          "name": {
            "type": "string",
            "nullable": true
          },
          "softwareGroupID": {
            "type": "integer",
            "format": "int32"
          },
          "version": {
            "type": "string",
            "nullable": true
          },
          "releaseDate": {
            "type": "string",
            "nullable": true
          },
          "fileSize": {
            "type": "string",
            "nullable": true
          },
          "downloadURL": {
            "type": "string",
            "nullable": true
          },
          "releaseNoteURL": {
            "type": "string",
            "nullable": true
          },
          "instruction": {
            "type": "string",
            "nullable": true
          },
          "md5HashValue": {
            "type": "string",
            "nullable": true
          },
          "downloadCount": {
            "type": "string",
            "nullable": true
          },
          "sendDownloadEmail": {
            "type": "string",
            "nullable": true
          },
          "languageCode": {
            "type": "string",
            "nullable": true
          },
          "language": {
            "type": "string",
            "nullable": true
          },
          "TNCID": {
            "type": "integer",
            "format": "int32"
          },
          "positionGroup": {
            "type": "integer",
            "format": "int32"
          },
          "rootSw": {
            "type": "integer",
            "format": "int32"
          },
          "isRNotes": {
            "type": "integer",
            "format": "int32"
          },
          "showAEPC": {
            "type": "boolean"
          },
          "aepcText": {
            "type": "string",
            "nullable": true
          },
          "downloadfileType": {
            "type": "string",
            "nullable": true
          },
          "releaseType": {
            "type": "string",
            "nullable": true
          },
          "sha256Hash": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "SoftwareDetailResponse": {
        "type": "object",
        "properties": {
          "listSoftwareDetails": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/SoftwareDetailsPref"
            },
            "nullable": true
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "SoftwareDetailsPref": {
        "type": "object",
        "properties": {
          "version": {
            "type": "string",
            "nullable": true
          },
          "releasenotesuri": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "SoftwareGroup": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "nullable": true
          },
          "name_act": {
            "type": "string",
            "nullable": true
          },
          "softwareGroupID": {
            "type": "integer",
            "format": "int32"
          },
          "version": {
            "type": "string",
            "nullable": true
          },
          "releaseType": {
            "type": "string",
            "nullable": true
          },
          "releaseDate": {
            "type": "string",
            "nullable": true
          },
          "dtreleaseDate": {
            "type": "string",
            "nullable": true
          },
          "language": {
            "type": "string",
            "nullable": true
          },
          "isLatest": {
            "type": "string",
            "nullable": true
          },
          "languageCode": {
            "type": "string",
            "nullable": true
          },
          "savedOn": {
            "type": "string",
            "nullable": true
          },
          "addMyDownload": {
            "type": "boolean"
          },
          "removeMyDownload": {
            "type": "boolean"
          },
          "fileType": {
            "type": "string",
            "nullable": true
          },
          "softwareList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Software"
            },
            "nullable": true
          },
          "isApplicable": {
            "type": "integer",
            "format": "int32"
          },
          "fileSize": {
            "type": "string",
            "nullable": true
          },
          "releaseNoteURL": {
            "type": "string",
            "nullable": true
          },
          "instruction": {
            "type": "string",
            "nullable": true
          },
          "md5HashValue": {
            "type": "string",
            "nullable": true
          },
          "downloadCount": {
            "type": "string",
            "nullable": true
          },
          "firmwareStatus": {
            "type": "string",
            "nullable": true
          },
          "firmwareEndDate": {
            "type": "string",
            "nullable": true
          },
          "intVersion": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "SoftwareLanguage": {
        "type": "object",
        "properties": {
          "Language": {
            "type": "string",
            "nullable": true
          },
          "LanguageCode": {
            "type": "string",
            "nullable": true
          },
          "choidID": {
            "type": "integer",
            "format": "int32"
          },
          "isprefLang": {
            "type": "boolean"
          }
        },
        "additionalProperties": false
      },
      "SoftwareReleaseType": {
        "type": "object",
        "properties": {
          "releaseType": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "SoftwareType": {
        "type": "object",
        "properties": {
          "platForm": {
            "type": "string",
            "nullable": true
          },
          "softwareType": {
            "type": "string",
            "nullable": true
          },
          "fileName": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "SonicPlatformClaimsRequest": {
        "type": "object",
        "properties": {
          "header": {
            "$ref": "#/components/schemas/Header"
          },
          "payload": {
            "$ref": "#/components/schemas/Payload"
          },
          "signature": {
            "$ref": "#/components/schemas/Signature"
          }
        },
        "additionalProperties": false
      },
      "SonicWaveActivity": {
        "type": "object",
        "properties": {
          "sonicWaveActivityId": {
            "type": "string",
            "nullable": true
          },
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "fromProductGroup": {
            "type": "string",
            "nullable": true
          },
          "toProductGroup": {
            "type": "string",
            "nullable": true
          },
          "fromUser": {
            "type": "string",
            "nullable": true
          },
          "toUser": {
            "type": "string",
            "nullable": true
          },
          "action": {
            "type": "string",
            "nullable": true
          },
          "comments": {
            "type": "string",
            "nullable": true
          },
          "actionStatus": {
            "type": "string",
            "nullable": true
          },
          "sessionId": {
            "type": "string",
            "nullable": true
          },
          "retryCount": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "StarredProuctGroup": {
        "type": "object",
        "properties": {
          "productGroupId": {
            "type": "string",
            "nullable": true
          },
          "status": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "StarredProuctGroupRequest": {
        "type": "object",
        "properties": {
          "starProductGroup": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/StarredProuctGroup"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "StarredProuctGroupResponse": {
        "type": "object",
        "properties": {
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Status": {
        "type": "object",
        "properties": {
          "status": {
            "type": "string",
            "nullable": true
          },
          "statusText": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "SubTreeViewUGStructure": {
        "type": "object",
        "properties": {
          "label": {
            "type": "string",
            "nullable": true
          },
          "children": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/SubTreeViewUGStructure"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Subject": {
        "type": "object",
        "properties": {
          "principal": {
            "type": "string",
            "nullable": true
          },
          "identity": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "SubmitTransferSecureUpgradeResponse": {
        "type": "object",
        "properties": {
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "SubscriptionRecord": {
        "type": "object",
        "properties": {
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "friendlyName": {
            "type": "string",
            "nullable": true
          },
          "model": {
            "type": "string",
            "nullable": true
          },
          "tenantName": {
            "type": "string",
            "nullable": true
          },
          "registered": {
            "type": "string",
            "nullable": true
          },
          "firmwareVersion": {
            "type": "string",
            "nullable": true
          },
          "lastPingDate": {
            "type": "string",
            "nullable": true
          },
          "licenseExpiryDate": {
            "$ref": "#/components/schemas/LicenseExpiryInfo"
          },
          "licenseDetails": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/LicenseDetail"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "SubscriptionReportBuyNowResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/ReportBuyNowResponse"
          }
        },
        "additionalProperties": false
      },
      "SubscriptionReportClaimsResp": {
        "type": "object",
        "properties": {
          "Records": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/claimsitem"
            },
            "nullable": true
          },
          "reportdate": {
            "type": "string",
            "nullable": true
          },
          "colnames": {
            "type": "string",
            "nullable": true
          },
          "noofrecords": {
            "type": "string",
            "nullable": true
          },
          "recthispage": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "SubscriptionReportClaimsResponse": {
        "type": "object",
        "properties": {
          "arrInput": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/InputError"
            },
            "nullable": true
          },
          "content": {
            "$ref": "#/components/schemas/SubscriptionReportClaimsResp"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "SubscriptionReportContent": {
        "type": "object",
        "properties": {
          "records": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/SubscriptionRecord"
            },
            "nullable": true
          },
          "totalRecords": {
            "type": "integer",
            "format": "int32"
          },
          "currentPage": {
            "type": "integer",
            "format": "int32"
          },
          "recordsPerPage": {
            "type": "integer",
            "format": "int32"
          }
        },
        "additionalProperties": false
      },
      "SubscriptionReportResponse": {
        "type": "object",
        "properties": {
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "content": {
            "$ref": "#/components/schemas/SubscriptionReportContent"
          }
        },
        "additionalProperties": false
      },
      "Support": {
        "type": "object",
        "properties": {
          "Level": {
            "type": "string",
            "nullable": true
          },
          "Status": {
            "type": "string",
            "nullable": true
          },
          "EndOfSupportDate": {
            "type": "string",
            "format": "date-time"
          }
        },
        "additionalProperties": false
      },
      "SupportRecord": {
        "type": "object",
        "properties": {
          "caseno": {
            "type": "string",
            "nullable": true
          },
          "subject": {
            "type": "string",
            "nullable": true
          },
          "serno": {
            "type": "string",
            "nullable": true
          },
          "status": {
            "type": "string",
            "nullable": true
          },
          "priority": {
            "type": "string",
            "nullable": true
          },
          "createddate": {
            "type": "string",
            "nullable": true
          },
          "dtcreateddate": {
            "type": "string",
            "nullable": true
          },
          "product": {
            "type": "string",
            "nullable": true
          },
          "lastmodifieddate": {
            "type": "string",
            "nullable": true
          },
          "dtlastmodifieddate": {
            "type": "string",
            "nullable": true
          },
          "id": {
            "type": "string",
            "nullable": true
          },
          "orgid": {
            "type": "string",
            "nullable": true
          },
          "ownername": {
            "type": "string",
            "nullable": true
          },
          "owneremail": {
            "type": "string",
            "nullable": true
          },
          "contactid": {
            "type": "string",
            "nullable": true
          },
          "caseDuration": {
            "type": "string",
            "nullable": true
          },
          "isMyCase": {
            "type": "boolean"
          },
          "displayOrder": {
            "type": "string",
            "nullable": true
          },
          "contactemail": {
            "type": "string",
            "nullable": true
          },
          "pSupport": {
            "type": "string",
            "nullable": true
          },
          "caseType": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "SwitchManagementOptions": {
        "type": "object",
        "properties": {
          "order": {
            "type": "integer",
            "format": "int32"
          },
          "name": {
            "type": "string",
            "nullable": true
          },
          "displayname": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "TFARequest": {
        "required": [
          "authKey",
          "authMode",
          "clientId",
          "password",
          "tfaCode",
          "userName"
        ],
        "type": "object",
        "properties": {
          "userName": {
            "minLength": 1,
            "type": "string"
          },
          "password": {
            "minLength": 1,
            "type": "string"
          },
          "authKey": {
            "minLength": 1,
            "type": "string"
          },
          "tfaCode": {
            "minLength": 1,
            "type": "string"
          },
          "authMode": {
            "minLength": 1,
            "type": "string"
          },
          "clientId": {
            "minLength": 1,
            "type": "string"
          },
          "rememberMe": {
            "type": "string",
            "nullable": true
          },
          "captchaText": {
            "type": "string",
            "nullable": true
          },
          "TFAID": {
            "type": "string",
            "nullable": true
          },
          "redirectUrl": {
            "type": "string",
            "nullable": true
          },
          "gbSid": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "TLC": {
        "type": "object",
        "properties": {
          "tsn": {
            "type": "string",
            "nullable": true
          },
          "acl": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ACL"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "TTserverFQDN": {
        "type": "object",
        "properties": {
          "ttname": {
            "type": "string",
            "nullable": true
          },
          "ttvalue": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Tenant": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "nullable": true
          },
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "nodeCount": {
            "type": "string",
            "nullable": true
          },
          "expDate": {
            "type": "string",
            "nullable": true
          },
          "dataCenter": {
            "type": "string",
            "nullable": true
          },
          "productGroupID": {
            "type": "string",
            "nullable": true
          },
          "shareGroupID": {
            "type": "string",
            "nullable": true
          },
          "serviceFamily": {
            "type": "string",
            "nullable": true
          },
          "lsgType": {
            "type": "string",
            "nullable": true
          },
          "firewalls": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/TenantFirewall"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "TenantAddress": {
        "type": "object",
        "properties": {
          "companyName": {
            "type": "string",
            "nullable": true
          },
          "contactName": {
            "type": "string",
            "nullable": true
          },
          "emailAddress": {
            "type": "string",
            "nullable": true
          },
          "streetAddress": {
            "type": "string",
            "nullable": true
          },
          "city": {
            "type": "string",
            "nullable": true
          },
          "state": {
            "type": "string",
            "nullable": true
          },
          "zipCode": {
            "type": "string",
            "nullable": true
          },
          "country": {
            "type": "string",
            "nullable": true
          },
          "phoneNumber": {
            "type": "string",
            "nullable": true
          },
          "province": {
            "type": "string",
            "nullable": true
          },
          "additionalComments": {
            "type": "string",
            "nullable": true
          },
          "MSSPID": {
            "type": "string",
            "nullable": true
          },
          "MSSPName": {
            "type": "string",
            "nullable": true
          },
          "partyGroupId": {
            "type": "string",
            "nullable": true
          },
          "partyGroupName": {
            "type": "string",
            "nullable": true
          },
          "stateCode": {
            "type": "string",
            "nullable": true
          },
          "countryCode": {
            "type": "string",
            "nullable": true
          },
          "msspTenantNumber": {
            "type": "string",
            "nullable": true
          },
          "tenantName": {
            "type": "string",
            "nullable": true
          },
          "tenantContractId": {
            "type": "string",
            "nullable": true
          },
          "productGroupId": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "TenantData": {
        "type": "object",
        "properties": {
          "TenantIdentity": {
            "$ref": "#/components/schemas/TenantIdentity"
          },
          "Infrastructure": {
            "$ref": "#/components/schemas/Infrastructure"
          },
          "Licensing": {
            "$ref": "#/components/schemas/Licensing"
          },
          "Associations": {
            "$ref": "#/components/schemas/Associations"
          }
        },
        "additionalProperties": false
      },
      "TenantFirewall": {
        "type": "object",
        "properties": {
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "nodeCount": {
            "type": "string",
            "nullable": true
          },
          "friendlyName": {
            "type": "string",
            "nullable": true
          },
          "productLine": {
            "type": "string",
            "nullable": true
          },
          "lsgMsg": {
            "type": "string",
            "nullable": true
          },
          "licSharedSvcFamily": {
            "type": "string",
            "nullable": true
          },
          "lsgType": {
            "type": "string",
            "nullable": true
          },
          "lsgServieId": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "TenantFreeTrialWidgets": {
        "type": "object",
        "properties": {
          "isEnabled": {
            "type": "string",
            "nullable": true
          },
          "productName": {
            "type": "string",
            "nullable": true
          },
          "productType": {
            "type": "string",
            "nullable": true
          },
          "productID": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "TenantIdentity": {
        "type": "object",
        "properties": {
          "TenantId": {
            "type": "string",
            "nullable": true
          },
          "SerialNumber": {
            "type": "string",
            "nullable": true
          },
          "TenantName": {
            "type": "string",
            "nullable": true
          },
          "FriendlyName": {
            "type": "string",
            "nullable": true
          },
          "CseName": {
            "type": "string",
            "nullable": true
          },
          "RegisteredOn": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "TenantLookupResponse": {
        "type": "object",
        "properties": {
          "Status": {
            "type": "string",
            "nullable": true
          },
          "Timestamp": {
            "type": "string",
            "format": "date-time"
          },
          "Data": {
            "$ref": "#/components/schemas/TenantData"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "TenantProduct": {
        "type": "object",
        "properties": {
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "friendlyName": {
            "type": "string",
            "nullable": true
          },
          "productGroupID": {
            "type": "string",
            "nullable": true
          },
          "launchUrl": {
            "type": "string",
            "nullable": true
          },
          "casUrl": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "TenantProductGroup": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "nullable": true
          },
          "sharedName": {
            "type": "string",
            "nullable": true
          },
          "description": {
            "type": "string",
            "nullable": true
          },
          "isNotificationsPresent": {
            "type": "boolean"
          },
          "imageUrl": {
            "type": "string",
            "nullable": true
          },
          "productGroupID": {
            "type": "integer",
            "format": "int32"
          },
          "newIconText": {
            "type": "string",
            "nullable": true
          },
          "encname": {
            "type": "string",
            "nullable": true
          },
          "cgmsTenants": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/TenantProduct"
            },
            "nullable": true
          },
          "analyticsTenants": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/TenantProduct"
            },
            "nullable": true
          },
          "cloudServices": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/CloudService"
            },
            "nullable": true
          },
          "productCount": {
            "type": "string",
            "nullable": true
          },
          "masterMSSPId": {
            "type": "integer",
            "format": "int32"
          }
        },
        "additionalProperties": false
      },
      "TenantProductGroupJSON": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "nullable": true
          },
          "sharedName": {
            "type": "string",
            "nullable": true
          },
          "imgUrl": {
            "type": "string",
            "nullable": true
          },
          "pGroupID": {
            "type": "integer",
            "format": "int32"
          },
          "encname": {
            "type": "string",
            "nullable": true
          },
          "totProducts": {
            "type": "integer",
            "format": "int32"
          }
        },
        "additionalProperties": false
      },
      "TenantSafeOptions": {
        "type": "object",
        "properties": {
          "tileType": {
            "type": "string",
            "nullable": true
          },
          "Value": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "TerminatedSessionRequest": {
        "type": "object",
        "properties": {
          "sessionId": {
            "type": "string",
            "nullable": true
          },
          "terminatedBy": {
            "type": "string",
            "nullable": true
          },
          "terminationReason": {
            "type": "string",
            "nullable": true
          },
          "comments": {
            "type": "string",
            "nullable": true
          },
          "browser": {
            "type": "string",
            "nullable": true
          },
          "device": {
            "type": "string",
            "nullable": true
          },
          "location": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "TermsConditions": {
        "type": "object",
        "properties": {
          "termsNConditions": {
            "type": "string",
            "nullable": true
          },
          "title": {
            "type": "string",
            "nullable": true
          },
          "btnText": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ThreatsCount": {
        "type": "object",
        "properties": {
          "Date": {
            "type": "string",
            "nullable": true
          },
          "hits": {
            "type": "integer",
            "format": "int32"
          }
        },
        "additionalProperties": false
      },
      "ThreatsCountList": {
        "type": "object",
        "properties": {
          "threatsCount": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ThreatsCount"
            },
            "nullable": true
          },
          "signatureType": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "TilesArray": {
        "type": "object",
        "properties": {
          "sName": {
            "type": "string",
            "nullable": true
          },
          "sNameDisp": {
            "type": "string",
            "nullable": true
          },
          "imgIcon": {
            "type": "string",
            "nullable": true
          },
          "naimgIcon": {
            "type": "string",
            "nullable": true
          },
          "dispattr": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "TodoList": {
        "type": "object",
        "properties": {
          "displayText": {
            "type": "string",
            "nullable": true
          },
          "target": {
            "type": "string",
            "nullable": true
          },
          "isMandatory": {
            "type": "boolean"
          },
          "redirectUrl": {
            "type": "string",
            "nullable": true
          },
          "taskListId": {
            "type": "string",
            "nullable": true
          },
          "taskHeaderName": {
            "type": "string",
            "nullable": true
          },
          "showScrutinizer": {
            "type": "boolean"
          },
          "showPhysicaladdress": {
            "type": "boolean"
          },
          "showDataCenter": {
            "type": "boolean"
          },
          "showManagEees": {
            "type": "boolean"
          },
          "showLmRegisterationcdg": {
            "type": "boolean"
          },
          "showManageCapture": {
            "type": "boolean"
          },
          "showManageMafeenav": {
            "type": "boolean"
          },
          "showManagES1": {
            "type": "boolean"
          },
          "showManagSesSeed": {
            "type": "boolean"
          },
          "showTransfers1": {
            "type": "boolean"
          },
          "scrutinizerHelpText": {
            "type": "string",
            "nullable": true
          },
          "isHESLMRegistration": {
            "type": "boolean"
          },
          "showNSVRegistration": {
            "type": "boolean"
          },
          "showSysLogAnaltyics": {
            "type": "boolean"
          },
          "showSMA8200vRegistration": {
            "type": "boolean"
          },
          "showMpssOnBoarding": {
            "type": "boolean"
          },
          "arrTradeInSerials": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/TradeInSerialList"
            },
            "nullable": true
          },
          "arrReplacementTypes": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ReplacementTypes"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "TodoListRes": {
        "type": "object",
        "properties": {
          "toDoList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/TodoList"
            },
            "nullable": true
          },
          "sesListEligibleFirewall": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/SesEligibleFirewallList"
            },
            "nullable": true
          },
          "casDataCenter": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/CASDataCenter"
            },
            "nullable": true
          },
          "recordCount": {
            "type": "string",
            "nullable": true
          },
          "sesTenantSerialNumber": {
            "type": "string",
            "nullable": true
          },
          "tenantName": {
            "type": "string",
            "nullable": true
          },
          "sesInfoText": {
            "type": "string",
            "nullable": true
          },
          "sesLicQuantity": {
            "type": "string",
            "nullable": true
          },
          "sesExpirationDate": {
            "type": "string",
            "nullable": true
          },
          "registerses": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "TodoListResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/TodoListRes"
          },
          "isReadOnlyAccess": {
            "type": "boolean"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "TopThreats": {
        "type": "object",
        "properties": {
          "hits": {
            "type": "integer",
            "format": "int32"
          },
          "percentage": {
            "type": "integer",
            "format": "int32"
          },
          "priority": {
            "type": "integer",
            "format": "int32"
          },
          "signatureName": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "TopThreatsList": {
        "type": "object",
        "properties": {
          "TopThreats": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/TopThreats"
            },
            "nullable": true
          },
          "signatureType": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "TradeInSerialList": {
        "type": "object",
        "properties": {
          "ID": {
            "type": "string",
            "nullable": true
          },
          "serialnumber": {
            "type": "string",
            "nullable": true
          },
          "name": {
            "type": "string",
            "nullable": true
          },
          "selected": {
            "type": "string",
            "nullable": true
          },
          "registrationCode": {
            "type": "string",
            "nullable": true
          },
          "firmwareVersion": {
            "type": "string",
            "nullable": true
          },
          "productLine": {
            "type": "string",
            "nullable": true
          },
          "createdDate": {
            "type": "string",
            "nullable": true
          },
          "productFamily": {
            "type": "string",
            "nullable": true
          },
          "serialNumberName": {
            "type": "string",
            "nullable": true
          },
          "expirationDate": {
            "type": "string",
            "nullable": true
          },
          "isLSG": {
            "type": "string",
            "nullable": true
          },
          "lsgMsg": {
            "type": "string",
            "nullable": true
          },
          "productID": {
            "type": "string",
            "nullable": true
          },
          "friendlyName": {
            "type": "string",
            "nullable": true
          },
          "ssipnProgram": {
            "type": "string",
            "nullable": true
          },
          "infoText": {
            "type": "string",
            "nullable": true
          },
          "warningText": {
            "type": "string",
            "nullable": true
          },
          "nodeUpgrade": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "TransferSecureUpgrade1": {
        "type": "object",
        "properties": {
          "label1": {
            "type": "string",
            "nullable": true
          },
          "label2": {
            "type": "string",
            "nullable": true
          },
          "label3": {
            "type": "string",
            "nullable": true
          },
          "fromSerial": {
            "type": "string",
            "nullable": true
          },
          "toSerial": {
            "type": "string",
            "nullable": true
          },
          "fromSerialDescription": {
            "type": "string",
            "nullable": true
          },
          "toSerialDescription": {
            "type": "string",
            "nullable": true
          },
          "button1": {
            "type": "string",
            "nullable": true
          },
          "button2": {
            "type": "string",
            "nullable": true
          },
          "isFromLSG": {
            "type": "string",
            "nullable": true
          },
          "lsgMsg": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "TransferSecureUpgradeRequest": {
        "required": [
          "serialNumber",
          "username"
        ],
        "type": "object",
        "properties": {
          "username": {
            "minLength": 1,
            "type": "string"
          },
          "serialNumber": {
            "minLength": 1,
            "type": "string"
          },
          "tradeInSerialnumber": {
            "type": "string",
            "nullable": true
          },
          "replacementType": {
            "type": "string",
            "nullable": true
          },
          "arrSurveyResponse": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/surveyResponse"
            },
            "nullable": true
          },
          "appName": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "TransferSecureUpgradeResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/ValidateSerialNumber"
          },
          "arrTransferrableSecureUpgradeList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/TransferrableSecureUpgradeList"
            },
            "nullable": true
          },
          "arrTradeInSerials": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/TradeInSerialList"
            },
            "nullable": true
          },
          "arrReplacementTypes": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ReplacementTypes"
            },
            "nullable": true
          },
          "arrListOffSite": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ListOffSite"
            },
            "nullable": true
          },
          "arrCompetitiveSurvey": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/CompetitiveSurvey"
            },
            "nullable": true
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "TransferSecureUpgradeResponse1": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/TransferSecureUpgrade1"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "TransferrableSecureUpgradeList": {
        "type": "object",
        "properties": {
          "ID": {
            "type": "string",
            "nullable": true
          },
          "serialnumber": {
            "type": "string",
            "nullable": true
          },
          "name": {
            "type": "string",
            "nullable": true
          },
          "upgradeSerialnumber": {
            "type": "string",
            "nullable": true
          },
          "upgradeBoxname": {
            "type": "string",
            "nullable": true
          },
          "upgradeProductID": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "TreeViewUGStructure": {
        "type": "object",
        "properties": {
          "children": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/SubTreeViewUGStructure"
            },
            "nullable": true
          },
          "label": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "TryGMSResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/CASBAppResp"
          },
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "datacenters": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/CASDataCenter"
            },
            "nullable": true
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "TryNowRequest": {
        "type": "object",
        "properties": {
          "productId": {
            "type": "string",
            "nullable": true
          },
          "serviceId": {
            "type": "string",
            "nullable": true
          },
          "clientDistGroup": {
            "type": "string",
            "nullable": true
          },
          "productGroupId": {
            "type": "string",
            "nullable": true
          },
          "casbDataCenter": {
            "type": "string",
            "nullable": true
          },
          "casApplicationId": {
            "type": "string",
            "nullable": true
          },
          "trialServiceId": {
            "type": "string",
            "nullable": true
          },
          "mgmtOption": {
            "type": "string",
            "nullable": true
          },
          "ssipn": {
            "type": "string",
            "nullable": true
          },
          "source": {
            "type": "string",
            "nullable": true
          },
          "activationKey": {
            "type": "string",
            "nullable": true
          },
          "subDomain": {
            "type": "string",
            "nullable": true
          },
          "isHA": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ULC": {
        "type": "object",
        "properties": {
          "acl": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ACL"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "UMWidgetResp": {
        "type": "object",
        "properties": {
          "usersCount": {
            "type": "string",
            "nullable": true
          },
          "userGroupsCount": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "URLCategoryList": {
        "type": "object",
        "properties": {
          "urlCategoryId": {
            "type": "string",
            "nullable": true
          },
          "urlCategorytext": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "URLCategoryListRes": {
        "type": "object",
        "properties": {
          "urlCategory": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/URLCategoryList"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "URLCategoryListResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/URLCategoryListRes"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "UnclaimList": {
        "type": "object",
        "properties": {
          "serialNumber": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "UnifiedInsigntsDashboard": {
        "type": "object",
        "properties": {
          "dashBoardName": {
            "type": "string",
            "nullable": true
          },
          "username": {
            "type": "string",
            "nullable": true
          },
          "isCurrentUser": {
            "type": "boolean"
          },
          "widgetData": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "UnifiedInsigntsDashboardResponse": {
        "type": "object",
        "properties": {
          "dashboardList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/UnifiedInsigntsDashboard"
            },
            "nullable": true
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "UnifiedWidgetPrefRequest": {
        "type": "object",
        "properties": {
          "tenantId": {
            "type": "string",
            "nullable": true
          },
          "widgetData": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "UnifiedWidgetPrefResp": {
        "type": "object",
        "properties": {
          "widgetData": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "UnifiedWidgetPrefResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/UnifiedWidgetPrefResp"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "UnitAddressDetailsResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/CustomerAddress"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "UpGradeSerialNumberResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/UpgradeSerialNumber"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "UpdateAdminRole": {
        "type": "object",
        "properties": {
          "partyId": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "UpdateBackupChoicesRequest": {
        "type": "object",
        "properties": {
          "IsUpdateBackUpChoice": {
            "type": "string",
            "nullable": true
          },
          "isCloudBackupRemindMe": {
            "type": "string",
            "nullable": true
          },
          "isCloudAcknowledge": {
            "type": "string",
            "nullable": true
          },
          "isCloudBackupDontShowAgain": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "UpdateBasketHeaderReq": {
        "type": "object",
        "properties": {
          "fullName": {
            "type": "string",
            "nullable": true
          },
          "addressLine1": {
            "type": "string",
            "nullable": true
          },
          "addressLine2": {
            "type": "string",
            "nullable": true
          },
          "addressLine3": {
            "type": "string",
            "nullable": true
          },
          "city": {
            "type": "string",
            "nullable": true
          },
          "state": {
            "type": "string",
            "nullable": true
          },
          "province": {
            "type": "string",
            "nullable": true
          },
          "country": {
            "type": "string",
            "nullable": true
          },
          "zipCode": {
            "type": "string",
            "nullable": true
          },
          "phoneNumber": {
            "type": "string",
            "nullable": true
          },
          "emailAddress": {
            "type": "string",
            "nullable": true
          },
          "creditCardType": {
            "type": "string",
            "nullable": true
          },
          "creditCardNum": {
            "type": "string",
            "nullable": true
          },
          "paymentMethod": {
            "type": "string",
            "nullable": true
          },
          "vatNumber": {
            "type": "string",
            "nullable": true
          },
          "gstNumber": {
            "type": "string",
            "nullable": true
          },
          "customerAddressID": {
            "type": "string",
            "nullable": true
          },
          "isCreatenew": {
            "type": "boolean"
          },
          "isSaveAddress": {
            "type": "boolean"
          },
          "countryCode": {
            "type": "string",
            "nullable": true
          },
          "stateCode": {
            "type": "string",
            "nullable": true
          },
          "bankName": {
            "type": "string",
            "nullable": true
          },
          "accountType": {
            "type": "string",
            "nullable": true
          },
          "routingNumber": {
            "type": "string",
            "nullable": true
          },
          "accountNumber": {
            "type": "string",
            "nullable": true
          },
          "nameOnCard": {
            "type": "string",
            "nullable": true
          },
          "drivingLicenseNumber": {
            "type": "string",
            "nullable": true
          },
          "drivingLicenseState": {
            "type": "string",
            "nullable": true
          },
          "cardType": {
            "type": "string",
            "nullable": true
          },
          "ccNumber": {
            "type": "string",
            "nullable": true
          },
          "ccExpMonth": {
            "type": "string",
            "nullable": true
          },
          "ccExpYear": {
            "type": "string",
            "nullable": true
          },
          "cardCVV": {
            "type": "string",
            "nullable": true
          },
          "basketId": {
            "type": "string",
            "nullable": true
          },
          "isAddressUpdated": {
            "type": "boolean"
          },
          "isTokenPresent": {
            "type": "string",
            "nullable": true
          },
          "isAutoRenew": {
            "type": "boolean"
          },
          "ccexpdate": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "UpdateBasketHeaderResponse": {
        "type": "object",
        "properties": {
          "payTokenId": {
            "type": "string",
            "nullable": true
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "UpdateBasketItemNodeCountRes": {
        "type": "object",
        "properties": {
          "totalPrice": {
            "type": "string",
            "nullable": true
          },
          "totalfreight": {
            "type": "string",
            "nullable": true
          },
          "totalTax": {
            "type": "string",
            "nullable": true
          },
          "basketId": {
            "type": "string",
            "nullable": true
          },
          "cartCount": {
            "type": "string",
            "nullable": true
          },
          "nodeCount": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "UpdateBasketItemNodeCountResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/UpdateBasketItemNodeCountRes"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "UpdateBasketItemQtyRes": {
        "type": "object",
        "properties": {
          "totalPrice": {
            "type": "string",
            "nullable": true
          },
          "totalfreight": {
            "type": "string",
            "nullable": true
          },
          "totalTax": {
            "type": "string",
            "nullable": true
          },
          "basketId": {
            "type": "string",
            "nullable": true
          },
          "cartCount": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "UpdateBasketItemQtyResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/UpdateBasketItemQtyRes"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "UpdateBillingAddressInfoReq": {
        "type": "object",
        "properties": {
          "fullName": {
            "type": "string",
            "nullable": true
          },
          "address1": {
            "type": "string",
            "nullable": true
          },
          "address2": {
            "type": "string",
            "nullable": true
          },
          "city": {
            "type": "string",
            "nullable": true
          },
          "state": {
            "type": "string",
            "nullable": true
          },
          "province": {
            "type": "string",
            "nullable": true
          },
          "country": {
            "type": "string",
            "nullable": true
          },
          "zipcode": {
            "type": "string",
            "nullable": true
          },
          "phone": {
            "type": "string",
            "nullable": true
          },
          "emailAddress": {
            "type": "string",
            "nullable": true
          },
          "vatNumber": {
            "type": "string",
            "nullable": true
          },
          "creditCardType": {
            "type": "string",
            "nullable": true
          },
          "creditCardNo": {
            "type": "string",
            "nullable": true
          },
          "creditCardExpDate": {
            "type": "string",
            "nullable": true
          },
          "enccardetails": {
            "type": "string",
            "nullable": true
          },
          "customerAddressId": {
            "type": "string",
            "nullable": true
          },
          "autoRenewalId": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "UpdateBillingAddressInfoRes": {
        "type": "object",
        "properties": {
          "result": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "UpdateBillingAddressInfoResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/UpdateBillingAddressInfoRes"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "UpdateCaptureAtpRequest": {
        "type": "object",
        "properties": {
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "datacenter": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "UpdateCaptureAtpResponse": {
        "type": "object",
        "properties": {
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "UpdateCaptureClientStatsRequest": {
        "type": "object",
        "properties": {
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "config": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "UpdateCaptureClientStatsResponse": {
        "type": "object",
        "properties": {
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "UpdateCaseRequest": {
        "type": "object",
        "properties": {
          "caseid": {
            "type": "string",
            "nullable": true
          },
          "casecomment": {
            "type": "string",
            "nullable": true
          },
          "status": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "UpdateCaseResponse": {
        "type": "object",
        "properties": {
          "message": {
            "type": "string",
            "nullable": true
          },
          "isCompleteClose": {
            "type": "boolean"
          },
          "isPartialClose": {
            "type": "boolean"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "UpdateCoTermDataList": {
        "type": "object",
        "properties": {
          "fieldValueid": {
            "type": "string",
            "nullable": true
          },
          "isChecked": {
            "type": "integer",
            "format": "int32"
          }
        },
        "additionalProperties": false
      },
      "UpdateCoTermDataRequest": {
        "type": "object",
        "properties": {
          "coTermList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/UpdateCoTermDataList"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "UpdateCoTermDataResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/UpdateCoTermResponse"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "UpdateCoTermResponse": {
        "type": "object",
        "properties": {
          "respList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/cotermitem"
            },
            "nullable": true
          },
          "noOfRecords": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "UpdateCommentsList": {
        "type": "object",
        "properties": {
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "comments": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "UpdateFirmwareSerialNumberReq": {
        "type": "object",
        "properties": {
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "friendlyName": {
            "type": "string",
            "nullable": true
          },
          "productType": {
            "type": "string",
            "nullable": true
          },
          "firmware": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "UpdateFirmwareSerialNumberRequest": {
        "type": "object",
        "properties": {
          "updateFwReq": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/UpdateFirmwareSerialNumberReq"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "UpdateFirmwareSerialNumberResp": {
        "type": "object",
        "properties": {
          "updateFwRes": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/UpdateFwSerialnumber"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "UpdateFirmwareSerialNumberResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/UpdateFirmwareSerialNumberResp"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "UpdateFlexspendRoleRequest": {
        "type": "object",
        "properties": {
          "partyid": {
            "type": "string",
            "nullable": true
          },
          "choiceid": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "UpdateFwSerialnumber": {
        "type": "object",
        "properties": {
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "friendlyName": {
            "type": "string",
            "nullable": true
          },
          "productType": {
            "type": "string",
            "nullable": true
          },
          "firmware": {
            "type": "string",
            "nullable": true
          },
          "comments": {
            "type": "string",
            "nullable": true
          },
          "status": {
            "type": "string",
            "nullable": true
          },
          "isSuccess": {
            "type": "boolean"
          }
        },
        "additionalProperties": false
      },
      "UpdateGen7WirelessCountryRequest": {
        "type": "object",
        "properties": {
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "countryCode": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "UpdateGen7WirelessCountryResponse": {
        "type": "object",
        "properties": {
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "UpdateGuidRequest": {
        "type": "object",
        "properties": {
          "userName": {
            "type": "string",
            "nullable": true
          },
          "guid": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "UpdateLastAccessDateRequest": {
        "type": "object",
        "properties": {
          "productgroupid": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "UpdateLastAccessDateResponse": {
        "type": "object",
        "properties": {
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "UpdateMSSPRoleRequest": {
        "type": "object",
        "properties": {
          "partyid": {
            "type": "string",
            "nullable": true
          },
          "choiceid": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "UpdateTTserverFQDNRequest": {
        "type": "object",
        "properties": {
          "userName": {
            "type": "string",
            "nullable": true
          },
          "policyServerUrl": {
            "type": "string",
            "nullable": true
          },
          "ttServerFQDN": {
            "type": "string",
            "nullable": true
          },
          "strMode": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "UpdateTenantAddress": {
        "type": "object",
        "properties": {
          "productGroupId": {
            "type": "string",
            "nullable": true
          },
          "msspTenantNumber": {
            "type": "string",
            "nullable": true
          },
          "isAddressVerificationCompleted": {
            "type": "string",
            "nullable": true
          },
          "tenantContractId": {
            "type": "string",
            "nullable": true
          },
          "tenantAddress": {
            "$ref": "#/components/schemas/TenantAddress"
          }
        },
        "additionalProperties": false
      },
      "UpdateTenantAddressResponse": {
        "type": "object",
        "properties": {
          "productGroupId": {
            "type": "string",
            "nullable": true
          },
          "addressResp": {
            "$ref": "#/components/schemas/AddressResponse"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "UpdateTenantLSGInfoRequest": {
        "type": "object",
        "properties": {
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "serviceid": {
            "type": "string",
            "nullable": true
          },
          "acceptMsg": {
            "type": "string",
            "nullable": true
          },
          "firewalls": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/TenantFirewall"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "UpdateTenantLSGInfoRes": {
        "type": "object",
        "properties": {
          "firewalls": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/TenantFirewall"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "UpdateTenantLSGInfoResponse": {
        "type": "object",
        "properties": {
          "showConfirmation": {
            "type": "string",
            "nullable": true
          },
          "content": {
            "$ref": "#/components/schemas/UpdateTenantLSGInfoRes"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "UpdateTenantRequest": {
        "type": "object",
        "properties": {
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "productGroupId": {
            "type": "string",
            "nullable": true
          },
          "bsendMail": {
            "type": "boolean"
          },
          "bCSCProceed": {
            "type": "boolean"
          },
          "isZTEnable": {
            "type": "boolean"
          },
          "dcid": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "UpdateWCMCountryRequest": {
        "type": "object",
        "properties": {
          "serialnumber": {
            "type": "string",
            "nullable": true
          },
          "countryCode": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "UpdateWCMCountryResponse": {
        "type": "object",
        "properties": {
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "UpgradeConfirmation": {
        "type": "object",
        "properties": {
          "ServiceName": {
            "type": "string",
            "nullable": true
          },
          "ProductName": {
            "type": "string",
            "nullable": true
          },
          "ServiceFamily": {
            "type": "string",
            "nullable": true
          },
          "NoOfnodes": {
            "type": "string",
            "nullable": true
          },
          "ExpirDate": {
            "type": "string",
            "nullable": true
          },
          "ServiceId": {
            "type": "string",
            "nullable": true
          },
          "UpdateType": {
            "type": "string",
            "nullable": true
          },
          "isDisplayable": {
            "type": "string",
            "nullable": true
          },
          "infoText": {
            "type": "string",
            "nullable": true
          },
          "status": {
            "type": "string",
            "nullable": true
          },
          "childServices": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/UpgradeConfirmation"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "UpgradeDetails1": {
        "type": "object",
        "properties": {
          "col1": {
            "type": "string",
            "nullable": true
          },
          "col2": {
            "type": "string",
            "nullable": true
          },
          "col3": {
            "type": "string",
            "nullable": true
          },
          "col4": {
            "type": "string",
            "nullable": true
          },
          "col5": {
            "type": "string",
            "nullable": true
          },
          "col6": {
            "type": "string",
            "nullable": true
          },
          "col7": {
            "type": "string",
            "nullable": true
          },
          "col8": {
            "type": "string",
            "nullable": true
          },
          "col9": {
            "type": "string",
            "nullable": true
          },
          "status": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "UpgradeDetailsHeader": {
        "type": "object",
        "properties": {
          "ColHeader": {
            "type": "string",
            "nullable": true
          },
          "dataIn": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "UpgradeSerialNumber": {
        "type": "object",
        "properties": {
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "userName": {
            "type": "string",
            "nullable": true
          },
          "errorMessage": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "UpgradeSerialNumberRequest": {
        "type": "object",
        "properties": {
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "freeTrialSerialNumber": {
            "type": "string",
            "nullable": true
          },
          "authCode": {
            "type": "string",
            "nullable": true
          },
          "friendlyName": {
            "type": "string",
            "nullable": true
          },
          "actKeys": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "UploadPrefFileRequest": {
        "type": "object",
        "properties": {
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "productID": {
            "type": "string",
            "nullable": true
          },
          "fileName": {
            "type": "string",
            "nullable": true
          },
          "fileContent": {
            "type": "string",
            "nullable": true
          },
          "comments": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "UserActivityIp": {
        "type": "object",
        "properties": {
          "activityIp": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "UserActivityOperation": {
        "type": "object",
        "properties": {
          "operationName": {
            "type": "string",
            "nullable": true
          },
          "operationDisplayName": {
            "type": "string",
            "nullable": true
          },
          "operationType": {
            "type": "string",
            "nullable": true
          },
          "operationId": {
            "type": "integer",
            "format": "int32"
          },
          "operationTypeDisplay": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "UserActivityResponse": {
        "type": "object",
        "properties": {
          "actiondetails": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ActivityDetails"
            },
            "nullable": true
          },
          "totalProducts": {
            "type": "integer",
            "format": "int32"
          },
          "totalPages": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "pageSize": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "currentPageNumber": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "currentTimeStamp": {
            "type": "string",
            "nullable": true
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "UserDownloadReq": {
        "type": "object",
        "properties": {
          "userName": {
            "type": "string",
            "nullable": true
          },
          "category": {
            "type": "string",
            "nullable": true
          },
          "productType": {
            "type": "string",
            "nullable": true
          },
          "swLangCode": {
            "type": "string",
            "nullable": true
          },
          "fileType": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "nullable": true
          },
          "releaseTypeList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/SoftwareReleaseType"
            },
            "nullable": true
          },
          "keyWord": {
            "type": "string",
            "nullable": true
          },
          "previousVersions": {
            "type": "boolean"
          },
          "softwareGroupID": {
            "type": "integer",
            "format": "int32"
          },
          "isFileTypeChange": {
            "type": "boolean"
          },
          "bCheckLatest": {
            "type": "boolean"
          }
        },
        "additionalProperties": false
      },
      "UserDownloadRes": {
        "type": "object",
        "properties": {
          "userName": {
            "type": "string",
            "nullable": true
          },
          "userDownloads": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/UserDownloadResSub"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "UserDownloadResSub": {
        "type": "object",
        "properties": {
          "duration": {
            "type": "string",
            "nullable": true
          },
          "count": {
            "type": "integer",
            "format": "int32"
          },
          "applicableDownloads": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/SoftwareGroup"
            },
            "nullable": true
          },
          "releaseTypeList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/SoftwareReleaseType"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "UserFilterReq": {
        "type": "object",
        "properties": {
          "FilterId": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "Username": {
            "type": "string",
            "nullable": true
          },
          "FilterType": {
            "type": "integer",
            "format": "int32"
          },
          "FilterName": {
            "type": "string",
            "nullable": true
          },
          "FilterDefinition": {
            "type": "string",
            "nullable": true
          },
          "CreatedDate": {
            "type": "string",
            "format": "date-time"
          },
          "CreatedUser": {
            "type": "string",
            "nullable": true
          },
          "Comments": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "UserGroup": {
        "type": "object",
        "properties": {
          "partyGroupId": {
            "type": "string",
            "nullable": true
          },
          "partyGroupName": {
            "type": "string",
            "nullable": true
          },
          "adminPartyId": {
            "type": "string",
            "nullable": true
          },
          "status": {
            "type": "string",
            "nullable": true
          },
          "isDefaultGroup": {
            "type": "string",
            "nullable": true
          },
          "totalContacts": {
            "type": "string",
            "nullable": true
          },
          "productGroupName": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "UserGroupList": {
        "type": "object",
        "properties": {
          "partyGroupId": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "UserGroups": {
        "type": "object",
        "properties": {
          "partyGroupId": {
            "type": "string",
            "nullable": true
          },
          "partyGroupName": {
            "type": "string",
            "nullable": true
          },
          "adminPartyId": {
            "type": "string",
            "nullable": true
          },
          "status": {
            "type": "string",
            "nullable": true
          },
          "isDefaultGroup": {
            "type": "string",
            "nullable": true
          },
          "totalContacts": {
            "type": "string",
            "nullable": true
          },
          "productGroupName": {
            "type": "string",
            "nullable": true
          },
          "associatedPGList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ProductGroupListforUG"
            },
            "nullable": true
          },
          "setAsDefaultGroup": {
            "type": "string",
            "nullable": true
          },
          "renameLink": {
            "type": "string",
            "nullable": true
          },
          "usersForUserGroup": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/UsersForUserGroup"
            },
            "nullable": true
          },
          "deleteLink": {
            "type": "string",
            "nullable": true
          },
          "mgeProdGrpPagelink": {
            "type": "string",
            "nullable": true
          },
          "isReadOnlyAccess": {
            "type": "string",
            "nullable": true
          },
          "MSSPID": {
            "type": "string",
            "nullable": true
          },
          "msspScope": {
            "type": "string",
            "nullable": true
          },
          "scopedMSSPID": {
            "type": "string",
            "nullable": true
          },
          "orgID": {
            "type": "string",
            "nullable": true
          },
          "isAffilated": {
            "type": "string",
            "nullable": true
          },
          "isAutoAffiliated": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "UserGrupList": {
        "type": "object",
        "properties": {
          "partyGroupId": {
            "type": "string",
            "nullable": true
          },
          "partyGroupName": {
            "type": "string",
            "nullable": true
          },
          "isDefaultGroup": {
            "type": "string",
            "nullable": true
          },
          "orgId": {
            "type": "string",
            "nullable": true
          },
          "renameLink": {
            "type": "string",
            "nullable": true
          },
          "deleteLink": {
            "type": "string",
            "nullable": true
          },
          "SetDefaultLink": {
            "type": "string",
            "nullable": true
          },
          "totalContacts": {
            "type": "string",
            "nullable": true
          },
          "isAffiliated": {
            "type": "string",
            "nullable": true
          },
          "isAutoAffiliated": {
            "type": "string",
            "nullable": true
          },
          "isReadOnlyAccess": {
            "type": "string",
            "nullable": true
          },
          "mgeProdGrpPagelink": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "UserList": {
        "type": "object",
        "properties": {
          "contactId": {
            "type": "string",
            "nullable": true
          },
          "firstName": {
            "type": "string",
            "nullable": true
          },
          "lastName": {
            "type": "string",
            "nullable": true
          },
          "fullName": {
            "type": "string",
            "nullable": true
          },
          "title": {
            "type": "string",
            "nullable": true
          },
          "emailAddress": {
            "type": "string",
            "nullable": true
          },
          "contactType": {
            "type": "string",
            "nullable": true
          },
          "logon": {
            "type": "string",
            "nullable": true
          },
          "partyId": {
            "type": "string",
            "nullable": true
          },
          "employee": {
            "type": "string",
            "nullable": true
          },
          "isAdmin": {
            "type": "string",
            "nullable": true
          },
          "showAdminImage": {
            "type": "string",
            "nullable": true
          },
          "choiceId": {
            "type": "string",
            "nullable": true
          },
          "choiceName": {
            "type": "string",
            "nullable": true
          },
          "inputValue": {
            "type": "string",
            "nullable": true
          },
          "cssaNum": {
            "type": "string",
            "nullable": true
          },
          "cssaCustomerType": {
            "type": "string",
            "nullable": true
          },
          "cssaExpiryDate": {
            "type": "string",
            "nullable": true
          },
          "associatedUserGroups": {
            "type": "string",
            "nullable": true
          },
          "enableFlexspendAccess": {
            "type": "string",
            "nullable": true
          },
          "lastAccessDate": {
            "type": "string",
            "nullable": true
          },
          "lastAccessTime": {
            "type": "string",
            "nullable": true
          },
          "dtLastAccessDate": {
            "type": "string",
            "nullable": true
          },
          "isReadOnlyAccess": {
            "type": "string",
            "nullable": true
          },
          "accessScope": {
            "type": "string",
            "nullable": true
          },
          "msspRole": {
            "type": "string",
            "nullable": true
          },
          "msspChoiceId": {
            "type": "string",
            "nullable": true
          },
          "showMSSPRow": {
            "type": "string",
            "nullable": true
          },
          "msspRoleEditable": {
            "type": "string",
            "nullable": true
          },
          "userGroup": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/userGroup"
            },
            "nullable": true
          },
          "msspTenants": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/MSSPTenantsList"
            },
            "nullable": true
          },
          "masterMSSPID": {
            "type": "string",
            "nullable": true
          },
          "companyName": {
            "type": "string",
            "nullable": true
          },
          "userName": {
            "type": "string",
            "nullable": true
          },
          "tfaStatus": {
            "type": "string",
            "nullable": true
          },
          "idpStatus": {
            "type": "string",
            "nullable": true
          },
          "showIDPUserIcon": {
            "type": "string",
            "nullable": true
          },
          "showTFAModeUserIcon": {
            "type": "string",
            "nullable": true
          },
          "deleteLink": {
            "type": "string",
            "nullable": true
          },
          "msspName": {
            "type": "string",
            "nullable": true
          },
          "showViewUserAPIKey": {
            "type": "string",
            "nullable": true
          },
          "userType": {
            "type": "string",
            "nullable": true
          },
          "userPermissionId": {
            "type": "string",
            "nullable": true
          },
          "userPermissionText": {
            "type": "string",
            "nullable": true
          },
          "showUserPermissionLabel": {
            "type": "boolean"
          },
          "showUserPermissionDropdown": {
            "type": "boolean"
          },
          "isUserPermissionDropdownDisabled": {
            "type": "boolean"
          },
          "isSuperAdmin": {
            "type": "boolean"
          }
        },
        "additionalProperties": false
      },
      "UserListResp": {
        "type": "object",
        "properties": {
          "userList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/UserList"
            },
            "nullable": true
          },
          "userListCount": {
            "type": "string",
            "nullable": true
          },
          "showMsspColumn": {
            "type": "string",
            "nullable": true
          },
          "flexspendRole": {
            "type": "string",
            "nullable": true
          },
          "showDeleteUserIcon": {
            "type": "boolean"
          },
          "showInviteUserIcon": {
            "type": "boolean"
          },
          "flexspendAccessList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/FlexspendAccessList"
            },
            "nullable": true
          },
          "msspAccessList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/FlexspendAccessList"
            },
            "nullable": true
          },
          "showGenerateAPIKeyIcon": {
            "type": "boolean"
          },
          "showViewAPIKeyIcon": {
            "type": "boolean"
          },
          "enableDeleteContactNew": {
            "type": "boolean"
          },
          "userGroupNames": {
            "type": "string",
            "nullable": true
          },
          "showOrgBasedIcon": {
            "type": "string",
            "nullable": true
          },
          "orgBasedsuperAdminButtonText": {
            "type": "string",
            "nullable": true
          },
          "userMgmtPermissionList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/FlexspendAccessList"
            },
            "nullable": true
          },
          "maxSuperAdminCount": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "UserOrganization": {
        "type": "object",
        "properties": {
          "organizationName": {
            "type": "string",
            "nullable": true
          },
          "organizationId": {
            "type": "integer",
            "format": "int32"
          }
        },
        "additionalProperties": false
      },
      "UserProductGroup": {
        "type": "object",
        "properties": {
          "partyGroupId": {
            "type": "string",
            "nullable": true
          },
          "productGroupId": {
            "type": "string",
            "nullable": true
          },
          "productGroupName": {
            "type": "string",
            "nullable": true
          },
          "partyGroupName": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "UserProducts": {
        "type": "object",
        "properties": {
          "serialNumber": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "UserTenants": {
        "type": "object",
        "properties": {
          "tenantName": {
            "type": "string",
            "nullable": true
          },
          "tenantId": {
            "type": "integer",
            "format": "int32"
          }
        },
        "additionalProperties": false
      },
      "UsersForUserGroup": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "nullable": true
          },
          "login": {
            "type": "string",
            "nullable": true
          },
          "email": {
            "type": "string",
            "nullable": true
          },
          "partyGroupId": {
            "type": "string",
            "nullable": true
          },
          "contactId": {
            "type": "string",
            "nullable": true
          },
          "partyId": {
            "type": "string",
            "nullable": true
          },
          "adminPartyId": {
            "type": "string",
            "nullable": true
          },
          "lastAccessDate": {
            "type": "string",
            "nullable": true
          },
          "dtLastAccessDate": {
            "type": "string",
            "nullable": true
          },
          "lastAccessTime": {
            "type": "string",
            "nullable": true
          },
          "isReadOnlyAccess": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "UsersList": {
        "type": "object",
        "properties": {
          "employeeType": {
            "type": "string",
            "nullable": true
          },
          "partyId": {
            "type": "string",
            "nullable": true
          },
          "fullnameWithEmail": {
            "type": "string",
            "nullable": true
          },
          "emailAddress": {
            "type": "string",
            "nullable": true
          },
          "fullName": {
            "type": "string",
            "nullable": true
          },
          "isReadOnlyAccess": {
            "type": "string",
            "nullable": true
          },
          "adminPartyId": {
            "type": "string",
            "nullable": true
          },
          "partyGroupId": {
            "type": "string",
            "nullable": true
          },
          "contactId": {
            "type": "string",
            "nullable": true
          },
          "firstName": {
            "type": "string",
            "nullable": true
          },
          "lastName": {
            "type": "string",
            "nullable": true
          },
          "title": {
            "type": "string",
            "nullable": true
          },
          "contactType": {
            "type": "string",
            "nullable": true
          },
          "logon": {
            "type": "string",
            "nullable": true
          },
          "employee": {
            "type": "string",
            "nullable": true
          },
          "isAdmin": {
            "type": "string",
            "nullable": true
          },
          "showAdminImage": {
            "type": "string",
            "nullable": true
          },
          "choiceId": {
            "type": "string",
            "nullable": true
          },
          "choiceName": {
            "type": "string",
            "nullable": true
          },
          "inputValue": {
            "type": "string",
            "nullable": true
          },
          "cssaNum": {
            "type": "string",
            "nullable": true
          },
          "cssaCustomerType": {
            "type": "string",
            "nullable": true
          },
          "cssaExpiryDate": {
            "type": "string",
            "nullable": true
          },
          "associatedUserGroups": {
            "type": "string",
            "nullable": true
          },
          "enableFlexspendAccess": {
            "type": "string",
            "nullable": true
          },
          "lastAccessDate": {
            "type": "string",
            "nullable": true
          },
          "lastAccessTime": {
            "type": "string",
            "nullable": true
          },
          "dtLastAccessDate": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ValidateCaptchaRes": {
        "type": "object",
        "properties": {
          "captchDetail": {
            "type": "string",
            "nullable": true
          },
          "captchBaseString": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ValidateCaptchaResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/ValidateCaptchaRes"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ValidateEmailAddressResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/validateEmailAddress"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ValidateSerialNumber": {
        "type": "object",
        "properties": {
          "inputType": {
            "type": "string",
            "nullable": true
          },
          "inputStatus": {
            "type": "string",
            "nullable": true
          },
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "userName": {
            "type": "string",
            "nullable": true
          },
          "productType": {
            "type": "string",
            "nullable": true
          },
          "validation": {
            "type": "string",
            "nullable": true
          },
          "productFamily": {
            "type": "string",
            "nullable": true
          },
          "surveyPresent": {
            "type": "string",
            "nullable": true
          },
          "termsConditions": {
            "type": "string",
            "nullable": true
          },
          "authCode": {
            "type": "string",
            "nullable": true
          },
          "productID": {
            "type": "string",
            "nullable": true
          },
          "partnerName": {
            "type": "string",
            "nullable": true
          },
          "upgradeType": {
            "type": "string",
            "nullable": true
          },
          "registerMessageCode": {
            "type": "string",
            "nullable": true
          },
          "addressRequired": {
            "type": "string",
            "nullable": true
          },
          "NFR": {
            "type": "string",
            "nullable": true
          },
          "productLine": {
            "type": "string",
            "nullable": true
          },
          "isAWSProduct": {
            "type": "boolean"
          },
          "isWCMProduct": {
            "type": "boolean"
          },
          "isZTApplies": {
            "type": "string",
            "nullable": true
          },
          "isBundelCSC": {
            "type": "string",
            "nullable": true
          },
          "onpremGMSttfqdnmsg": {
            "type": "string",
            "nullable": true
          },
          "noNsmOnPremParentHelpText": {
            "type": "string",
            "nullable": true
          },
          "nsmOnPremTZ80HeaderText": {
            "type": "string",
            "nullable": true
          },
          "nsmOnPremTZ80ContentText": {
            "type": "string",
            "nullable": true
          },
          "firewallmgnoptions": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/firewallmgnoption"
            },
            "nullable": true
          },
          "isswitch": {
            "type": "boolean"
          },
          "switchoptions": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/SwitchManagementOptions"
            },
            "nullable": true
          },
          "cloudlist": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/cloudgmsdetails"
            },
            "nullable": true
          },
          "arrDataCenter": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/DataCenter"
            },
            "nullable": true
          },
          "competitiveReplacementTNC": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ValidateSerialNumberRequest": {
        "required": [
          "serialNumber"
        ],
        "type": "object",
        "properties": {
          "serialNumber": {
            "minLength": 1,
            "type": "string"
          },
          "sessionID": {
            "type": "string",
            "nullable": true
          },
          "sbxDataCenter": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ValidateSerialNumberResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/ValidateSerialNumber"
          },
          "arrTradeInSerials": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/TradeInSerialList"
            },
            "nullable": true
          },
          "arrPolicyServerResult": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/PolicyServerUrlDetails"
            },
            "nullable": true
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ValidateSerialRequest": {
        "type": "object",
        "properties": {
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "authCode": {
            "type": "string",
            "nullable": true
          },
          "productGroupId": {
            "type": "string",
            "nullable": true
          },
          "awsAssignToken": {
            "type": "string",
            "nullable": true
          },
          "isawsToken": {
            "type": "boolean"
          }
        },
        "additionalProperties": false
      },
      "ValidateSerialResp": {
        "type": "object",
        "properties": {
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "authCode": {
            "type": "string",
            "nullable": true
          },
          "productType": {
            "type": "string",
            "nullable": true
          },
          "productLine": {
            "type": "string",
            "nullable": true
          },
          "preferredDataCenter": {
            "type": "string",
            "nullable": true
          },
          "isWifi": {
            "type": "boolean"
          },
          "isActKeyNotUsed": {
            "type": "boolean"
          },
          "isZeroTouch": {
            "type": "boolean"
          },
          "isMpssZeroTouch": {
            "type": "boolean"
          },
          "isFirstTimeMpss": {
            "type": "boolean"
          },
          "isAWSProduct": {
            "type": "boolean"
          },
          "isBundelCSC": {
            "type": "string",
            "nullable": true
          },
          "isSASEService": {
            "type": "boolean"
          },
          "isCasService": {
            "type": "boolean"
          },
          "isCESService": {
            "type": "boolean"
          },
          "isSSEService": {
            "type": "boolean"
          },
          "isTSEService": {
            "type": "boolean"
          },
          "isMDRService": {
            "type": "boolean"
          },
          "isTSEMDRService": {
            "type": "boolean"
          },
          "isHESservice": {
            "type": "boolean"
          },
          "isZTCservice": {
            "type": "boolean"
          },
          "isEmailSecurityFreetrial": {
            "type": "boolean"
          },
          "subDomain": {
            "type": "string",
            "nullable": true
          },
          "subdomaintext": {
            "type": "string",
            "nullable": true
          },
          "isCSCManaged": {
            "type": "boolean"
          },
          "isGMSManaged": {
            "type": "boolean"
          },
          "isUnManaged": {
            "type": "boolean"
          },
          "isShowCasApp": {
            "type": "boolean"
          },
          "isAPT": {
            "type": "boolean"
          },
          "issecureupgrade": {
            "type": "boolean"
          },
          "isstoragesata": {
            "type": "boolean"
          },
          "isswitch": {
            "type": "boolean"
          },
          "isccclinet": {
            "type": "boolean"
          },
          "productid": {
            "type": "string",
            "nullable": true
          },
          "serviceid": {
            "type": "string",
            "nullable": true
          },
          "isGen7Wireless": {
            "type": "string",
            "nullable": true
          },
          "wirelessLocation": {
            "type": "string",
            "nullable": true
          },
          "iptMode": {
            "type": "string",
            "nullable": true
          },
          "isTz80": {
            "type": "string",
            "nullable": true
          },
          "isNsmOnPremPromo": {
            "type": "string",
            "nullable": true
          },
          "isThreeandFreeCSE": {
            "type": "string",
            "nullable": true
          },
          "isCSESeed": {
            "type": "string",
            "nullable": true
          },
          "noNsmOnPremParentHelpText": {
            "type": "string",
            "nullable": true
          },
          "nsmOnPremTZ80HeaderText": {
            "type": "string",
            "nullable": true
          },
          "nsmOnPremTZ80ContentText": {
            "type": "string",
            "nullable": true
          },
          "productGen": {
            "type": "string",
            "nullable": true
          },
          "isCSEAvailable": {
            "type": "string",
            "nullable": true
          },
          "issma100tocsepromo": {
            "type": "boolean"
          },
          "cseTrialConversionText": {
            "type": "string",
            "nullable": true
          },
          "isCSETrialConversionApplicable": {
            "type": "boolean"
          },
          "isHesAlreadyRegister": {
            "type": "boolean"
          },
          "hesRegisterMessage": {
            "type": "string",
            "nullable": true
          },
          "isServiceRegister": {
            "type": "boolean"
          },
          "isFreeSerialNumber": {
            "type": "boolean"
          },
          "uniqueID": {
            "type": "string",
            "nullable": true
          },
          "aptTermsConditions": {
            "type": "string",
            "nullable": true
          },
          "onpremGMSttfqdnmsg": {
            "type": "string",
            "nullable": true
          },
          "arrPolicyServerResult": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/PolicyServerUrlDetails"
            },
            "nullable": true
          },
          "arrListOffSite": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ListOffSite"
            },
            "nullable": true
          },
          "arrCaptureAtpDc": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/CaptureAtpDc"
            },
            "nullable": true
          },
          "mdrDataCenter": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/MDRDataCenter"
            },
            "nullable": true
          },
          "casDataCenter": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/CASDataCenter"
            },
            "nullable": true
          },
          "countryList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/WCMCountryList"
            },
            "nullable": true
          },
          "switchoptions": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/SwitchManagementOptions"
            },
            "nullable": true
          },
          "casbAppList": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/CASBApplicationResponse"
            },
            "nullable": true
          },
          "hesDc": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/HESDataCenter"
            },
            "nullable": true
          },
          "arrTradeInSerials": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/TradeInSerialList"
            },
            "nullable": true
          },
          "arrReplacementTypes": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ReplacementTypes"
            },
            "nullable": true
          },
          "termsConditions": {
            "type": "string",
            "nullable": true
          },
          "arrCompetitiveSurvey": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/CompetitiveSurvey"
            },
            "nullable": true
          },
          "arrStorageModuleParentSerials": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ListStorageModuleParent"
            },
            "nullable": true
          },
          "isDcRequired": {
            "type": "string",
            "nullable": true
          },
          "cloudlist": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/cloudgmsdetails"
            },
            "nullable": true
          },
          "competitiveReplacementTNC": {
            "type": "string",
            "nullable": true
          },
          "nodeCount": {
            "type": "string",
            "nullable": true
          },
          "sku": {
            "type": "string",
            "nullable": true
          },
          "expDate": {
            "type": "string",
            "nullable": true
          },
          "skuDesc": {
            "type": "string",
            "nullable": true
          },
          "orgName": {
            "type": "string",
            "nullable": true
          },
          "isMpssOnBoarding": {
            "type": "boolean"
          }
        },
        "additionalProperties": false
      },
      "ValidateSerialResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/ValidateSerialResp"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ViewBasket": {
        "type": "object",
        "properties": {
          "seriaNo": {
            "type": "string",
            "nullable": true
          },
          "linkSeriaNo": {
            "type": "string",
            "nullable": true
          },
          "ssipn": {
            "type": "string",
            "nullable": true
          },
          "ssipnDesc": {
            "type": "string",
            "nullable": true
          },
          "isQtyEdit": {
            "type": "boolean"
          },
          "price": {
            "type": "string",
            "nullable": true
          },
          "isAutoRenew": {
            "type": "boolean"
          },
          "isAutoRenewApplicable": {
            "type": "boolean"
          },
          "noOfItems": {
            "type": "string",
            "nullable": true
          },
          "totalLicense": {
            "type": "string",
            "nullable": true
          },
          "totalYear": {
            "type": "string",
            "nullable": true
          },
          "dispUserAndLicense": {
            "type": "string",
            "nullable": true
          },
          "basketItemId": {
            "type": "string",
            "nullable": true
          },
          "basketId": {
            "type": "string",
            "nullable": true
          },
          "isDynamicNode": {
            "type": "boolean"
          },
          "nodeCount": {
            "type": "string",
            "nullable": true
          },
          "minNodeCount": {
            "type": "string",
            "nullable": true
          },
          "maxNodeCount": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "ViewBasketRes": {
        "type": "object",
        "properties": {
          "basketItems": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ViewBasket"
            },
            "nullable": true
          },
          "basketDetails": {
            "$ref": "#/components/schemas/BasketDetails"
          },
          "currentYear": {
            "type": "string",
            "nullable": true
          },
          "currentMonth": {
            "type": "string",
            "nullable": true
          },
          "bisDynamicNodePresent": {
            "type": "boolean"
          },
          "isHesSku": {
            "type": "boolean"
          },
          "tokenPaymentMethod": {
            "type": "string",
            "nullable": true
          },
          "cardDetails": {
            "$ref": "#/components/schemas/CardTokenDetails"
          }
        },
        "additionalProperties": false
      },
      "ViewBasketResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/ViewBasketRes"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "VolumeLicensingDetails": {
        "type": "object",
        "properties": {
          "id": {
            "type": "integer",
            "format": "int32"
          },
          "serNo": {
            "type": "string",
            "nullable": true
          },
          "productName": {
            "type": "string",
            "nullable": true
          },
          "friendlyName": {
            "type": "string",
            "nullable": true
          },
          "productLine": {
            "type": "string",
            "nullable": true
          },
          "firmwareVersion": {
            "type": "string",
            "nullable": true
          },
          "removeInstance": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "VolumeLicensingInfo": {
        "type": "object",
        "properties": {
          "volumeLicenseSerial": {
            "type": "string",
            "nullable": true
          },
          "instanceSerialNumber": {
            "type": "string",
            "nullable": true
          },
          "showCreateInstance": {
            "type": "string",
            "nullable": true
          },
          "maxNodeLimit": {
            "type": "string",
            "nullable": true
          },
          "freeNodes": {
            "type": "string",
            "nullable": true
          },
          "childInstances": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/VolumeLicensingDetails"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "VolumeLicensingRequest": {
        "type": "object",
        "properties": {
          "mode": {
            "type": "string",
            "nullable": true
          },
          "volumeLicenseSerial": {
            "type": "string",
            "nullable": true
          },
          "instanceSerialNumber": {
            "type": "string",
            "nullable": true
          },
          "friendlyName": {
            "type": "string",
            "nullable": true
          },
          "productgroupId": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "VolumeLicensingResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/VolumeLicensingInfo"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "WCMCountryList": {
        "type": "object",
        "properties": {
          "countryCode": {
            "type": "string",
            "nullable": true
          },
          "name": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "WNMAWSSignature": {
        "type": "object",
        "properties": {
          "AWSsignature": {
            "type": "string",
            "nullable": true
          },
          "AWSAuthHeader": {
            "type": "string",
            "nullable": true
          },
          "dateTimeStamp": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "WNMAWSSignatureRequest": {
        "type": "object",
        "properties": {
          "secretKey": {
            "type": "string",
            "nullable": true
          },
          "accessKeyId": {
            "type": "string",
            "nullable": true
          },
          "awsSessionToken": {
            "type": "string",
            "nullable": true
          },
          "service": {
            "type": "string",
            "nullable": true
          },
          "region": {
            "type": "string",
            "nullable": true
          },
          "endpointHttpMethod": {
            "type": "string",
            "nullable": true
          },
          "endpointUri": {
            "type": "string",
            "nullable": true
          },
          "queryParameters": {
            "type": "string",
            "nullable": true
          },
          "awsHost": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "WNMAWSSignatureResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/WNMAWSSignature"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "casbApp": {
        "type": "object",
        "properties": {
          "appName": {
            "type": "string",
            "nullable": true
          },
          "appValue": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "cfs5": {
        "type": "object",
        "properties": {
          "dnsDomain": {
            "type": "string",
            "nullable": true
          },
          "webcfsDomain": {
            "type": "string",
            "nullable": true
          },
          "webcfs2Domain": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "claimsitem": {
        "type": "object",
        "properties": {
          "add1": {
            "type": "string",
            "nullable": true
          },
          "add2": {
            "type": "string",
            "nullable": true
          },
          "city": {
            "type": "string",
            "nullable": true
          },
          "contact": {
            "type": "string",
            "nullable": true
          },
          "phone": {
            "type": "string",
            "nullable": true
          },
          "email": {
            "type": "string",
            "nullable": true
          },
          "country": {
            "type": "string",
            "nullable": true
          },
          "customer": {
            "type": "string",
            "nullable": true
          },
          "hwdesc": {
            "type": "string",
            "nullable": true
          },
          "hwfriendly": {
            "type": "string",
            "nullable": true
          },
          "hwserial": {
            "type": "string",
            "nullable": true
          },
          "hwsku": {
            "type": "string",
            "nullable": true
          },
          "id": {
            "type": "string",
            "nullable": true
          },
          "rnwloption": {
            "type": "string",
            "nullable": true
          },
          "servdesc": {
            "type": "string",
            "nullable": true
          },
          "servexp": {
            "type": "string",
            "nullable": true
          },
          "dtservexp": {
            "type": "string",
            "nullable": true
          },
          "servsku": {
            "type": "string",
            "nullable": true
          },
          "state": {
            "type": "string",
            "nullable": true
          },
          "province": {
            "type": "string",
            "nullable": true
          },
          "zipcode": {
            "type": "string",
            "nullable": true
          },
          "productGroupName": {
            "type": "string",
            "nullable": true
          },
          "productGroupId": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "cloudgmsdetails": {
        "type": "object",
        "properties": {
          "serialnumber": {
            "type": "string",
            "nullable": true
          },
          "datacenter": {
            "type": "string",
            "nullable": true
          },
          "productgpid": {
            "type": "string",
            "nullable": true
          },
          "productgpname": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "content": {
        "type": "object",
        "properties": {
          "lstCountries": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Countrylist"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "cotermitem": {
        "type": "object",
        "properties": {
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "friendlyName": {
            "type": "string",
            "nullable": true
          },
          "model": {
            "type": "string",
            "nullable": true
          },
          "dtExpDate": {
            "type": "string",
            "nullable": true
          },
          "expDate": {
            "type": "string",
            "nullable": true
          },
          "productid": {
            "type": "string",
            "nullable": true
          },
          "rootServiceid": {
            "type": "string",
            "nullable": true
          },
          "serviceFamily": {
            "type": "string",
            "nullable": true
          },
          "fieldValueid": {
            "type": "string",
            "nullable": true
          },
          "daysToleft": {
            "type": "string",
            "nullable": true
          },
          "isCoterm": {
            "type": "string",
            "nullable": true
          },
          "productLine": {
            "type": "string",
            "nullable": true
          },
          "productGroup": {
            "type": "string",
            "nullable": true
          },
          "costPerDay": {
            "type": "string",
            "nullable": true
          },
          "groupName": {
            "type": "string",
            "nullable": true
          },
          "isZDC": {
            "type": "string",
            "nullable": true
          },
          "zdcMsg": {
            "type": "string",
            "nullable": true
          },
          "cotermDate": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "createNewQuoteReq": {
        "type": "object",
        "properties": {
          "equoteId": {
            "type": "string",
            "nullable": true
          },
          "equoteItemIds": {
            "type": "array",
            "items": {
              "type": "integer",
              "format": "int32"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "createNewQuoteResp": {
        "type": "object",
        "properties": {
          "newEquoteId": {
            "type": "string",
            "nullable": true
          },
          "oldEquoteId": {
            "type": "string",
            "nullable": true
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "firewallmgnoption": {
        "type": "object",
        "properties": {
          "optionname": {
            "type": "string",
            "nullable": true
          },
          "displayorder": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "currentOption": {
            "type": "integer",
            "format": "int32"
          }
        },
        "additionalProperties": false
      },
      "fldtl": {
        "type": "object",
        "properties": {
          "florgnm": {
            "type": "string",
            "nullable": true
          },
          "flintnm": {
            "type": "string",
            "nullable": true
          },
          "pin": {
            "type": "string",
            "nullable": true
          },
          "cmts": {
            "type": "string",
            "nullable": true
          },
          "gold": {
            "type": "string",
            "nullable": true
          },
          "flsize": {
            "type": "string",
            "nullable": true
          },
          "flsrc": {
            "type": "string",
            "nullable": true
          },
          "fmtime": {
            "type": "string",
            "nullable": true
          },
          "bkusrnm": {
            "type": "string",
            "nullable": true
          },
          "pstrgid": {
            "type": "string",
            "nullable": true
          },
          "awsstrgid": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "getApplyUpgradeResp": {
        "type": "object",
        "properties": {
          "applyUpgradeDetials": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ApplyUpgradeDetails"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "getApplyUpgradeResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/getApplyUpgradeResp"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "getMDRContactsRequest": {
        "type": "object",
        "properties": {
          "mastermsspid": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "getMDRContactsResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/MDRContacts"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "getSecureUpgradeReplacementTypesResp": {
        "type": "object",
        "properties": {
          "getSecureUpgradeReplacementTypes": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/GetSecureUpgradeReplacementTypes"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "getSecureUpgradeReplacementTypesResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/getSecureUpgradeReplacementTypesResp"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "getUpgradeDetailsResp": {
        "type": "object",
        "properties": {
          "upgradeDetials": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/UpgradeDetails1"
            },
            "nullable": true
          },
          "upgradeDetialsHeader": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/UpgradeDetailsHeader"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "getUpgradeDetailsResponse": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/getUpgradeDetailsResp"
          },
          "operationStatus": {
            "type": "string",
            "nullable": true
          },
          "msgCode": {
            "type": "string",
            "nullable": true
          },
          "msgId": {
            "type": "string",
            "nullable": true
          },
          "msgDesc": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "nfrRequest": {
        "type": "object",
        "properties": {
          "serialNumber": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "onpremGMSDetials": {
        "type": "object",
        "properties": {
          "serialnumber": {
            "type": "string",
            "nullable": true
          },
          "policyserver": {
            "type": "string",
            "nullable": true
          },
          "ttserverfqdn": {
            "type": "string",
            "nullable": true
          },
          "displayname": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "productsList": {
        "type": "object",
        "properties": {
          "serialNumber": {
            "type": "string",
            "nullable": true
          },
          "friendlyName": {
            "type": "string",
            "nullable": true
          },
          "productLine": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "reportbuynowitem": {
        "type": "object",
        "properties": {
          "SerialNumber": {
            "type": "string",
            "nullable": true
          },
          "CGMSSerialNumber": {
            "type": "string",
            "nullable": true
          },
          "FriendlyName": {
            "type": "string",
            "nullable": true
          },
          "Model": {
            "type": "string",
            "nullable": true
          },
          "DtRegDate": {
            "type": "string",
            "nullable": true
          },
          "RegDate": {
            "type": "string",
            "nullable": true
          },
          "ProductId": {
            "type": "string",
            "nullable": true
          },
          "ServiceID": {
            "type": "string",
            "nullable": true
          },
          "RootServiceID": {
            "type": "string",
            "nullable": true
          },
          "ServiceFamily": {
            "type": "string",
            "nullable": true
          },
          "ProductHref": {
            "type": "string",
            "nullable": true
          },
          "col1ServiceExpiryDate": {
            "type": "string",
            "nullable": true
          },
          "col2ServiceExpiryDate": {
            "type": "string",
            "nullable": true
          },
          "col3ServiceExpiryDate": {
            "type": "string",
            "nullable": true
          },
          "col4ServiceExpiryDate": {
            "type": "string",
            "nullable": true
          },
          "col5ServiceExpiryDate": {
            "type": "string",
            "nullable": true
          },
          "col6ServiceExpiryDate": {
            "type": "string",
            "nullable": true
          },
          "col7ServiceExpiryDate": {
            "type": "string",
            "nullable": true
          },
          "col8ServiceExpiryDate": {
            "type": "string",
            "nullable": true
          },
          "col9ServiceExpiryDate": {
            "type": "string",
            "nullable": true
          },
          "col10ServiceExpiryDate": {
            "type": "string",
            "nullable": true
          },
          "col11ServiceExpiryDate": {
            "type": "string",
            "nullable": true
          },
          "col12ServiceExpiryDate": {
            "type": "string",
            "nullable": true
          },
          "col13ServiceExpiryDate": {
            "type": "string",
            "nullable": true
          },
          "col14ServiceExpiryDate": {
            "type": "string",
            "nullable": true
          },
          "col15ServiceExpiryDate": {
            "type": "string",
            "nullable": true
          },
          "col16ServiceExpiryDate": {
            "type": "string",
            "nullable": true
          },
          "col17ServiceExpiryDate": {
            "type": "string",
            "nullable": true
          },
          "col18ServiceExpiryDate": {
            "type": "string",
            "nullable": true
          },
          "col1DtServiceExpiryDate": {
            "type": "string",
            "nullable": true
          },
          "col2DtServiceExpiryDate": {
            "type": "string",
            "nullable": true
          },
          "col3DtServiceExpiryDate": {
            "type": "string",
            "nullable": true
          },
          "col4DtServiceExpiryDate": {
            "type": "string",
            "nullable": true
          },
          "col5DtServiceExpiryDate": {
            "type": "string",
            "nullable": true
          },
          "col6DtServiceExpiryDate": {
            "type": "string",
            "nullable": true
          },
          "col7DtServiceExpiryDate": {
            "type": "string",
            "nullable": true
          },
          "col8DtServiceExpiryDate": {
            "type": "string",
            "nullable": true
          },
          "col9DtServiceExpiryDate": {
            "type": "string",
            "nullable": true
          },
          "col10DtServiceExpiryDate": {
            "type": "string",
            "nullable": true
          },
          "col11DtServiceExpiryDate": {
            "type": "string",
            "nullable": true
          },
          "col12DtServiceExpiryDate": {
            "type": "string",
            "nullable": true
          },
          "col13DtServiceExpiryDate": {
            "type": "string",
            "nullable": true
          },
          "col14DtServiceExpiryDate": {
            "type": "string",
            "nullable": true
          },
          "col15DtServiceExpiryDate": {
            "type": "string",
            "nullable": true
          },
          "col16DtServiceExpiryDate": {
            "type": "string",
            "nullable": true
          },
          "col17DtServiceExpiryDate": {
            "type": "string",
            "nullable": true
          },
          "col18DtServiceExpiryDate": {
            "type": "string",
            "nullable": true
          },
          "col1FieldValueID": {
            "type": "string",
            "nullable": true
          },
          "col2FieldValueID": {
            "type": "string",
            "nullable": true
          },
          "col3FieldValueID": {
            "type": "string",
            "nullable": true
          },
          "col4FieldValueID": {
            "type": "string",
            "nullable": true
          },
          "col5FieldValueID": {
            "type": "string",
            "nullable": true
          },
          "col6FieldValueID": {
            "type": "string",
            "nullable": true
          },
          "col7FieldValueID": {
            "type": "string",
            "nullable": true
          },
          "col8FieldValueID": {
            "type": "string",
            "nullable": true
          },
          "col9FieldValueID": {
            "type": "string",
            "nullable": true
          },
          "col10FieldValueID": {
            "type": "string",
            "nullable": true
          },
          "col11FieldValueID": {
            "type": "string",
            "nullable": true
          },
          "col12FieldValueID": {
            "type": "string",
            "nullable": true
          },
          "col13FieldValueID": {
            "type": "string",
            "nullable": true
          },
          "col14FieldValueID": {
            "type": "string",
            "nullable": true
          },
          "col15FieldValueID": {
            "type": "string",
            "nullable": true
          },
          "col16FieldValueID": {
            "type": "string",
            "nullable": true
          },
          "col17FieldValueID": {
            "type": "string",
            "nullable": true
          },
          "col18FieldValueID": {
            "type": "string",
            "nullable": true
          },
          "col1Href": {
            "type": "string",
            "nullable": true
          },
          "col2Href": {
            "type": "string",
            "nullable": true
          },
          "col3Href": {
            "type": "string",
            "nullable": true
          },
          "col4Href": {
            "type": "string",
            "nullable": true
          },
          "col5Href": {
            "type": "string",
            "nullable": true
          },
          "col6Href": {
            "type": "string",
            "nullable": true
          },
          "col7Href": {
            "type": "string",
            "nullable": true
          },
          "col8Href": {
            "type": "string",
            "nullable": true
          },
          "col9Href": {
            "type": "string",
            "nullable": true
          },
          "col10Href": {
            "type": "string",
            "nullable": true
          },
          "col11Href": {
            "type": "string",
            "nullable": true
          },
          "col12Href": {
            "type": "string",
            "nullable": true
          },
          "col13Href": {
            "type": "string",
            "nullable": true
          },
          "col14Href": {
            "type": "string",
            "nullable": true
          },
          "col15Href": {
            "type": "string",
            "nullable": true
          },
          "col16Href": {
            "type": "string",
            "nullable": true
          },
          "col17Href": {
            "type": "string",
            "nullable": true
          },
          "col18Href": {
            "type": "string",
            "nullable": true
          },
          "col1Checked": {
            "type": "string",
            "nullable": true
          },
          "col2Checked": {
            "type": "string",
            "nullable": true
          },
          "col3Checked": {
            "type": "string",
            "nullable": true
          },
          "col4Checked": {
            "type": "string",
            "nullable": true
          },
          "col5Checked": {
            "type": "string",
            "nullable": true
          },
          "col6Checked": {
            "type": "string",
            "nullable": true
          },
          "col7Checked": {
            "type": "string",
            "nullable": true
          },
          "col8Checked": {
            "type": "string",
            "nullable": true
          },
          "col9Checked": {
            "type": "string",
            "nullable": true
          },
          "col10Checked": {
            "type": "string",
            "nullable": true
          },
          "col11Checked": {
            "type": "string",
            "nullable": true
          },
          "col12Checked": {
            "type": "string",
            "nullable": true
          },
          "col13Checked": {
            "type": "string",
            "nullable": true
          },
          "col14Checked": {
            "type": "string",
            "nullable": true
          },
          "col15Checked": {
            "type": "string",
            "nullable": true
          },
          "col16Checked": {
            "type": "string",
            "nullable": true
          },
          "col17Checked": {
            "type": "string",
            "nullable": true
          },
          "col18Checked": {
            "type": "string",
            "nullable": true
          },
          "col1Enabled": {
            "type": "string",
            "nullable": true
          },
          "col2Enabled": {
            "type": "string",
            "nullable": true
          },
          "col3Enabled": {
            "type": "string",
            "nullable": true
          },
          "col4Enabled": {
            "type": "string",
            "nullable": true
          },
          "col5Enabled": {
            "type": "string",
            "nullable": true
          },
          "col6Enabled": {
            "type": "string",
            "nullable": true
          },
          "col7Enabled": {
            "type": "string",
            "nullable": true
          },
          "col8Enabled": {
            "type": "string",
            "nullable": true
          },
          "col9Enabled": {
            "type": "string",
            "nullable": true
          },
          "col10Enabled": {
            "type": "string",
            "nullable": true
          },
          "col11Enabled": {
            "type": "string",
            "nullable": true
          },
          "col12Enabled": {
            "type": "string",
            "nullable": true
          },
          "col13Enabled": {
            "type": "string",
            "nullable": true
          },
          "col14Enabled": {
            "type": "string",
            "nullable": true
          },
          "col15Enabled": {
            "type": "string",
            "nullable": true
          },
          "col16Enabled": {
            "type": "string",
            "nullable": true
          },
          "col17Enabled": {
            "type": "string",
            "nullable": true
          },
          "col18Enabled": {
            "type": "string",
            "nullable": true
          },
          "productGroupName": {
            "type": "string",
            "nullable": true
          },
          "productGroupId": {
            "type": "string",
            "nullable": true
          },
          "FirmwareVersion": {
            "type": "string",
            "nullable": true
          },
          "LastPingDate": {
            "type": "string",
            "nullable": true
          },
          "DtLastPingDate": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "reportpreffiledownloaditem": {
        "type": "object",
        "properties": {
          "SerialNumber": {
            "type": "string",
            "nullable": true
          },
          "CGMSSerialNumber": {
            "type": "string",
            "nullable": true
          },
          "FriendlyName": {
            "type": "string",
            "nullable": true
          },
          "Model": {
            "type": "string",
            "nullable": true
          },
          "DtRegDate": {
            "type": "string",
            "nullable": true
          },
          "RegDate": {
            "type": "string",
            "nullable": true
          },
          "ProductId": {
            "type": "string",
            "nullable": true
          },
          "PrefFileId": {
            "type": "string",
            "nullable": true
          },
          "productGroupName": {
            "type": "string",
            "nullable": true
          },
          "productGroupId": {
            "type": "string",
            "nullable": true
          },
          "FirmwareVersion": {
            "type": "string",
            "nullable": true
          },
          "PreferenceFileName": {
            "type": "string",
            "nullable": true
          },
          "LastDownloadTime": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "sbxDataCenter": {
        "type": "object",
        "properties": {
          "locationID": {
            "type": "string",
            "nullable": true
          },
          "locationName": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "surveyResponse": {
        "type": "object",
        "properties": {
          "questionID": {
            "type": "string",
            "nullable": true
          },
          "questionAnswer": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "userGroup": {
        "type": "object",
        "properties": {
          "usergroupId": {
            "type": "string",
            "nullable": true
          },
          "userGroupName": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "userList": {
        "type": "object",
        "properties": {
          "partyID": {
            "type": "string",
            "nullable": true
          },
          "emailAddress": {
            "type": "string",
            "nullable": true
          },
          "fullName": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "validateEmailAddress": {
        "type": "object",
        "properties": {
          "isfederatedenabled": {
            "type": "string",
            "nullable": true
          },
          "isSubUser": {
            "type": "boolean"
          },
          "isIdpUser": {
            "type": "string",
            "nullable": true
          },
          "getPasswordMessage": {
            "type": "string",
            "nullable": true
          },
          "isorgBased": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      }
    },
    "securitySchemes": {
      "Bearer": {
        "type": "apiKey",
        "description": "Please enter Authorization header using the Bearer scheme (Example: 'Bearer 12345abcdef')",
        "name": "Authorization",
        "in": "header"
      }
    }
  },
  "security": [
    {
      "Bearer": [ ]
    }
  ]
}