Create Project Observation Type
create_project_observation_typeCreate a new observation type for a Procore project. Specify name, category, or parent to categorize observations.
Instructions
Creates a Project Observation Type with the specified name/parent_id. Use this to create a new Observations in Procore. Creates a new Observations and returns the created object on success (HTTP 201). Required parameters: project_id. Procore API: Project Management > Observations. Endpoint: POST /rest/v1.0/projects/{project_id}/observation_types
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| name | No | JSON request body field — name to be used for Observations created from this type. | |
| category | No | JSON request body field — category to be used for Observations created from this type. | |
| observations_category_id | No | JSON request body field — observations category id to be used for Observations created from this type. | |
| active | No | JSON request body field — active or no. | |
| parent_id | No | JSON request body field — unique identifier of the parent |