customer_249/etc/psa_tariff/tariff01.json

258 lines
5.2 KiB
JSON
Raw Normal View History

2024-03-12 16:49:33 +01:00
{
"Project" : "SV Bad Neuenahr",
"Version" : "1.0.0",
2024-04-08 14:05:02 +02:00
"Info" : "Standard",
"comment_1": "20mins free (broetchentaste)",
"comment_2": "every following 20mins: 0,40 euro",
"comment_3": "24h-ticket: 5,00 euro",
2024-03-12 16:49:33 +01:00
"Currency": [
{
"pcu_id": 2,
"pcu_sign": "€",
"pcu_major": "EUR",
"pcu_minor": "",
"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": 1049,
"pop_label": "Zone 1",
2024-04-05 14:12:10 +02:00
"pop_payment_method_id": 4,
2024-03-12 16:49:33 +01:00
"pop_day_end_time": "00:00:00",
"pop_day_night_end_time": "00:00:00",
"pop_price_night": 0,
2024-04-05 14:12:10 +02:00
"pop_min_time": 20,
2024-04-08 14:05:02 +02:00
"pop_max_time": 1440,
"pop_max_price": 500,
2024-04-05 14:12:10 +02:00
"pop_min_price": 0,
2024-04-08 14:05:02 +02:00
"pop_carry_over": 1,
"pop_daily_card_price": 500,
"pop_business_hours": 128
2024-03-12 16:49:33 +01:00
}
],
"PaymentRate": [
{
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 1,
2024-04-05 14:12:10 +02:00
"pra_price": 0
2024-03-12 16:49:33 +01:00
},
{
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 2,
2024-04-05 14:12:10 +02:00
"pra_price": 40
},
{
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 3,
"pra_price": 80
},
{
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 4,
2024-03-12 16:49:33 +01:00
"pra_price": 120
2024-04-05 14:12:10 +02:00
},
{
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 5,
"pra_price": 160
},
{
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 6,
"pra_price": 200
},
{
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 7,
"pra_price": 240
},
{
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 8,
"pra_price": 280
},
{
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 9,
"pra_price": 320
},
{
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 10,
"pra_price": 360
},
{
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 11,
"pra_price": 400
},
{
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 12,
"pra_price": 440
},
{
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 13,
"pra_price": 480
},
{
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 14,
2024-04-08 14:05:02 +02:00
"pra_price": 500
2024-03-12 16:49:33 +01:00
}
],
"Duration": [
{
"pun_id": 1,
2024-04-05 14:12:10 +02:00
"pun_label": "20 min",
"pun_duration": 20
},
{
"pun_id": 2,
"pun_label": "40 min",
"pun_duration": 40
2024-03-12 16:49:33 +01:00
},
{
"pun_id": 3,
2024-04-05 14:12:10 +02:00
"pun_label": "60 min",
"pun_duration": 60
2024-03-12 16:49:33 +01:00
},
{
"pun_id": 4,
2024-04-05 14:12:10 +02:00
"pun_label": "80 min",
"pun_duration": 80
},
2024-03-12 16:49:33 +01:00
{
2024-04-05 14:12:10 +02:00
"pun_id": 5,
"pun_label": "100 min",
"pun_duration": 100
2024-03-12 16:49:33 +01:00
},
{
2024-04-05 14:12:10 +02:00
"pun_id": 6,
"pun_label": "120 min",
"pun_duration": 120
2024-03-12 16:49:33 +01:00
},
{
2024-04-05 14:12:10 +02:00
"pun_id": 7,
"pun_label": "140 min",
"pun_duration": 140
2024-03-12 16:49:33 +01:00
},
{
2024-04-05 14:12:10 +02:00
"pun_id": 8,
"pun_label": "160 min",
"pun_duration": 160
2024-03-12 16:49:33 +01:00
},
{
2024-04-05 14:12:10 +02:00
"pun_id": 9,
"pun_label": "180 min",
"pun_duration": 180
2024-03-12 16:49:33 +01:00
},
{
2024-04-05 14:12:10 +02:00
"pun_id": 10,
"pun_label": "200 min",
"pun_duration": 200
2024-03-12 16:49:33 +01:00
},
{
2024-04-05 14:12:10 +02:00
"pun_id": 11,
"pun_label": "220 min",
"pun_duration": 220
2024-03-12 16:49:33 +01:00
},
{
2024-04-05 14:12:10 +02:00
"pun_id": 12,
"pun_label": "240 min",
"pun_duration": 240
2024-03-12 16:49:33 +01:00
},
{
2024-04-05 14:12:10 +02:00
"pun_id": 13,
"pun_label": "260 min",
"pun_duration": 260
2024-03-12 16:49:33 +01:00
},
{
2024-04-05 14:12:10 +02:00
"pun_id": 14,
"pun_label": "1440 min",
"pun_duration": 1440
}
],
"WeekDaysWorktime": [
2024-03-12 16:49:33 +01:00
{
2024-04-05 14:12:10 +02:00
"pwd_id": 621,
"pwd_period_week_day_id": 36,
"pwd_period_day_in_week_id": 1,
"pwd_time_from": "08:00:00",
"pwd_time_to": "18:00:00"
},
{
"pwd_id": 622,
"pwd_period_week_day_id": 36,
"pwd_period_day_in_week_id": 2,
"pwd_time_from": "08:00:00",
"pwd_time_to": "18:00:00"
},
2024-03-12 16:49:33 +01:00
{
2024-04-05 14:12:10 +02:00
"pwd_id": 623,
"pwd_period_week_day_id": 36,
"pwd_period_day_in_week_id": 3,
"pwd_time_from": "08:00:00",
"pwd_time_to": "18:00:00"
},
2024-03-12 16:49:33 +01:00
{
2024-04-05 14:12:10 +02:00
"pwd_id": 624,
"pwd_period_week_day_id": 36,
"pwd_period_day_in_week_id": 4,
"pwd_time_from": "08:00:00",
"pwd_time_to": "18:00:00"
},
2024-03-12 16:49:33 +01:00
{
2024-04-05 14:12:10 +02:00
"pwd_id": 625,
"pwd_period_week_day_id": 36,
"pwd_period_day_in_week_id": 5,
"pwd_time_from": "08:00:00",
"pwd_time_to": "18:00:00"
},
2024-03-12 16:49:33 +01:00
{
2024-04-05 14:12:10 +02:00
"pwd_id": 626,
"pwd_period_week_day_id": 36,
"pwd_period_day_in_week_id": 6,
"pwd_time_from": "08:00:00",
"pwd_time_to": "18:00:00"
},
2024-03-12 16:49:33 +01:00
{
2024-04-05 14:12:10 +02:00
"pwd_id": 626,
"pwd_period_week_day_id": 36,
"pwd_period_day_in_week_id": 7,
"pwd_time_from": "08:00:00",
"pwd_time_to": "18:00:00"
2024-03-12 16:49:33 +01:00
}
],
"PeriodYear": [
{
"pye_id": 8,
"pye_label": "Whole year",
"pye_start_month": 1,
"pye_start_day": 1,
"pye_end_month": 12,
"pye_end_day": 31
}
]
}