View single income
GET
http://node-staging.billeasy.in/api/v1/customers/incomes/{income_id}
This endpoint allows you to get free cakes.
Headers
Name
Type
Description
x-customer-number
string
x-customer-token
string
x-api-secret
string
x-api-access
string
Content-Type
string
{
"success": true,
"msg": "Single income.",
"data": {
"id": 25968,
"snippet": "Test 2",
"total": "50.00",
"created_at": "2020-02-07T12:25:21.730Z",
"meta": {
"date": "07/02/2020",
"type": "income",
"recurring": true,
"payment_type": "Cash",
"add_more_info": "Demo",
"set_a_monthly": true
}
}
}
Last updated
Was this helpful?