<?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 API and PUT in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/API-and-PUT/m-p/2342380#M110252</link>
    <description>&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am creating a new job.  This job is pulling records off of an API and putting them into a database table.  That is working fine.  Now I have to read from the table and get the Orders that I just put into the table.  That is fine.  Then I need to do an API POST for each order.  The API Post needs to iterate thru the orders one at a time and change the Export flag on each order to true.  This way we won't be pulling the same records over and over again.  But when I try to put the order number into variable for the API Post it says that I can't do that and when I try to put the value in the API post it errors out with a 'HTTP 401 unauthorized'  error.  &lt;/P&gt;</description>
    <pubDate>Fri, 15 Nov 2024 21:51:39 GMT</pubDate>
    <dc:creator>gunnard_fredrickson</dc:creator>
    <dc:date>2024-11-15T21:51:39Z</dc:date>
    <item>
      <title>API and PUT</title>
      <link>https://community.qlik.com/t5/Talend-Studio/API-and-PUT/m-p/2342380#M110252</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am creating a new job.  This job is pulling records off of an API and putting them into a database table.  That is working fine.  Now I have to read from the table and get the Orders that I just put into the table.  That is fine.  Then I need to do an API POST for each order.  The API Post needs to iterate thru the orders one at a time and change the Export flag on each order to true.  This way we won't be pulling the same records over and over again.  But when I try to put the order number into variable for the API Post it says that I can't do that and when I try to put the value in the API post it errors out with a 'HTTP 401 unauthorized'  error.  &lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 21:51:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/API-and-PUT/m-p/2342380#M110252</guid>
      <dc:creator>gunnard_fredrickson</dc:creator>
      <dc:date>2024-11-15T21:51:39Z</dc:date>
    </item>
    <item>
      <title>Re: API and PUT</title>
      <link>https://community.qlik.com/t5/Talend-Studio/API-and-PUT/m-p/2342381#M110253</link>
      <description>&lt;P&gt;Hello @Gunnard Fredrickson​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Which component are you trying to invoke the POST api? could you please provide the while job execution error log for more investigation?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Aiming&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2023 01:28:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/API-and-PUT/m-p/2342381#M110253</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-04-28T01:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: API and PUT</title>
      <link>https://community.qlik.com/t5/Talend-Studio/API-and-PUT/m-p/2342382#M110254</link>
      <description>&lt;P&gt;For the first issue, without seeing your code, it's difficult to pinpoint the exact problem. However, it's possible that you are trying to assign the order number to a variable that is not of the correct data type or is not defined correctly. You might also be trying to assign the value of the order number to a variable that has not been declared or is out of scope.&lt;/P&gt;&lt;P&gt;For the second issue, the "HTTP 401 unauthorized" error typically means that the API endpoint you are trying to access requires authentication credentials, and you are not providing them or are providing incorrect ones. You may need to check the API documentation to see what type of authentication is required and how to properly include it in your API POST request.&lt;/P&gt;&lt;P&gt;If you are still having trouble with these issues, you may want to consider seeking help from a developer or consultant who has experience with the specific API and database technologies you are working with.    &lt;A href="https://www.umrproviderportal.org/" alt="https://www.umrproviderportal.org/" target="_blank"&gt;UMR Provider Login Portal&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2023 06:18:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/API-and-PUT/m-p/2342382#M110254</guid>
      <dc:creator>LLopeza1682662066</dc:creator>
      <dc:date>2023-04-28T06:18:43Z</dc:date>
    </item>
  </channel>
</rss>

