customer_249/etc/psa_tariff/tariff01.json

292 lines
6.0 KiB
JSON
Raw Permalink Normal View History

2024-03-12 16:49:33 +01:00
{
2024-07-24 13:17:37 +02:00
"Project" : "SV Bad Neuenahr",
"Version" : "1.0.1",
"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
}
],
2024-07-24 13:17:37 +02:00
"PaymentMethod": [
2024-07-24 09:02:56 +02:00
{
2024-07-24 13:17:37 +02:00
"pme_id": 1,
"pme_label": "progressive"
2024-07-24 09:02:56 +02:00
},
{
2024-07-24 13:17:37 +02:00
"pme_id": 2,
"pme_label": "degressive"
2024-07-24 09:02:56 +02:00
},
{
2024-07-24 13:17:37 +02:00
"pme_id": 3,
"pme_label": "linear"
2024-07-24 09:02:56 +02:00
},
{
2024-07-24 13:17:37 +02:00
"pme_id": 4,
"pme_label": "steps"
2024-03-12 16:49:33 +01:00
}
],
2024-05-08 16:36:21 +02:00
"TimeRange" : [
{
"time_range_id": 1,
2024-07-24 13:17:37 +02:00
"time_range_from": "18:00:00",
"time_range_to": "08:00:00"
2024-05-08 16:36:21 +02:00
},
{
"time_range_id": 2,
2024-07-24 13:17:37 +02:00
"time_range_from": "08:00:00",
"time_range_to": "18:00:00"
2024-05-08 16:36:21 +02:00
},
{
"time_range_id": 3,
2024-07-24 13:17:37 +02:00
"time_range_from": "08:00:00",
"time_range_to": "18:00:00"
2024-07-24 09:02:56 +02:00
},
{
2024-07-24 13:17:37 +02:00
"time_range_id": 4,
"time_range_from": "00:00:00",
"time_range_to": "08:00:00"
2024-07-24 08:58:08 +02:00
},
{
2024-07-24 13:17:37 +02:00
"time_range_id": 5,
"time_range_from": "18:00:00",
"time_range_to": "23:59:00"
2024-05-08 16:36:21 +02:00
}
],
2024-03-12 16:49:33 +01:00
"PaymentOption": [
{
"pop_id": 1049,
"pop_label": "Zone 1",
2024-04-05 14:10:52 +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-07-24 13:17:37 +02:00
"pop_min_time": 20,
"pop_max_time": 1440,
"pop_max_price": 500,
"pop_min_price": 0,
2024-04-08 14:03:44 +02:00
"pop_carry_over": 1,
2024-07-24 13:17:37 +02:00
"pop_carry_over_time_range": 1,
2024-05-08 16:36:21 +02:00
"pop_carry_over_start_time_range": 2,
"pop_carry_over_end_time_range": 3,
2024-07-24 13:17:37 +02:00
"pop_prepay": 1,
"pop_prepay_start_time_range": 4,
"pop_prepay_end_time_range": 5,
"pop_daily_card_price": 500,
2024-05-08 16:36:21 +02:00
"pop_business_hours": 163584,
2024-07-24 13:17:37 +02:00
"comment_1": "163584 = 0x27F00 = 10|0111|1111|0000|0000 -> all days with restricted hours"
2024-03-12 16:49:33 +01:00
}
],
"PaymentRate": [
{
2024-07-24 13:17:37 +02:00
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 1,
"pra_price": 0
2024-03-12 16:49:33 +01:00
},
{
2024-07-24 13:17:37 +02:00
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 2,
"pra_price": 40
2024-04-05 14:10:52 +02:00
},
{
2024-07-24 13:17:37 +02:00
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 3,
"pra_price": 80
2024-04-05 14:10:52 +02:00
},
{
2024-07-24 13:17:37 +02:00
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 4,
"pra_price": 120
2024-04-05 14:10:52 +02:00
},
{
2024-07-24 13:17:37 +02:00
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 5,
"pra_price": 160
2024-04-05 14:10:52 +02:00
},
{
2024-07-24 13:17:37 +02:00
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 6,
"pra_price": 200
2024-04-05 14:10:52 +02:00
},
{
2024-07-24 13:17:37 +02:00
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 7,
"pra_price": 240
2024-04-05 14:10:52 +02:00
},
{
2024-07-24 13:17:37 +02:00
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 8,
"pra_price": 280
2024-04-05 14:10:52 +02:00
},
{
2024-07-24 13:17:37 +02:00
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 9,
"pra_price": 320
2024-04-05 14:10:52 +02:00
},
{
2024-07-24 13:17:37 +02:00
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 10,
"pra_price": 360
2024-04-05 14:10:52 +02:00
},
{
2024-07-24 13:17:37 +02:00
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 11,
"pra_price": 400
2024-04-05 14:10:52 +02:00
},
{
2024-07-24 13:17:37 +02:00
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 12,
"pra_price": 440
2024-04-05 14:10:52 +02:00
},
{
2024-07-24 13:17:37 +02:00
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 13,
"pra_price": 480
2024-04-05 14:10:52 +02:00
},
{
2024-07-24 13:17:37 +02:00
"pra_payment_option_id": 1049,
"pra_payment_unit_id": 14,
"pra_price": 500
2024-03-12 16:49:33 +01:00
}
],
"Duration": [
{
2024-07-24 13:17:37 +02:00
"pun_id": 1,
"pun_label": "20 min",
"pun_duration": 20
2024-04-05 14:10:52 +02:00
},
{
2024-07-24 13:17:37 +02:00
"pun_id": 2,
"pun_label": "40 min",
"pun_duration": 40
2024-03-12 16:49:33 +01:00
},
{
2024-07-24 13:17:37 +02:00
"pun_id": 3,
"pun_label": "60 min",
"pun_duration": 60
2024-03-12 16:49:33 +01:00
},
{
2024-07-24 13:17:37 +02:00
"pun_id": 4,
"pun_label": "80 min",
"pun_duration": 80
2024-04-05 14:10:52 +02:00
},
2024-03-12 16:49:33 +01:00
{
2024-07-24 13:17:37 +02:00
"pun_id": 5,
"pun_label": "100 min",
"pun_duration": 100
2024-03-12 16:49:33 +01:00
},
{
2024-07-24 13:17:37 +02:00
"pun_id": 6,
"pun_label": "120 min",
"pun_duration": 120
2024-03-12 16:49:33 +01:00
},
{
2024-07-24 13:17:37 +02:00
"pun_id": 7,
"pun_label": "140 min",
"pun_duration": 140
2024-03-12 16:49:33 +01:00
},
{
2024-07-24 13:17:37 +02:00
"pun_id": 8,
"pun_label": "160 min",
"pun_duration": 160
2024-03-12 16:49:33 +01:00
},
{
2024-07-24 13:17:37 +02:00
"pun_id": 9,
"pun_label": "180 min",
"pun_duration": 180
2024-03-12 16:49:33 +01:00
},
{
2024-07-24 13:17:37 +02:00
"pun_id": 10,
"pun_label": "200 min",
"pun_duration": 200
2024-03-12 16:49:33 +01:00
},
{
2024-07-24 13:17:37 +02:00
"pun_id": 11,
"pun_label": "220 min",
"pun_duration": 220
2024-03-12 16:49:33 +01:00
},
{
2024-07-24 13:17:37 +02:00
"pun_id": 12,
"pun_label": "240 min",
"pun_duration": 240
2024-03-12 16:49:33 +01:00
},
{
2024-07-24 13:17:37 +02:00
"pun_id": 13,
"pun_label": "260 min",
"pun_duration": 260
2024-03-12 16:49:33 +01:00
},
{
2024-07-24 13:17:37 +02:00
"pun_id": 14,
"pun_label": "1440 min",
"pun_duration": 1440
2024-04-05 14:10:52 +02:00
}
],
"WeekDaysWorktime": [
2024-03-12 16:49:33 +01:00
{
2024-04-05 14:10:52 +02:00
"pwd_id": 621,
"pwd_period_week_day_id": 36,
"pwd_period_day_in_week_id": 1,
2024-07-24 13:17:37 +02:00
"pwd_time_from": "08:00:00",
"pwd_time_to": "18:00:00"
2024-04-05 14:10:52 +02:00
},
{
"pwd_id": 622,
"pwd_period_week_day_id": 36,
"pwd_period_day_in_week_id": 2,
2024-07-24 13:17:37 +02:00
"pwd_time_from": "08:00:00",
"pwd_time_to": "18:00:00"
2024-04-05 14:10:52 +02:00
},
2024-03-12 16:49:33 +01:00
{
2024-04-05 14:10:52 +02:00
"pwd_id": 623,
"pwd_period_week_day_id": 36,
"pwd_period_day_in_week_id": 3,
2024-07-24 13:17:37 +02:00
"pwd_time_from": "08:00:00",
"pwd_time_to": "18:00:00"
2024-04-05 14:10:52 +02:00
},
2024-03-12 16:49:33 +01:00
{
2024-04-05 14:10:52 +02:00
"pwd_id": 624,
"pwd_period_week_day_id": 36,
"pwd_period_day_in_week_id": 4,
2024-07-24 13:17:37 +02:00
"pwd_time_from": "08:00:00",
"pwd_time_to": "18:00:00"
2024-04-05 14:10:52 +02:00
},
2024-03-12 16:49:33 +01:00
{
2024-04-05 14:10:52 +02:00
"pwd_id": 625,
"pwd_period_week_day_id": 36,
"pwd_period_day_in_week_id": 5,
2024-07-24 13:17:37 +02:00
"pwd_time_from": "08:00:00",
"pwd_time_to": "18:00:00"
2024-04-05 14:10:52 +02:00
},
2024-03-12 16:49:33 +01:00
{
2024-04-05 14:10:52 +02:00
"pwd_id": 626,
"pwd_period_week_day_id": 36,
"pwd_period_day_in_week_id": 6,
2024-07-24 13:17:37 +02:00
"pwd_time_from": "08:00:00",
"pwd_time_to": "18:00:00"
2024-04-05 14:10:52 +02:00
},
2024-03-12 16:49:33 +01:00
{
2024-04-05 14:10:52 +02:00
"pwd_id": 626,
"pwd_period_week_day_id": 36,
2024-07-24 13:17:37 +02:00
"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
}
]
}