<?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 format Deal Property numbers? in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/How-to-format-Deal-Property-numbers/m-p/234691#M13587</link>
    <description>&lt;P&gt;So when I review the docs here: &lt;A href="https://developers.hubspot.com/docs/methods/deals/create_deal_property" rel="nofollow noopener"&gt;https://developers.hubspot.com/docs/methods/deals/create_deal_property&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I see the following data types:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;string&lt;/LI&gt;
&lt;LI&gt;number&lt;/LI&gt;
&lt;LI&gt;bool&lt;/LI&gt;
&lt;LI&gt;datetime&lt;/LI&gt;
&lt;LI&gt;enumeration&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;If my &lt;STRONG&gt;revenue&lt;/STRONG&gt; can be currency, that’s fine, but what if I want to track &lt;STRONG&gt;pursuit costs&lt;/STRONG&gt; as well?&lt;/P&gt;
&lt;P&gt;I can’t add a &lt;STRONG&gt;deal property&lt;/STRONG&gt; with a &lt;STRONG&gt;currency&lt;/STRONG&gt; data type, can I?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;{
        "name": "pursuit_costs",
        "label": "Pursuit Costs",
        "description": "Money spent chasing the deal",
        "groupName": "dealinformation",
        "type": "number",  //-- would be nice to have "currency" here
        "fieldType": "number",
        "formField": true,
        "displayOrder": 0
}&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 19 Apr 2017 21:28:31 GMT</pubDate>
    <dc:creator>gotmike</dc:creator>
    <dc:date>2017-04-19T21:28:31Z</dc:date>
  </channel>
</rss>

