GET request/water/report/count
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
WaterCountReportName | Description | Type | Additional information |
---|---|---|---|
contractscount | Collection of Count |
None. |
|
quotescount | Collection of Count |
None. |
|
userscount | Collection of Count |
None. |
Response Formats
application/json, text/json
Sample:
{ "userscount": [ { "noOfCount": 1, "userTypeId": 2, "userType": "sample string 3" }, { "noOfCount": 1, "userTypeId": 2, "userType": "sample string 3" } ], "quotescount": [ { "noOfCount": 1, "userTypeId": 2, "userType": "sample string 3" }, { "noOfCount": 1, "userTypeId": 2, "userType": "sample string 3" } ], "contractscount": [ { "noOfCount": 1, "userTypeId": 2, "userType": "sample string 3" }, { "noOfCount": 1, "userTypeId": 2, "userType": "sample string 3" } ] }
text/html
Sample:
{"userscount":[{"noOfCount":1,"userTypeId":2,"userType":"sample string 3"},{"noOfCount":1,"userTypeId":2,"userType":"sample string 3"}],"quotescount":[{"noOfCount":1,"userTypeId":2,"userType":"sample string 3"},{"noOfCount":1,"userTypeId":2,"userType":"sample string 3"}],"contractscount":[{"noOfCount":1,"userTypeId":2,"userType":"sample string 3"},{"noOfCount":1,"userTypeId":2,"userType":"sample string 3"}]}
application/xml, text/xml
Sample:
<WaterCountReport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MyUtilityGeniusForBusiness.Api.Models.WaterConfig"> <contractscount> <Count> <NoOfCount>1</NoOfCount> <UserType>sample string 3</UserType> <UserTypeId>2</UserTypeId> </Count> <Count> <NoOfCount>1</NoOfCount> <UserType>sample string 3</UserType> <UserTypeId>2</UserTypeId> </Count> </contractscount> <quotescount> <Count> <NoOfCount>1</NoOfCount> <UserType>sample string 3</UserType> <UserTypeId>2</UserTypeId> </Count> <Count> <NoOfCount>1</NoOfCount> <UserType>sample string 3</UserType> <UserTypeId>2</UserTypeId> </Count> </quotescount> <userscount> <Count> <NoOfCount>1</NoOfCount> <UserType>sample string 3</UserType> <UserTypeId>2</UserTypeId> </Count> <Count> <NoOfCount>1</NoOfCount> <UserType>sample string 3</UserType> <UserTypeId>2</UserTypeId> </Count> </userscount> </WaterCountReport>