Create a new Project
Create a new Project
Request body
Defaults to an automatically generated value.
Project is only available for time submission when having a "ongoing" status. Status can be updated through the "status-updates" API.
Describes project contract types:
- Non-billable (internal): no revenue recognized, budget estimates are optional.
- Fixed price: progress-based revenue recognition, budget estimates are mandatory.
- Time and Materials: time-based revenue recognition, initial estimates are indicative.
- Not-to-exceed Time and Materials: time-based revenue recognition with a maximum value, initial estimate sets the maximum value.
Start of the project execution.
Timestamp of the project creation.
Timestamp of the last update to the project.
Actions the current user can do on the project.
Identifier of the organization this project belongs to. Inherited from the client.
Optional markdown formatted description.
Initially planned delivery date.
Updated planned (or actual) delivery date.
Timestamp of the project launch.
Timestamp of the last time or expense allocated on the project.
Example request
{
"initialTimeEstimate": {
"iso": "PT7H30M"
},
"revisedTimeEstimate": {
"iso": "PT7H30M"
},
"invoicingWarnings": [
{
"applicableFrom": "2021-07-22"
}
]
}Response
Created
Defaults to an automatically generated value.
Project is only available for time submission when having a "ongoing" status. Status can be updated through the "status-updates" API.
Describes project contract types:
- Non-billable (internal): no revenue recognized, budget estimates are optional.
- Fixed price: progress-based revenue recognition, budget estimates are mandatory.
- Time and Materials: time-based revenue recognition, initial estimates are indicative.
- Not-to-exceed Time and Materials: time-based revenue recognition with a maximum value, initial estimate sets the maximum value.
Start of the project execution.
Timestamp of the project creation.
Timestamp of the last update to the project.
Actions the current user can do on the project.
Identifier of the organization this project belongs to. Inherited from the client.
Optional markdown formatted description.
Initially planned delivery date.
Updated planned (or actual) delivery date.
Timestamp of the project launch.
Timestamp of the last time or expense allocated on the project.
Example response
{
"initialTimeEstimate": {
"iso": "PT7H30M"
},
"revisedTimeEstimate": {
"iso": "PT7H30M"
},
"invoicingWarnings": [
{
"applicableFrom": "2021-07-22"
}
]
}