reschedule_job
Reschedule one of the authenticated customer's upcoming jobs to a new date and time. Call lookup_scheduled_jobs first to get the job ID. Get explicit customer confirmation before setting confirmed to true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobId | Yes | The job ID obtained from lookup_scheduled_jobs. | |
| confirmed | Yes | Must be true. Only set after the customer has explicitly confirmed. | |
| newScheduledTime | Yes | New ISO 8601 datetime string for the rescheduled appointment. |