UDDS CLIENT - API Documentation version 4.03 ( 2025.11.27 )

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: