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
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.
Updated project name
External client ID
Updated project description
Project start date in
YYYY-MM-DD formatProject end date in
YYYY-MM-DD formatExternal project manager user ID
Estimated hours for the project
Whether the project is billable
Project status
External currency ID
Project evaluation date in
YYYY-MM-DD formatEstimated monetary value for the project
External fee ID
External contract ID
Project deliverables description
Work order number or code
Income type for the project. Possible values:
fee, one_time, hourly_rate, contractWhether 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

