- Developer guide
- New to our DevPortal 🤔
- Authentication
- Webhook
- Overview
- Invoice Webhooks
- Orders Webhooks
- Menu Webhooks
- Loyalty Webhooks
- Customer webhook
- Error webhook
- Orders
- Menu
- Categories
- Products
- MenuGET
- Branches
- Devices
- Order type
- Price Lists
- Payment Methods
- Order Charges
- Taxes
- Customers
Redeem Reward
POST
https://{serviceID}.retm.sa{{YOUR_END_POINT}}
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Body Params application/json
reward_code
stringÂ
required
business_refrence
stringÂ
required
branch_id
stringÂ
required
date
stringÂ
required
timestamp
stringÂ
required
Example
{
"reward_code": "",
"business_refrence": "",
"branch_id": "",
"date": "yyyy-MM-dd HH:mm:ss",
"timestamp": ""
}
Responses
🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2023-12-25 01:45:23