curl --request POST \
--url https://api.maalbar.dk/screenings/{screeningPublicId}/packaging \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <api-key>' \
--data '
{
"publicId": "itm_xxxxxxxxxxxx",
"label": "<string>",
"designedForDisassembly": false,
"amount": 1,
"fields": [
{
"publicId": "itm_xxxxxxxxxxxx",
"locationPublicId": "lli_xxxxxxxxxxxx",
"additional": {
"proportion": 123,
"recycleShare": 123,
"materialUnits": {
"DTex": 123
}
}
}
],
"functionalUnitValue": 123,
"productionWaste": 123,
"width": 123,
"height": 123,
"depth": 123
}
'