Delete Income
POST
http://node-staging.billeasy.in/api/v1/customers/income/delete
This endpoint allows you to get free cakes.
Headers
Name
Type
Description
x-customer-number
string
x-customer-token
string
x-api-secret
string
x-api-access
string
Content-Type
string
Authentication token to track down who is emptying our stocks.
Request:
{
"customer_bill_id":[3,2],
"customer_id": 551}
Response:
{
"success": true,
"msg": "delete msg",
"data": []
}
Last updated
Was this helpful?