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"`
|
UpdatedBy string `json:"updatedBy"`
|
||||||
ChargeToMobileGUID string `json:"chargeToMobileGuid"`
|
ChargeToMobileGUID string `json:"chargeToMobileGuid"`
|
||||||
} `json:"_info"`
|
} `json:"_info"`
|
||||||
CustomFields struct {
|
CustomFields []struct {
|
||||||
ID int
|
ID int
|
||||||
Caption string
|
Caption string
|
||||||
Type string
|
Type string
|
||||||
|
Loading…
x
Reference in New Issue
Block a user