Update The State Of A Daily Log Header
update_the_state_of_a_daily_log_headerSet the completion status of a daily log header and distribute it to the distribution list by providing the project ID, completed, and distributed fields.
Instructions
Sets the completed boolean value and/or distributes the Daily Log to its distribution list. 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, completed, distributed. Procore API: Project Management > Daily Log. Endpoint: PATCH /rest/v1.0/projects/{project_id}/daily_log_headers
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| id | No | Query string parameter — the id of the requested Daily Log Header | |
| log_date | No | Query string parameter — the log date for the requested Daily Log Header | |
| app_name | No | Query string parameter — the name of app which issues this request. If app name is 'web' and request completes day then web filters of user which completes day are applied to pdf which is sent to distribution users. | |
| completed | Yes | JSON request body field — set the completion status for the day | |
| distributed | Yes | JSON request body field — distribute the Daily Log for the day |