62 lines
1.3 KiB
JSON
62 lines
1.3 KiB
JSON
{
|
|
"discounts": [
|
|
{
|
|
"id": 1,
|
|
"descr": "Sleva 100 korun",
|
|
"apply": "order",
|
|
"condition_type": "generate_coupon",
|
|
"compare_sign": "=",
|
|
"condition_value": "TEST_",
|
|
"discount": null,
|
|
"unit": "price",
|
|
"compatible": "Y",
|
|
"to_who": "user,reg",
|
|
"date_from": "2013-07-09 09:57:45",
|
|
"date_to": "",
|
|
"uses_count": 1,
|
|
"uses_max": -1,
|
|
"min_price": null
|
|
}
|
|
],
|
|
"bonus_points": [
|
|
{
|
|
"id": 1,
|
|
"id_user": 1,
|
|
"points": 100,
|
|
"date_created": "2022-09-01 10:06:24",
|
|
"note": "Test",
|
|
"status": "active",
|
|
"id_order": null
|
|
}
|
|
],
|
|
"bonus_points_exchange": [
|
|
{
|
|
"id": 1,
|
|
"id_discount": 1,
|
|
"date_created": "2022-09-06 14:06:04",
|
|
"name": "Test za 50 bodu",
|
|
"points": 50,
|
|
"active": 1,
|
|
"description": "<p>Test</p>"
|
|
},
|
|
{
|
|
"id": 2,
|
|
"id_discount": 1,
|
|
"date_created": "2022-09-06 14:06:04",
|
|
"name": "Test za 500 bodu",
|
|
"points": 500,
|
|
"active": 1,
|
|
"description": "<p>Test</p>"
|
|
},
|
|
{
|
|
"id": 3,
|
|
"id_discount": 1,
|
|
"date_created": "2022-09-06 14:06:04",
|
|
"name": "Test neaktivni",
|
|
"points": 50,
|
|
"active": 0,
|
|
"description": "<p>Test</p>"
|
|
}
|
|
]
|
|
}
|