You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 18, 2025. It is now read-only.
Bulk create available. You can either post an object or a list of objects. Is you post a list, the response will be a list (in the same order) of created objects or of errors if any If at least one create succeeded, the status code will be 201. If every create failed, the status code we'll be 400 with the list of errors If classification created already exists, it will just be added to item's classifications and will not be duplicated Required scopes: ifc:write
The IFC file will not be updated. The created element will be accessible over the API and when exporting an IFC file Required scopes: ifc:write
979
+
Bulk create available. You can either post an object or a list of objects. Is you post a list, the response will be a list (in the same order) of created objects or of errors if any If at least one create succeeded, the status code will be 201. If every create failed, the status code we'll be 400 with the list of errors Required scopes: ifc:write
980
980
981
981
### Example
982
982
@@ -999,7 +999,7 @@ let apiInstance = new bimdata.IfcApi();
Bulk create available. You can either post an object or a list of objects. Is you post a list, the response will be a list (in the same order) of created objects or of errors if any If at least one create succeeded, the status code will be 201. If every create failed, the status code we'll be 400 with the list of errors Required scopes: ifc:write
1310
1310
1311
1311
### Example
1312
1312
@@ -1329,7 +1329,7 @@ let apiInstance = new bimdata.IfcApi();
1329
1329
let cloudPk ="cloudPk_example"; // String |
1330
1330
let ifcPk ="ifcPk_example"; // String |
1331
1331
let projectPk ="projectPk_example"; // String |
1332
-
let data =newbimdata.PropertyDefinition(); // PropertyDefinition |
1332
+
let data =[newbimdata.PropertyDefinition()]; //[PropertyDefinition] |
Bulk create available. You can either post an object or a list of objects. Is you post a list, the response will be a list (in the same order) of created objects or of errors if any If at least one create succeeded, the status code will be 201. If every create failed, the status code we'll be 400 with the list of errors Required scopes: ifc:write
1372
1372
1373
1373
### Example
1374
1374
@@ -1391,7 +1391,7 @@ let apiInstance = new bimdata.IfcApi();
Bulk create available. You can either post an object or a list of objects. Is you post a list, the response will be a list (in the same order) of created objects or of errors if any If at least one create succeeded, the status code will be 201. If every create failed, the status code we'll be 400 with the list of errors Required scopes: ifc:write
1434
1434
1435
1435
### Example
1436
1436
@@ -1453,7 +1453,7 @@ let apiInstance = new bimdata.IfcApi();
1453
1453
let cloudPk ="cloudPk_example"; // String |
1454
1454
let ifcPk ="ifcPk_example"; // String |
1455
1455
let projectPk ="projectPk_example"; // String |
1456
-
let data =newbimdata.PropertySet(); // PropertySet |
1456
+
let data =[newbimdata.PropertySet()]; //[PropertySet] |
The IFC file will not be updated. The created space will be accessible over the API and when exporting an IFC file Required scopes: ifc:write
1619
+
Bulk create available. You can either post an object or a list of objects. Is you post a list, the response will be a list (in the same order) of created objects or of errors if any If at least one create succeeded, the status code will be 201. If every create failed, the status code we'll be 400 with the list of errors Required scopes: ifc:write
1620
1620
1621
1621
### Example
1622
1622
@@ -1639,7 +1639,7 @@ let apiInstance = new bimdata.IfcApi();
The IFC file will not be updated. The created zone will be accessible over the API and when exporting an IFC file Required scopes: ifc:write
1681
+
Bulk create available. You can either post an object or a list of objects. Is you post a list, the response will be a list (in the same order) of created objects or of errors if any If at least one create succeeded, the status code will be 201. If every create failed, the status code we'll be 400 with the list of errors The IFC file will not be updated. The created zone will be accessible over the API and when exporting an IFC file Required scopes: ifc:write
1682
1682
1683
1683
### Example
1684
1684
@@ -1701,7 +1701,7 @@ let apiInstance = new bimdata.IfcApi();
Bulk create available. You can either post an object or a list of objects. Is you post a list, the response will be a list (in the same order) of created objects or of errors if any If at least one create succeeded, the status code will be 201. If every create failed, the status code we'll be 400 with the list of errors If created classification already exists, it will not be duplicated and the previous one will be returned. You also can add a 'classification' filter on this endpoint. By ex: /classification?name='untec'. The name is case sensitive Required scopes: ifc:write
0 commit comments