Validate Custom Fields Values With Configurable Field Set
validate_custom_fields_values_with_configurable_field_setValidates custom field values for a configurable field set and returns success or failure messages. On successful validation, creates a new custom tool.
Instructions
Returns validation failure/success messages for values supplied to custom fields within the configurable field set. Use this to perform the validate custom action on Custom - Configurable Tools. Creates a new Custom - Configurable Tools and returns the created object on success (HTTP 201). Required parameters: company_id, id. Procore API: Company Admin > Custom - Configurable Tools. Endpoint: POST /rest/v1.0/companies/{company_id}/configurable_field_sets/{id}/validations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| id | Yes | URL path parameter — configurable Field Set ID | |
| project_id | No | Query string parameter — unique identifier for the Procore project | |
| custom_field_47393 | No | JSON request body field — the value to be validated for custom field with id 47393 | |
| custom_field_58238 | No | JSON request body field — the value to be validated for custom field with id 58238 | |
| title | No | JSON request body field — the value to be validated for configurable field "title" | |
| number | No | JSON request body field — the value value to be validated for configurable field "number" |