<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: QS .NET SDK - ApplyPatches error in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/QS-NET-SDK-ApplyPatches-error/m-p/1782843#M13848</link>
    <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/41242"&gt;@Øystein_Kolsrud&lt;/a&gt;&amp;nbsp;as always, you are right! Again, my many thanks. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 15 Feb 2021 19:07:17 GMT</pubDate>
    <dc:creator>catalin</dc:creator>
    <dc:date>2021-02-15T19:07:17Z</dc:date>
    <item>
      <title>QS .NET SDK - ApplyPatches error</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/QS-NET-SDK-ApplyPatches-error/m-p/1782781#M13840</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;I am trying to remove and then to add some property for an object like in the excerpt bellow. The problem is I always receive the error:&amp;nbsp;Invalid parameters [8]:Invalid parameters(Patch value not on valid JSON format.) and the curious thing I get it also for the remove operation. If I remove a property, why am I being asked for a value? Also, I tried to send an empty value correctly formatted as JSON, but to no avail.&lt;/P&gt;&lt;P&gt;Has anyone encountered this before?&lt;/P&gt;&lt;P&gt;Thanks a lot for any insights!&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;await transientObject.ApplyPatchesAsync(
                    new[]
                    {
                            new NxPatch
                            {
                                Op = NxPatchOperationType.Remove,
                                Path = "/ExtendsId",
                                //Value = JsonConvert.SerializeObject("")
                            }
                    }, true);
                    await transientObject.ApplyPatchesAsync(
                        new[]
                        {
                            new NxPatch
                            {
                                Op = NxPatchOperationType.Remove,
                                Path = "/ExtendsId",
                                Value = JsonConvert.SerializeObject("")
                            },
                            new NxPatch
                            {
                                Op = NxPatchOperationType.Add,
                                Path = "/sourceObjectId",
                                Value = JsonConvert.SerializeObject(obj.Id)
                            }
                        }, true);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 00:36:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/QS-NET-SDK-ApplyPatches-error/m-p/1782781#M13840</guid>
      <dc:creator>catalin</dc:creator>
      <dc:date>2024-11-16T00:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: QS .NET SDK - ApplyPatches error</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/QS-NET-SDK-ApplyPatches-error/m-p/1782828#M13846</link>
      <description>&lt;P&gt;I think that's the error you get when you try to remove an unknown property. The "Value" property isn't really relevant there. If you replace "/ExtendsId" with "/qExtendsId" (which is the path used by the engine), then it works.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Feb 2021 17:52:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/QS-NET-SDK-ApplyPatches-error/m-p/1782828#M13846</guid>
      <dc:creator>Øystein_Kolsrud</dc:creator>
      <dc:date>2021-02-15T17:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: QS .NET SDK - ApplyPatches error</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/QS-NET-SDK-ApplyPatches-error/m-p/1782843#M13848</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/41242"&gt;@Øystein_Kolsrud&lt;/a&gt;&amp;nbsp;as always, you are right! Again, my many thanks. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Feb 2021 19:07:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/QS-NET-SDK-ApplyPatches-error/m-p/1782843#M13848</guid>
      <dc:creator>catalin</dc:creator>
      <dc:date>2021-02-15T19:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: QS .NET SDK - ApplyPatches error</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/QS-NET-SDK-ApplyPatches-error/m-p/1782913#M13851</link>
      <description>&lt;P&gt;Great! Don't forget to mark the question as resolved.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Feb 2021 08:25:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/QS-NET-SDK-ApplyPatches-error/m-p/1782913#M13851</guid>
      <dc:creator>Øystein_Kolsrud</dc:creator>
      <dc:date>2021-02-16T08:25:40Z</dc:date>
    </item>
  </channel>
</rss>

