Create Call Log
create_call_logCreates a call log daily log record in Procore using project_id and call_log data. Returns the created object on success.
Instructions
Creates single Call Log. #### See - Daily Log guide - for additional info on * Attachments. Use this to create a new Daily Log records in Procore. Creates a new Daily Log records and returns the created object on success (HTTP 201). Required parameters: project_id, call_log. Procore API: Project Management > Daily Log. Endpoint: POST /rest/v1.0/projects/{project_id}/call_logs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| call_log | Yes | JSON request body field — the call log for this Daily Log operation | |
| attachments | No | JSON request body field — call 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 together... |