POST api/Dashboard_v1/GetTemple_Counts
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
TempleDatabyCount_v1| Name | Description | Type | Additional information |
|---|---|---|---|
| ResponseCode | integer |
None. |
|
| Temple_count | Collection of Templecount_v1 |
None. |
Response Formats
application/json, text/json
Sample:
{
"Temple_count": [
{
"individual_count": 1,
"Total_Count": 2
},
{
"individual_count": 1,
"Total_Count": 2
}
],
"ResponseCode": 1
}
application/xml, text/xml
Sample:
<TempleDatabyCount_v1 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TempleDirectory.Controllers">
<ResponseCode>1</ResponseCode>
<Temple_count>
<Templecount_v1>
<Total_Count>2</Total_Count>
<individual_count>1</individual_count>
</Templecount_v1>
<Templecount_v1>
<Total_Count>2</Total_Count>
<individual_count>1</individual_count>
</Templecount_v1>
</Temple_count>
</TempleDatabyCount_v1>