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