Skip to main content
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 the metadata.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 format
string
Project end date in YYYY-MM-DD format
string
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 format
number
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, contract
boolean
default:"false"
Whether the project is archived

Known Errors

  • ValidationError — Missing required fields (metadata.source, id, or name)
  • ClientNotFoundError — The specified client_id does not exist in the integration mappings
  • DuplicateExternalIdError — A project with this external ID already exists for this source
  • InvalidSourceError — The metadata.source value is not a valid integration source