Quantcast
Channel: e-conomic Global API Forum
Viewing all articles
Browse latest Browse all 2527

Answered: Create Debtors - error

$
0
0
I had same problem, it was problem with DebtorGroupHandle, you give array for the function (debtorGroup_GetAll)

$DebtorGroupHandles = $client-debtorGroup_GetAll()-DebtorGroup_GetAllResult-DebtorGroupHandle;

but function whants one entry Like

'DebtorGroupHandle' => (object) array( 'Number' => 1 ),

 

it worked for me :)

Viewing all articles
Browse latest Browse all 2527

Trending Articles