API Documentation

API Endpoint 1

Description of API Endpoint 1.

Request Method
Method
Api
Blogs
query = blog_id={}
Add Blog
POST
/blog/add
Update Blog
PUT
/blog/update
Get All Blogs
GET
/blog/blogs
Get Blog By ID
GET
/blog/get-blog
Delete Blog
DELETE
/blog/delete
Project
query = project_id={}
Add Project
POST
/project/add
Update Project
PUT
/project/update
Get All Projects
GET
/project/projects
Get Project By ID
GET
/project/get-project
Delete Project
DELETE
/project/delete
Installment
query = installment_id={}
Add Installment
POST
/installment/add
Update Installment
PUT
/installment/update
Get All Installments
GET
/installment/installments
Get Installment By ID
GET
/installment/get-installment
Delete Installment
DELETE
/installment/delete
Newsletter
query = news-letter_id={}
Add Newsletter
POST
/news-letter/add
Delete Newsletter By ID
DELETE
/news-letter/delete-by-id
Get All Newsletters
GET
/news-letter/get
Booking
query = booking_id={}
Add Booking
POST
/booking/add
Update Booking
PUT
/booking/update
Get All Bookings
GET
/booking/bookings
Get Booking By ID
GET
/booking/get-booking
Delete Booking
DELETE
/booking/delete