The GoTo Community is currently experiencing some technical issues affecting new posts and comments. We are actively working with our service provider and apologize for the frustration.
Forum Discussion
Ben211
9 years agoNew Member
How do you update additional-values with an API(v1) "PUT"
I have an additional value of Derived-Priority-Score That is of type Integer. Using the v1 API I have tried an update...: BODY = "{ ""incident"":{ ""notify_watchlisted"":0, ""notify_customer"":0, ...
Ben211
9 years agoNew Member
I have managed to get it working with the following syntax: (written in VBS so "" relates to " when sent)
BODY = "{ ""incident"":{ ""priority_id"":1249847371927527504, ""additional_values"":{""Derived Priority Score"":999} } }"