DebtorContact_SetEmail

Forum for .PHP developers using the E-conomic API.
Exchange your ideas, tip and tricks using the API.
Best Practices

DebtorContact_SetEmail

Postby china li » Tue Oct 11, 2011 4:55 am

hi,
In table Debtor ,this code is ok!

$DebtorHandle = array('Number' => 110);
$client->Debtor_SetEmail(array('debtorHandle'=>$DebtorHandle, 'value' => 'email'));

But, in table DebtorContact the same code is not.

$DebtorContactHandle = array('Number' => 108);
$client->DebtorContact_SetEmail(array('debtorHandle'=>$DebtorContactHandle, 'value' => 'email'));

How can i update the table DebtorContact's Email ?Can you gave me some ideas? thanks!
-
china li
 
Posts: 5
Joined: Mon Apr 18, 2011 5:10 am

Return to PHP



cron