Branches
Get Information of all setup branches on the system
Branches
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"data": {
"pageNumber": 1,
"totalPages": 2,
"pageSize": 2,
"totalCount": 4,
"hasPreviousPage": false,
"hasNextPage": true,
"items": [
{
"branchId": 1,
"branchName": "Head Quarter",
"createdAt": "2020-06-24T07:22:14.3854364",
"state": "Abia",
"address": "",
"status": 0,
"members": 8
},
{
"branchId": 2,
"branchName": "Test Branch 1",
"createdAt": "2020-07-14T08:07:45.7660483",
"state": "Adamawa",
"address": "",
"status": 0,
"members": 1
}
]
},
"status": true,
"message": "Success"
}Last updated