Close And Distribute A Submittal Log
close_and_distribute_a_submittal_logClose a submittal log and distribute it to specified recipients by updating its status, description, message, and attachments.
Instructions
Close and Distribute the specified Submittal Log. Use this to update an existing Submittals (only the supplied fields are changed). Updates the specified Submittals and returns the modified object on success. Required parameters: project_id, id. Procore API: Project Management > Submittals. Endpoint: PATCH /rest/v1.0/projects/{project_id}/submittal_logs/{id}/close_and_distribute
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 Submittals resource | |
| submittal_log_status_id | No | JSON request body field — submittal_log_status_id | |
| submittal_description | No | JSON request body field — submittal_description | |
| message | No | JSON request body field — the message for this Submittals operation | |
| prostore_file_ids | No | JSON request body field — array of prostore file identifiers | |
| recipient_ids | No | JSON request body field — array of recipient identifiers | |
| selected_approvers | No | JSON request body field — the selected approvers for this Submittals operation |