_createDuplicates

Create duplicates of a Job, with a list of different forms.

Parameters

id

The ID of the Job to copy.

form_ids

An array of form IDs for the new jobs to adopt.

Example

FM_api('Job_createDuplicates', ['id' => '222404', 'form_ids' => ['20', '29']]);

Result

On Success

{'ok':1}

Last updated