add_values_to_custom_field
Append values to a custom field in Procore's workforce planning module for company-specific data management.
Instructions
Add Values to Custom Field. [Company Admin/Custom - Configurable Tools] POST /rest/v1.0/workforce-planning/v2/companies/{company_id}/custom-fields/{field_id}/values
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier for the company. This parameter accepts both formats: - **Recommended**: Procore company ID (integer) - Use this for new integrations - Legacy: LaborChart UUID format (uuid string... | |
| field_id | Yes | UUID of the Custom Field. | |
| values | Yes | List of values to append to the field. |