DimerceDemoApplication/assets/input1.json
Mehul Ahal f818b2d39e init
2023-01-04 14:25:34 +01:00

18 lines
No EOL
295 B
JSON

{
"OrderId": 1,
"Description": " Order 123",
"customer ID": 123,
"products": [{
"ProductId": "PID1",
"Description": "pid1 description",
"Amount": 1.5,
"price": 19.5
},
{
"ProductId": "PID2",
"Description": "pid2 description",
"Amount": 2.5,
"price": 12.1
}
]
}