_getStatuses

Returns Invoice status details for a givn list of jobs

Parameters

ids

A list of IDs for the jobs which you wish to retrieve status details

Example

FM_api('Invoices_getStatuses', ['id'=> ['1', '2', '3']]);

On Success

{"1":["1","2018-11-16 09:36:24"], "2":["1","2018-11-16 09:36:24"], "3":["1","2018-11-16 09:36:24"]}

Last updated