Company administration service methods: Difference between revisions
No edit summary |
No edit summary |
||
| Line 1,506: | Line 1,506: | ||
Set booking comment | Set booking comment | ||
---- | |||
=== getBookingStatus === | |||
<code>getBookingStatus ($bookingId)</code> | |||
Parameters: | |||
* '''$bookingId''' Integer | |||
Returns Array. | |||
Returns an object of status of given booking (if status plugin is enabled) | |||
default status will be returned if bookingId does not exists | |||
---- | ---- | ||