Create Visitor Log
create_visitor_logAdd a visitor log entry to a Procore project. Provide project ID and visitor log details to record a new daily log entry for visitor access.
Instructions
Creates a single Visitor Log in 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, visitor_log. Procore API: Project Management > Daily Log. Endpoint: POST /rest/v1.0/projects/{project_id}/visitor_logs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| run_configurable_validations | No | Query string parameter — if true, validations are run for the corresponding Configurable Field Set. | |
| visitor_log | Yes | JSON request body field — the visitor log for this Daily Log operation |