83 lines
1.5 KiB
JSON
83 lines
1.5 KiB
JSON
{
|
|
"Project" : "Schoenau",
|
|
"Version" : "1.2.0",
|
|
"Info" : "<<Tariff for Zone 4>>",
|
|
"Currency": [
|
|
{
|
|
"pcu_id": 1,
|
|
"pcu_sign": "€",
|
|
"pcu_major": "Euro",
|
|
"pcu_minor": "Cent",
|
|
"pcu_active": true
|
|
}
|
|
],
|
|
"PaymentMethod": [
|
|
{
|
|
"pme_id": 1,
|
|
"pme_label": "progressive"
|
|
},
|
|
{
|
|
"pme_id": 2,
|
|
"pme_label": "degressive"
|
|
},
|
|
{
|
|
"pme_id": 3,
|
|
"pme_label": "linear"
|
|
},
|
|
{
|
|
"pme_id": 4,
|
|
"pme_label": "steps"
|
|
}
|
|
],
|
|
"PaymentOption": [
|
|
{
|
|
"pop_id": 1099,
|
|
"pop_label": "Zone 4",
|
|
"pop_payment_method_id": 4,
|
|
"pop_day_end_time": "15:20:00",
|
|
"pop_day_night_end_time": "15:20:00",
|
|
"pop_price_night": 0,
|
|
"pop_min_time": 60,
|
|
"pop_max_time": 1440,
|
|
"pop_min_price": 500,
|
|
"pop_carry_over": 1,
|
|
"pop_daily_card_price": 0,
|
|
"pop_multi_hour_price": 8
|
|
}
|
|
],
|
|
"PaymentRate": [
|
|
{
|
|
"pra_payment_option_id": 1099,
|
|
"pra_payment_unit_id": 1,
|
|
"pra_price": 500
|
|
},
|
|
{
|
|
"pra_payment_option_id": 1099,
|
|
"pra_payment_unit_id": 6,
|
|
"pra_price": 2000
|
|
},
|
|
{
|
|
"pra_payment_option_id": 1099,
|
|
"pra_payment_unit_id": 5,
|
|
"pra_price": 2500
|
|
}
|
|
],
|
|
"Duration": [
|
|
{
|
|
"pun_id": 1,
|
|
"pun_label": "1h",
|
|
"pun_duration": 60
|
|
},
|
|
{
|
|
"pun_id": 5,
|
|
"pun_label": "24h",
|
|
"pun_duration": 1440
|
|
},
|
|
{
|
|
"pun_id": 6,
|
|
"pun_label": "5h",
|
|
"pun_duration": 300
|
|
}
|
|
]
|
|
}
|