Hi,
I want to update the deal stage to 'Won' in Zoho CRM after a customer perform an action in our own mobile application. so we have to update the Deal Stage through Restful API. We are using Blueprint to update the deal stage, I believe I have to use the API in the documentation below to update the Deal Stage in Blueprint
after reading the documentation, it seems that I need the transition_id to update the Stage, but how do I get the transition_id if I already know the deal_id?