Create Todo (Deprecated)
create_todoCreate a ToDo item for a specified project by providing the project ID and toDo object. The new record is returned with its ID.
Instructions
Create a ToDo Item for a specified Project. This endpoint has been deprecated. Instead, use [/rest/v1/calendar-items). DEPRECATED: Procore has deprecated this endpoint (as of 2021-03-31). It may be removed without further notice; prefer a newer version of this resource where one exists, and use procore_search_endpoints to find it. Creates the todo 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, todo. Procore API: Project Management > Schedule (Legacy). Endpoint: POST /rest/v1.0/todos
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| todo | Yes | JSON request body field — toDo object | |
| project_id | Yes | JSON request body field — the ID of the Project the ToDo belongs to |