Batch Update Correspondence Type Items
batch_update_correspondence_type_itemsUpdate multiple correspondence type items in a Procore project. Modify existing items by supplying only the fields to change. Requires project ID and generic tool items array.
Instructions
Update all specified Correspondence Type Items. For more information on Generic Tool and Correspondence Tool endpoints, see Working with the Correspondence Tool. Use this to update an existing Custom - Configurable Tools (only the supplied fields are changed). Updates the specified Custom - Configurable Tools and returns the modified object on success. Required parameters: project_id, generic_tool_items. Procore API: Company Admin > Custom - Configurable Tools. Endpoint: PATCH /rest/v1.0/projects/{project_id}/correspondence_type_items
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| completion_mode | No | Query string parameter — defines whether to update items that can be, or none if at least one item can not be updated. Defaults to 'all_or_nothing'. | |
| generic_tool_items | Yes | JSON request body field — the generic tool items for this Custom - Configurable Tools operation |