Skip to main content
Solved

Convert Lead to Opportunity API using node red

  • 10 April 2024
  • 7 replies
  • 41 views

Hello may I ask if you have an idea of what body parameters I can use in node red I’m converting the lead to opportunity from Acumatica API “Lead/ConvertLeadToOpportunity/.

 

7 replies

Userlevel 7
Badge +4

@melvinc try the ContractID.

Userlevel 1

@RohitRattan88 only ContractID?

Userlevel 7
Badge +4

@melvinc yes. test it. It seems to be only key field for the DAC

Userlevel 1

@RohitRattan88 I’m getting response like this
 

 

Userlevel 1

@RohitRattan88 I don’t have any specific error that I can refer. There nothing changes on acumatica means still not working

Userlevel 7
Badge +4

@melvinc my bad, I did not check the action before getting back.

Seems like action call up a “modal” popup window and expecting further input. Such actions are not supported(last time I looked) via API.

Userlevel 1

@RohitRattan88 it’s already working now, I’ve used the LeadID as the key parameter,  thanks for your help :) 

Reply