Operating Unit Dashboard - Account Admin
Sample Input:
Output:
Sample Output:
{
"message": "Operating unit fetched successfully.",
"entity": null,
"status": true,
"entityList": [
{
"id": 36,
"name": "Nakuru",
"siteCount": 8,
"tenantId": 74
},
{
"id": 37,
"name": "Mombasa",
"siteCount": 6,
"tenantId": 316
}
],
"responseCode": 200,
"totalCount": 4
}Last updated