About UDDS ClientComplex typesPropertiesMethods
Online booking and paymentsDownload |
udds->getOfferInformationbyTO ( function )Description :
Using this function you can obtain offer details. Parameters :offerId : TofferId$tourOperatorCode : tour operator code. Example<?php // // example file // require_once ( 'classUdds.php' ) ; $udds = new classUdds ; $udds->myLogin = [ Your UDDS Login ] ; $udds->myConfigId = [ Your UDDS ConfigId ] ; $udds->srvUrl = [ Your UDDS Server ] ; $data = $udds->getOfferInformationbyTO ( '25664', 'ALFA' ) ; print_r ( $data ) ; unset ( $udds ) ; ?> Live mode example: |