Add "Product" entry into tariff file.
This commit is contained in:
parent
99ae151d62
commit
b669fa8157
@ -110,6 +110,71 @@
|
||||
"pop_business_hours": 128
|
||||
}
|
||||
],
|
||||
"Product" : [
|
||||
{
|
||||
"tariff_product_id": 1,
|
||||
"tariff_product_price": 0,
|
||||
"tariff_product_name": "DAY_TICKET",
|
||||
"tariff_product_start": "00:00:00",
|
||||
"tariff_product_end": "00:00:00",
|
||||
"tariff_product_from_in_minutes_from_start": 0,
|
||||
"tariff_product_to_in_minutes_from_start": 0
|
||||
},
|
||||
{
|
||||
"tariff_product_id": 2,
|
||||
"tariff_product_price": 0,
|
||||
"tariff_product_name": "SZEGED_START",
|
||||
"tariff_product_start": "00:00:00",
|
||||
"tariff_product_end": "00:00:00",
|
||||
"tariff_product_from_in_minutes_from_start": 0,
|
||||
"tariff_product_to_in_minutes_from_start": 0
|
||||
},
|
||||
{
|
||||
"tariff_product_id": 3,
|
||||
"tariff_product_price": 0,
|
||||
"tariff_product_name": "SZEGED_STOP",
|
||||
"tariff_product_start": "00:00:00",
|
||||
"tariff_product_end": "00:00:00",
|
||||
"tariff_product_from_in_minutes_from_start": 0,
|
||||
"tariff_product_to_in_minutes_from_start": 0
|
||||
},
|
||||
{
|
||||
"tariff_product_id": 4,
|
||||
"tariff_product_price": 800,
|
||||
"tariff_product_name": "DAY_TICKET_ADULT",
|
||||
"tariff_product_start": "08:00:00",
|
||||
"tariff_product_end": "20:00:00",
|
||||
"tariff_product_from_in_minutes_from_start": 0,
|
||||
"tariff_product_to_in_minutes_from_start": 720
|
||||
},
|
||||
{
|
||||
"tariff_product_id": 5,
|
||||
"tariff_product_price": 400,
|
||||
"tariff_product_name": "DAY_TICKET_TEEN",
|
||||
"tariff_product_start": "08:00:00",
|
||||
"tariff_product_end": "20:00:00",
|
||||
"tariff_product_from_in_minutes_from_start": 0,
|
||||
"tariff_product_to_in_minutes_from_start": 720
|
||||
},
|
||||
{
|
||||
"tariff_product_id": 6,
|
||||
"tariff_product_price": 0,
|
||||
"tariff_product_name": "DAY_TICKET_CHILD",
|
||||
"tariff_product_start": "00:00:00",
|
||||
"tariff_product_end": "00:00:00",
|
||||
"tariff_product_from_in_minutes_from_start": 0,
|
||||
"tariff_product_to_in_minutes_from_start": 0
|
||||
},
|
||||
{
|
||||
"tariff_product_id": 7,
|
||||
"tariff_product_price": 0,
|
||||
"tariff_product_name": "INVALID",
|
||||
"tariff_product_start": "00:00:00",
|
||||
"tariff_product_end": "00:00:00",
|
||||
"tariff_product_from_in_minutes_from_start": 0,
|
||||
"tariff_product_to_in_minutes_from_start": 0
|
||||
}
|
||||
],
|
||||
"PaymentRate": [
|
||||
{
|
||||
"pra_payment_option_id": 1049,
|
||||
|
Loading…
Reference in New Issue
Block a user