{
"project": {
"id": 2,
"code": "<string>",
"name": "<string>",
"client": {
"id": 2,
"code": "<string>",
"name": "<string>",
"externalCode": "<string>"
},
"owner": {
"id": 123,
"firstName": "<string>",
"lastName": "<string>",
"dtContractEnd": "<any>",
"picture": {
"href": "<string>"
},
"establishmentId": 123
},
"status": "draft",
"contractType": "nonBillable",
"initialDeliveryDate": "2023-12-25",
"revisedDeliveryDate": "2023-12-25",
"billRate": null,
"initialTimeEstimate": null,
"revisedTimeEstimate": null,
"anomalies": [
{}
],
"risks": [
{
"type": "<string>",
"label": "<string>"
}
],
"invoicingWarnings": [
{}
],
"initialBudget": {
"amount": 123,
"currencyId": "<string>"
},
"revisedBudget": {
"amount": 123,
"currencyId": "<string>"
},
"price": {
"amount": 123,
"currencyId": "<string>"
},
"invoiceMilestonesTotal": "<any>",
"discount": null,
"startsOn": "<string>"
},
"time": null,
"spent": null,
"progress": 123,
"totalInvoiced": null,
"managementOutstanding": null,
"currentOverrun": null,
"estimatedOverrun": null,
"price": null,
"currentRecoveryRate": 1,
"initialRecoveryRate": 1,
"estimatedRecoveryRate": 1,
"currentDiscount": null,
"discountedSpent": null,
"spentToComplete": null,
"timeToComplete": null
}
Was this page helpful?