Create duplicates of a Job, with a list of different forms.
The ID of the Job to copy.
An array of form IDs for the new jobs to adopt.
FM_api('Job_createDuplicates', ['id' => '222404', 'form_ids' => ['20', '29']]);
{'ok':1}
Last updated 3 months ago