Creates Or Updates Project Date
creates_or_updates_project_dateAssociate a project with a date or update its existing date. Creates a new project date record or updates the provided details.
Instructions
Associates a project with a given project date or updates the date. project_id defaults to the value set by procore_set_config when omitted. Creates the project date and returns it with its new id (HTTP 201); calling it again creates another record. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. 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 |