Set a Customer job reference on a Job.
The ID of the Job.
The Customer job reference.
FM_api('Job_setJobRefCustomer', ['id' => '123', 'value' => 'ExampleCustomerJobRef']);
{'ok':1}
If the Job already has the Customer job reference:
{'ok':1,'warning':'value already set'}
If no Job ID is provided:
If no Customer job reference is provided:
If the Job does not exist:
Last updated 3 months ago
{'error':'no ID provided'}
{'error':'no value provided'}
{'error':'appointment does not exist'}