Vendor Portfolio Management
Test all vendor portfolio CRUD operations
List All Portfolios
GET
https://all-happy-events.swaadishthotels.com/api/vendor/portfolios
Response
Get Single Portfolio
GET
https://all-happy-events.swaadishthotels.com/api/vendor/portfolios/{id}
Response
Create Portfolio
POST
https://all-happy-events.swaadishthotels.com/api/vendor/portfolios
Response
Update Portfolio
PUT
https://all-happy-events.swaadishthotels.com/api/vendor/portfolios/{id}
Response
Delete Portfolio
DELETE
https://all-happy-events.swaadishthotels.com/api/vendor/portfolios/{id}
Response