create_job
Create a new job record for a customer. Requires customer ID and job name; optionally include description and estimated total.
Instructions
Create a new job for a customer. Returns the created job record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Short job title, e.g. 'Kitchen sink clog' | |
| estimate | No | Estimated total in dollars | |
| customer_id | Yes | ||
| description | No |