<?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: How do add new data in option select property use to api? in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/How-do-add-new-data-in-option-select-property-use-to-api/m-p/364655#M35896</link>
    <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/93714"&gt;@byersoy&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Super helpful.&lt;/P&gt;
&lt;P&gt;–Mike&lt;/P&gt;</description>
    <pubDate>Wed, 26 Aug 2020 03:16:27 GMT</pubDate>
    <dc:creator>Mike_Eastwood</dc:creator>
    <dc:date>2020-08-26T03:16:27Z</dc:date>
    <item>
      <title>How do add new data in option select property use to api?</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/How-do-add-new-data-in-option-select-property-use-to-api/m-p/268597#M24205</link>
      <description>&lt;P&gt;I want to add a new option&amp;nbsp;but I need to do this using api.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.hubspot.com/docs/methods/contacts/v2/update_contact_property" target="_blank" rel="noopener"&gt;https://developers.hubspot.com/docs/methods/contacts/v2/update_contact_property&lt;/A&gt;&amp;nbsp;at don't&amp;nbsp;add a new option.&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2019 12:21:23 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/How-do-add-new-data-in-option-select-property-use-to-api/m-p/268597#M24205</guid>
      <dc:creator>byersoy</dc:creator>
      <dc:date>2019-05-06T12:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: How do add new data in option select property use to api?</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/How-do-add-new-data-in-option-select-property-use-to-api/m-p/268751#M24233</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/93714"&gt;@byersoy&lt;/a&gt;&amp;nbsp;, are you referring to adding a new option to an enumeration type property? If so, you are looking at the correct documentation&amp;nbsp;&lt;A href="https://developers.hubspot.com/docs/methods/contacts/v2/update_contact_property" target="_blank"&gt;https://developers.hubspot.com/docs/methods/contacts/v2/update_contact_property&lt;/A&gt;&amp;nbsp;- to update your enumeration property with a new option, you need to include all of the existing options and your new option in the request payload.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can get the existing options in the enumeration property by using this GET request&amp;nbsp;&lt;A href="https://developers.hubspot.com/docs/methods/companies/get_contact_property" target="_blank"&gt;https://developers.hubspot.com/docs/methods/companies/get_contact_property&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2019 04:09:49 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/How-do-add-new-data-in-option-select-property-use-to-api/m-p/268751#M24233</guid>
      <dc:creator>JasminLin</dc:creator>
      <dc:date>2019-05-07T04:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: How do add new data in option select property use to api?</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/How-do-add-new-data-in-option-select-property-use-to-api/m-p/268775#M24240</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/13804"&gt;@JasminLin&lt;/a&gt;&amp;nbsp;thx for reply,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bu not working this&amp;nbsp;solution.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Return error with postman:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;html&amp;gt;
    &amp;lt;head&amp;gt;
        &amp;lt;meta http-equiv="Content-Type" content="text/html;charset=utf-8"/&amp;gt;
        &amp;lt;title&amp;gt;Error 405 Method Not Allowed&amp;lt;/title&amp;gt;
    &amp;lt;/head&amp;gt;
    &amp;lt;body&amp;gt;
        &amp;lt;h2&amp;gt;HTTP ERROR 405&amp;lt;/h2&amp;gt;
        &amp;lt;p&amp;gt;Problem accessing /properties/v2/contact/properties/named/multi_pick_test_7. Reason:

            &amp;lt;pre&amp;gt;    Method Not Allowed&amp;lt;/pre&amp;gt;
        &amp;lt;/p&amp;gt;
    &amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 07 May 2019 08:22:22 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/How-do-add-new-data-in-option-select-property-use-to-api/m-p/268775#M24240</guid>
      <dc:creator>byersoy</dc:creator>
      <dc:date>2019-05-07T08:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: How do add new data in option select property use to api?</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/How-do-add-new-data-in-option-select-property-use-to-api/m-p/268781#M24241</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/93714"&gt;@byersoy&lt;/a&gt;&amp;nbsp;, the error 405 Method Not Allowed typically refers to the HTTP method used to call the endpoint. If you are attempting to use this endpoint&amp;nbsp;&lt;A href="https://developers.hubspot.com/docs/methods/companies/get_contact_property" target="_blank"&gt;https://developers.hubspot.com/docs/methods/companies/get_contact_property&lt;/A&gt; can you confirm if you are using the GET method?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2019 09:01:19 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/How-do-add-new-data-in-option-select-property-use-to-api/m-p/268781#M24241</guid>
      <dc:creator>JasminLin</dc:creator>
      <dc:date>2019-05-07T09:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: How do add new data in option select property use to api?</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/How-do-add-new-data-in-option-select-property-use-to-api/m-p/268793#M24243</link>
      <description>&lt;P&gt;Yes&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/13804"&gt;@JasminLin&lt;/a&gt;&amp;nbsp;i use get method &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you send a sample with Postman if you ask?&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2019 10:49:31 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/How-do-add-new-data-in-option-select-property-use-to-api/m-p/268793#M24243</guid>
      <dc:creator>byersoy</dc:creator>
      <dc:date>2019-05-07T10:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: How do add new data in option select property use to api?</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/How-do-add-new-data-in-option-select-property-use-to-api/m-p/268981#M24267</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/93714"&gt;@byersoy&lt;/a&gt;&amp;nbsp;Just to clarify, if you are using this endpoint&amp;nbsp;&lt;A href="https://developers.hubspot.com/docs/methods/contacts/v2/update_contact_property" target="_blank"&gt;https://developers.hubspot.com/docs/methods/contacts/v2/update_contact_property&lt;/A&gt;&amp;nbsp;the method should be PUT, but if you are using this endpoint&amp;nbsp;&lt;A href="https://developers.hubspot.com/docs/methods/companies/get_contact_property" target="_blank"&gt;https://developers.hubspot.com/docs/methods/companies/get_contact_property&lt;/A&gt; the method should be GET.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are still facing issues despite using the correct method for the endpoint, could you direct message me the following:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;A full screenshot of your Postman app where you attempted the endpoint&lt;/LI&gt;
