I'm looking to update the deal amount but I'm not sure what API to call to do this. I want to single out a specific deal so I can update the deal amount of it. Thanks!
If you are trying to change only one deal, you could simply navigate to the deal you wish to change and edit the amount here.
If you have products set up, you can update the line item associated with the deal to show the desired price. That will also update the deal amount.
A workflow would also accomplish your goal if you have more than one deal that meet your desired criteria. An example would be if the deal reaches a specific stats or deal stage, the deal amount would then update.
awesome. Thanks! Turns out it wasn't that easy. I needed to findout the internal name of the pipeline along with the dealstage then do an API search from there to match a specific deal property to pull and update it.
If you are trying to change only one deal, you could simply navigate to the deal you wish to change and edit the amount here.
If you have products set up, you can update the line item associated with the deal to show the desired price. That will also update the deal amount.
A workflow would also accomplish your goal if you have more than one deal that meet your desired criteria. An example would be if the deal reaches a specific stats or deal stage, the deal amount would then update.
awesome. Thanks! Turns out it wasn't that easy. I needed to findout the internal name of the pipeline along with the dealstage then do an API search from there to match a specific deal property to pull and update it.