Add Tag Instance To Project
add_tag_instance_to_projectAdd a tag to a project to enable resource planning records in Procore using company, project, and tag IDs.
Instructions
To make a Tag available to a Project, send a tag_id in the POST body. A successful response will return the newly created Tag Instance UUID. Use this to create a new Resource Planning records in Procore. Creates a new Resource Planning records and returns the created object on success (HTTP 201). Required parameters: company_id, project_id, tag_id. Procore API: Resource Management > Resource Planning. Endpoint: POST /rest/v1.0/workforce-planning/v2/companies/{company_id}/projects/{project_id}/tags
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — 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... | |
| project_id | Yes | URL path parameter — unique identifier for the project | |
| tag_id | Yes | JSON request body field — uUID reference of the Tag to be applied to the Project. |