curl --location --request POST '/lookupMargins' \
--header 'Content-Type: application/json' \
--data-raw '{
"customer": "string",
"store": "string",
"items": [
{
"itemNo": 0,
"article": "string",
"quantity": 0,
"quantityUnit": "string",
"salesPrice": 0,
"currency": "string"
}
]
}'{
"marginAmountTotal": 0,
"marginPercentTotal": 0,
"items": [
{
"itemNo": 0,
"salesAmount": 0,
"costAmount": 0,
"marginAmount": 0,
"marginPercent": 0
}
]
}