Update Sub Job
update_sub_jobUpdate an existing Work Breakdown Structure sub job. Modify specified fields and return the updated record.
Instructions
Update a specified Sub Job. Use this to update an existing Work Breakdown Structure records (only the supplied fields are changed). Updates the specified Work Breakdown Structure records and returns the modified object on success. 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 | |
| project_id | Yes | JSON request body field — unique identifier for the project. | |
| sub_job | Yes | JSON request body field — the sub job for this Work Breakdown Structure operation |