update_drawing_revision
Modify drawing revision details in Procore projects, including dates, numbers, floorplan status, and custom fields.
Instructions
Update Drawing Revision. [Project Management/Drawings] PATCH /rest/v1.0/projects/{project_id}/drawing_revisions/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| id | Yes | ID of the Drawing Revision | |
| drawing_date | No | Drawing date | |
| received_date | No | Received date | |
| revision_number | No | Revision number | |
| floorplan | No | Revision floorplan status | |
| drawing_set_id | No | Drawing Set ID | |
| drawing_id | No | Drawing ID | |
| custom_field_%{custom_field_definition_id} | No | Value of the custom field. The data type of the value passed in corresponds with the data_type of the Custom Field Definition. For a lov_entry data_type the value passed in should be the ID of one ... |