43 lines
641 B
JSON
43 lines
641 B
JSON
{
|
|
"items": [
|
|
{
|
|
"id": 1,
|
|
"name": "Book"
|
|
},
|
|
{
|
|
"id": 2,
|
|
"name": "Audio"
|
|
},
|
|
{
|
|
"id": 3,
|
|
"name": "Comics"
|
|
}
|
|
],
|
|
"lines": [
|
|
{
|
|
"itemsId": "1",
|
|
"author": "1000",
|
|
"count": "",
|
|
"sum": "0.00",
|
|
"price": "222222.00",
|
|
"id": 7
|
|
},
|
|
{
|
|
"itemsId": "1",
|
|
"author": "4444444444444",
|
|
"count": "",
|
|
"sum": "0.00",
|
|
"price": "523.00",
|
|
"id": 8
|
|
},
|
|
{
|
|
"itemsId": "1",
|
|
"author": "fff",
|
|
"count": "3432",
|
|
"sum": "3432000.00",
|
|
"price": "1000.00",
|
|
"image": "",
|
|
"id": 9
|
|
}
|
|
]
|
|
} |