Company administration service methods: Difference between revisions
No edit summary |
|||
| Line 392: | Line 392: | ||
Returns Array. | Returns Array. | ||
Returns list of bookings filtered by given params. Filter params represented as object with following fields:* '''date_from''' a date of booking in string format 'Y-m-d' | Returns list of bookings filtered by given params. Filter params represented as object with following fields: | ||
* '''date_from''' a date of booking in string format 'Y-m-d' | |||
* '''time_from''' a time string in format 'H:i:s' | * '''time_from''' a time string in format 'H:i:s' | ||
* '''date_to''' a date string in format 'Y-m-d' | * '''date_to''' a date string in format 'Y-m-d' | ||