Single Bill

Get Cakes

GET https://node-staging.billeasy.in/api/v1/customers/bills/{bill_ID}

This endpoint allows you to get free cakes.

Path Parameters

Name
Type
Description

bill_id

string

ID of the cake to get, for free of course.

Headers

Name
Type
Description

Authentication

string

Authentication token to track down who is emptying our stocks.

{
  "success": true,
  "msg": "single bill",
  "data": {
    "client_name": "Billeasy Birthday store ",
    "client_logo": "https://billeasy-demo.s3.ap-south-1.amazonaws.com/uploads/client/company_logo/306/main_file.png",
    "fullname": "Jennifer Jangam",
    "email": false,
    "mobile_number": "8308376197",
    "accent": "#0cc1b0",
    "is_verification_enabled": false,
    "razorpay_subscription_id": "",
    "razorpay_client_id": "",
    "created_at": "2019-09-16T12:17:40.591Z",
    "tax": "0.00",
    "snippet": "",
    "client_type": 1,
    "sift_id": "",
    "currency": "INR",
    "currency_rate": null,
    "curency_symbol": "Rs.",
    "verified": false,
    "discount_percentage": "0.00",
    "discount_amount": "0.00",
    "original_bill_url": "https://billeasy-demo.s3.ap-south-1.amazonaws.com/uploads/original_bill/bill/46594/637042528596031000Cbill.pdf",
    "barcode_url": "https://billeasy-demo.s3.ap-south-1.amazonaws.com/uploads/customer_bill/barcode/25316/app_bill_25316_barcode.png",
    "grand_total": "130.00",
    "total_amount": "130.00",
    "store_id": 194,
    "customer_id": 487,
    "customer_bill_id": 25316,
    "payment_status": "paid",
    "raw_bill_id": 29550,
    "client_id": 306,
    "barcode": "bill_25316_barcode.png",
    "card_id": 574,
    "personal": true,
    "tax_percentage": "0",
    "bill_particulars": [
      {
        "id": null,
        "name": null,
        "quantity": null,
        "total_price": null
      }
    ],
    "shared": false,
    "group_shares": [],
    "bill_number": 0,
    "razorpay_payment_id": "",
    "razorpay_invoice_id": "",
    "razorpay_order_id": "",
    "payment_link": "",
    "five_asec_delivery_status": "",
    "five_asec_payment_status": "",
    "five_asec_delivery_date": "",
    "feedbacks": []
  }
}

Last updated