Jump to content

API C# simplified language bindings


Recommended Posts

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

Link to comment
Share on other sites

  • 1 month later...
  • 11 months later...

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

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...