Skip to main content
PUT
Updates an existing project in your COR instance using its external ID. Only the fields provided in the request body will be updated; other fields remain unchanged.

Path Parameters

string
required
External project ID that was used when creating the project

Request Body Requirements

The metadata.source field is required. All other fields are optional — only provided fields will be updated.
object
required
string
Updated project name
string
External client ID
string
Updated project description
string
Project start date in YYYY-MM-DD format
string
Project end date in YYYY-MM-DD format
string
External project manager user ID
number
Estimated hours for the project
boolean
Whether the project is billable
string
Project status
string
External currency ID
string
Project evaluation date in YYYY-MM-DD format
number
Estimated monetary value for the project
string
External fee ID
string
External contract ID
string
Project deliverables description
string
Work order number or code
string
Income type for the project. Possible values: fee, one_time, hourly_rate, contract
boolean
default:"false"
Whether the project is archived

Known Errors

  • ProjectNotFoundError — No project found with the specified external ID for this source
  • ValidationError — Missing required metadata.source field
  • InvalidDateRangeError — The start date is after the end date