Delete bill

Get Cakes

DELETE https://staging.billeasy.in/api/customers/bills/{id}

This endpoint allows you to get free cakes.

Path Parameters

Name
Type
Description

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": "Bill deleted",
  "data": {}
}

Last updated