Projects
Create a new Project
Create a new Project
post/timmi-project/api/v4/projects
Request body
Example request
{
"initialTimeEstimate": {
"iso": "PT7H30M"
},
"revisedTimeEstimate": {
"iso": "PT7H30M"
},
"invoicingWarnings": [
{
"applicableFrom": "2021-07-22"
}
]
}Response
Created
Example response
{
"initialTimeEstimate": {
"iso": "PT7H30M"
},
"revisedTimeEstimate": {
"iso": "PT7H30M"
},
"invoicingWarnings": [
{
"applicableFrom": "2021-07-22"
}
]
}