Description Routes
Flats Routes
Route
Method
Description
Status
/api/v1/flats
GET
***
👍
/api/v1/users
POST
***
---
/api/v1/users/:userId
GET
***
---
Users' Routes
Route
Method
Description
Status
/api/v1/account/login
POST
***
---
/api/v1/account/logout
POST
***
---
Contacts Routes
Route
Method
Description
Status
/api/v1/contacts
GET
***
---
/api/v1/contacts
POST
***
---
/api/v1/contacts/:contactId
GET
***
---
Complaints Routes
Route
Method
Description
Status
/api/v1/complaints
GET
***
---
/api/v1/complaints/:complainId
GET
***
---
/api/v1/complaints
POST
***
---
Services Routes
Route
Method
Description
Status
/api/v1/services
GET
***
---
/api/v1/services
POST
***
---
/api/v1/services/:serviceId
PUT
***
---
Bills Routes
Route
Method
Description
Status
/api/v1/bills
GET
***
---
/api/v1/bills/billId
GET
***
---
/api/v1/bills/add
POST
***
---
/api/v1/bills/billId
PUT
***
---
/api/v1/bills/:userId
GET
***
---
Announcements Routes
Route
Method
Description
Status
/api/v1/advertisements
GET
***
---
/api/v1/announcements
GET
***
---
/api/v1/announcements
POST
***
---
/api/v1/announcements/:announcementsId
GET
***
---
/api/v1/announcements/:announcementsId
PUT
***
---
/api/v1/announcements/:announcementsId
DELETE
***
---
You can’t perform that action at this time.