Sets notes for a Job Type.
The id of the Job Type.
The notes made for the Job Type.
FM_api( 'JobType_setNotes',[ 'id' => '122039', 'value' => 'Test Notes' ] );
Sets a Job Type assigned the ID "122039" with the notes "Test Notes"
If no ID parameter is included
If no value parameter is included
If there is no Job Type with the provided id
Last updated 3 months ago
{"ok":1}
{"error":"no ID provided"}
{"error":"no value provided"}
{"error":"appointment does not exist"}