Create An Equipment Make
create_an_equipment_makeCreate a new equipment make for Procore Field Productivity using company ID, name, and active flag.
Instructions
Create an equipment make. Use this to create a new Field Productivity records in Procore. Creates a new Field Productivity records and returns the created object on success (HTTP 201). Required parameters: company_id, name, is_active. Procore API: Project Management > Field Productivity. Endpoint: POST /rest/v1.0/companies/{company_id}/managed_equipment_makes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| name | Yes | JSON request body field — name of the equipment make | |
| is_active | Yes | JSON request body field — equipment make is active if true |