Changes for page 5. Transfer Prices
Last modified by Giorgi Mdivnishvili on 2024/03/01 14:26
From version 5.1
edited by Giorgi Mdivnishvili
on 2024/03/01 14:26
on 2024/03/01 14:26
Change comment:
There is no comment for this version
To version 2.1
edited by Giorgi Mdivnishvili
on 2024/02/26 15:21
on 2024/02/26 15:21
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
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="table-bordered" %) 74 -(% class="info" %)|**Value**|((( 75 -**Description** 76 -))) 77 -|**vehicletypeid**|GUID of the vehicle type. Uniquely describes the vehicles like (“GROUP”, “TOYOTA COROLLA”) 78 -|**vehicletypename**|string. Description of the vehicle/transfer. “GROUP”, “TOYOTA COROLLA”… 79 -|**adultplaces**|integer. Max places for adults in the vehicle. For group transfers the value is 1 80 -|**childplaces**|integer. Max places for children in the vehicle after all places for adults are occupied. For group transfers the value is 1 81 -|**isgroup**|boolean. For the group transfer prices the value id true, for individual transfers/vehicles the value is false 82 -|**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 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 -|**perpersonprice**|Boolean. Specifies if the price is per person or per vehicle. For group transfers it is true, for individual transfers it is false. 85 -|**transfertype**|String. “ARRIVAL” or “DEPARTURE”. 86 -|**terminalid**|GUID. Unique id of the airport terminal for the transfer 87 -|**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 88 88 77 +**childplaces: **integer. Max places for children in the vehicle after all places for adults are occupied. For group transfers the value is 1 78 + 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