Invoices
Invoices#index
GET /invoices[
{
"id": 1,
"firm_id": 1,
"user_id": 1,
"contact_id": 1,
"due_date": "2021-09-29",
"close_date": null,
"discount_percent_description": null,
"discount_percent": 0,
"discount_amount_description": null,
"discount_amount": 0,
"trust_request_amount": null,
"trust_level": null,
"last_reminder": null,
"created_at": "2021-09-22T17:47:49.041Z",
"updated_at": "2021-09-22T17:47:49.041Z",
"issue_date": "2021-09-22",
"invoice_number": "1",
"footer": null,
"has_discount_percent": false,
"has_discount_amount": false,
"color_scheme": "",
"include_footer": false,
"invoice_type": "bill",
"status": "paid",
"reminder_frequency": 7,
"send_reminders": false,
"public_code": "1234example",
"discarded_at": null,
"created_by_id": 1,
"stored_total": "0.0",
"stored_balance": "0.0",
"payment_plan_id": null,
"description": "Trust Request",
"channel": "email",
"viewed_by_contact": false,
"include_logo": true,
"quickbooks_uid": null
}
]
Invoices#show
Invoices#create
Invoices#update
Last updated
Was this helpful?