GET api/v1/GetCustemerCardsData?clientId={clientId}&sellerId={sellerId}

Request Information

URI Parameters
NameDescriptionTypeAdditional information
clientId

integer

Required

sellerId

integer

Required

Response Information

Description:

Return type: CustomerCardData

Response Formats
{
  "TotalCustomers": 1,
  "TotalMobileRegisteredcustomers": 2,
  "TotalEmailRegisteredCustomers": 3,
  "CustomersWithOrders": 4,
  "TotalBusinessCustomers": 5
}
{"TotalCustomers":1,"TotalMobileRegisteredcustomers":2,"TotalEmailRegisteredCustomers":3,"CustomersWithOrders":4,"TotalBusinessCustomers":5}
<CustomerCardData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Customer">
  <CustomersWithOrders>4</CustomersWithOrders>
  <TotalBusinessCustomers>5</TotalBusinessCustomers>
  <TotalCustomers>1</TotalCustomers>
  <TotalEmailRegisteredCustomers>3</TotalEmailRegisteredCustomers>
  <TotalMobileRegisteredcustomers>2</TotalMobileRegisteredcustomers>
</CustomerCardData>