List All Income
GET
http://node-staging.billeasy.in/api/v1/customers/incomes/{income_id}
Path Parameters
Name
Type
Description
income_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
Authentication token to track down who is emptying our stocks.
{
"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
Was this helpful?