_new
Parameters
Example
FM_api(
'Contract_new',
[
'name'=>'Monthly Contract',
'notes'=>'Here are some notes',
'custom'=>[
'custom field'=>'1',
'address thing'=>'2'
]
]
);Result
Last updated
FM_api(
'Contract_new',
[
'name'=>'Monthly Contract',
'notes'=>'Here are some notes',
'custom'=>[
'custom field'=>'1',
'address thing'=>'2'
]
]
);Last updated
{"id":12}{"error":"no name provided"}