GET
api/v1/get-sellers-dashboarddata?clientId={clientId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientId | integer |
Required |
Response Information
Description:
Return type: SellerDasboardDataModel
Response Formats
application/json, text/json
{
"TotalActiveSellers": 1,
"TotalInactiveSellers": 2,
"TotalPartialRegisteredSellers": 3,
"TotalClaimedSellers": 4
}
text/html
{"TotalActiveSellers":1,"TotalInactiveSellers":2,"TotalPartialRegisteredSellers":3,"TotalClaimedSellers":4}
application/xml, text/xml
<SellerDasboardDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Seller"> <TotalActiveSellers>1</TotalActiveSellers> <TotalClaimedSellers>4</TotalClaimedSellers> <TotalInactiveSellers>2</TotalInactiveSellers> <TotalPartialRegisteredSellers>3</TotalPartialRegisteredSellers> </SellerDasboardDataModel>
