REQUEST
RW). You are not able to change the id of a job, but most job properties are modifiable.
Special Attributes:
- Use workerfield with a username to assign/reassign a job
- Use receiverUidfield with a UID to assign/reassign a job
- Set receiverUidto empty string""to unassign a job
- Job templates can be edited using the tpl-prefix in the job ID
Body
Object, set field name to the id of the job to edit. The value is an obect with one or multiple fields.
Follow the schema of the Job API object for the value object.
Set 
notify:true if you want to generate a notification in case the progress status of this job changed (e.g., job completion, rejection, check-in/out).
To omit creating notifications for this job modification, set notify:false.
The notify attribute is optional and defaults to true.If true and the job is assigned with day set to today, notifies the assignee immediately of the route change. The list of jobs will be updated automatically on their device.
Permissions: Workers can only edit jobs for today unless the 
workers_edit_job setting is enabled. Changes to the day field by workers require this permission.