UDDS CLIENT - API Documentation version 4.01 ( 2022.04.22 )

About UDDS Client

Complex types

Properties

Methods

Online booking and payments

Download

udds->getOfferInformationbyTO ( function )


Description :

  • Call : udds->getOfferInformationbyTO ( $offerId, $tourOperatorCode )
  • Class element : method / function
  • Result : array
  • This function uses the following properties : udds->searchParams


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:


  

KSI Media ( www.ksimedia.pl ) - technical contact : maciej.szczepanski@ksimedia.pl