Creates Or Updates Project Date
creates_or_updates_project_dateCreate or update project dates for a specific project using the Procore API. Requires the project ID to associate or modify dates.
Instructions
Associates a project with a given project date or updates the date. Use this to perform the creates or action on Project records. Creates a new Project records and returns the created object on success (HTTP 201). Required parameters: project_id. Procore API: Core > Project. Endpoint: POST /rest/v1.0/projects/{project_id}/project_dates
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| project_dates | No | JSON request body field — the project dates for this Project operation |