Changes for page 5. Transfer Prices

Last modified by Giorgi Mdivnishvili on 2024/03/01 14:26

From version 3.1
edited by Giorgi Mdivnishvili
on 2024/02/27 09:43
Change comment: There is no comment for this version
To version 2.1
edited by Giorgi Mdivnishvili
on 2024/02/26 15:21
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -68,22 +68,27 @@
68 68  
69 69  
70 70  
71 +**vehicletypeid:**  GUID of the vehicle type. Uniquely describes the vehicles like (“GROUP”, “TOYOTA COROLLA”)
71 71  
73 +**vehicletypename:**  string. Description of the vehicle/transfer. “GROUP”, “TOYOTA COROLLA”…
72 72  
73 -(% class="info" %)|**Value**|(((
74 -**Description**
75 -)))
76 -|**vehicletypeid**|GUID of the vehicle type. Uniquely describes the vehicles like (“GROUP”, “TOYOTA COROLLA”)
77 -|**vehicletypename**|string. Description of the vehicle/transfer. “GROUP”, “TOYOTA COROLLA”…
78 -|**adultplaces**|integer. Max places for adults in the vehicle. For group transfers the value is 1
79 -|**childplaces**|integer. Max places for children in the vehicle after all places for adults are occupied. For group transfers the value is 1
80 -|**isgroup**|boolean. For the group transfer prices the value id true, for individual transfers/vehicles the value is false
81 -|**price**|Price in USD for the transfer. For group transfers the price is the transfer price for one adult, for the individual transfer the price is per vehicle
82 -|**childprice**|For the group transfer the field contains the price in USD for the transfer of the child. For individual transfers this field is not used and its value is 0
83 -|**perpersonprice**|Boolean. Specifies if the price is per person or per vehicle. For group transfers it is true, for individual transfers it is false.
84 -|**transfertype**|String. “ARRIVAL” or “DEPARTURE”.
85 -|**terminalid**|GUID. Unique id of the airport terminal for the transfer
86 -|**terminalcode**|String. Terminal code. 3 – 4 characters. (SHK, DXB, DXB2 …)
75 +**adultplaces:             **integer.** **Max places for adults in the vehicle. For group transfers the value is 1
87 87  
77 +**childplaces:              **integer. Max places for children in the vehicle after all places for adults are occupied. For group transfers the value is 1
88 88  
79 +**isgroup:                   **boolean. For the group transfer prices the value id true, for individual transfers/vehicles the value is false
80 +
81 +**price:                       **Price in USD for the transfer. For group transfers the price is the transfer price for one adult, for the individual transfer the price is per vehicle
82 +
83 +**childprice:                **For the group transfer the field contains the price in USD for the transfer of the child. For individual transfers this field is not used and its value is 0
84 +
85 +**perpersonprice:**  Boolean. Specifies if the price is per person or per vehicle. For group transfers it is true, for individual transfers it is false.
86 +
87 +**transfertype:            **string. “ARRIVAL” or “DEPARTURE”.
88 +
89 +**terminalid:               **GUID. Unique id of the airport terminal for the transfer
90 +
91 +**terminalcode:           **string. Terminal code. 3 – 4 characters. (SHK, DXB, DXB2 …)
92 +
93 +
89 89