| Field | Type | Required | Description | Example |
|---|---|---|---|---|
Id |
string | ➖ | A unique identifier for an object. | 12345 |
RowId |
string | ➖ | Row ID | 12345 |
Code |
string | ➖ | User defined item code | 120-C |
LineNumber |
long | ➖ | Line number of the resource | 1 |
Description |
string | ➖ | User defined description | Model Y is a fully electric, mid-size SUV, with seating for up to seven, dual motor AWD and unparalleled protection. |
Type |
InvoiceLineItemType | ➖ | Item type | sales_item |
TaxAmount |
double | ➖ | Tax amount | 27500 |
TotalAmount |
double | ➖ | Total amount of the line item | 27500 |
Quantity |
double | ➖ | N/A | 1 |
UnitPrice |
double | ➖ | N/A | 27500.5 |
UnitOfMeasure |
string | ➖ | Description of the unit type the item is sold as, ie: kg, hour. | pc. |
DiscountPercentage |
double | ➖ | Discount percentage applied to the line item when supported downstream. | 0.01 |
DiscountAmount |
double | ➖ | Discount amount applied to the line item when supported downstream. | 19.99 |
ServiceDate |
LocalDate | ➖ | Date on which the service was provided or performed - YYYY-MM-DD. | 2024-01-15 |
CategoryId |
string | ➖ | ID of the category of the line item | 12345 |
LocationId |
string | ➖ | The ID of the location | 12345 |
DepartmentId |
string | ➖ | The ID of the department | 12345 |
SubsidiaryId |
string | ➖ | The ID of the subsidiary | 12345 |
ShippingId |
string | ➖ | ID of the shipping of the line item | 12345 |
Memo |
string | ➖ | Memo | Some memo |
Prepaid |
bool | ➖ | Whether the line item is prepaid | true |
Item |
LinkedInvoiceItem | ➖ | N/A | |
TaxApplicableOn |
string | ➖ | Tax applicable on | Domestic_Purchase_of_Goods_and_Services |
TaxRecoverability |
string | ➖ | Tax recoverability | Fully_Recoverable |
TaxMethod |
string | ➖ | Method of tax calculation | Due_to_Supplier |
Worktags |
List<LinkedWorktag> | ➖ | Worktags of the line item. This is currently only supported in Workday. | |
TaxRate |
LinkedTaxRateInput | ➖ | N/A | |
TrackingCategories |
List<LinkedTrackingCategory> | ➖ | A list of linked tracking categories. | |
LedgerAccount |
LinkedLedgerAccount | ➖ | N/A | |
CustomFields |
List<CustomField> | ➖ | N/A | |
RowVersion |
string | ➖ | A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object. | 1-12345 |