<?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: Line Item Association Not Working (Python) in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/CRM-API-v4-Line-Item-Association-Not-Working-Python/m-p/708137#M58007</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Hey&amp;nbsp; &lt;/SPAN&gt;&lt;A href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/379041" target="_blank"&gt;&lt;SPAN&gt;@&lt;/SPAN&gt;&lt;/A&gt;&lt;A href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/148664" target="_blank"&gt;&lt;SPAN&gt;eibach-cv&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;V3 is working fine&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;V4 is having some issues as V4 versions of the APIs are still in development phase, they will work properly after 30th November as HubSpot is sunsetting many API endpoints and versions and updating some changes to the existing ones,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://api.hubapi.com/crm/v3/objects/line_items/%7Bline-item-id%7D/associations/deals/%7Bdeal%20id%7D/line_item_to_deal" target="_blank"&gt;&lt;SPAN&gt;https://api.hubapi.com/crm/v3/objects/line_items/{line-item-id}/associations/deals/{deal id}/line_item_to_deal&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hope this helps!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If we were able to answer your query, kindly help the community by marking it as a solution.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks and Regards.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 20 Oct 2022 07:41:10 GMT</pubDate>
    <dc:creator>ChehakWadhdwa</dc:creator>
    <dc:date>2022-10-20T07:41:10Z</dc:date>
    <item>
      <title>CRM API v4 Line Item Association Not Working (Python)</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/CRM-API-v4-Line-Item-Association-Not-Working-Python/m-p/706722#M57893</link>
      <description>&lt;P&gt;I am using the Python request shown in the &lt;A href="https://developers.hubspot.com/docs/api/crm/line-items" target="_blank" rel="noopener"&gt;Hubspot v4 CRM API docs&lt;/A&gt; to associate a line item to a deal, but I am getting an error saying the attribute the docs provide doesn't exist:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;api_response = client.crm.line_items.associations_api.items_line_item_id_associations_to_object_type_to_object_id_association_type(line_item_id=lineitem_id, to_object_type="deal", to_object_id=hs_deal_id, association_type="line_item_to_deal")
AttributeError: 'AssociationsApi' object has no attribute 'items_line_item_id_associations_to_object_type_to_object_id_association_type'&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my request:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;try:
	api_response = client.crm.line_items.associations_api.items_line_item_id_associations_to_object_type_to_object_id_association_type(line_item_id=lineitem_id, to_object_type="deal", to_object_id=hs_deal_id, association_type="line_item_to_deal")
	pprint(api_response)
	pprint("Line Item associated to Deal ID " + hs_deal_id)
except ApiException as e:
	print("Exception when calling associations_api-&amp;gt;items_line_item_id_associations_to_object_type_to_object_id_association_type: %s\n" % e)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Oct 2022 17:19:00 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/CRM-API-v4-Line-Item-Association-Not-Working-Python/m-p/706722#M57893</guid>
      <dc:creator>eibach-cv</dc:creator>
      <dc:date>2022-10-18T17:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: Line Item Association Not Working (Python)</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/CRM-API-v4-Line-Item-Association-Not-Working-Python/m-p/707001#M57923</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hey&amp;nbsp; &lt;/SPAN&gt;&lt;A href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/379041" target="_blank"&gt;&lt;SPAN&gt;@&lt;/SPAN&gt;&lt;/A&gt;&lt;A href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/148664" target="_blank"&gt;&lt;SPAN&gt;eibach-cv&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Hey there, this is the structure for associating a line item to a deal&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;API Endpoint :&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;POST Request :&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://api.hubapi.com/crm/v3/associations/Line_items/Deal/batch/create?hapikey=fe4d5d68-a78a-4335-910a-b9f6180da15a" target="_blank"&gt;&lt;STRONG&gt;https://api.hubapi.com/crm/v3/associations/Line_items/Deal/batch/create?hapikey=YOUR-API-KEY&lt;/STRONG&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Association Type :&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Line_item_to_deal&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Body parameters :&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;{&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;"inputs": [&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"from": {&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"id": "line_item_id"&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;},&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"to": {&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"id": "deal_id"&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;},&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"type": "Line_item_to_deal”&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;]&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;}&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hope this helps!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If we were able to answer your query, kindly help the community by marking it as a solution.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks and Regards.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Oct 2022 09:10:28 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/CRM-API-v4-Line-Item-Association-Not-Working-Python/m-p/707001#M57923</guid>
      <dc:creator>ChehakWadhdwa</dc:creator>
      <dc:date>2022-10-18T09:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: Line Item Association Not Working (Python)</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/CRM-API-v4-Line-Item-Association-Not-Working-Python/m-p/707152#M57932</link>
      <description>&lt;P&gt;I am using the &lt;STRONG&gt;v4 CRM API&lt;/STRONG&gt;, which doesn't have anywhere to put that&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;import hubspot
from pprint import pprint
from hubspot.crm.line_items import ApiException

client = hubspot.Client.create(access_token="YOUR_ACCESS_TOKEN")

try:
    api_response = client.crm.line_items.associations_api.items_line_item_id_associations_to_object_type_to_object_id_association_type(line_item_id="lineItemId", to_object_type="toObjectType", to_object_id="toObjectId", association_type="associationType")
    pprint(api_response)
