Delete expense

POST https://node-staging.billeasy.in/api/v1/customers/expenses/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

Request:
{"customer_bill_id":[25992],"customer_id":551}

Response:
{"success":true,"msg":"Expenses are deleted.","data":{"affectedRows":1,"count":1,"rows":[]}}

Last updated