Changes for page 2. CalcPackage

Last modified by Giorgi Mdivnishvili on 2024/01/09 12:57

From version 7.1
edited by Giorgi Mdivnishvili
on 2023/12/19 18:05
Change comment: There is no comment for this version
To version 2.1
edited by Giorgi Mdivnishvili
on 2023/12/14 17:37
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -2. CalcPackage
1 +CalcPackage
Content
... ... @@ -12,7 +12,7 @@
12 12  == Endpoint URL - [POST] ==
13 13  
14 14  {{info}}
15 -[[https:~~/~~/online-api.kazunion.com/api/OnlyAviaPackages/CalcPackage>>https://online-api.kazunion.com/api/OnlyAviaPackages/CalcPackage]]
15 +[[https:~~/~~/online-api.kazunion.com/api/OnlyHotelPackages/CalcPackage>>https://online-api.kazunion.com/api/OnlyHotelPackages/CalcPackage]]
16 16  {{/info}}
17 17  
18 18  
... ... @@ -27,8 +27,11 @@
27 27  == Request Body ==
28 28  
29 29  {{code language="Json"}}
30 -{
31 - "packageId": "string"
30 +none{
31 + "packageId": "string",
32 + "extraServicePriceCodes": [
33 + "string"
34 + ]
32 32  }
33 33  {{/code}}
34 34  
... ... @@ -36,7 +36,10 @@
36 36  
37 37  {{code language="Json"}}
38 38  {
39 - "packageId": "onlyavia:2e822eb1-c0dd-49a4-9c78-e8a93444fb48:26581120-a15b-4a04-8ec1-570a312be3f3"
42 + "packageId": "onlyhotel:c4e23e7e-3d54-4efa-a3db-88508230ce91:504f63ca-6dd5-4d84-8245-cf7e77ccff73",
43 + "extraServicePriceCodes": [
44 +
45 + ]
40 40  }
41 41  {{/code}}
42 42  
... ... @@ -53,80 +53,77 @@
53 53   "id": "string",
54 54   "priceCurrency": "string",
55 55   "totalPrice": 0,
56 - "flight": {
57 - "id": "string",
58 - "departureDate": "2023-12-14T13:38:04.073Z",
59 - "returnDate": "2023-12-14T13:38:04.073Z",
60 - "departureTicketsLeft": 0,
61 - "returnTicketsLeft": 0,
62 - "departureAvailabilityType": "OnRequest",
63 - "returnAvailabilityType": "OnRequest",
64 - "isTwoWay": true,
65 - "departureSegments": [
66 - {
67 - "airlineCode": "string",
68 - "airlineName": "string",
69 - "flightCode": "string",
70 - "class": "string",
71 - "lugageWeight": 0,
72 - "handLugageWeight": 0,
73 - "departureFlightDate": "2023-12-14T13:38:04.073Z",
74 - "departureCountryName": "string",
75 - "departureCityName": "string",
76 - "departureAirportCode": "string",
77 - "departureAirportName": "string",
78 - "departureTerminalCode": "string",
79 - "arrivalFlightDate": "2023-12-14T13:38:04.073Z",
80 - "arrivalCountryName": "string",
81 - "arrivalCityName": "string",
82 - "arrivalAirportCode": "string",
83 - "arrivalAirportName": "string",
84 - "arrivalTerminalCode": "string",
85 - "flightDuration": "string",
86 - "baggages": [
87 - {
88 - "baggageCode": "string",
89 - "description": "string",
90 - "price": 0,
91 - "currency": "string",
92 - "included": true
93 - }
94 - ]
95 - }
96 - ],
97 - "returnSegments": [
98 - {
99 - "airlineCode": "string",
100 - "airlineName": "string",
101 - "flightCode": "string",
102 - "class": "string",
103 - "lugageWeight": 0,
104 - "handLugageWeight": 0,
105 - "departureFlightDate": "2023-12-14T13:38:04.073Z",
106 - "departureCountryName": "string",
107 - "departureCityName": "string",
108 - "departureAirportCode": "string",
109 - "departureAirportName": "string",
110 - "departureTerminalCode": "string",
111 - "arrivalFlightDate": "2023-12-14T13:38:04.073Z",
112 - "arrivalCountryName": "string",
113 - "arrivalCityName": "string",
114 - "arrivalAirportCode": "string",
115 - "arrivalAirportName": "string",
116 - "arrivalTerminalCode": "string",
117 - "flightDuration": "string",
118 - "baggages": [
119 - {
120 - "baggageCode": "string",
121 - "description": "string",
122 - "price": 0,
123 - "currency": "string",
124 - "included": true
125 - }
126 - ]
127 - }
128 - ]
129 - }
62 + "agentCommissionPercent": 0,
63 + "agentCommissionAmount": 0,
64 + "hotel": {
65 + "hotelPriceId": "string",
66 + "providerId": 0,
67 + "hotelName": "string",
68 + "hotelCode": "string",
69 + "nigths": 0,
70 + "mealPlan": "string",
71 + "hotelClass": "string",
72 + "availabilityType": "OnRequest",
73 + "availableRoomsCount": 0,
74 + "fewRooms": true,
75 + "roomCategoryCode": "string",
76 + "roomCategoryName": "string",
77 + "placementTypeName": "string",
78 + "placementDescription": "string",
79 + "checkInDate": "2023-12-14T08:49:36.703Z",
80 + "checkOutDate": "2023-12-14T08:49:36.703Z",
81 + "adults": 0,
82 + "children": 0,
83 + "districtUID": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
84 + "districtName": "string",
85 + "cityUID": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
86 + "cityName": "string",
87 + "countryCode": "string",
88 + "countryName": "string",
89 + "hasAlcohol": true,
90 + "hasFreeWifi": true,
91 + "hasMetro": true,
92 + "hasPool": true,
93 + "hasMall": true,
94 + "cancellationPolicyDescription": "string",
95 + "cancellationPolicy": {
96 + "cancellationPolicyCode": "string",
97 + "noShowChargeValue": 0,
98 + "noShowChargeValueType": "string",
99 + "earlyDepartureChargeValue": 0,
100 + "earlyDepartureChargeValueType": "string",
101 + "conditions": [
102 + {
103 + "timeunits": 0,
104 + "timeunitType": "string",
105 + "timeOffsetTypeName": "string",
106 + "chargeValue": 0,
107 + "chargeValueType": "string"
108 + }
109 + ]
110 + }
111 + },
112 + "extraServices": [
113 + {
114 + "extraServiceCode": "string",
115 + "extraServiceTypeCode": "string",
116 + "isMandatory": 0,
117 + "extraServiceName": "string",
118 + "minimalServiceAmount": 0,
119 + "includedPriceCode": "string",
120 + "prices": [
121 + {
122 + "extraServicePriceCode": "string",
123 + "displayName": "string",
124 + "restrictionInfo": "string",
125 + "additionalInfo": "string",
126 + "price": 0,
127 + "extraPrice": 0,
128 + "currency": "string"
129 + }
130 + ]
131 + }
132 + ]
130 130   }
131 131  }
132 132  {{/code}}
... ... @@ -135,153 +135,116 @@
135 135  === Response example ===
136 136  
137 137  {{code language="Json"}}
138 -error
141 +{
142 + "package": {
143 + "id": "onlyhotel:c4e23e7e-3d54-4efa-a3db-88508230ce91:504f63ca-6dd5-4d84-8245-cf7e77ccff73",
144 + "priceCurrency": "USD",
145 + "totalPrice": 381.70,
146 + "agentCommissionPercent": 0.00,
147 + "agentCommissionAmount": 0.00,
148 + "hotel": {
149 + "hotelPriceId": "504f63ca-6dd5-4d84-8245-cf7e77ccff73",
150 + "providerId": 13,
151 + "hotelName": "Golden Tulip Al Barsha Hotel",
152 + "hotelCode": "ed0820c5-29b0-4e1b-8bcf-9f3c181e7961",
153 + "nigths": 4,
154 + "mealPlan": "RO",
155 + "hotelClass": "4",
156 + "availabilityType": "FreeSale",
157 + "availableRoomsCount": 0,
158 + "fewRooms": true,
159 + "roomCategoryCode": "e63ea5ac-4883-4059-bb0a-795a534bbbfb",
160 + "roomCategoryName": "Superior Twin",
161 + "placementTypeName": "SNGL + CHILD(6-11.99)sharing",
162 + "checkInDate": "2024-02-17T08:00:00.000Z",
163 + "checkOutDate": "2024-02-21T08:00:00.000Z",
164 + "adults": 1,
165 + "children": 1,
166 + "districtUID": "4c65f6ed-902b-4fd8-9419-af7884c22c5e",
167 + "districtName": "Al Barsha",
168 + "cityUID": "f5185fa3-3f56-44ed-bf6b-80386a33caa2",
169 + "cityName": "Dubai",
170 + "countryCode": "AE",
171 + "countryName": "United Arab Emirates",
172 + "hasAlcohol": true,
173 + "hasFreeWifi": true,
174 + "hasMetro": false,
175 + "hasPool": true,
176 + "hasMall": false,
177 + "cancellationPolicyDescription": "Cancellation Policy: 15 Day Before Arrival: 100.00 %, Early Departure: 100.00 %, NoShow: 100.00 %",
178 + "cancellationPolicy": {
179 + "noShowChargeValue": 100.00,
180 + "noShowChargeValueType": "%",
181 + "earlyDepartureChargeValue": 100.00,
182 + "earlyDepartureChargeValueType": "%",
183 + "conditions": [
184 + {
185 + "timeunits": 15,
186 + "timeunitType": "Day",
187 + "timeOffsetTypeName": "Before Arrival",
188 + "chargeValue": 100.00,
189 + "chargeValueType": "%"
190 + }
191 + ]
192 + }
193 + },
194 + "extraServices": []
195 + },
196 + "error": false
197 +}
139 139  {{/code}}
140 140  
141 141  
142 142  === Schema ===
143 143  
144 -{{success}}
145 -CalcOnlyAviaPackageResponse{
146 -
147 -|error|boolean
148 -|errorCode|string
149 -nullable: true
150 -|errorDescription|string
151 -nullable: true
152 -|userErrorDescription|string
153 -nullable: true
154 -|package|OnlyAviaPackage{(((
155 -|id|string
156 -nullable: true
157 -|priceCurrency|string
158 -nullable: true
159 -|totalPrice|number($double)
160 -|flight|PackageFlight{(((
161 -|id|string
162 -nullable: true
163 -|departureDate|string($date-time)
164 -|returnDate|string($date-time)
165 -nullable: true
166 -|departureTicketsLeft|integer($int32)
167 -|returnTicketsLeft|integer($int32)
168 -|departureAvailabilityType|FlightAvailabilityTypestringEnum:
169 -[ OnRequest, FreeSale, FewPlaces, StopSale ]
170 -|returnAvailabilityType|FlightAvailabilityTypestringEnum:
171 -[ OnRequest, FreeSale, FewPlaces, StopSale ]
172 -|isTwoWay|boolean
173 -|departureSegments|[
174 -nullable: trueFlightSegment{(((
175 -|airlineCode|string
176 -nullable: true
177 -|airlineName|string
178 -nullable: true
179 -|flightCode|string
180 -nullable: true
181 -|class|string
182 -nullable: true
183 -|lugageWeight|number($double)
184 -|handLugageWeight|number($double)
185 -|departureFlightDate|string($date-time)
186 -|departureCountryName|string
187 -nullable: true
188 -|departureCityName|string
189 -nullable: true
190 -|departureAirportCode|string
191 -nullable: true
192 -|departureAirportName|string
193 -nullable: true
194 -|departureTerminalCode|string
195 -nullable: true
196 -|arrivalFlightDate|string($date-time)
197 -|arrivalCountryName|string
198 -nullable: true
199 -|arrivalCityName|string
200 -nullable: true
201 -|arrivalAirportCode|string
202 -nullable: true
203 -|arrivalAirportName|string
204 -nullable: true
205 -|arrivalTerminalCode|string
206 -nullable: true
207 -|flightDuration|string
208 -nullable: true
209 -|baggages|[
210 -nullable: trueBaggage{(((
211 -|baggageCode|string
212 -nullable: true
213 -|description|string
214 -nullable: true
215 -|price|number($double)
216 -|currency|string
217 -nullable: true
218 -|included|boolean
219 -
203 +{{code language="none"}}
204 +CalcOnlyHotelPackageResponse{
205 +error boolean
206 +errorCode string
207 +nullable: true
208 +errorDescription string
209 +nullable: true
210 +userErrorDescription string
211 +nullable: true
212 +package OnlyHotelPackage{
213 +id string
214 +nullable: true
215 +priceCurrency string
216 +nullable: true
217 +totalPrice number($double)
218 +agentCommissionPercent number($double)
219 +agentCommissionAmount number($double)
220 +hotel PackageHotel{...}
221 +extraServices [
222 +nullable: true
223 +HotelExtraServiceBase{
224 +extraServiceCode string
225 +nullable: true
226 +extraServiceTypeCode string
227 +nullable: true
228 +isMandatory integer($int32)
229 +extraServiceName string
230 +nullable: true
231 +minimalServiceAmount number($double)
232 +includedPriceCode string
233 +nullable: true
234 +prices [
235 +nullable: true
236 +HotelExtraServicePriceBase{
237 +extraServicePriceCode string
238 +nullable: true
239 +displayName string
240 +nullable: true
241 +restrictionInfo string
242 +nullable: true
243 +additionalInfo string
244 +nullable: true
245 +price number($double)
246 +extraPrice number($double)
247 +currency string
248 +nullable: true
220 220  }]
221 -)))
222 -
223 223  }]
224 -)))
225 -|returnSegments|[
226 -nullable: trueFlightSegment{(((
227 -|airlineCode|string
228 -nullable: true
229 -|airlineName|string
230 -nullable: true
231 -|flightCode|string
232 -nullable: true
233 -|class|string
234 -nullable: true
235 -|lugageWeight|number($double)
236 -|handLugageWeight|number($double)
237 -|departureFlightDate|string($date-time)
238 -|departureCountryName|string
239 -nullable: true
240 -|departureCityName|string
241 -nullable: true
242 -|departureAirportCode|string
243 -nullable: true
244 -|departureAirportName|string
245 -nullable: true
246 -|departureTerminalCode|string
247 -nullable: true
248 -|arrivalFlightDate|string($date-time)
249 -|arrivalCountryName|string
250 -nullable: true
251 -|arrivalCityName|string
252 -nullable: true
253 -|arrivalAirportCode|string
254 -nullable: true
255 -|arrivalAirportName|string
256 -nullable: true
257 -|arrivalTerminalCode|string
258 -nullable: true
259 -|flightDuration|string
260 -nullable: true
261 -|baggages|[
262 -nullable: trueBaggage{(((
263 -|baggageCode|string
264 -nullable: true
265 -|description|string
266 -nullable: true
267 -|price|number($double)
268 -|currency|string
269 -nullable: true
270 -|included|boolean
271 -
272 -}]
273 -)))
274 -
275 -}]
276 -)))
277 -
278 278  }
279 -)))
280 -
281 281  }
282 -)))
283 -
284 -}
285 -{{/success}}
286 -
287 -
253 +{{/code}}