DimerceDemoApplication/assets/input2.json

18 lines
297 B
JSON
Raw Normal View History

2023-01-04 12:41:53 +00:00
{
"OrderId": 3,
"Description": "Order 11234",
2023-01-04 12:41:53 +00:00
"customer ID": 1134,
"products": [{
"ProductId": "PID3",
"Description": "pid3 description",
"Amount": 1.5,
"price": 42.0
2023-01-04 12:41:53 +00:00
},
{
"ProductId": "PID4",
"Description": "pid4 description",
"Amount": 2.5,
2023-01-06 15:08:26 +00:00
"price": 69.0
2023-01-04 12:41:53 +00:00
}
]
}