List All Income
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"success": true,
"msg": "All incomes.",
"data": [
{
"id": 25990,
"snippet": "test",
"total": "10.00",
"created_at": "2020-02-12T10:21:46.938Z",
"meta": {
"date": "11/2/2020",
"type": "income",
"recurring": false,
"payment_type": "Cash",
"add_more_info": "test demo",
"set_a_monthly": true
}
},
{
"id": 25968,
"snippet": "Test demo",
"total": "10.00",
"created_at": "2020-02-07T12:25:21.730Z",
"meta": {
"date": "11/2/2020",
"type": "income",
"recurring": false,
"payment_type": "Cash",
"add_more_info": "Demo test",
"set_a_monthly": true
}
}
]
}Last updated