60 lines
942 B
JSON
60 lines
942 B
JSON
{
|
|
"prices": [
|
|
{
|
|
"id": "1",
|
|
"name": "Contactless car wash",
|
|
"price": "459"
|
|
},
|
|
{
|
|
"id": "2",
|
|
"name": "Nanowash",
|
|
"price": "759"
|
|
},
|
|
{
|
|
"id": "3",
|
|
"name": "Deluxe wash",
|
|
"price": "1559"
|
|
},
|
|
{
|
|
"id": "4",
|
|
"name": "Comprehensive wash",
|
|
"price": "859"
|
|
},
|
|
{
|
|
"id": "5",
|
|
"name": "Comprehensive nano wash",
|
|
"price": "11559"
|
|
},
|
|
{
|
|
"id": "6",
|
|
"name": "Antireagent",
|
|
"price": "1400"
|
|
},
|
|
{
|
|
"id": "7",
|
|
"name": "Antireagent complex",
|
|
"price": "1800"
|
|
},
|
|
{
|
|
"id": "8",
|
|
"name": "Express wash",
|
|
"price": "250"
|
|
},
|
|
{
|
|
"id": "9",
|
|
"name": "Vacuum cleaner",
|
|
"price": "250"
|
|
},
|
|
{
|
|
"id": "10",
|
|
"name": "Glass",
|
|
"price": "250"
|
|
},
|
|
{
|
|
"id": "11",
|
|
"name": "Plastic polish",
|
|
"price": "250"
|
|
}
|
|
]
|
|
}
|