update_instruction
Modify project instructions in Procore to update details like status, title, cost impact, or attachments for daily log management.
Instructions
Update Instruction. [Project Management/Daily Log] PATCH /rest/v1.0/projects/{project_id}/instructions/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| id | Yes | Instruction ID | |
| send_emails | No | Designates whether or not emails will be sent (default false) | |
| number | No | The Number of the Instruction | |
| title | No | The Title of the Instruction | |
| status | No | The Status of the Instruction | |
| instruction_type_id | No | ID of the Instruction Type | |
| instruction_from_id | No | ID of the User who the Instruction is from | |
| date_received | No | date_received | |
| schedule_impact | No | The Schedule Impact of the Instruction | |
| cost_impact | No | The Cost Impact of the Instruction | |
| private | No | The Private status of the Instruction | |
| description | No | The Description of the Instruction | |
| attention_ids | No | An array of IDs of the Attentions of the Instruction | |
| distribution_member_ids | No | An array of IDs of the Distributions of the Instruction | |
| trade_ids | No | An array of IDs of the Trades of the Instruction | |
| attachments | No | Instruction's Attachments. To upload attachments you must upload the entire payload as `multipart/form-data` content-type and specify each parameter as form-data together with `attachments[]` as fi... | |
| upload_ids | No | The specified array of upload ids is saved as Site Instruction Attachments. |