User Tools

Site Tools


ors-soap-api:public:check

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revision Both sides next revision
ors-soap-api:public:check [2015/01/24 16:40]
127.0.0.1 external edit
ors-soap-api:public:check [2015/02/27 15:00]
admin [Return parameters]
Line 123: Line 123:
             [ttpd] => 0.00             [ttpd] => 0.00
             [ppc] => 76.00             [ppc] => 76.00
 +            [ppct] => 1
             [txt] => Reservation possible, insert B command             [txt] => Reservation possible, insert B command
             [status] => 1             [status] => 1
Line 229: Line 230:
                     [tvp] => 76                     [tvp] => 76
                     [age] =>                      [age] => 
 +                )
 +
 +        )
 +
 +    [included] => Array
 +        (
 +            [0] => Array
 +                (
 +                    [group] => Array
 +                        (
 +                            [code] => ExtracostOnPlace
 +                            [description] => Dodatni stroški
 +                        )
 +
 +                    [items] => Array
 +                        (
 +                            [0] => Array
 +                                (
 +                                    [code] => LT
 +                                    [name] => Turistična pristojbina
 +                                    [cost] => 1.00
 +                                    [cost_type] => PER PERSON
 +                                )
 +
 +                            [1] => Array
 +                                (
 +                                    [code] => TW
 +                                    [name] => Brisače
 +                                    [cost] => 10.00
 +                                    [cost_type] => PER PERSON
 +                                )
 +
 +                            [2] => Array
 +                                (
 +                                    [code] => BW
 +                                    [name] => Posteljnina ob prihodu
 +                                    [cost] => 10.00
 +                                    [cost_type] => PER PERSON
 +                                )
 +
 +                            [3] => Array
 +                                (
 +                                    [code] => FC
 +                                    [name] => Končno čiščenje
 +                                    [cost] => 15.00
 +                                    [cost_type] => PER PERSON
 +                                )
 +
 +                            [4] => Array
 +                                (
 +                                    [code] => EG
 +                                    [name] => Stroški elektrike
 +                                    [cost] => 35.00
 +                                    [cost_type] => PER PERSON/WEEK
 +                                )
 +
 +                            [5] => Array
 +                                (
 +                                    [code] => DE
 +                                    [name] => Plačilo varščine z gotovino
 +                                    [cost] => 100.00
 +                                    [cost_type] => PER ITEM
 +                                )
 +
 +                        )
 +
                 )                 )
  
Line 277: Line 344:
     * ''​ppc''​ : price per person (in situations when there is a price per room then this value will be empty or zero)     * ''​ppc''​ : price per person (in situations when there is a price per room then this value will be empty or zero)
     * ''​ttpd''​ : this is a reserved parameter!     * ''​ttpd''​ : this is a reserved parameter!
 +    * ''​ppct''​ : price type (0 - price per person, 1 - price per unit)
   * ''​offer (array)''​ : this are an offer information directly from touroperator. This values may differ from ''​offerTripInfo''​ information!   * ''​offer (array)''​ : this are an offer information directly from touroperator. This values may differ from ''​offerTripInfo''​ information!
     * ''​typ''​ : content type     * ''​typ''​ : content type
Line 329: Line 397:
     * ''​age''​ : age / birthday     * ''​age''​ : age / birthday
     * ''​tvp''​ : price for this person     * ''​tvp''​ : price for this person
 +  * ''​included''​ (array) : additional informatio about what is included in price
 +    * ''​group''​ (array) : group information
 +      * ''​code''​ : group code
 +      * ''​description''​ : group description (in selected language)
 +      * ''​items''​ (array) : items in this group
 +        * ''​code''​ : item code
 +        * ''​name''​ : item name (in selected language)
 +        * ''​cost''​ : item cost
 +        * ''​cost_type''​ : price type (PER PERSON, PER PERSON/​WEEK,​ PER ITEM,...)
   * ''​info''​ : touroperator information text. This text is directly from selectged touroperator and can be in different language. Usually this text contains important information about checked offer.   * ''​info''​ : touroperator information text. This text is directly from selectged touroperator and can be in different language. Usually this text contains important information about checked offer.
   * ''​errorNr''​ : error number   * ''​errorNr''​ : error number
ors-soap-api/public/check.txt · Last modified: 2017/12/13 16:01 by admin