Add TimeRange

This commit is contained in:
Gerhard Hoffmann 2024-05-08 16:36:21 +02:00
parent 73eb3085ec
commit 59636a7869

View File

@ -32,6 +32,23 @@
"pme_label": "steps" "pme_label": "steps"
} }
], ],
"TimeRange" : [
{
"time_range_id": 1,
"time_range_from": "18:00:00",
"time_range_to": "08:00:00"
},
{
"time_range_id": 2,
"time_range_from": "08:00:00",
"time_range_to": "18:00:00"
},
{
"time_range_id": 3,
"time_range_from": "08:00:00",
"time_range_to": "18:00:00"
}
],
"PaymentOption": [ "PaymentOption": [
{ {
"pop_id": 1049, "pop_id": 1049,
@ -45,10 +62,12 @@
"pop_max_price": 500, "pop_max_price": 500,
"pop_min_price": 0, "pop_min_price": 0,
"pop_carry_over": 1, "pop_carry_over": 1,
"pop_carry_over_time_range": 1,
"pop_carry_over_start_time_range": 2,
"pop_carry_over_end_time_range": 3,
"pop_daily_card_price": 500, "pop_daily_card_price": 500,
"pop_business_hours": 128, "pop_business_hours": 163584,
"pop_business_hours_new": 163584, "comment_1": "163584 = 0x27F00 = 10|0111|1111|0000|0000 -> all days with restricted hours"
"comment_1": "163584 = 0x27F00 = 10|0111|1111|0000|0000 -> all days with restricted hours == 128"
} }
], ],
"PaymentRate": [ "PaymentRate": [