Contents
Changelog
ADDED
Effective from:
June 3, 2024
New deal values fields for customers in Advanced Plan or above
Announced: June 7, 2024
Effective from:
June 3, 2024
June 3, 2024
We are introducing six new fields. With the addition of the subscription deal products, new fields were added to better reflect a deal’s value
What is being added?
<p>The new fields are: <br />
<ul>
<li>
<code>mrr</code> - Monthly Recurring Revenue. Recurring revenue of the deal subscriptions per month
</li>
<li>
<code>arr</code> - Annual Recurring Revenue. Recurring revenue of the deal subscriptions per year
</li>
<li>
<code>acv</code> - Annual Contract Value. Sum of recurring revenue and one-time fees in a single year for a deal
</li>
<li>
<code>mrr_currency</code> - Currency of the <code>mrr</code> field
</li>
<li>
<code>arr_currency</code> - Currency of the <code>arr</code> field
</li>
<li>
<code>acv_currency</code> - Currency of the <code>acv</code> field
</li>
</ul>
<p>They were also added to the responses of the following endpoints:</p>
<ul>
<li><a href="https://developers.pipedrive.com/docs/api/v1/Deals#getDeals" target="_blank">GET /v1/deals</a></li>
<li><a href="https://developers.pipedrive.com/docs/api/v1/Deals#getDeal" target="_blank">GET /v1/deals/{id}</a></li>
<li><a href="https://developers.pipedrive.com/docs/api/v1/Deals#getDealsTimeline" target="_blank">GET /v1/deals/timeline</a></li>
<li><a href="https://developers.pipedrive.com/docs/api/v1/Deals#addDeal" target="_blank">POST /v1/deals</a></li>
<li><a href="https://developers.pipedrive.com/docs/api/v1/Deals#duplicateDeal" target="_blank">POST /v1/deals/duplicate</a></li>
<li><a href="https://developers.pipedrive.com/docs/api/v1/Deals#updateDeal" target="_blank">PUT /v1/deals/{id}</li>
<li><a href="https://developers.pipedrive.com/docs/api/v1/Deals#updateDeal" target="_blank">PUT /v1/deals/{id}/merge</a></li>
</ul>
</p>
<p>If you have any questions or comments, feel free to let us know in <a href="https://devcommunity.pipedrive.com/">the Developer’s Community</a>.</p>
</div>