Invoices
Overview
Invoices are a form of record keeping for the exchange of services for payment. Use invoices to copy any financial line items from other objects. Invoices have an export function for sharing with accounting systems.
When working from quotes to cash, invoices are the end step in the process. Rose Rocket copies order line items to invoices. The line items widget shows the review panel in the workflow for any additions before sending.
NOTE
Invoices only have copies of the financial line items from the previous quotes to cash on the order at that time. If an order changes any line items, a new invoice must be made to include those line items only after the previous invoice has been deleted.
API configuration
When using the API to make requests, see the pages below for the process. These guides walk through the requirements and setup to access the Rose Rocket API with your application.
- Authentication - Access Rose Rocket with OAuth 2.0
- Object operations - Configure your requests
Object structure
Use the table below for information about the invoice objects.
Object Key Name: invoice
Fields | Label | Type | Description |
---|---|---|---|
| Invoice | string | Recording document of services performed for customer and amounts charged |
| ID | string | Invoice global unique identifier |
| Full ID | string | Human-readable identifier for financial statement
For example, |
| Status | string, enumerated | Invoice status, cannot be null, valid values: |
| Notes | string | Invoice notes |
| Customer | Customer connected object
| Invoice for customer |
| Invoice date | date | Created date for invoice |
| Remit To Address | Address connected object
| Address for payable recipient party of invoice |
| Terms | string, enumerated | Due date payment terms to set payment Term Options type selection, valid values: |
| Due date | date | Due date for invoice |
| Sent | date | Date invoice sent to customer |
| Line items | FinancialLineItem connected object array
| Various types of charges for an order |
| Documents | Document connected object
| Documents associated with invoice |
| Subtotal* | float | Total of financial line items connected to invoice without tax
|
| Taxes* | float | Taxed total of all line items on invoice
|
| Total* | float | Complete total of all line items on invoice
|
Updated 9 days ago