Property | Type | Description |
---|---|---|
reward_code | String | Promotion reward Code |
business_refrence | String | Business Name |
{
"data":{
"type": "1:for order,2:for product",
"is_percentage": "boolean",
"customer_number": "",
"discount_amount": "",
"max_discount_amount": "0:unlimit",
"allowed_products": {
"product_id": [],
"quantity": number
},
"button": {
"label": {
"ar": "string",
"en": "string"
},
"url": "",
"close_modal": "boolean"
}
},
"errors": []
}
{
"data":[], // optional
"message": "Reward 1234 has been used", // either message or errors
"errors": ["merchant doesn't exist"]
}