Willr Posted July 1, 2016 Posted July 1, 2016 I couldn't find an API specific group, so posting here, hopefully this is more or less the right place. The Integration Wiki page mentions simplified language bindings to the API are available for C#, where might I find these? I've had a look through the Hornbill's repositories on GitHub, and have manged to get something working with API, but it would save me a lot of time if Hornbill already have built a .Net wrapper for the API. Many thanks, Will
TrevorKillick Posted August 19, 2016 Posted August 19, 2016 Hi Will Sorry for the late replay you can find our .net library and examples in our Git Hub Repository: https://github.com/hornbill/dotNetApiLib Kind Regards Trevor Killick 1
zinchronize Posted August 11, 2017 Posted August 11, 2017 Hi Trevor, Can you provide us a sample for invoking this method: helpdesk::logAndAssignNewCall and please add complex parameter for additionalvalues. I tried to mimic your code and came up with this but the opencall.itsm_title is not updating. xmlmc.AddParam("callClass", "Service Request"); xmlmc.AddParam("customerId", "******"); xmlmc.AddParam("groupId", "******"); xmlmc.AddParam("analystId", "******"); XmlmcParam param = xmlmc.AddParam("additionalCallValues"); param.Add("opencall", "<itsm_title>TANG</itsm_title>"); sendTextToOutputBox(xmlmc.GetParamsXML()); xmlmc.Invoke("helpdesk", "logAndAssignNewCall"); Thanks, Nico
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now