GET
api/v1/GetCustemerCardsData?clientId={clientId}&sellerId={sellerId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientId | integer |
Required |
|
| sellerId | integer |
Required |
Response Information
Description:
Return type: CustomerCardData
Response Formats
application/json, text/json
{
"TotalCustomers": 1,
"TotalMobileRegisteredcustomers": 2,
"TotalEmailRegisteredCustomers": 3,
"CustomersWithOrders": 4,
"TotalBusinessCustomers": 5
}
text/html
{"TotalCustomers":1,"TotalMobileRegisteredcustomers":2,"TotalEmailRegisteredCustomers":3,"CustomersWithOrders":4,"TotalBusinessCustomers":5}
application/xml, text/xml
<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>
