GET
api/v1/get-seller-Dashboard-Detail?sellerId={sellerId}&clientId={clientId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| sellerId | integer |
Required |
|
| clientId | integer |
Required |
Response Information
Description:
Return type: CountModel
Response Formats
application/json, text/json
{
"TotalOrders": 1,
"TotalMainCategories": 2,
"TotalSubCategories": 3,
"TotalBrands": 4,
"TotalProducts": 5,
"VerifiedCustomersEmail": 6,
"NonVerifiedCustomersEmail": 7,
"VerifiedCustomersMobile": 8,
"NonVerifiedCustomersMobile": 9,
"TotalRFQs": 10,
"TotalBids": 11,
"TotalEnquiries": 12,
"TotalVendors": 13,
"OrderDeliveryStatus": [
{
"OrderId": 1,
"OrderGUID": "661fa5de-f6f0-4613-8488-6db70982eee1",
"CreatedOn": "2026-02-04T15:35:37.6212918+00:00",
"OrderNumber": "sample string 4",
"TotalOrderAmount": 1.0,
"Commision": 1.0,
"PayableAmount": 1.0,
"OrderStatusName": "sample string 5"
},
{
"OrderId": 1,
"OrderGUID": "661fa5de-f6f0-4613-8488-6db70982eee1",
"CreatedOn": "2026-02-04T15:35:37.6212918+00:00",
"OrderNumber": "sample string 4",
"TotalOrderAmount": 1.0,
"Commision": 1.0,
"PayableAmount": 1.0,
"OrderStatusName": "sample string 5"
}
],
"topSellingProducts": [
{
"SkuDetailId": 1,
"totalcount": 2,
"DisplayName": "sample string 3"
},
{
"SkuDetailId": 1,
"totalcount": 2,
"DisplayName": "sample string 3"
}
],
"orderModels": [
{
"OrderGUID": "935f9bd3-81a6-4882-842c-42c982769eee",
"Month": 2
},
{
"OrderGUID": "935f9bd3-81a6-4882-842c-42c982769eee",
"Month": 2
}
]
}
text/html
{"TotalOrders":1,"TotalMainCategories":2,"TotalSubCategories":3,"TotalBrands":4,"TotalProducts":5,"VerifiedCustomersEmail":6,"NonVerifiedCustomersEmail":7,"VerifiedCustomersMobile":8,"NonVerifiedCustomersMobile":9,"TotalRFQs":10,"TotalBids":11,"TotalEnquiries":12,"TotalVendors":13,"OrderDeliveryStatus":[{"OrderId":1,"OrderGUID":"661fa5de-f6f0-4613-8488-6db70982eee1","CreatedOn":"2026-02-04T15:35:37.6212918+00:00","OrderNumber":"sample string 4","TotalOrderAmount":1.0,"Commision":1.0,"PayableAmount":1.0,"OrderStatusName":"sample string 5"},{"OrderId":1,"OrderGUID":"661fa5de-f6f0-4613-8488-6db70982eee1","CreatedOn":"2026-02-04T15:35:37.6212918+00:00","OrderNumber":"sample string 4","TotalOrderAmount":1.0,"Commision":1.0,"PayableAmount":1.0,"OrderStatusName":"sample string 5"}],"topSellingProducts":[{"SkuDetailId":1,"totalcount":2,"DisplayName":"sample string 3"},{"SkuDetailId":1,"totalcount":2,"DisplayName":"sample string 3"}],"orderModels":[{"OrderGUID":"935f9bd3-81a6-4882-842c-42c982769eee","Month":2},{"OrderGUID":"935f9bd3-81a6-4882-842c-42c982769eee","Month":2}]}
application/xml, text/xml
<CountModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Seller">
<NonVerifiedCustomersEmail>7</NonVerifiedCustomersEmail>
<NonVerifiedCustomersMobile>9</NonVerifiedCustomersMobile>
<OrderDeliveryStatus>
<OrderDeliveryStatus>
<Commision>1</Commision>
<CreatedOn>2026-02-04T15:35:37.6212918+00:00</CreatedOn>
<OrderGUID>661fa5de-f6f0-4613-8488-6db70982eee1</OrderGUID>
<OrderId>1</OrderId>
<OrderNumber>sample string 4</OrderNumber>
<OrderStatusName>sample string 5</OrderStatusName>
<PayableAmount>1</PayableAmount>
<TotalOrderAmount>1</TotalOrderAmount>
</OrderDeliveryStatus>
<OrderDeliveryStatus>
<Commision>1</Commision>
<CreatedOn>2026-02-04T15:35:37.6212918+00:00</CreatedOn>
<OrderGUID>661fa5de-f6f0-4613-8488-6db70982eee1</OrderGUID>
<OrderId>1</OrderId>
<OrderNumber>sample string 4</OrderNumber>
<OrderStatusName>sample string 5</OrderStatusName>
<PayableAmount>1</PayableAmount>
<TotalOrderAmount>1</TotalOrderAmount>
</OrderDeliveryStatus>
</OrderDeliveryStatus>
<TotalBids>11</TotalBids>
<TotalBrands>4</TotalBrands>
<TotalEnquiries>12</TotalEnquiries>
<TotalMainCategories>2</TotalMainCategories>
<TotalOrders>1</TotalOrders>
<TotalProducts>5</TotalProducts>
<TotalRFQs>10</TotalRFQs>
<TotalSubCategories>3</TotalSubCategories>
<TotalVendors>13</TotalVendors>
<VerifiedCustomersEmail>6</VerifiedCustomersEmail>
<VerifiedCustomersMobile>8</VerifiedCustomersMobile>
<orderModels>
<OrderModel>
<Month>2</Month>
<OrderGUID>935f9bd3-81a6-4882-842c-42c982769eee</OrderGUID>
</OrderModel>
<OrderModel>
<Month>2</Month>
<OrderGUID>935f9bd3-81a6-4882-842c-42c982769eee</OrderGUID>
</OrderModel>
</orderModels>
<topSellingProducts>
<TopSellingProduct>
<DisplayName>sample string 3</DisplayName>
<SkuDetailId>1</SkuDetailId>
<totalcount>2</totalcount>
</TopSellingProduct>
<TopSellingProduct>
<DisplayName>sample string 3</DisplayName>
<SkuDetailId>1</SkuDetailId>
<totalcount>2</totalcount>
</TopSellingProduct>
</topSellingProducts>
</CountModel>
