2012-02-09 65 views
0

我有一個名爲Buyer's Wish List的選項卡。Infusionsoft API機會customFields

我已經通過API

$opportunity = array(
'OpportunityTitle' => $full_name, 
'ContactID' => $newCon 
); 
$app->dsAdd("Lead", $opportunity); 

現在我該怎樣在買家的願望列表選項卡通過API更新下機會的自定義字段建立的潛在客戶?

回答

相關問題