Update Company Segment Item
update_company_segment_itemUpdate an existing Work Breakdown Structure segment item for a company by providing company, segment, and item IDs, modifying fields such as code, name, or status.
Instructions
Update a specific Company Segment Item. 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: company_id, segment_id, id. Procore API: Construction Financials > Work Breakdown Structure. Endpoint: PATCH /rest/v1.0/companies/{company_id}/work_breakdown_structure/segments/{segment_id}/segment_items/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| segment_id | Yes | URL path parameter — unique identifier of the segment | |
| id | Yes | URL path parameter — unique identifier of the Work Breakdown Structure resource | |
| standard_cost_code_list_id | No | Query string parameter — standard Cost Code List ID (required for cost codes only) | |
| code | No | JSON request body field — segment Item Code | |
| name | No | JSON request body field — segment Item Name | |
| status | No | JSON request body field — segment Item Status |