{
"id": 5,
"multiplier": 1.25,
"schedule_type": "daily",
"start_date": "2020-01-01",
"end_date": "2020-01-31",
"weekdays": [],
"store_ids": [],
"created_at": "2019-02-26T13:22:43.495Z",
"updated_at": "2019-02-28T15:29:24.156Z"
}
Key | Description | Type |
---|---|---|
id | Point Multiplier ID | integer |
multiplier | multiplier of reward points | decimal |
schedule_type | Schedule type | string |
start_date | Schedule start date | date |
end_date | Schedule end date | date |
weekdays | Selected weekdays of schedule | array |
store_ids | Store ids | array |
created_at | Time of point multiplier creation | Date |
updated_at | Time of last point multiplier update | Date |
{
"multiplier": 2,
"schedule_type": "daily",
"start_date": "2022-06-10",
"end_date": "2022-06-10"
}
{
"multiplier": 3,
"schedule_type": "daily",
"start_date": "2022-06-10",
"end_date": "2022-06-20",
"store_ids": [1034, 1446, 1417]
}
{
"multiplier": 5,
"schedule_type": "monthly",
"start_date": "2022-06-01",
"end_date": "2022-06-30",
"weekdays": [1, 4]
}