Set Up Risers through API
β‘οΈ See the API Reference documentation π for detailed information.
Set Up the Dimensions of the Riserβ
Parameter | Type | Possible values |
---|---|---|
width | real | [0 ;β] |
depth | real | [0 ;β] |
height | real | [0 ;β] |
"width": {
"typeID": 1,
"values": [
2210
],
"editable": null,
"translation": {
"name": {
"1": "Longueur",
"2": "Width",
"3": "Anchura",
"4": "Breite"
}
},
"defaultValue": 2210
}
Set Up the Materialβ
Parameter | Type | Possible values |
---|---|---|
material | string | External dbID |
"material": {
"ids": [
"2523"
],
"tags": [],
"typeID": 6,
"editable": null,
"nullable": false,
"translation": {
"name": {
"2": "material"
}
},
"defaultValue": "2523"
}
Pricingβ
"prices": [
{
"typePrice": "regular",
"price": 100,
"startDate": null,
"endDate": null,
"currency": "EUR",
}
]
Define riserOption
on the Cabinetβ
"riserOption": {
"typeID": 3,
"editable": null,
"translation": {
"name": {
"2": "Riser Option"
}
},
"defaultValue": 1
}