find a debtor by number and display its data

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

find a debtor by number and display its data

Postby keys71 » Sat Jan 07, 2012 11:24 am

Hi Forum,

what is the "php"-way to find a debtor by number and display its data?

Code: Select all
$res = $client->Debtor_FindByNumber( array( 'number' => (int)$data["Kundennummer"]) );

???

what to do next ?
-
keys71
 
Posts: 1
Joined: Sat Jan 07, 2012 10:59 am

Re: find a debtor by number and display its data

Postby kristian » Tue Jan 24, 2012 12:01 pm

have a look at https://github.com/kristiannissen/PHPEconomics/tree/v2 it includes a unit test for the task your trying to resolve.
-
kristian
 
Posts: 6
Joined: Fri Jul 10, 2009 12:12 pm


Return to PHP



cron