Thanks, this worked.
$optt = array();
$optt['hostCustomChannelId'] = array();
$optt['hostCustomChannelId'][] = $adch;
if ($uc != '') {
$optt['hostCustomChannelId'][] = $uc;
}
$adzz = $adsensehostService->accounts_adunits->getAdCode($pubID, $adClientID, $adUnitID, $optt);
Sean