GET api/Customer/Counters
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
CustomerCounterName | Description | Type | Additional information |
---|---|---|---|
TotalUsers | integer |
None. |
|
TotalActive | integer |
None. |
|
TotalInactive | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "TotalUsers": 1, "TotalActive": 2, "TotalInactive": 3 }
application/xml, text/xml
Sample:
<CustomerCounter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DataAccess.DTO"> <TotalActive>2</TotalActive> <TotalInactive>3</TotalInactive> <TotalUsers>1</TotalUsers> </CustomerCounter>