---
title: "Update a Job"
method: PUT
path: "/jobs"
---

# Update a Job

`PUT /jobs`

## Query parameters

- `update_all_jobs` boolean
- `clear_schedule` boolean
- `remove_parent_job` boolean
- `is_offline` boolean

## Request body

- object
  - `job` object
    - `job_uid` string, required — Job UID
    - `prefix` string
    - `job_title` string
    - `job_description` string
    - `job_category` string
    - `job_priority` 'LOW' | 'MEDIUM' | 'HIGH' | 'URGENT'
    - `job_type` 'NEW' | 'REVISIT'
    - `job_tags` string[]
    - `scheduled_start_time` string
    - `scheduled_end_time` string
    - `due_date` string
    - `work_mins_required` string
    - `organization` string
    - `customer` object
      - `customer_first_name` string, required
      - `customer_last_name` string
      - `customer_category` string
      - `customer_organization` string
      - `account_manager` string
      - `customer_contact_no` string
      - `customer_email` string
      - `customer_tags` string[]
      - `custom_fields` object[]
        - `label` string, required
        - `value` string, required
        - `type` string, required
        - `ref_uid` string
        - `module_name` 'JOB' | 'CUSTOMER' | 'EMPLOYEE' | 'ESTIMATE' | 'INVOICE' | 'PRODUCT' | 'PURCHASE_ORDER' | 'SERVICE_CONTRACT' | 'ASSET' | 'PROPERTY' | 'ORGANIZATION' | 'TEAM' | 'REQUEST' | 'PROJECT'
        - `hide_to_fe` boolean
        - `hide_field` boolean
        - `read_only` boolean
        - `group_name` string
        - `group_uid` string
      - `customer_company_name` string
    - `customer_address` object
      - `city` string
      - `state` string
      - `street` string
      - `country` string
      - `landmark` string
      - `zip_code` string
      - `geo_cordinates` number[]
      - `first_name` string
      - `last_name` string
      - `phone_number` string — Customer phone number
      - `email` string — Customer email
      - `label` string — Label
    - `customer_billing_address` object
      - `city` string
      - `state` string
      - `street` string
      - `country` string
      - `landmark` string
      - `zip_code` string
      - `geo_cordinates` number[]
      - `first_name` string
      - `last_name` string
      - `phone_number` string — Customer phone number
      - `email` string — Customer email
      - `label` string — Label
    - `custom_fields` object[]
      - `label` string, required
      - `value` string, required
      - `type` string, required
      - `ref_uid` string
      - `module_name` 'JOB' | 'CUSTOMER' | 'EMPLOYEE' | 'ESTIMATE' | 'INVOICE' | 'PRODUCT' | 'PURCHASE_ORDER' | 'SERVICE_CONTRACT' | 'ASSET' | 'PROPERTY' | 'ORGANIZATION' | 'TEAM' | 'REQUEST' | 'PROJECT'
      - `hide_to_fe` boolean
      - `hide_field` boolean
      - `read_only` boolean
      - `group_name` string
      - `group_uid` string
    - `products` object[]
      - `line_item_type` 'ITEM' | 'HEADER'
      - `product_uid` string
      - `product_category` string
      - `product_no` string
      - `product_image` string
      - `product_name` string
      - `product_description` string
      - `brand` string
      - `specification` string
      - `uom` string
      - `product_manual_link` string
      - `quantity` string
      - `currency` string
      - `price` string
      - `product_type` string
      - `meta_data` string
      - `serial_nos` string[]
      - `location_uid` string
      - `location_name` string
      - `group_uid` string
      - `group_name` string
      - `discount` string
      - `purchase_price` string
      - `discount_type` string
      - `total` string
      - `section_name` string
      - `section_uid` string
      - `section_type` 'COLLAPSED' | 'EXPANDED' | 'HIDDEN'
      - `show_child_prices` boolean
      - `show_section_total` boolean
      - `tax` object
        - `tax_name` string
        - `tax_rate` string
        - `tax_amount` string
    - `hide_to_fe` boolean
    - `customer_uid` string
    - `assets` object[]
      - `asset` string — asset uid
    - `ppm` string
    - `service_contract` string
    - `route` string
    - `property` string
    - `request` string
    - `order_id` string
    - `skills` object[]
      - `user.skillsets.skillset_uid` string
      - `user.skillsets.start_date` string, date
      - `user.skillsets.end_date` string, date
      - `user.skillsets.skill_level` string
    - `invoice` string
    - `details_url` string
    - `feedback_url` string
    - `bu_uid` string — Trade Type UID

## Response `200`

200

## Other responses

- `400` — 400

---

[API](https://skmtc.net/zuper/apis/zuper-pro-api.md) · [All operations](https://skmtc.net/zuper/apis/zuper-pro-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zuper/zuper-pro-api/versions/c7b8028a05de/schema)
