v1

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

Import a bill of quantities file.

This endpoint facilitates the upload of files encoded in base64 format. It supports various file formats including XML, GAEB2000, and GAEB90, enabling their import into the system. Upon successful upload, a jobId is provided in the response, which can be used to inquire about the status of the import job through the Miscellaneous|Job endpoint.

post/bill_of_quantities/import

Request body

filestring

The file to import (base64 encoded). This Parameter is required.

formatstring

The format of the file to import. This Parameter is required.

Value
XML
GAEB2000
GAEB90
externalIdstring

The external id for the bill of quantities.

offerNumberstring

The offer number for the bill of quantities

Response

Success Response:

jobIdinteger

The id of the import job. (The status of the job can be queried via the job API)