except ApiException as e:
    print("Exception when calling associations_api-&amp;gt;items_line_item_id_associations_to_object_type_to_object_id_association_type: %s\n" % e)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Oct 2022 15:06:59 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/CRM-API-v4-Line-Item-Association-Not-Working-Python/m-p/707152#M57932</guid>
      <dc:creator>eibach-cv</dc:creator>
      <dc:date>2022-10-18T15:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: Line Item Association Not Working (Python)</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/CRM-API-v4-Line-Item-Association-Not-Working-Python/m-p/707230#M57938</link>
      <description>&lt;P&gt;Not working for me either! Also the cURL request doesn't change when modifying the association type id which seems wrong&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"AttributeError: 'AssociationsApi' object has no attribute 'items_line_item_id_associations_to_object_type_to_object_id_association_type'"&lt;/P&gt;</description>
      <pubDate>Tue, 18 Oct 2022 16:52:49 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/CRM-API-v4-Line-Item-Association-Not-Working-Python/m-p/707230#M57938</guid>
      <dc:creator>CIPS</dc:creator>
      <dc:date>2022-10-18T16:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: Line Item Association Not Working (Python)</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/CRM-API-v4-Line-Item-Association-Not-Working-Python/m-p/707238#M57939</link>
      <description>&lt;P&gt;V3 works for me, thanks. I had to fix the last '"' since its a diff char than the rest.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Oct 2022 17:02:08 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/CRM-API-v4-Line-Item-Association-Not-Working-Python/m-p/707238#M57939</guid>
      <dc:creator>CIPS</dc:creator>
      <dc:date>2022-10-18T17:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: Line Item Association Not Working (Python)</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/CRM-API-v4-Line-Item-Association-Not-Working-Python/m-p/707541#M57964</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hey&amp;nbsp; &lt;/SPAN&gt;&lt;A href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/379041" target="_blank"&gt;&lt;SPAN&gt;@&lt;/SPAN&gt;&lt;/A&gt;&lt;A href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/148664" target="_blank"&gt;&lt;SPAN&gt;eibach-cv&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hey there this is the Python Requests method code of V4 associations between line item and a deal - &amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;import requests&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;import json&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;url = "&lt;/SPAN&gt;&lt;A href="https://api.hubapi.com/crm/v4/associations/Line_items/Deal/batch/create" target="_blank"&gt;&lt;SPAN&gt;https://api.hubapi.com/crm/v4/associations/Line_items/Deal/batch/create&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;payload = json.dumps({&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;"from": {&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"id": "3896954000"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;},&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;"to": {&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"id": "10248246000"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;},&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;"type": "line_item_to_deal"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;})&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;headers = {&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;'authorization': 'Bearer YOUR-TOKEN,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;'Content-Type': 'application/json'&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;response = requests.request("POST", url, headers=headers, data=payload)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;print(response.text)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hope this helps!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If we were able to answer your query, kindly help the community by marking it as a solution.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks and Regards.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2022 09:44:49 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/CRM-API-v4-Line-Item-Association-Not-Working-Python/m-p/707541#M57964</guid>
      <dc:creator>ChehakWadhdwa</dc:creator>
      <dc:date>2022-10-19T09:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: Line Item Association Not Working (Python)</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/CRM-API-v4-Line-Item-Association-Not-Working-Python/m-p/707739#M57977</link>
      <description>&lt;P&gt;Can you point me to the docs for this request? I am unable to find them.&lt;/P&gt;&lt;P&gt;When I run this request, I'm getting empty results and no line items are being assigned&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{"from": {"id": "3909146497"}, "to": {"id": "10614779689"}, "type": "line_item_to_deal"}

{"status":"COMPLETE","results":[],"startedAt":"2022-10-19T14:47:25.395Z","completedAt":"2022-10-19T14:47:25.395Z"}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why do you use/why are you recommending I use that request instead of the one from the line item documentation page pictured below? I use this one for all my other associations, but there seems to be an issue on Hubspot's end that I am trying to point out/resolve.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot_4.png" style="width: 944px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/77477i9D945337816007BD/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot_4.png" alt="Screenshot_4.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2022 15:01:00 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/CRM-API-v4-Line-Item-Association-Not-Working-Python/m-p/707739#M57977</guid>
      <dc:creator>eibach-cv</dc:creator>
      <dc:date>2022-10-19T15:01:00Z</dc:date>
    </item>
    <item>
      <title>Re: Line Item Association Not Working (Python)</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/CRM-API-v4-Line-Item-Association-Not-Working-Python/m-p/708137#M58007</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hey&amp;nbsp; &lt;/SPAN&gt;&lt;A href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/379041" target="_blank"&gt;&lt;SPAN&gt;@&lt;/SPAN&gt;&lt;/A&gt;&lt;A href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/148664" target="_blank"&gt;&lt;SPAN&gt;eibach-cv&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;V3 is working fine&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;V4 is having some issues as V4 versions of the APIs are still in development phase, they will work properly after 30th November as HubSpot is sunsetting many API endpoints and versions and updating some changes to the existing ones,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://api.hubapi.com/crm/v3/objects/line_items/%7Bline-item-id%7D/associations/deals/%7Bdeal%20id%7D/line_item_to_deal" target="_blank"&gt;&lt;SPAN&gt;https://api.hubapi.com/crm/v3/objects/line_items/{line-item-id}/associations/deals/{deal id}/line_item_to_deal&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hope this helps!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If we were able to answer your query, kindly help the community by marking it as a solution.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks and Regards.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2022 07:41:10 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/CRM-API-v4-Line-Item-Association-Not-Working-Python/m-p/708137#M58007</guid>
      <dc:creator>ChehakWadhdwa</dc:creator>
      <dc:date>2022-10-20T07:41:10Z</dc:date>
    </item>
  </channel>
</rss>

