Add Segment To The Project Pattern
add_segment_to_the_project_patternAdd a segment to a project's Work Breakdown Structure pattern. Provide project ID and segment ID to update existing records.
Instructions
Add segment to the project pattern. 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: project_id, segment_id. Procore API: Construction Financials > Work Breakdown Structure. Endpoint: PUT /rest/v1.0/projects/{project_id}/work_breakdown_structure/patterns/add_segment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| segment_id | Yes | JSON request body field — unique identifier of the segment |