Create Equipment Type (Project)
create_equipment_type_projectCreate a new equipment type record for a project in Procore. Provide project ID, company ID, name, category ID, and active status.
Instructions
Create equipment type (Project). Use this to create a new Equipment records in Procore. Creates a new Equipment records and returns the created object on success (HTTP 201). Required parameters: project_id, company_id, name, category_id, is_active. Procore API (v2.0): Core > Equipment. Endpoint: POST /rest/v2.0/companies/{company_id}/projects/{project_id}/equipment_register_types
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| name | Yes | JSON request body field — the name of the equipment type. | |
| category_id | Yes | JSON request body field — the unique identifier of the equipment category. | |
| is_active | Yes | JSON request body field — active/Inactive indicator for Equipment Type. |