Id |
id |
Globally unique string that identifies the record.
|
IsDeleted |
boolean |
Indicates whether the record has been moved to the Recycle Bin (true) or not (false).
|
Name |
string |
Unique number allocated to this line item.
|
CreatedDate |
datetime |
Date and time when this record was created.
|
CreatedById |
c2g.CODAAPICommon.Reference |
ID of the user who created this record.
|
LastModifiedDate |
datetime |
Date and time when this record was last modified by a user.
|
LastModifiedById |
c2g.CODAAPICommon.Reference |
ID of the user who last updated this record.
|
SystemModstamp |
datetime |
Date and time when this record was last modified by a user or by a workflow process (such as a trigger).
|
Invoice |
c2g.CODAAPICommon.Reference |
Reference to the sales invoice to which this line item belongs. Mandatory.
|
CalculateIncomeSchedule |
boolean |
For internal use only.
|
CalculateTaxValue1FromRate |
boolean |
For internal use only.
|
CalculateTaxValue2FromRate |
boolean |
For internal use only.
|
CalculateTaxValue3FromRate |
boolean |
For internal use only.
|
DeriveTaxRate1FromCode |
boolean |
For internal use only.
|
DeriveTaxRate2FromCode |
boolean |
For internal use only.
|
DeriveTaxRate3FromCode |
boolean |
For internal use only.
|
DeriveUnitPriceFromProduct |
boolean |
For internal use only.
|
Dimension1 |
c2g.CODAAPICommon.Reference |
Name of the Dimension 1 record by which you want to analyze this line item.
|
Dimension2 |
c2g.CODAAPICommon.Reference |
Name of the Dimension 2 record by which you want to analyze this line item.
|
Dimension3 |
c2g.CODAAPICommon.Reference |
Name of the Dimension 3 record by which you want to analyze this line item.
|
Dimension4 |
c2g.CODAAPICommon.Reference |
Name of the Dimension 4 record by which you want to analyze this line item.
|
GeneralLedgerAccount |
c2g.CODAAPICommon.Reference |
Reference to a related general ledger account.
|
LocalGLA |
c2g.CODAAPICommon.Reference |
Reference to a Local GLA associated to corporate GLA through COA.
|
IncomeScheduleGroup |
c2g.CODAAPICommon.Reference |
System-generated integer used to group together related income schedule journals.
|
IncomeSchedule |
c2g.CODAAPICommon.Reference |
Reference to a related income schedule definition.
|
InternalCalculateIS |
boolean |
For internal use only.
|
LineDescription |
string |
Description of the line item.
|
NetValue |
decimal |
The unit price multiplied by the quantity.
|
NumberofJournals |
decimal |
Income schedules. Number of journals used to recognize revenue across periods. Must be a positive integer.
|
OwnerCompany |
c2g.CODAAPICommon.Reference |
Company to which this line item belongs.
|
PeriodInterval |
decimal |
Income schedules. Interval (in periods) between journal postings. Must be a positive integer.
|
Product |
c2g.CODAAPICommon.Reference |
Name of the selected product. Mandatory.
|
Quantity |
decimal |
Quantity of the product sold, to two decimal places. Mandatory.
|
ScheduleNetTotal |
decimal |
For internal use only.
|
SetTaxCode1ToDefault |
boolean |
For internal use only.
|
SetTaxCode2ToDefault |
boolean |
For internal use only.
|
SetTaxCode3ToDefault |
boolean |
For internal use only.
|
StartDate |
date |
Income schedules. Sets the journal date for the first journal in the schedule. The default is the invoice date. Subsequent journals are created with journal dates on the first day of the remaining accounting periods in the schedule.
|
TaxCode1 |
c2g.CODAAPICommon.Reference |
Tax code 1.
|
TaxCode2 |
c2g.CODAAPICommon.Reference |
Tax code 2.
|
TaxCode3 |
c2g.CODAAPICommon.Reference |
Tax code 3.
|
TaxRate1 |
decimal |
Tax rate for tax code 1.
|
TaxRate2 |
decimal |
Tax rate for tax code 2.
|
TaxRate3 |
decimal |
Tax rate for tax code 3.
|
TaxRateTotal |
decimal |
Composite tax rate for this line item.
|
TaxValue1 |
decimal |
Total value of items posted to tax code 1, before tax. Mandatory.
|
TaxValue2 |
decimal |
Total value of items posted to tax code 2, before tax.
|
TaxValue3 |
decimal |
Total value of items posted to tax code 3, before tax.
|
TaxValueTotal |
decimal |
Total value of tax relating to this line item, to two decimal places.
|
UnitPrice |
decimal |
Unit price of the selected product. Mandatory.
|
UsePartPeriods |
boolean |
Income schedules. Indicates whether you want to use part periods at the beginning and end of the schedule.
|
UseProductInformation |
boolean |
For internal use only.
|
CustomFields |
List<c2g.CODAAPIInvoiceLineItemTypes_10_0.CustomField> |
Reference to the list of user-defined fields that have been exposed with a type 1 integration rule.
|