<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[cmdb.category.update in Kontaktzuweisung]]></title><description><![CDATA[<p dir="auto">Hallo,</p>
<p dir="auto">ich habe etliche Objekte in i-doit, die in einer der Kontaktzuweisungen eine falsche Rolle eingetragen bekommen haben.<br />
Jetzt möchte ich in den betreffenden Kontaktzuweisungen den Key "role" auf die richtige id setzen.<br />
Das versuche ich laut Knowledge Base folgendermaßen:</p>
<p dir="auto">{<br />
"id": 2,<br />
"version": "2.0",<br />
"method": "cmdb.category.update",<br />
"params": {<br />
"objID": 1430745,<br />
"category": "C__CATG__CONTACT",<br />
"data.category_id": 27325,<br />
"data": { "role": 6 },<br />
"apikey": "apikey",<br />
"language": "en"<br />
}<br />
}</p>
<p dir="auto">Ich bekomme aber jedes Mal nur ein:</p>
<p dir="auto">{<br />
"code":  -32099,<br />
"message":  "i-doit system error: Please define the category entry you want to update by setting <a href="http://data.id">data.id</a> or data.category_id.",<br />
"data":  null<br />
}</p>
<p dir="auto">zurück.</p>
<p dir="auto">Was mache ich falsch?</p>
<p dir="auto">Gruß Lutz</p>
]]></description><link>https://community.i-doit.com/topic/5520/cmdb.category.update-in-kontaktzuweisung</link><generator>RSS for Node</generator><lastBuildDate>Thu, 24 Sep 2026 17:27:29 GMT</lastBuildDate><atom:link href="https://community.i-doit.com/topic/5520.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 24 Sep 2026 11:08:03 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to cmdb.category.update in Kontaktzuweisung on Thu, 24 Sep 2026 15:47:36 GMT]]></title><description><![CDATA[<p dir="auto">Hallo <a class="plugin-mentions-user plugin-mentions-a" href="/user/lutzhaseloff" aria-label="Profile: LutzHaseloff">@<bdi>LutzHaseloff</bdi></a></p>
<p dir="auto">Verwende besser die folgende Methode.<br />
{</p>
<pre><code>"method": "cmdb.category.save",
"params": {
      "object": 1430745,
      "category": "C__CATG__CONTACT",
      "entry": 27325,
      "data": { 
        "role": 6
      }, 
      "apikey": "apikey",
      "language": "en"
    },


"id": 2,
"version": "2.0"
</code></pre>
<p dir="auto">}</p>
<p dir="auto">VG, Cherif</p>
]]></description><link>https://community.i-doit.com/post/19054</link><guid isPermaLink="true">https://community.i-doit.com/post/19054</guid><dc:creator><![CDATA[cherif]]></dc:creator><pubDate>Thu, 24 Sep 2026 15:47:36 GMT</pubDate></item></channel></rss>