Add custom fields to TimeEntry struct
This commit is contained in:
parent
4e8a357551
commit
5de7832341
@ -73,6 +73,14 @@ type TimeEntry struct {
|
|||||||
UpdatedBy string `json:"updatedBy"`
|
UpdatedBy string `json:"updatedBy"`
|
||||||
ChargeToMobileGUID string `json:"chargeToMobileGuid"`
|
ChargeToMobileGUID string `json:"chargeToMobileGuid"`
|
||||||
} `json:"_info"`
|
} `json:"_info"`
|
||||||
|
CustomFields struct {
|
||||||
|
ID int
|
||||||
|
Caption string
|
||||||
|
Type string
|
||||||
|
EntryMethod string
|
||||||
|
NumberOfDecimals int
|
||||||
|
Value string
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func (cw *ConnectwiseSite) GetTimeEntryByID(timeEntryID int) *TimeEntry {
|
func (cw *ConnectwiseSite) GetTimeEntryByID(timeEntryID int) *TimeEntry {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user