Review Data

Get Cakes

GET https://staging.billeasy.in/api/customers/bills/{bill-id}/review_data

This endpoint allows you to get free cakes.

Path Parameters

Name
Type
Description

bill-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.

{
  "success": true,
  "msg": "review_data",
  "data": {
    "is_review": false,
    "is_rating_enabled": false,
    "options": [],
    "status": "new"
  }
}

Last updated