Company administration service methods: Difference between revisions

Line 1,321: Line 1,321:
Returns Array.
Returns Array.


Returns a list of objects represented system warnings. Each warning contains '''warning_type''' and '''warning_text'''
Returns a list of objects represented system warnings. Each warning contains <code>warning_type</code> and <code>warning_text</code>
properties. '''warning_text''' property contains localized message. '''warning_type''' can be one of the values:
properties. <code>warning_text</code> property contains localized message. <code>warning_type</code> can be one of the values:


* '''sms_limit''' – warning indicates low amount of SMS credits
* '''sms_limit''' – warning indicates low amount of SMS credits
* '''sheduler_limit''' – warning indicates low amount of available bookings
* '''sheduler_limit''' – warning indicates low amount of available bookings


----
----