create_plan_revision_log
Record plan revisions in Procore to track project changes and maintain documentation for construction management.
Instructions
Create Plan Revision Log. [Project Management/Daily Log] POST /rest/v1.0/projects/{project_id}/plan_revision_logs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| plan_revision_log | Yes | plan_revision_log | |
| attachments | No | Plan Revision Log Attachments are not viewable or used on web. To upload attachments you must upload the entire payload as `multipart/form-data` content-type and specify each parameter as form-data... |