Vendor Portfolio Management

Test all vendor portfolio CRUD operations

List All Portfolios

GET
https://www.all-happy-events.swaadishthotels.com/api/vendor/portfolios
Response

Get Single Portfolio

GET
https://www.all-happy-events.swaadishthotels.com/api/vendor/portfolios/{id}
Response

Create Portfolio

POST
https://www.all-happy-events.swaadishthotels.com/api/vendor/portfolios
Response

Update Portfolio

PUT
https://www.all-happy-events.swaadishthotels.com/api/vendor/portfolios/{id}
Will replace old images
Will replace old videos
Response

Delete Portfolio

DELETE
https://www.all-happy-events.swaadishthotels.com/api/vendor/portfolios/{id}

Warning: This will permanently delete the portfolio and all associated images/videos!

Response