<?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: Create/Update JJ Association via Rest API in ArcGIS Utility Network Questions</title>
    <link>https://community.esri.com/t5/arcgis-utility-network-questions/create-update-jj-association-via-rest-api/m-p/1623424#M5360</link>
    <description>&lt;P&gt;Not off-hand.&lt;/P&gt;&lt;P&gt;Have you tried the suggestion I made above? Create an association in Pro between the same two features and capture the applyEdits call with fiddler. &amp;nbsp;How does it compare to the call that you are making manually?&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;--Rich&lt;/P&gt;</description>
    <pubDate>Fri, 13 Jun 2025 14:16:52 GMT</pubDate>
    <dc:creator>RichRuh</dc:creator>
    <dc:date>2025-06-13T14:16:52Z</dc:date>
    <item>
      <title>Create/Update JJ Association via Rest API</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/create-update-jj-association-via-rest-api/m-p/1583403#M4822</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am not quite familiar with Rest API but would like to know if there is any way to update the Junction Junction Association via Rest API? We want to create JJ Association between customer meter in water device and sub customer meter in water junction object via Rest API.&lt;/P&gt;&lt;P&gt;We came across these article, but seem that it only support query and traverse &amp;gt;&amp;gt;&lt;A href="https://developers.arcgis.com/rest/services-reference/enterprise/associations-utility-network-server/" target="_blank" rel="noopener"&gt;https://developers.arcgis.com/rest/services-reference/enterprise/associations-utility-network-server/&lt;/A&gt;?&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&lt;A href="https://developers.arcgis.com/rest/services-reference/enterprise/utility-network-service/" target="_blank"&gt;https://developers.arcgis.com/rest/services-reference/enterprise/utility-network-service/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AmberY_0-1739003271419.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/124973iDBDE35F46B3D7F13/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AmberY_0-1739003271419.png" alt="AmberY_0-1739003271419.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Is there any helpful documentation on association that you guys come across? Appreciate ur sharing on this.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Sat, 08 Feb 2025 08:32:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/create-update-jj-association-via-rest-api/m-p/1583403#M4822</guid>
      <dc:creator>AmberY</dc:creator>
      <dc:date>2025-02-08T08:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: Create/Update JJ Association via Rest API</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/create-update-jj-association-via-rest-api/m-p/1583433#M4823</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/775947"&gt;@AmberY&lt;/a&gt;&amp;nbsp;I believe you can do this via the rest api. You would use the ApplyEdits operation to add/modify associations.&lt;/P&gt;&lt;P&gt;The associations table is usually hidden from most views. This article guides on how you might access the associations table.&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/utility-network/associations-table.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/help/data/utility-network/associations-table.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If there is no need to use REST API, using the python/geoprocessing tools are a lot easier.&lt;/P&gt;&lt;P&gt;hope this helps &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>Sun, 09 Feb 2025 01:02:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/create-update-jj-association-via-rest-api/m-p/1583433#M4823</guid>
      <dc:creator>gis_KIWI4</dc:creator>
      <dc:date>2025-02-09T01:02:54Z</dc:date>
    </item>
    <item>
      <title>Re: Create/Update JJ Association via Rest API</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/create-update-jj-association-via-rest-api/m-p/1583478#M4824</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/595273"&gt;@gis_KIWI4&lt;/a&gt;&amp;nbsp;is correct, you should use the applyEdits REST endpoint (on the feature service) to add associations. &amp;nbsp;If you're making the same kind of edits repeatedly, you might try making that edit in ArcGIS Pro while using fiddler to capture the REST call. &amp;nbsp;This could help give you a head start in figuring out how to insert the row.&lt;/P&gt;&lt;P&gt;Depending on the application, you might consider using the Pro SDK (in a CoreHost app), or an app using the Maps SDK for JavaScript. Both have routines to add and delete associations.&lt;/P&gt;</description>
      <pubDate>Sun, 09 Feb 2025 22:16:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/create-update-jj-association-via-rest-api/m-p/1583478#M4824</guid>
      <dc:creator>RichRuh</dc:creator>
      <dc:date>2025-02-09T22:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: Create/Update JJ Association via Rest API</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/create-update-jj-association-via-rest-api/m-p/1623337#M5357</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/114916"&gt;@RichRuh&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to pass the JSON in REST end and getting this error:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RishabhRaj29_0-1749797314580.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/134319iE1709BF301C6F7ED/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RishabhRaj29_0-1749797314580.png" alt="RishabhRaj29_0-1749797314580.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Same error i am getting in my script as well. Can you help?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jun 2025 06:48:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/create-update-jj-association-via-rest-api/m-p/1623337#M5357</guid>
      <dc:creator>RishabhRaj29</dc:creator>
      <dc:date>2025-06-13T06:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: Create/Update JJ Association via Rest API</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/create-update-jj-association-via-rest-api/m-p/1623424#M5360</link>
      <description>&lt;P&gt;Not off-hand.&lt;/P&gt;&lt;P&gt;Have you tried the suggestion I made above? Create an association in Pro between the same two features and capture the applyEdits call with fiddler. &amp;nbsp;How does it compare to the call that you are making manually?&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;--Rich&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jun 2025 14:16:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/create-update-jj-association-via-rest-api/m-p/1623424#M5360</guid>
      <dc:creator>RichRuh</dc:creator>
      <dc:date>2025-06-13T14:16:52Z</dc:date>
    </item>
    <item>
      <title>Re: Create/Update JJ Association via Rest API</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/create-update-jj-association-via-rest-api/m-p/1629674#M5444</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/740134"&gt;@RishabhRaj29&lt;/a&gt;&amp;nbsp;- The "iscontentvisible" parameter isn't really valid for this type of connectivity.&lt;BR /&gt;I would suggest removing it.&lt;BR /&gt;&lt;BR /&gt;The next thing to check is if you have rules that allow this connectivity and that if terminals need to be defined as well.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jul 2025 22:54:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/create-update-jj-association-via-rest-api/m-p/1629674#M5444</guid>
      <dc:creator>gis_KIWI4</dc:creator>
      <dc:date>2025-07-02T22:54:19Z</dc:date>
    </item>
  </channel>
</rss>

