GET api/DashboardDetails/GetAlldashboardDetails
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of DashboardDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| totalUser | integer |
None. |
|
| totalarea | integer |
None. |
|
| totaldeliveryboy | integer |
None. |
|
| Pendingamt | decimal number |
None. |
|
| totalsale | decimal number |
None. |
|
| totalexpense | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"totalUser": 1,
"totalarea": 2,
"totaldeliveryboy": 3,
"Pendingamt": 4.0,
"totalsale": 5.0,
"totalexpense": 6.0
},
{
"$ref": "1"
}
]
application/octet-stream
Sample:
[{"$id":"1","totalUser":1,"totalarea":2,"totaldeliveryboy":3,"Pendingamt":4.0,"totalsale":5.0,"totalexpense":6.0},{"$ref":"1"}]