Creating the project estimations
Developing
POST
/project/{projectId}/estimation
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/project//estimation' \
--header 'Content-Type: application/json' \
--data-raw '{
"pickModelComponentId": "cmp_xyz987",
"requiredDaysForCompletion": 5,
"preRequisiteComponentId": "cmp_pre123", // Optional
"inspectorIds": [
"ins_001",
"ins_002"
]
}'
Response Response Example
{}
Request
Path Params
projectId
string
required
Body Params application/json
Responses
Modified at 2025-06-06 15:14:01