Regarding to Customer Attention

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

Regarding to Customer Attention

Postby seetha » Fri Jan 14, 2011 2:39 pm

Hi
I am used this following code for Create contact

$debtor_contact_handle = $client->DebtorContact_Create(array(
'debtorHandle' => $newDebtorHandle,
'name' => "Sample"))->DebtorContact_CreateResult; //CUSTOMERNAME

$client->Debtor_SetAttention(array(
'debtorHandle' => $newDebtorHandle,
'valueHandle' => $debtor_contact_handle)); //CONTACT
}

Then I have not idea
how to update contact?
-
seetha
 
Posts: 5
Joined: Mon Dec 27, 2010 7:24 am

Return to PHP



cron