Update Sub Job
update_sub_jobUpdate a Sub Job by sending only the changed fields; pass the sub job ID, project ID, and the fields to modify. Returns the updated sub job or an error with HTTP status for failures.
Instructions
Update a specified Sub Job. Send only the fields you intend to change; omitted fields keep their current values. id must identify an existing parent record — resolve it with the matching list tool first. Returns the modified sub job on success. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: id, project_id, sub_job. Procore API: Construction Financials > Work Breakdown Structure. Endpoint: PATCH /rest/v1.0/sub_jobs/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the Work Breakdown Structure resource | |
| sub_job | Yes | JSON request body field — the sub job for this Work Breakdown Structure operation | |
| project_id | Yes | JSON request body field — unique identifier for the project. |