Update Visitor Log
update_visitor_logUpdate a project's visitor log by providing the project id, log id, and the fields to change. Only supplied fields are modified, returning the updated object.
Instructions
Updates a single Visitor Log in the specified Project. Use this to update an existing Daily Log records (only the supplied fields are changed). Updates the specified Daily Log records and returns the modified object on success. Required parameters: project_id, id, visitor_log. Procore API: Project Management > Daily Log. Endpoint: PATCH /rest/v1.0/projects/{project_id}/visitor_logs/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| id | Yes | URL path parameter — unique identifier of the Daily Log resource | |
| 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 |