Set Up Suspension Rails through API
➡️ See the API Reference documentation 🔗 for detailed information.
Set Up the Dimensions of the Suspension Rail
Parameter | Type | Possible values | Default value |
---|---|---|---|
width | real | [0 ;∞] | 2000 |
depth | real | [0 ;∞] | 10 |
height | real | [0 ;∞] | 55 |
"width": {
"typeID": 1,
"values": [
2210
],
"editable": null,
"translation": {
"name": {
"1": "Longueur",
"2": "Width",
"3": "Anchura",
"4": "Breite"
}
},
"defaultValue": 2210
}
Define railOption
on the Cabinet
"railOption": {
"ids": [
"15760",
null
],
"tags": [],
"typeID": 7,
"editable": "RW",
"nullable": true,
"translation": {
"name": {
"2": "Suspension Rail"
}
},
"defaultValue": "15760"
}