GET
api/v1/get-seller-Dashboard-Detail?adminMemberId={adminMemberId}&clientId={clientId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
adminMemberId | integer |
Required |
|
clientId | integer |
Required |
Response Information
Description:
Return type: CountModel
Response Formats
application/json, text/json
{ "RegisteredCategory": 1, "ActiveCategory": 2, "InActiveCategory": 3, "RegisterdProduct": 4, "ActiveProduct": 5, "InActiveProduct": 6, "PageView": 7, "TotalOrder": 8, "AbandantCardOrder": 9, "AddToCardCount": 10, "OrderDeliveryStatus": [ { "OrderId": 1, "OrderGUID": "53c3ca18-d17c-418e-89a3-016927ed5918", "CreatedOn": "2025-06-18T13:07:16.401578+00:00", "OrderNumber": "sample string 4", "TotalOrderAmount": 1.0, "Commision": 1.0, "PayableAmount": 1.0, "OrderStatusName": "sample string 5" }, { "OrderId": 1, "OrderGUID": "53c3ca18-d17c-418e-89a3-016927ed5918", "CreatedOn": "2025-06-18T13:07:16.401578+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": "e9bf7f3b-b2f3-4c65-a6a0-1c03df8bfea4", "Month": 2 }, { "OrderGUID": "e9bf7f3b-b2f3-4c65-a6a0-1c03df8bfea4", "Month": 2 } ] }
text/html
{"RegisteredCategory":1,"ActiveCategory":2,"InActiveCategory":3,"RegisterdProduct":4,"ActiveProduct":5,"InActiveProduct":6,"PageView":7,"TotalOrder":8,"AbandantCardOrder":9,"AddToCardCount":10,"OrderDeliveryStatus":[{"OrderId":1,"OrderGUID":"53c3ca18-d17c-418e-89a3-016927ed5918","CreatedOn":"2025-06-18T13:07:16.401578+00:00","OrderNumber":"sample string 4","TotalOrderAmount":1.0,"Commision":1.0,"PayableAmount":1.0,"OrderStatusName":"sample string 5"},{"OrderId":1,"OrderGUID":"53c3ca18-d17c-418e-89a3-016927ed5918","CreatedOn":"2025-06-18T13:07:16.401578+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":"e9bf7f3b-b2f3-4c65-a6a0-1c03df8bfea4","Month":2},{"OrderGUID":"e9bf7f3b-b2f3-4c65-a6a0-1c03df8bfea4","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"> <AbandantCardOrder>9</AbandantCardOrder> <ActiveCategory>2</ActiveCategory> <ActiveProduct>5</ActiveProduct> <AddToCardCount>10</AddToCardCount> <InActiveCategory>3</InActiveCategory> <InActiveProduct>6</InActiveProduct> <OrderDeliveryStatus> <OrderDeliveryStatus> <Commision>1</Commision> <CreatedOn>2025-06-18T13:07:16.401578+00:00</CreatedOn> <OrderGUID>53c3ca18-d17c-418e-89a3-016927ed5918</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>2025-06-18T13:07:16.401578+00:00</CreatedOn> <OrderGUID>53c3ca18-d17c-418e-89a3-016927ed5918</OrderGUID> <OrderId>1</OrderId> <OrderNumber>sample string 4</OrderNumber> <OrderStatusName>sample string 5</OrderStatusName> <PayableAmount>1</PayableAmount> <TotalOrderAmount>1</TotalOrderAmount> </OrderDeliveryStatus> </OrderDeliveryStatus> <PageView>7</PageView> <RegisterdProduct>4</RegisterdProduct> <RegisteredCategory>1</RegisteredCategory> <TotalOrder>8</TotalOrder> <orderModels> <OrderModel> <Month>2</Month> <OrderGUID>e9bf7f3b-b2f3-4c65-a6a0-1c03df8bfea4</OrderGUID> </OrderModel> <OrderModel> <Month>2</Month> <OrderGUID>e9bf7f3b-b2f3-4c65-a6a0-1c03df8bfea4</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>