curl --location '/http/api/get-equipment-stock-data?filter=MaterialSalesOrg%20eq%20%273000%27%20and%20SalesOrg%20eq%20%273000%27%20and%20MaterialDistributionChnl%20eq%20%2710%27%20and%20Make%20eq%20%27MCLAREN%27&%24select=Material%2CMaterialName%2CMake%2CModel%2CColorExt%2CColorInt%2CMfgYear%2CStock%2CUserStatus%2CUserStatusName%2CEngineDesc&%24top=10&%24format=json' \
--header 'Authorization;'{
"results": [
{
"Material": "MC540C03",
"MaterialName": "McLaren 540C",
"FleetCat": "PSVH",
"BodyType": "COUP",
"BodyTypeText": "Coupe",
"Make": "MCLAREN",
"MakeText": "McLaren",
"DevelopmentLine": "SPORTS",
"DevelopmentLineText": "Sports Series",
"Model": "540C",
"ModelText": "540C",
"ModelLine": "SPORTS",
"ModelLineText": "Sports Series",
"ColorExt": "X37",
"ColorExtText": "Black Mica",
"ColorInt": "CBB",
"ColorIntText": "Carbon Black",
"MfgYear": "2025",
"FleetUse": "S",
"UserStatus": "E0003",
"UserStatusName": "In Stock",
"Stock": "42",
"ConfigurableMaterial": true,
"EngineDesc": "5.3Ltr"
}
]
}