Catalog API Reference
Backoffice APIs
| Domain | Endpoints |
|---|---|
| Cars | GET /cars, GET /cars/{id}, PUT /cars/{id}, GET /cars/attributes |
| Branches | GET /branches, GET /branches/{id}, PUT /branches/{id} |
| Add-ons | GET /add-ons, GET /add-ons/{id}, PUT /add-ons/{id}, sort insurance/extra endpoints |
| Fuel | GET /fuels, GET /fuels/{id}, PUT /fuels/{id} |
| Promotion | GET /promotions, GET /promotions/{id}, PUT /promotions/{id}, DELETE /promotions/{id}, upload/sort endpoints |
| OWR | GET /oneway-rentals, POST /oneway-rentals, PUT /oneway-rentals/{id}, DELETE /oneway-rentals/{id} |
| Images | /images/branch/upload, /images/car/upload, /images/promotion/upload, /images/signed-url |
Public APIs
| Method | Path | รายละเอียด |
|---|---|---|
GET | /public/page-banner-images | Banner หน้า public |
GET | /public/carousel-images | Carousel หน้าแรก |
GET | /public/promotions | Promotion public |
GET | /public/branches | Branch public |
GET | /public/search-attributes | Attribute สำหรับ search |
POST | /public/search | Search car availability |
GET | /public/add-ons | Add-on public |
POST | /public/signed-url | Signed URL สำหรับอ่านไฟล์ |
POST | /public/price/quote | Quote ราคา |
POST | /public/request-car | Request car จาก customer |
Add-on sorting APIs
| Method | Path | รายละเอียด |
|---|---|---|
GET | /add-ons/sort/insurances | ดึงลำดับ insurance add-ons |
PUT | /add-ons/sort/insurances | อัปเดตลำดับ insurance add-ons |
GET | /add-ons/sort/extras | ดึงลำดับ extra add-ons |
PUT | /add-ons/sort/extras | อัปเดตลำดับ extra add-ons |
OWR APIs
| Method | Path | รายละเอียด |
|---|---|---|
GET | /oneway-rentals | List OWR |
POST | /oneway-rentals | Create OWR |
GET | /oneway-rentals/branches | Branch list สำหรับ OWR |
GET | /oneway-rentals/pickup-locations | Pickup location filter/list |
GET | /oneway-rentals/{id} | OWR detail |
PUT | /oneway-rentals/{id} | Update OWR |
DELETE | /oneway-rentals/{id} | Delete OWR |
Image APIs
| Method | Path | รายละเอียด |
|---|---|---|
POST | /images/branch/upload | Upload branch image |
POST | /images/car/upload | Upload car image |
POST | /images/promotion/upload | Upload promotion image |
POST | /images/terms-and-policy-for-register/upload | Upload image ใน register policy body |
POST | /images/signed-url | Signed URL สำหรับ private image |
POST | /public/signed-url | Signed URL สำหรับ public image |