Jump to content

Updating customfield in update_item API call


 Share

Recommended Posts

We have Location as a relationship on the Item and I need to update all items with the locations/entities that are allowed to use it. The relationship is many-to-many.

I'm able to add one location to an item via API, but all attempts to add a second or more fail. Below is part of the call.

Any suggestions? 

<update_item itemid="1006">
  <customfields>
    <customfield>
      <customfieldname>RLOCATION</customfieldname>
      <customfieldvalue>384#~#621</customfieldvalue>
    </customfield>
  </customfields>
</update_item>

 

Link to comment
Share on other sites

 Share

×
×
  • Create New...