_setEDate

Set the Expiry Date of the Job Recurrence.

Parameters

id

The ID of the Job Recurrence.

val

The Expiry date to be set for the Recurrence, yyyy-mm-dd.

Example

FM_api('JobRecurrence_setEDate', ['id' => '123', 'val' => '2019-10-28']);

Result

On Success

{'ok':1}

Last updated