---
title: "POST /api/product/get-tenant-details"
method: POST
path: "/api/product/get-tenant-details"
tags: ["productlist"]
---

# POST /api/product/get-tenant-details

`POST /api/product/get-tenant-details`

## Request body

- GetTenantDetailsRequest
  - `serialNumber` string, nullable
  - `serviceid` string, nullable

## Response `200`

Success

- GetTenantDetailsResponse
  - `content` Tenant
    - `name` string, nullable
    - `serialNumber` string, nullable
    - `nodeCount` string, nullable
    - `expDate` string, nullable
    - `dataCenter` string, nullable
    - `productGroupID` string, nullable
    - `shareGroupID` string, nullable
    - `serviceFamily` string, nullable
    - `lsgType` string, nullable
    - `firewalls` TenantFirewall[], nullable
      - `serialNumber` string, nullable
      - `nodeCount` string, nullable
      - `friendlyName` string, nullable
      - `productLine` string, nullable
      - `lsgMsg` string, nullable
      - `licSharedSvcFamily` string, nullable
      - `lsgType` string, nullable
      - `lsgServieId` string, nullable
  - `operationStatus` string, nullable
  - `msgCode` string, nullable
  - `msgId` string, nullable
  - `msgDesc` string, nullable

---

[API](https://skmtc.dev/mysonicwall/apis/restapi-core-v1.md) · [All operations](https://skmtc.dev/mysonicwall/apis/restapi-core-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mysonicwall/restapi-core-v1/revisions/ddffed195eba/schema)
