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

Debtor_GetData with php

$
0
0
for this search there is only one debtor post, therefore i'm using Debtor_GetData But I only get the number, and fault on he rest: //$debtorHandle = "*".$_POST['partialName']."*"; $debtorHandle = $client->Debtor_FindByName(array('name' => 'SUPER-1 V/GUNNER LARSEN'))->Debtor_FindByNameResult->DebtorHandle; $debtorDataObjects = $client->Debtor_GetData(array('entityHandle' => $debtorHandle))->Debtor_GetDataResult; foreach ($debtorDataObjects as $i => $debtorData) { ?> ">
Number;?>" method="post"><?php print $debtorData->Number ?>  <?php print $debtorData->Name ?> <?php print $debtorData->Address ?> <?php print $debtorData->PostalCode ?> <?php print $debtorData->City ?> Number ?>"><?php } ?>

Viewing all articles
Browse latest Browse all 2527

Trending Articles