curl --location '/http/api/get-equipment-price' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data '{
"NavPriceMain": [
{
"Customer": "10050",
"DistrChan": "10",
"Division": "10",
"DocType": "ZUSQ",
"SalesGrp": "003",
"SalesOff": "U311",
"SalesOrg": "3000"
}
],
"NavPriceItemsIn": [
{
"Posnr": "000010",
"HighItem": "",
"Material": "XLIV550CXUV"
}
]
}'{
"results": [
{
"Posnr": "000010",
"Material": "XLIV550CXUV",
"MaterialText": "McLaren 550C",
"GrossPrice": 850000,
"Discount": 0,
"NetPrice": 850000,
"Tax": 42500,
"Currency": "AED",
"TaxPercentage": 5
}
]
}