&lt;LI&gt;The API endpoint URL you are calling&lt;/LI&gt;
&lt;LI&gt;The method you are using&lt;/LI&gt;
&lt;LI&gt;The request body you are sending (for the PUT request)&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Wed, 08 May 2019 09:59:01 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/How-do-add-new-data-in-option-select-property-use-to-api/m-p/268981#M24267</guid>
      <dc:creator>JasminLin</dc:creator>
      <dc:date>2019-05-08T09:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: How do add new data in option select property use to api?</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/How-do-add-new-data-in-option-select-property-use-to-api/m-p/269017#M24272</link>
      <description>&lt;P&gt;Thx all reply,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I worked but this not add new option, change all option.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Put Method:&amp;nbsp;&lt;SPAN&gt;&lt;A href="https://api.hubapi.com/properties/v1/contacts/properties/named/DROPDOWNSELECTNAME?hapikey=KEY" target="_blank"&gt;https://api.hubapi.com/properties/v1/contacts/properties/named/DROPDOWNSELECTNAME?hapikey=KEY&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;{
    "name": "dropdownselectname",
    "label": "Dropdown Select Test 1",
    "groupName": "contactinformation",
    "type": "enumeration",
    "fieldType": "select",
    "options": [
        {
            "label": "test1",
            "displayOrder": -1,
            "hidden": false,
            "readOnly": false,
            "doubleData": null,
            "description": null,
            "value": "test1"
        }
    ]
}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2019 13:24:27 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/How-do-add-new-data-in-option-select-property-use-to-api/m-p/269017#M24272</guid>
      <dc:creator>byersoy</dc:creator>
      <dc:date>2019-05-08T13:24:27Z</dc:date>
    </item>
    <item>
      <title>Re: How do add new data in option select property use to api?</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/How-do-add-new-data-in-option-select-property-use-to-api/m-p/269225#M24301</link>
      <description>&lt;P&gt;No problem&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/93714"&gt;@byersoy&lt;/a&gt;&amp;nbsp;. To update a enumeration property, which is a property with options, you need to include in your request payload all of your existing options + the new option you want to add. If you only include the new option in your request payload, it will overwrite all of your existing options with only that new option you sent.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2019 07:40:25 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/How-do-add-new-data-in-option-select-property-use-to-api/m-p/269225#M24301</guid>
      <dc:creator>JasminLin</dc:creator>
      <dc:date>2019-05-09T07:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: How do add new data in option select property use to api?</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/How-do-add-new-data-in-option-select-property-use-to-api/m-p/364655#M35896</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/93714"&gt;@byersoy&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Super helpful.&lt;/P&gt;
