Skip to main content

Set Up Risers through API

➑️ See the API Reference documentation πŸ”— for detailed information.

Set Up the Dimensions of the Riser​

ParameterTypePossible values
widthreal[0 ;∞]
depthreal[0 ;∞]
heightreal[0 ;∞]

"width": {
"typeID": 1,
"values": [
2210
],
"editable": null,
"translation": {
"name": {
"1": "Longueur",
"2": "Width",
"3": "Anchura",
"4": "Breite"
}
},
"defaultValue": 2210
}

Set Up the Material​

ParameterTypePossible values
materialstringExternal 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
}