Options
All
  • Public
  • Public/Protected
  • All
Menu

Module TimeEntry

Index

Type aliases

BillableOptionEnum

BillableOptionEnum: "Billable" | "DoNotBill" | "NoCharge" | "NoDefault"

ChargeToTypeEnum

ChargeToTypeEnum: "ServiceTicket" | "ProjectTicket" | "ChargeCode" | "Activity"

StatusEnum

StatusEnum: "Open" | "Rejected" | "PendingApproval" | "ErrorsCorrected" | "PendingProjectApproval" | "ApprovedByTierOne" | "RejectBySecondTier" | "ApprovedByTierTwo" | "ReadyToBill" | "Billed" | "WrittenOff" | "BilledAgreement"

Properties

Optional _info

_info: Metadata

Metadata of the entity

Optional actualHours

actualHours: number

Optional addToDetailDescriptionFlag

addToDetailDescriptionFlag: boolean

Optional addToInternalAnalysisFlag

addToInternalAnalysisFlag: boolean

Optional addToResolutionFlag

addToResolutionFlag: boolean

Optional agreement

Optional billableOption

billableOption: BillableOptionEnum

Optional businessUnitId

businessUnitId: number

Optional chargeToId

chargeToId: number

If chargeToId is not specified, we asume you enter time against the company specified

Optional chargeToType

chargeToType: ChargeToTypeEnum

If chargeToId is not specified, we asume you enter time against the company specified

Optional company

If chargeToId is not specified, we asume you enter time against the company specified

Optional customFields

customFields: Array<CustomFieldValue>

Optional dateEntered

dateEntered: Date

Optional emailCc

emailCc: string

To update this value use the /service/tickets endpoint automaticEmailCc field

Optional emailCcFlag

emailCcFlag: boolean

This is an action flag. To update this value use the /service/tickets endpoint automaticEmailCcFlag field

Optional emailContactFlag

emailContactFlag: boolean

This is an action flag. To update this value use the /service/tickets endpoint automaticEmailContactFlag field

Optional emailResourceFlag

emailResourceFlag: boolean

This is an action flag. To update this value use the /service/tickets endpoint automaticEmailResourceFlag field

Optional enteredBy

enteredBy: string

Optional hourlyRate

hourlyRate: number

This field may only be Updated, it is defaulted on Create

Optional hoursBilled

hoursBilled: number

Optional hoursDeduct

hoursDeduct: number

Optional id

id: number

Optional internalNotes

internalNotes: string

Optional invoice

Optional locationId

locationId: number

Optional member

Optional mobileGuid

mobileGuid: Guid

Optional notes

notes: string

Optional status

status: StatusEnum

Optional timeEnd

timeEnd: Date

Optional timeSheet

timeStart

timeStart: Date

Optional workRole

Optional workType

Generated using TypeDoc