DimerceDemoApplication/assets/input2.json

18 lines
297 B
JSON

{
"OrderId": 3,
"Description": "Order 11234",
"customer ID": 1134,
"products": [{
"ProductId": "PID3",
"Description": "pid3 description",
"Amount": 1.5,
"price": 42.0
},
{
"ProductId": "PID4",
"Description": "pid4 description",
"Amount": 2.5,
"price": 69.0
}
]
}