Custom fields should be a slice of structs in time.go
This commit is contained in:
parent
bcca1e872e
commit
3258707dce
@ -73,7 +73,7 @@ type TimeEntry struct {
|
||||
UpdatedBy string `json:"updatedBy"`
|
||||
ChargeToMobileGUID string `json:"chargeToMobileGuid"`
|
||||
} `json:"_info"`
|
||||
CustomFields struct {
|
||||
CustomFields []struct {
|
||||
ID int
|
||||
Caption string
|
||||
Type string
|
||||
|
Loading…
Reference in New Issue
Block a user