Collection List
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"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