_setNotes
Parameters
Example
FM_api(
'Contract_setNotes',
array(
'id'=>'9'
'notes'=>'Some notes on this Contract'
)
);Results
{"ok":1}{"error":"no ID provided"}Last updated
FM_api(
'Contract_setNotes',
array(
'id'=>'9'
'notes'=>'Some notes on this Contract'
)
);{"ok":1}{"error":"no ID provided"}Last updated
{"error":"no notes provided"}