Collection List

GET http://node-staging.billeasy.in/api/v1/customers/collections/{customer_id}

This endpoint allows you to get free cakes.

Path Parameters

Name
Type
Description

customer_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": "all collection data",
  "data": [
    {
      "id": "54",
      "name": "Test 1",
      "status": true,
      "bill_ids": [
        25780,
        25916,
        25766,
        25963,
        25950,
        25778,
        25779,
        25777,
        25752
      ],
      "created_at": "2020-01-28T07:33:22.085Z",
      "updated_at": "2020-02-11T08:43:39.272Z",
      "customer_ids": [
        551
      ],
      "metadata": {
        "owner_customer_id": 551
      },
      "all_transactions": 9,
      "total_amount": "101092.00"
    }
  ]
}

Last updated