# Bookings
| Modules | Description | parameter | Description |
|---|---|---|---|
| get.store | Get list of bookings on specific date | api-key | Account API key |
| api-secret | Account API secret | ||
| date | Date (Y-m-d format) | ||
| status | Booking Status (All, IDLE, CONFIRM, CANCEL, NOSHOW) | ||
| get.store.period | Get list of store | api-key | Account API key |
| api-secret | Account API secret | ||
| start_date | Search start date (Y-m-d format) | ||
| end_date | Search end date (Y-m-d format) | ||
| get.store.today.idle | Get Today's booking idle list | api-key | Account API key |
| api-secret | Account API secret | ||
| get.booking.no | Get details of booking no. | api-key | Account API key |
| api-secret | Account API secret | ||
| booking_no | Booking unique No |