DimerceDemoApplication/assets/input2.json

18 lines
298 B
JSON

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