Create Job
create_jobCreate a service job in Service Fusion by providing exact customer name, category, and status, with optional scheduling and address details.
Instructions
Create a new service job. Requires an exact customer name, category, and status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | Job site city. | |
| source | No | Lead source (exact match). Use get_sources. | |
| status | Yes | Job status (exact match). Use get_job_statuses. | |
| category | Yes | Job category (exact match). Use get_job_categories. | |
| end_date | No | Scheduled end (ISO 8601). | |
| street_1 | No | Job site street address. | |
| po_number | No | Customer PO number. | |
| start_date | No | Scheduled start (ISO 8601). | |
| state_prov | No | Job site state/province. | |
| description | No | Job description. | |
| postal_code | No | Job site postal code. | |
| payment_type | No | Payment type. Use get_payment_types. | |
| customer_name | Yes | Exact customer name. Use search_customers to find it. |