Update Company Pattern'S Segment Order
update_company_patterns_segment_orderUpdates the segment order for a company pattern in Procore's Work Breakdown Structure, sending only changed fields and returning the updated order or an error status.
Instructions
Updates the segment order on a company pattern. Send only the fields you intend to change; omitted fields keep their current values. company_id defaults to the value set by procore_set_config when omitted. Returns the modified company pattern s segment order 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: company_id, updated_order. Procore API: Construction Financials > Work Breakdown Structure. Endpoint: PUT /rest/v1.0/companies/{company_id}/work_breakdown_structure/patterns/update_segment_order
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| updated_order | Yes | JSON request body field — new position for each segment in the pattern |