Line items contain the line-level data for estimates and projects.
Returns a data template that you can fill in to use the CREATE action.
Creates a new line item. Use the template provided by the NEW action.
Returns a single line item, including any Time Entries and Comments that belong to it.
Updates an existing line item.
Deletes a line item.
Line Items that have been invoiced may not be deleted.
Tags with the attribute rel="financial" will be removed for employees who don't have permissions to access that information. Your API client should be able to deal with these fields missing from the data.
<?xml version="1.0" encoding="UTF-8"?> <line_item> <comments_count read_only="true">0</comments_count> <created_on></created_on> <description></description> <due_date></due_date> <estimate_id></estimate_id> <flat_fee rel="financial">0.00</flat_fee> <invoice_line_items_count read_only="true">0</invoice_line_items_count> <is_complete>false</is_complete> <is_taxable rel="financial">true</is_taxable> <label_code>0</label_code> <markup_percentage rel="financial"></markup_percentage> <person_id></person_id> <price_actual rel="financial" read_only="true">0</price_actual> <price_per rel="financial">0.00</price_per> <project_id></project_id> <project_list_id></project_list_id> <project_list_title></project_list_title> <quantity_low>0.0</quantity_low> <quantity_high></quantity_high> <rank></rank> <time_entry_minutes read_only="true">0</time_entry_minutes> <title></title> <type_code>0</type_code> <unit_label></unit_label> <updated_at read_only="true"></updated_at> </line_item>
Type code determines the kind of line_item.
An integer that determines the color of line item "labels" in the Cashboard UI.