Sets the mileage of the Job.
The ID of the Job.
The new mileage of the Job.
FM_api('Job_setMileage', ['id' => '123', 'value' => '500']);
{'ok':1}
If no Job ID is provided:
{'error':'no ID provided'}
If no mileage is provided:
If the Job does not exist:
Last updated 5 months ago
{'error':'no value provided'}
{'error':'appointment does not exist'}