47 lines
666 B
JSON
47 lines
666 B
JSON
{
|
|
"items": [
|
|
{
|
|
"id": 1,
|
|
"name": "Protection 4"
|
|
},
|
|
{
|
|
"id": 2,
|
|
"name": "Thorns 3"
|
|
},
|
|
{
|
|
"id": 3,
|
|
"name": "Sharpness 5"
|
|
},
|
|
{
|
|
"id": 4,
|
|
"name": "Fortune 3"
|
|
},
|
|
{
|
|
"id": 5,
|
|
"name": "Infinity"
|
|
}
|
|
],
|
|
"lines": [
|
|
{
|
|
"itemsId": "5",
|
|
"price": "50.00",
|
|
"amount": "7",
|
|
"total": "350.00",
|
|
"id": 2
|
|
},
|
|
{
|
|
"itemsId": "1",
|
|
"price": "160.00",
|
|
"amount": "3",
|
|
"total": "480.00",
|
|
"id": 3
|
|
},
|
|
{
|
|
"itemsId": "4",
|
|
"price": "50.00",
|
|
"amount": "1",
|
|
"total": "50.00",
|
|
"id": 4
|
|
}
|
|
]
|
|
} |