v1
latestOpenAPI 3.0.0Proprietary2026-08-06130577659.7 KBProjects|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
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"
}
]
}