Raw bill

POST http://node-staging.billeasy.in/api/v1/rawBills/createRawBill

This endpoint allows you to get free cakes.

Headers

Name
Type
Description

Content-Type

string

x-api-access

string

x-api-secret

string

x-client-token

string

Request:
{
   "raw_bills":{
      "offer_ids":[

      ],
      "store_uuid":"1c0bd064-fe0f-440e-969f-124257423ffc",
      "terminal_uuid":"ea299ac8-ee0e-450e-a79e-b272e906dfb3",
      "customer_id":"767",
      "data":{
         "tax":"5.42",
         "total":"108.56",
         "discount":"0.00",
         "grand_total":"113.98",
         "particulars":{
            "value":[
               "0.00",
               "0.00"
            ],
            "amount":[
               "37.14",
               "71.42"
            ],
            "quantity":[
               "1",
               "1"
            ],
            "description":[
               "Pizza Puff",
               "Chicken Strips 2 pcs"
            ]
         },
         "order_number":"1406",
         "bill_creation_method":"Skip"
      }
   }
}


Response:

{
"success":"true",
"message": "bill created",
"data":{}
}

Last updated