Create A Piece Of Equipment
create_a_piece_of_equipmentCreate a new equipment record for Field Productivity in Procore by specifying the project ID and equipment name. Adds an equipment entry to time and material entries.
Instructions
Create a piece of Equipment. 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: project_id. Procore API: Project Management > Field Productivity. Endpoint: POST /rest/v1.0/projects/{project_id}/time_and_material_entries/create_equipment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| equipment_name | No | JSON request body field — the equipment name for this Field Productivity operation |