Skip to main content
POST
Create project

Authorizations

X-API-Key
string
header
default:your_tyms_sk_or_partner_key
required

Business secret tyms_sk_... for business-scoped routes. Partner secret for register-business and referred-business distributor routes.

Body

application/json
name
string
required

Project title.

description
string

Project details.

customer_uuid
string

Linked customer contact uuid.

start_date
string<date>
end_date
string<date>
cost
number

Budget or target cost.

currency
string
exchange_rate
number
status
enum<string>

Project status.

Available options:
pending,
active,
on_hold,
paused,
completed
revenue_recognition_method
string

Advanced revenue recognition method.

revenue_recognition_point
string

Point at which revenue is recognized.

revenue_holding_account
string

Account to hold deferred revenue.

project_group_uuid
string | null

Optional project group.

Response

Project created

status
string
required
Example:

"success"

message
string
required
data
any

Single resource, array of resources, statement sections, or async job metadata — see each operation's example.

meta
object

Pagination (page, limit, total) and/or report range (from, to). Cash flow may include previous_period_end.