Topic by Charlie Mopps
I make an API call to change the contact on an incident. But it seems to set the contact, I need to know the c_id. So I have to make 2 api calls... 1 to look up the contact via a custom field or email address and then a second to set the contacts primary contact to the id I found in the lookup. But one of my external applications has a technical limitation that makes 2 calls difficult.
- Is there an easier way to do this in a single call?
- Do I have to use Chaining? If so, is there a decent example of what I'm talking about anywhere? I've been trying to setup chaining in a C# applicaiton but the RN API is odd to say the least and I'm not making a lot of progress.
Thanks!