Offer redeem

POST https://staging.billeasy.in/api/customers/offers/{offer_id}/redeem

Path Parameters

Name
Type
Description

offer_id

string

ID of the cake to get, for free of course.

Headers

Name
Type
Description

Content-Type

string

x-customer-number

string

x-customer-token

string

x-api-access

string

x-api-secret

string

Authentication token to track down who is emptying our stocks.

Request:
{"source":"android"}

Response:
{
  "success": true,
  "msg": "Offer activated",
  "data": {
    "id": "167",
    "type": "offers",
    "attributes": {
      "tag": "NEW",
      "image_url_1x": "https://billeasy-demo.s3.ap-south-1.amazonaws.com/uploads/image/Image/Offer/1476/offer.jpeg",
      "image_url_2x": "",
      "name": "Special 26",
      "description": "<h1><br></h1>",
      "expires_on": "December 30, 5 PM",
      "multi_store": true,
      "locality": "Goregaon East and Goregaon West",
      "additional_terms": "<p>terms</p>",
      "redeem": true,
      "redeemed": false,
      "can_redeem": false,
      "offer_type_id": 4
    }
  }
}

Last updated