Update Vendor Project Roles
update_vendor_project_rolesUpdate vendor associations for a project role by replacing the list of vendors. Removes vendors not included in the provided IDs.
Instructions
Set which Vendors are associated with a specific Project Role. Will remove any vendors associated with the role if they are not included in the vendor_ids parameter. Use this to update an existing Project records (only the supplied fields are changed). Updates the specified Project records and returns the modified object on success. Required parameters: id, project_id, vendor_ids. Procore API: Core > Project. Endpoint: PATCH /rest/v1.0/projects/{project_id}/vendor_project_roles/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — iD of the Project Role | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| vendor_ids | Yes | JSON request body field — vendor IDs to associate with the Project Role |