Assign The Attribute Items To The Wbs Codes
assign_the_attribute_items_to_the_wbs_codesAssign attribute items to Work Breakdown Structure codes. Update existing WBS records by specifying company, project, and attribute item IDs. Only changed fields are updated.
Instructions
Assign the Attribute Items to the Wbs Codes. 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, project_id, attribute_item_ids. Procore API (v2.0): Construction Financials > Work Breakdown Structure. Endpoint: PATCH /rest/v2.0/companies/{company_id}/projects/{project_id}/wbs/codes/attribute_items
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| filters__id__ | No | Query string parameter — assign item(s) to the specified WBS Code IDs. Example usage: ?filters[id][]=2670495558&filters[id][]=973021455 | |
| attribute_item_ids | Yes | JSON request body field — iDs of the Attribute Items to be assigned. Max size 3. | |
| filters | No | JSON request body field — filters to select target WBS Codes. |