Projects
Create Project
Creates a new project in your COR instance with external ID mapping
POST
Creates a new project in your COR instance through the integrations service. The project is mapped to an external ID from your source system (Salesforce, Jira, etc.) for bidirectional synchronization.
Request Body Requirements
All requests require themetadata.source field to identify the integration source.
object
required
string
required
External project ID from your source system. This ID will be used to reference the project in future update/delete operations.
string
required
Project name
string
External client ID. The client must have been previously created through the integrations API.
string
Project description or brief
string
Project start date in
YYYY-MM-DD formatstring
Project end date in
YYYY-MM-DD formatstring
External project manager user ID
string
External brand ID
string
External product 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. The contract must have been previously created through the integrations API.
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
ValidationError— Missing required fields (metadata.source,id, orname)ClientNotFoundError— The specifiedclient_iddoes not exist in the integration mappingsDuplicateExternalIdError— A project with this external ID already exists for this sourceInvalidSourceError— Themetadata.sourcevalue is not a valid integration source

