v1
latestSwagger 2.02026-07-13107214235.7 KBEstimate
Create a Estimate
Create a Estimate
post/v1/workgroups/{workgroup_id}/projects/{project_id}/estimates
Path parameters
workgroup_idstring required
project_idstring required
Request body
Example request
{
"comments": "sample comments",
"description": "sample description",
"estimate_items": [
{
"paper_items": [
{
"qty_uom": "sample qty_uom",
"size": "sample size",
"sku": "sample sku"
}
]
}
],
"estimate_title": "sample estimate_title",
"owner_reference": "sample owner_reference"
}Response
Successful create
Example response
{
"comments": "sample comments",
"description": "sample description",
"estimate_items": [
{
"paper_items": [
{
"qty_uom": "sample qty_uom",
"size": "sample size",
"sku": "sample sku"
}
]
}
],
"estimate_title": "sample estimate_title",
"owner_reference": "sample owner_reference"
}