Company public service methods: Difference between revisions
| Line 115: | Line 115: | ||
later in time than <code>$startDate</code> and <code>$startTime</code>. If your clients located in different time | later in time than <code>$startDate</code> and <code>$startTime</code>. If your clients located in different time | ||
zone you should specify <code>'client_time_offset'</code> value in <code>$clientData</code> object as difference | zone you should specify <code>'client_time_offset'</code> value in <code>$clientData</code> object as difference | ||
between | between client's time zone and company's time zone in minutes. For example if company located in city with time | ||
zone GMT+2 and customer located in city with GMT+3 then <code>$clientTimeOffset</code> will be | zone GMT+2 and customer located in city with GMT+3 then <code>$clientTimeOffset</code> will be 60 minutes. You | ||
can get information about company's time zone using <code>[[#getCompanyInfo|getCompanyInfo]]</code> API method. To | can get information about company's time zone using <code>[[#getCompanyInfo|getCompanyInfo]]</code> API method. To | ||
create batch booking you can specify either <code>count</code> more then 1 or valid <code>batchId</code> (only one | create batch booking you can specify either <code>count</code> more then 1 or valid <code>batchId</code> (only one | ||