Create New Delay Log Type
create_new_delay_log_typeCreate a new delay log type in Procore to categorize schedule delays for a project. Requires project ID and display name.
Instructions
Create a new Delay Log Type for the 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, display_name. Procore API: Project Management > Daily Log. Endpoint: POST /rest/v1.0/projects/{project_id}/daily_logs/delay_log_types
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| display_name | Yes | JSON request body field — the name displayed in the web UI | |
| visible | No | JSON request body field — whether the delay log type is displayed in the UI. Defaults to true |