...
{
{
// идентификатор станции внутри Топаз "Web Офис"
string StationId,
// идентификатор топлива
string ProductId,
// цена за 1 литр
double Price
},
…. N
}Пример ответа
| Блок кода | ||
|---|---|---|
| ||
{ {"StationId": "0001", "ProductId": "a92", "Price": 38.66}, {"StationId": "0001", "ProductId": "a95_premium", "Price": 45.21}, {"StationId": "0002", "ProductId": "a92", "Price": 38.98}, } |
{
{“StationId”: “0001”, “ProductId”: “a92”, “Price”: 38.66},
{“StationId”: “0001”, “ProductId”: “a95_premium”, “Price”: 45.21},
{“StationId”: “0002”, “ProductId”: “a92”, “Price”: 38.98},
}...