<?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 to define if the quote was signed with API? in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/How-to-define-if-the-quote-was-signed-with-API/m-p/896762#M69887</link>
    <description>&lt;P&gt;Hello there !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the property you need to use if you want to get the sign status : hs_sign_status&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can also fetch all available properties using this URL :&amp;nbsp;&lt;SPAN&gt;/crm/v3/properties/{objectType}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hopes this helps !&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;</description>
    <pubDate>Wed, 20 Dec 2023 22:11:39 GMT</pubDate>
    <dc:creator>Damien_Latapie</dc:creator>
    <dc:date>2023-12-20T22:11:39Z</dc:date>
    <item>
      <title>How to define if the quote was signed with API?</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/How-to-define-if-the-quote-was-signed-with-API/m-p/825521#M65987</link>
      <description>&lt;P&gt;I have two quotes in different status "Signed" and "Pending Signature". In both cases api returns the same status&lt;/P&gt;&lt;PRE&gt;"hs_status":"APPROVAL_NOT_NEEDED"&lt;/PRE&gt;&lt;P&gt;How to get "Signed" or "Pending Signature" status using API call?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 26 Jul 2023 16:20:49 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/How-to-define-if-the-quote-was-signed-with-API/m-p/825521#M65987</guid>
      <dc:creator>Pnaumenko</dc:creator>
      <dc:date>2023-07-26T16:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to define if the quote was signed with API?</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/How-to-define-if-the-quote-was-signed-with-API/m-p/825523#M65988</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/487601"&gt;@Pnaumenko&lt;/a&gt;&amp;nbsp;Here is the &lt;A href="https://developers.hubspot.com/docs/api/crm/quotes" target="_blank"&gt;API Documentation&lt;/A&gt; where I pulled the values for status:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Additionally, the properties below will be calculated when the quote switches to a&amp;nbsp;&lt;EM&gt;Published&amp;nbsp;&lt;/EM&gt;state:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;CODE&gt;hs_pdf_download_link&lt;/CODE&gt;: populated with a URL of a PDF for the quote.&lt;/LI&gt;
&lt;LI&gt;&lt;CODE&gt;hs_locked&lt;/CODE&gt;: set to true. To modify any properties after you've published a quote, you must first update the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;hs_status&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;of the quote back to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;DRAFT&lt;/CODE&gt;,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;PENDING_APPROVAL&lt;/CODE&gt;, or&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;REJECTED&lt;/CODE&gt;.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post helped to solve what you were looking for, please mark this as an accepted solution. Happy HubSpotting!&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2023 16:23:36 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/How-to-define-if-the-quote-was-signed-with-API/m-p/825523#M65988</guid>
      <dc:creator>crispyGTM</dc:creator>
      <dc:date>2023-07-26T16:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to define if the quote was signed with API?</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/How-to-define-if-the-quote-was-signed-with-API/m-p/825827#M66006</link>
      <description>&lt;P&gt;Thank you for your response.&lt;BR /&gt;I'm not sure if it's what I need. By the documentation that you provided, I can't find information in what field shows that the quote was signed (with&amp;nbsp;Esign)&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2023 08:26:12 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/How-to-define-if-the-quote-was-signed-with-API/m-p/825827#M66006</guid>
      <dc:creator>Pnaumenko</dc:creator>
      <dc:date>2023-07-27T08:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to define if the quote was signed with API?</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/How-to-define-if-the-quote-was-signed-with-API/m-p/876001#M68871</link>
      <description>&lt;P&gt;Hi, did you&amp;nbsp;finally find a solution?&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2023 15:12:42 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/How-to-define-if-the-quote-was-signed-with-API/m-p/876001#M68871</guid>
      <dc:creator>NCalmettes</dc:creator>
      <dc:date>2023-11-07T15:12:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to define if the quote was signed with API?</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/How-to-define-if-the-quote-was-signed-with-API/m-p/896762#M69887</link>
      <description>&lt;P&gt;Hello there !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the property you need to use if you want to get the sign status : hs_sign_status&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can also fetch all available properties using this URL :&amp;nbsp;&lt;SPAN&gt;/crm/v3/properties/{objectType}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hopes this helps !&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2023 22:11:39 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/How-to-define-if-the-quote-was-signed-with-API/m-p/896762#M69887</guid>
      <dc:creator>Damien_Latapie</dc:creator>
      <dc:date>2023-12-20T22:11:39Z</dc:date>
    </item>
  </channel>
</rss>

