[#40] what is the structure of $data in saveServiceVacation API

Migrated from Redmine #40 | Author: deepak ev
Status: Rejected | Priority: Immediate, there is BUG! | Created: 2017-09-04


Hi ,
what is the structure of $data in saveServiceVacation API. Need to understand the format in which the data need to be passed
saveServiceVacation ($data, $serviceId)
Save company vacation data
(create or update table depending on ‘id’ param existing in $data)

@param array $data
@param Integer $serviceId
@return Integer id of saved vacation

deleteServiceVacation ($vacationI

Redmine Admin wrote:

this function is internal. Not in production yet. Please do not use it

deepak ev wrote:

How to identify if an API is ready for use and not ready for use ?

Vitaliy Kordiak wrote:

If you see a full description of the function - it is ready to use. Otherwise, please check here.