Create Instruction Types
create_instruction_typesCreate a new Instruction Type for a project to define daily log record categories. Requires project ID and name.
Instructions
Create a new Instruction Type associated with the specified Project. Use this to create a new Daily Log records in Procore. Creates a new Daily Log records and returns the created object on success (HTTP 201). Required parameters: project_id, name. Procore API: Project Management > Daily Log. Endpoint: POST /rest/v1.0/projects/{project_id}/instruction_types
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| name | Yes | JSON request body field — name of Instruction Type |