&lt;P&gt;–Mike&lt;/P&gt;</description>
      <pubDate>Wed, 26 Aug 2020 03:16:27 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/How-do-add-new-data-in-option-select-property-use-to-api/m-p/364655#M35896</guid>
      <dc:creator>Mike_Eastwood</dc:creator>
      <dc:date>2020-08-26T03:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: How do add new data in option select property use to api?</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/How-do-add-new-data-in-option-select-property-use-to-api/m-p/772970#M62519</link>
      <description>&lt;P&gt;Hi;&lt;BR /&gt;&lt;BR /&gt;Do you know if we include all the options + the new option in the payload, do the existing options remain the same (keeps contact values for the previously filled property)? For example, if contact "A" in the "car" property had the value "volvo" checked, and I add "Opel" to the "car options" through the API and include "volvo" in the payload, will the value on contact "A" be affected?&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2023 12:45:24 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/How-do-add-new-data-in-option-select-property-use-to-api/m-p/772970#M62519</guid>
      <dc:creator>DiogoMC</dc:creator>
      <dc:date>2023-03-23T12:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: How do add new data in option select property use to api?</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/How-do-add-new-data-in-option-select-property-use-to-api/m-p/773304#M62559</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/65810"&gt;@DiogoMC&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You prepend the value with a semi-colon to add a values, keeping the original value.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Assuming you have a multiselect checkbox with the options available:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Marketing Hub &amp;lt;marketing_hub&amp;gt;&lt;/LI&gt;
&lt;LI&gt;Sales Hub &amp;lt;sales_hub&amp;gt;&lt;/LI&gt;
&lt;LI&gt;Service Hub &amp;lt;service_hub&amp;gt;&lt;/LI&gt;
&lt;LI&gt;CMS Hub &amp;lt;cms_hub&amp;gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;For this example asssume &lt;STRONG&gt;Marketing Hub is already Selected&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This &lt;STRONG&gt;adds&lt;/STRONG&gt; to the current selection because the semicolon at the start so the field now has Marketing Hub, Sales Hub and Service Hub.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;;sales_hub;service_hub&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This &lt;STRONG&gt;clears&lt;/STRONG&gt; Marketing Hub (because there's no semicolon at the start) and sets Sales Hub and Service Hub.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;sales_hub;service_hub&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can NOT set Ops Hub &amp;lt;ops_hub&amp;gt; because the value isn't available in the Property (the API will throw an error).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did that answer your question?&lt;/P&gt;
&lt;P&gt;Mike&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2023 22:40:15 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/How-do-add-new-data-in-option-select-property-use-to-api/m-p/773304#M62559</guid>
      <dc:creator>Mike_Eastwood</dc:creator>
      <dc:date>2023-03-23T22:40:15Z</dc:date>
    </item>
    <item>
      <title>Re: How do add new data in option select property use to api?</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/How-do-add-new-data-in-option-select-property-use-to-api/m-p/890935#M69601</link>
      <description>&lt;P&gt;Hi, I am&amp;nbsp; trying update the dropdown list of the custom object property&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used below endpoint URL and body, Please correct me where I am going wrong&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://api.hubapi.com/crm/v3/properties/objectid/named/dropdown_name?hapikey=key" target="_blank" rel="noopener"&gt;https://api.hubapi.com/crm/v3/properties/objectid/named/dropdown_name?hapikey=key&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;{&lt;BR /&gt;"name": "test",&lt;BR /&gt;"label": "test",&lt;BR /&gt;"groupName": "engineers_information",&lt;BR /&gt;"type": "enumeration",&lt;BR /&gt;"fieldType": "select",&lt;BR /&gt;"options": [&lt;BR /&gt;{&lt;BR /&gt;"label": "test",&lt;BR /&gt;"displayOrder":1,&lt;BR /&gt;"hidden": false,&lt;BR /&gt;"readOnly": false,&lt;BR /&gt;"doubleData": null,&lt;BR /&gt;"description": null,&lt;BR /&gt;"value": "test1"&lt;BR /&gt;}&lt;BR /&gt;]&lt;BR /&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am receiving error:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;404&lt;/SPAN&gt;&lt;SPAN class=""&gt;Not Found&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;The requested resource could not be found but may be available again in the future. Subsequent requests by the client are permissible.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 08 Dec 2023 09:12:55 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/How-do-add-new-data-in-option-select-property-use-to-api/m-p/890935#M69601</guid>
      <dc:creator>Roja</dc:creator>
      <dc:date>2023-12-08T09:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: How do add new data in option select property use to api?</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/How-do-add-new-data-in-option-select-property-use-to-api/m-p/1065818#M77984</link>
      <description>&lt;P&gt;Sorry Mike. I never replied. Yes, it Does. Thanks a million&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2024 16:19:35 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/How-do-add-new-data-in-option-select-property-use-to-api/m-p/1065818#M77984</guid>
      <dc:creator>DiogoMC</dc:creator>
      <dc:date>2024-11-06T16:19:35Z</dc:date>
    </item>
  </channel>
</rss>

