Projects
Update Project
Updates an existing project in your COR instance using its external ID
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
Themetadata.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 formatstring
Project end date in
YYYY-MM-DD formatstring
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 formatnumber
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, contractboolean
default:"false"
Whether the project is archived
Known Errors
ProjectNotFoundError— No project found with the specified external ID for this sourceValidationError— Missing requiredmetadata.sourcefieldInvalidDateRangeError— Thestartdate is after theenddate

