Catalog Master Data
| Domain | Backoffice Path | Controller |
|---|---|---|
| Cars | /car | CarController |
| Branches | /branch | BrachController |
| Add-ons | /add-on | AddOnController |
| Fuel | /fuel | FuelController |
| Promotions | /promotion | PromotionController |
| OWR | /one-way-rental | OneWayRentalController |
Public data
| Data | Endpoint |
|---|---|
| Page banner images | GET /public/page-banner-images |
| Carousel images | GET /public/carousel-images |
| Promotions | GET /public/promotions, GET /public/promotions/list |
| Branches | GET /public/branches, GET /public/branches/list |
| Search attributes | GET /public/search-attributes |
| Search cars | POST /public/search |
| Add-ons | GET /public/add-ons |
| Price quote | POST /public/price/quote |