View expense

GET https://node-staging.billeasy.in/api/v1/customers/expenses/{expense_id}

This endpoint allows you to get free cakes.

Path Parameters

Name
Type
Description

expense_id

string

Headers

Name
Type
Description

Content-Type

string

x-api-access

string

x-api-secret

string

x-customer-token

string

x-customer-number

string

{
  "success": true,
  "msg": "Single expense.",
  "data": {
    "id": 25970,
    "snippet": "demo 2",
    "total": "15.00",
    "created_at": "2020-02-10T10:33:28.669Z",
    "collection_name": "",
    "meta": {
      "date": "10/02/2020",
      "type": "expense",
      "category_type": "F&B",
      "payment_method": "Cash"
    }
  }
}

Last updated