InvoiceItem
Version: 1.33
Parameters
Extends: TractObject
Element | Type | Required? | Description |
invoiceItemCharges |
invoiceItemCharges |
Attribute | Required? | Datatype | Description |
quantity |
decimal |
||
unitAmount |
decimal |
||
totalAmount |
decimal |
||
description |
string |
||
taxable |
boolean |
||
proratedPercentage |
decimal |
||
chargeStartDate |
dateTime |
||
chargeEndDate |
dateTime |
||
lineItemType |
string |
||
type |
InvoiceItemType |
|
Querying InvoiceItem
For paged results, use the plural of the entity name (for example, billingAccounts, productCategories). For more information, refer to Understanding Queries.
Key | Type |
eid |
Long |
invoiceEid |
Long |
invoiceNum |
String |
serviceEid |
Long |
type |
accounting.invoice.InvoiceItemType |
REST Endpoints
Coming soon.
Sample Requests and Responses
SOAP — Coming soon.
REST — Coming soon.