v1

latestSwagger 2.02026-07-13107214235.7 KB
Estimate

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

commentsstring
descriptionstring
estimate_titlestring
expiration_datestring date
owner_referencestring
rfe_idinteger

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

commentsstring
descriptionstring
estimate_titlestring
expiration_datestring date
owner_referencestring
rfe_idinteger

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"
}