18 lines
No EOL
294 B
JSON
18 lines
No EOL
294 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
|
|
}
|
|
]
|
|
} |