v1

latestOpenAPI 3.0.0Proprietary2026-08-06130577659.7 KB
Projects|Bill of quantities

Update bill of quantities.

An attempt is made to find an existing bill of quantities based on the given id on the given keyfield. If one is found it will be adjusted with the data provided in the request, otherwise the dataset will be ignored.

post/bill_of_quantities/update

Request body

dryRunboolean

Simulate the operation. (No records will be created or changed) This Parameter is optional.

Example request

{
  "records": [
    {
      "data": {
        "date": "2015-02-20T12:59:21+01:00"
      }
    }
  ]
}

Response

Success Response:

Example response

{
  "updatedBillsOfQuantities": [
    {
      "date": "2015-02-20T12:59:21+01:00"
    }
  ]
}