<?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 Fill &amp;quot;Your Information&amp;quot; on quote in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/Fill-quot-Your-Information-quot-on-quote/m-p/1103551#M80084</link>
    <description>&lt;P&gt;Whenever I make a quote using the API it asks me to fill in the "Your Information" fields.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Is there a way to do this using the API too?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JFaber69_0-1738657449701.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/137561i679E486945B9B1A0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JFaber69_0-1738657449701.png" alt="JFaber69_0-1738657449701.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 04 Feb 2025 08:26:11 GMT</pubDate>
    <dc:creator>JFaber69</dc:creator>
    <dc:date>2025-02-04T08:26:11Z</dc:date>
    <item>
      <title>Fill "Your Information" on quote</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Fill-quot-Your-Information-quot-on-quote/m-p/1103551#M80084</link>
      <description>&lt;P&gt;Whenever I make a quote using the API it asks me to fill in the "Your Information" fields.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Is there a way to do this using the API too?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JFaber69_0-1738657449701.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/137561i679E486945B9B1A0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JFaber69_0-1738657449701.png" alt="JFaber69_0-1738657449701.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Feb 2025 08:26:11 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Fill-quot-Your-Information-quot-on-quote/m-p/1103551#M80084</guid>
      <dc:creator>JFaber69</dc:creator>
      <dc:date>2025-02-04T08:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: Fill "Your Information" on quote</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Fill-quot-Your-Information-quot-on-quote/m-p/1104449#M80132</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/893918"&gt;@JFaber69&lt;/a&gt;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":waving_hand:"&gt;👋&lt;/span&gt; This one took me down the rabbit hole, but I figured it out after a bit of trial and error. The quick answer is — these properties are not automatically updated even after setting the associations, adding an owner to the associations deal, nor when sending the owner properties like `&lt;SPAN&gt;hs_quote_owner_id&lt;/SPAN&gt;`. You have to set this in the request body in the properties section.&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;{
    "properties": {
        "hs_title": "Gayle - annual cat audit (with owner) 4",
        "hs_expiration_date": "2027-09-30",
        "hs_status": "DRAFT",
        "hs_quote_owner_id": "198670650",
        "hs_sender_company_name": "Bob's Burgers",
        "hs_sender_firstname": "Jaycee",
        "hs_sender_lastname": "Lewis",
        "hs_sender_phone": "5055555555",
        "hs_sender_jobtitle": "API helper",
        "hs_sender_email": "bob@bobsburgers.com"

    },&lt;/LI-CODE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CleanShot 2025-02-05 at 11.29.11@2x.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/137709iBDD4CFC1386B6C59/image-size/medium?v=v2&amp;amp;px=400" role="button" title="CleanShot 2025-02-05 at 11.29.11@2x.png" alt="CleanShot 2025-02-05 at 11.29.11@2x.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Here's the full list of related properties you can set this way:&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;hs_sender_image_url
hs_sender_company_name
hs_sender_firstname
hs_sender_company_domain
hs_sender_lastname
hs_sender_company_address
hs_sender_email
hs_sender_company_address2
hs_sender_phone
hs_sender_company_city
hs_sender_jobtitle
hs_sender_company_state
hs_sender_company_zip
hs_sender_company_country
hs_sender_company_image_url&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Shoutout to&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/101258"&gt;@Teun&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/249367"&gt;@CMcKay&lt;/a&gt;&amp;nbsp;for solving this one in 2022 — &lt;A href="https://community.hubspot.com/t5/APIs-Integrations/Quotes-API-Automatically-set-Your-info/m-p/713983/highlight/true#M58409" target="_blank" rel="noopener"&gt;&lt;STRONG&gt;solution&lt;/STRONG&gt;&lt;/A&gt;. I'll make a request to see if we can get the dev doc updated to reflect this information.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;Jaycee&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2025 18:38:06 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Fill-quot-Your-Information-quot-on-quote/m-p/1104449#M80132</guid>
      <dc:creator>Jaycee_Lewis</dc:creator>
      <dc:date>2025-02-05T18:38:06Z</dc:date>
    </item>
  </channel>
</rss>

