diff --git a/3.0/connectwise/service.go b/3.0/connectwise/service.go index 8d9cd3e..02a57fa 100644 --- a/3.0/connectwise/service.go +++ b/3.0/connectwise/service.go @@ -260,6 +260,7 @@ type Ticket struct { Type string `json:"type"` EntryMethod string `json:"entryMethod"` NumberOfDecimals int `json:"numberOfDecimals"` + Value bool `json:"value"` } `json:"customFields"` RequiredDate time.Time `json:"requiredDate,omitempty"` BudgetHours float64 `json:"budgetHours,omitempty"`