Click or drag to resize

HourEntry Properties

The HourEntry type exposes the following members.

Properties
  Name Description
Public property AccountGUID Unique identifier for the hour entry's case's account. When hour entry will be sent to server then this will be ignored.
Public property CaseBusinessUnitCode The code of the project's business unit that this hour entry is associated with.
Public property CaseCostCenterIdentifier The identifier of the project's cost center that this hour entry is associated with.
Public property CaseGUID Unique identifier for the hour entry's case.
Public property CaseName The name of the project that this hour entry is associated with.
Public property CaseNumber The number of the project that this hour entry is associated with.
Public property CostCurrencyShortform The ISO code of the cost's currency in case's company's currency.
Public property CostCurrencyShortformOfInvoicingCurrency The ISO code of the cost's currency in case's invoicing currency.
Public property CostCurrencyShortformOfOrganizationCurrency The ISO code of the cost's currency in organization's currency.
Public property CostCurrencyShortformOfUserCompanyCurrency The ISO code of the cost's currency in user's company's currency.
Public property Description Hour entry's description.
Public property EndTime Hour entrys end time is used in reporting. Not used when inserting hour entries through API to calculate quantity.
Public property EventDate Hour entry's date.
Public property GUID Unique identifier for the hour entry.
Public property InvoiceDescription Hour entry's invoice description.
Public property InvoiceGUID Unique identifier for the hour entry's invoice.
Public property InvoiceQuantity Hour entry's invoicing quantity. This can be used to update the invoicing quantity when UseInvoiceQuantity is true.
Public property InvoiceRowGUID Unique identifier for the hour entry's invoicerow.
Public property IsApproved Is hour entry approved True/False. Ignored on Add and Update.
Public property IsBillable Is hour entry billable True/False.
Public property IsProductive Is hour entry productive True/False.
Public property IsReadOnly Not in use.
Public property OvertimeCode The code of the overtime type. Will be ignored on add and update.
Public property OverTimeGUID Unique identifier for the hour entry's overtime type.
Public property PhaseGUID Hour entry's phase's unique identifier.
Public property PriceCurrencyShortformOfCaseCompanyCurrency The ISO code of the price's currency in case's company's currency.
Public property PriceCurrencyShortformOfInvoicingCurrency The ISO code of the price's currency in case's invoicing currency.
Public property PriceCurrencyShortformOfOrganizationCurrency The ISO code of the price's currency in organization's currency.
Public property PriceCurrencyShortformOfUserCompanyCurrency The ISO code of the pricet's currency in user's company's currency.
Public property Quantity Hour entry's quantity.
Public property StartTime Hour entry's start time is used in reporting. Not used when inserting hour entries through API to calculate quantity.
Public property TaskGUID OBSOLETE. Use PhaseGUID instead.
Public property UnitCost Hour entry's unit cost in case's company's currency.
Public property UnitCostInInvoicingCurrency Unit cost in case's invoicing currency.
Public property UnitCostInOrganizationCurrency Unit cost in organization's currency.
Public property UnitCostInUserCompanyCurrency Unit cost in user's company's currency.
Public property UnitPrice Hour entry's unit price.
Public property UnitPriceInBaseCurrency Unit price in organization's currency
Public property UnitPriceInCaseCompanyCurrency Unit price in case's company currency.
Public property UnitPriceInUserCompanyCurrency Unit price in user's company's currency.
Public property UseInvoiceQuantity Set this to true when you want to update the invoicing quantity.
Public property UserBusinessUnitCode The code business unit of the user whose hour entry this is.
Public property UserCode The code of the user whose hour entry this is.
Public property UserFirstName The first name of the user whose hour entry this is.
Public property UserGUID Unique identifier for the user whose entry this is.
Public property UserLastName The last name of the user whose hour entry this is.
Public property WorkTypeCode The code of the work type unit that this hour entry is associated with.
Public property WorkTypeGUID Unique identifier for the hour entry's worktype.
Top
See Also