Sets the expiry date of a specified Contract.
The ID of the Contract.
The new expiry date. It is in YYYY-MM-DD format.
FM_api('Contract_setExpiryDate', ['id' => '123', 'val' => '2019-01-24']);
{'ok':1}
If the User is not logged in:
{'error':'not logged in'}
Last updated 3 years ago