From SimplyBook.me
Enter a message name below to show all available translations.
Found one translation.
| Name | Current message text |
|---|---|
| h English (en) | Return bookings count and revenue value for each date in specified period. Data grouped by unit id and represented as array with bookings count at index 0 and revenue amount at index 1. You can filter data either by unit or by service. Set <code>$dateStart</code> and <code>$dateEnd</code> to null to get data for current week.Example: ['2015-11-12' : { 3 : [ 11, // bookings count 128.53 // revenue ]} |