POST /rest/v1.0/companies/{company_id}/configurable_field_sets/{id}/validations
Returns validation failure/success messages for values supplied to custom fields within the configurable field set.
Servers
- https://api.procore.com
Path parameters
Name | Type | Required | Description |
---|---|---|---|
id |
Integer | Yes |
Configurable Field Set ID |
company_id |
Integer | Yes |
Unique identifier for the company. |
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Procore-Company-Id |
Integer | Yes |
Unique company identifier associated with the Procore User Account. |
Query parameters
Name | Type | Required | Description |
---|---|---|---|
project_id |
Integer | No |
Project ID |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
attributes |
Object | Yes |
An object with configurable & custom field keys and values to be validated. This is for example purposes only. |
attributes.custom_field_47393 |
String | No |
The value to be validated for custom field with id 47393 |
attributes.number |
Integer | No |
The value value to be validated for configurable field "number" |
attributes.custom_field_58238 |
Integer | No |
The value to be validated for custom field with id 58238 |
attributes.title |
String | No |
The value to be validated for configurable field "title" |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.