@qite/tide-client 1.1.42 → 1.1.44

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (481) hide show
  1. package/build/index.d.ts +15 -54
  2. package/build/index.js +4815 -5026
  3. package/build/index.js.map +1 -1
  4. package/build/services/odata.service.d.ts +2 -8
  5. package/build/types/aapi/accommodation-occupancy.d.ts +9 -9
  6. package/build/types/aapi/accommodation-with-available-places.d.ts +14 -14
  7. package/build/types/aapi/accommodation.d.ts +7 -7
  8. package/build/types/aapi/additional-services.d.ts +6 -6
  9. package/build/types/aapi/alternative-flight-data.d.ts +10 -10
  10. package/build/types/aapi/alternative-flight-leg.d.ts +18 -18
  11. package/build/types/aapi/alternative-flight.d.ts +12 -12
  12. package/build/types/aapi/availability-request.d.ts +12 -12
  13. package/build/types/aapi/availability.d.ts +5 -5
  14. package/build/types/aapi/available-products-request.d.ts +32 -32
  15. package/build/types/aapi/duration.d.ts +4 -4
  16. package/build/types/aapi/flight-leg.d.ts +18 -18
  17. package/build/types/aapi/flight.d.ts +23 -23
  18. package/build/types/aapi/hotel.d.ts +35 -35
  19. package/build/types/aapi/index.d.ts +22 -22
  20. package/build/types/aapi/mollie-payment-request.d.ts +6 -6
  21. package/build/types/aapi/mollie-payment.d.ts +3 -3
  22. package/build/types/aapi/option-pax.d.ts +4 -4
  23. package/build/types/aapi/option.d.ts +21 -28
  24. package/build/types/aapi/pax.d.ts +4 -4
  25. package/build/types/aapi/price-detail.d.ts +8 -8
  26. package/build/types/aapi/regime.d.ts +5 -5
  27. package/build/types/aapi/traveler-grouping.d.ts +5 -5
  28. package/build/types/accommodation-occupancy.d.ts +9 -9
  29. package/build/types/accommodation-with-available-places.d.ts +15 -15
  30. package/build/types/accommodation.d.ts +7 -7
  31. package/build/types/additional-services.d.ts +5 -5
  32. package/build/types/alternative-flight-data.d.ts +10 -10
  33. package/build/types/alternative-flight-leg.d.ts +18 -18
  34. package/build/types/alternative-flight.d.ts +12 -12
  35. package/build/types/availability-request.d.ts +11 -11
  36. package/build/types/availability.d.ts +5 -5
  37. package/build/types/available-products-request.d.ts +28 -28
  38. package/build/types/availablility-request.d.ts +11 -11
  39. package/build/types/cms/translation-dictionary-item-localized.model.d.ts +5 -0
  40. package/build/types/cms/translation-dictionary-item.model.d.ts +6 -0
  41. package/build/types/cms/translation-dictionary-segment.model.d.ts +7 -0
  42. package/build/types/cms/translation-dictionary.model.d.ts +4 -0
  43. package/build/types/company/agent/agent-invoice-item.d.ts +9 -9
  44. package/build/types/company/agent/entry-totals.d.ts +7 -7
  45. package/build/types/company/agent/index.d.ts +2 -2
  46. package/build/types/company/agent-print-action-request.d.ts +11 -11
  47. package/build/types/company/agent-print-action.d.ts +6 -6
  48. package/build/types/company/custom-entry-status-item.d.ts +6 -6
  49. package/build/types/company/index.d.ts +5 -5
  50. package/build/types/company/number-string-pair.d.ts +4 -4
  51. package/build/types/duration.d.ts +4 -4
  52. package/build/types/entry-line-meta-data.d.ts +5 -5
  53. package/build/types/enums/allotment-type.d.ts +5 -5
  54. package/build/types/enums/availability-search-type.d.ts +4 -4
  55. package/build/types/enums/data-type.d.ts +14 -14
  56. package/build/types/enums/dossier-type.d.ts +6 -6
  57. package/build/types/enums/entry-line-flag.d.ts +6 -6
  58. package/build/types/enums/entry-line-status.d.ts +19 -19
  59. package/build/types/enums/entry-status.d.ts +8 -8
  60. package/build/types/enums/export-status.d.ts +5 -5
  61. package/build/types/enums/gender.d.ts +5 -5
  62. package/build/types/enums/index.d.ts +17 -17
  63. package/build/types/enums/meta-data-type.d.ts +10 -10
  64. package/build/types/enums/online-payment-type.d.ts +3 -3
  65. package/build/types/enums/payment-type.d.ts +6 -6
  66. package/build/types/enums/price-chart-type.d.ts +4 -4
  67. package/build/types/enums/print-action-group.d.ts +10 -10
  68. package/build/types/enums/print-action-group.enum.d.ts +10 -10
  69. package/build/types/enums/requirement-type.d.ts +5 -5
  70. package/build/types/enums/room-type.d.ts +8 -8
  71. package/build/types/enums/sale-type.d.ts +4 -4
  72. package/build/types/enums/service-type.d.ts +28 -28
  73. package/build/types/flight-leg.d.ts +18 -18
  74. package/build/types/flight.d.ts +23 -23
  75. package/build/types/hotel.d.ts +34 -34
  76. package/build/types/index.d.ts +6 -28
  77. package/build/types/odata/column.d.ts +8 -8
  78. package/build/types/odata/filter-item.d.ts +14 -14
  79. package/build/types/odata/index.d.ts +3 -3
  80. package/build/types/odata/odata-params.d.ts +3 -3
  81. package/build/types/offer/additional-services.d.ts +6 -6
  82. package/build/types/offer/address.d.ts +11 -11
  83. package/build/types/offer/affiliate.d.ts +5 -5
  84. package/build/types/offer/affiliates.d.ts +5 -5
  85. package/build/types/offer/alternative-flight-data.d.ts +10 -10
  86. package/build/types/offer/alternative-flight-leg.d.ts +18 -18
  87. package/build/types/offer/alternative-flight.d.ts +14 -14
  88. package/build/types/offer/available-package-accommodation.d.ts +7 -7
  89. package/build/types/offer/available-package-flight.d.ts +9 -9
  90. package/build/types/offer/available-package-option.d.ts +12 -17
  91. package/build/types/offer/available-package-pax-price.d.ts +6 -6
  92. package/build/types/offer/available-package-regime.d.ts +4 -4
  93. package/build/types/offer/available-package.d.ts +7 -7
  94. package/build/types/offer/base-price.d.ts +6 -6
  95. package/build/types/offer/base-prices-from-date-request.d.ts +12 -12
  96. package/build/types/offer/base-prices-request.d.ts +12 -12
  97. package/build/types/offer/book-request.d.ts +36 -36
  98. package/build/types/offer/booking-response.d.ts +4 -4
  99. package/build/types/offer/booking-v2/index.d.ts +3 -3
  100. package/build/types/offer/booking-v2/request/bookable-dates-request.d.ts +4 -4
  101. package/build/types/offer/booking-v2/request/booking-package-address.d.ts +14 -14
  102. package/build/types/offer/booking-v2/request/booking-package-book-request.d.ts +24 -24
  103. package/build/types/offer/booking-v2/request/booking-package-customer-request.d.ts +4 -4
  104. package/build/types/offer/booking-v2/request/booking-package-destination.d.ts +9 -9
  105. package/build/types/offer/booking-v2/request/booking-package-details-request.d.ts +21 -21
  106. package/build/types/offer/booking-v2/request/booking-package-flight-pool-request.d.ts +12 -12
  107. package/build/types/offer/booking-v2/request/booking-package-request.d.ts +5 -5
  108. package/build/types/offer/booking-v2/request/booking-package-search-request.d.ts +27 -27
  109. package/build/types/offer/booking-v2/request/booking-package-update-request.d.ts +4 -4
  110. package/build/types/offer/booking-v2/request/booking-package-voucher-request.d.ts +4 -4
  111. package/build/types/offer/booking-v2/request/index.d.ts +14 -14
  112. package/build/types/offer/booking-v2/request/selected-flight.d.ts +6 -6
  113. package/build/types/offer/booking-v2/request/selected-hotel.d.ts +5 -5
  114. package/build/types/offer/booking-v2/request/tour-codes-request.d.ts +3 -3
  115. package/build/types/offer/booking-v2/request/tour-codes.request.d.ts +3 -3
  116. package/build/types/offer/booking-v2/response/bookable-dates.d.ts +4 -4
  117. package/build/types/offer/booking-v2/response/booking-package-allotment-info.d.ts +17 -17
  118. package/build/types/offer/booking-v2/response/booking-package-dossier.d.ts +6 -6
  119. package/build/types/offer/booking-v2/response/booking-package-flight-pool.d.ts +5 -5
  120. package/build/types/offer/booking-v2/response/booking-package-hotel-pool.d.ts +4 -4
  121. package/build/types/offer/booking-v2/response/booking-package-item.d.ts +39 -39
  122. package/build/types/offer/booking-v2/response/booking-price-detail.d.ts +17 -17
  123. package/build/types/offer/booking-v2/response/booking-price-details.d.ts +13 -13
  124. package/build/types/offer/booking-v2/response/booking-price-per-pax.d.ts +4 -4
  125. package/build/types/offer/booking-v2/response/booking-product-notification.d.ts +7 -7
  126. package/build/types/offer/booking-v2/response/booking-room-status-option.d.ts +5 -5
  127. package/build/types/offer/booking-v2/response/booking-room-status.d.ts +5 -5
  128. package/build/types/offer/booking-v2/response/booking-travel-agent.d.ts +7 -7
  129. package/build/types/offer/booking-v2/response/booking-validity-line.d.ts +4 -4
  130. package/build/types/offer/booking-v2/response/booking-voucher-result.d.ts +3 -3
  131. package/build/types/offer/booking-v2/response/changed-line.d.ts +4 -4
  132. package/build/types/offer/booking-v2/response/index.d.ts +16 -16
  133. package/build/types/offer/booking-v2/response/tide-response.d.ts +8 -8
  134. package/build/types/offer/booking-v2/response/tour-codes-response.d.ts +3 -3
  135. package/build/types/offer/booking-v2/shared/airline-booking-package-option.d.ts +3 -2
  136. package/build/types/offer/booking-v2/shared/airport-booking-package-option.d.ts +3 -2
  137. package/build/types/offer/booking-v2/shared/booking-airline-group.d.ts +6 -6
  138. package/build/types/offer/booking-v2/shared/booking-airport-group.d.ts +6 -6
  139. package/build/types/offer/booking-v2/shared/booking-option-group.d.ts +5 -5
  140. package/build/types/offer/booking-v2/shared/booking-option-pax.d.ts +13 -13
  141. package/build/types/offer/booking-v2/shared/booking-option-unit.d.ts +12 -12
  142. package/build/types/offer/booking-v2/shared/booking-package-availability.d.ts +8 -8
  143. package/build/types/offer/booking-v2/shared/booking-package-flight-meta-data-line.d.ts +17 -17
  144. package/build/types/offer/booking-v2/shared/booking-package-flight-meta-data.d.ts +10 -10
  145. package/build/types/offer/booking-v2/shared/booking-package-flight.d.ts +14 -14
  146. package/build/types/offer/booking-v2/shared/booking-package-hotel-option.d.ts +10 -10
  147. package/build/types/offer/booking-v2/shared/booking-package-hotel-room.d.ts +5 -5
  148. package/build/types/offer/booking-v2/shared/booking-package-hotel.d.ts +22 -22
  149. package/build/types/offer/booking-v2/shared/booking-package-line.d.ts +16 -16
  150. package/build/types/offer/booking-v2/shared/booking-package-option.d.ts +47 -47
  151. package/build/types/offer/booking-v2/shared/booking-package-pax.d.ts +17 -17
  152. package/build/types/offer/booking-v2/shared/booking-package-request-room.d.ts +5 -5
  153. package/build/types/offer/booking-v2/shared/booking-package-room-option.d.ts +17 -17
  154. package/build/types/offer/booking-v2/shared/booking-package-room.d.ts +5 -5
  155. package/build/types/offer/booking-v2/shared/booking-package-tag.d.ts +5 -5
  156. package/build/types/offer/booking-v2/shared/booking-package.d.ts +11 -11
  157. package/build/types/offer/booking-v2/shared/index.d.ts +23 -23
  158. package/build/types/offer/booking-v2/shared/per-booking-package-option.d.ts +9 -9
  159. package/build/types/offer/booking-v2/shared/per-package-option.d.ts +9 -9
  160. package/build/types/offer/booking-v2/shared/per-pax-package-option.d.ts +5 -5
  161. package/build/types/offer/booking-v2/shared/per-unit-package-option.d.ts +7 -7
  162. package/build/types/offer/cached-package-search-result.d.ts +5 -5
  163. package/build/types/offer/confirmed-dossier-check.d.ts +6 -6
  164. package/build/types/offer/country-item.d.ts +5 -5
  165. package/build/types/offer/crm-contact-request.d.ts +28 -36
  166. package/build/types/offer/customer-request.d.ts +5 -5
  167. package/build/types/offer/dossier-default-product.d.ts +14 -14
  168. package/build/types/offer/dossier-pax-item.d.ts +4 -4
  169. package/build/types/offer/dossier-view-result.d.ts +45 -45
  170. package/build/types/offer/entry-check-response.d.ts +8 -8
  171. package/build/types/offer/entry-line-meta-data.d.ts +5 -5
  172. package/build/types/offer/entry-line-pax.d.ts +8 -8
  173. package/build/types/offer/entry-line.d.ts +67 -73
  174. package/build/types/offer/entry-price-line.d.ts +40 -40
  175. package/build/types/offer/entry-room2.d.ts +5 -5
  176. package/build/types/offer/entry.d.ts +49 -59
  177. package/build/types/offer/flight-meta-data-line.d.ts +16 -16
  178. package/build/types/offer/flight-meta-data.d.ts +14 -14
  179. package/build/types/offer/flight-pool.d.ts +5 -5
  180. package/build/types/offer/index.d.ts +76 -76
  181. package/build/types/offer/item-tag.d.ts +3 -3
  182. package/build/types/offer/language.d.ts +5 -5
  183. package/build/types/offer/member-confirmation-request.d.ts +5 -5
  184. package/build/types/offer/member-forgot-password-request.d.ts +4 -4
  185. package/build/types/offer/member-info.d.ts +10 -10
  186. package/build/types/offer/member-login-request.d.ts +4 -4
  187. package/build/types/offer/member-login-response.d.ts +3 -3
  188. package/build/types/offer/member-reset-password-request.d.ts +4 -4
  189. package/build/types/offer/multiroom-book-request.d.ts +10 -10
  190. package/build/types/offer/note.d.ts +16 -16
  191. package/build/types/offer/other-product.d.ts +13 -13
  192. package/build/types/offer/package-book-request-room.d.ts +5 -5
  193. package/build/types/offer/package-book-request.d.ts +12 -12
  194. package/build/types/offer/package-flight.d.ts +13 -13
  195. package/build/types/offer/package-flights.d.ts +5 -5
  196. package/build/types/offer/package-option.d.ts +22 -22
  197. package/build/types/offer/package-price-details-request-room.d.ts +4 -4
  198. package/build/types/offer/package-price-details-request.d.ts +8 -8
  199. package/build/types/offer/package-room-option.d.ts +10 -10
  200. package/build/types/offer/package-room.d.ts +7 -7
  201. package/build/types/offer/package-search-destination.d.ts +9 -9
  202. package/build/types/offer/package-search-request-date.d.ts +4 -4
  203. package/build/types/offer/package-search-request-room.d.ts +5 -5
  204. package/build/types/offer/package-search-request.d.ts +18 -22
  205. package/build/types/offer/package-search-response.d.ts +4 -4
  206. package/build/types/offer/package-search-result.d.ts +12 -12
  207. package/build/types/offer/package-sub-option.d.ts +6 -6
  208. package/build/types/offer/page-result.d.ts +5 -5
  209. package/build/types/offer/pax.d.ts +29 -29
  210. package/build/types/offer/payment.d.ts +20 -20
  211. package/build/types/offer/person-country-preference.d.ts +7 -7
  212. package/build/types/offer/person-location-preference.d.ts +7 -7
  213. package/build/types/offer/person-oord-preference.d.ts +7 -7
  214. package/build/types/offer/person-period-date-range-preference.d.ts +6 -6
  215. package/build/types/offer/person-period-preference.d.ts +7 -7
  216. package/build/types/offer/person-region-preference.d.ts +7 -7
  217. package/build/types/offer/person-tour-group-preference.d.ts +7 -7
  218. package/build/types/offer/price-detail.d.ts +18 -18
  219. package/build/types/offer/price-per-pax.d.ts +6 -6
  220. package/build/types/offer/product-notification-result.d.ts +9 -9
  221. package/build/types/offer/web-contact-form-request.d.ts +13 -13
  222. package/build/types/offer/web-contact-has-tag-request.d.ts +4 -4
  223. package/build/types/option-pax.d.ts +4 -4
  224. package/build/types/option.d.ts +26 -26
  225. package/build/types/package-details-request.d.ts +12 -12
  226. package/build/types/package-flight.d.ts +11 -11
  227. package/build/types/package-flights.d.ts +5 -5
  228. package/build/types/package-option.d.ts +19 -19
  229. package/build/types/package-room-option.d.ts +8 -8
  230. package/build/types/package-room.d.ts +7 -7
  231. package/build/types/package-search-destination.d.ts +9 -9
  232. package/build/types/package-search-request-date.d.ts +4 -4
  233. package/build/types/package-search-request-room.d.ts +5 -5
  234. package/build/types/package-search-request.d.ts +21 -21
  235. package/build/types/package-search-response.d.ts +4 -4
  236. package/build/types/package-search-result.d.ts +12 -12
  237. package/build/types/package-sub-option.d.ts +6 -6
  238. package/build/types/pax.d.ts +4 -4
  239. package/build/types/regime.d.ts +5 -5
  240. package/build/types/tide-client-config.d.ts +5 -5
  241. package/build/types/traveler-grouping.d.ts +5 -5
  242. package/build/utils/api.d.ts +2 -14
  243. package/build/utils/booking-client.d.ts +114 -181
  244. package/build/utils/booking-v2-client.d.ts +18 -103
  245. package/build/utils/bookingClient.d.ts +9 -9
  246. package/build/utils/client.d.ts +4 -4
  247. package/build/utils/common-client.d.ts +2 -16
  248. package/build/utils/json.d.ts +2 -2
  249. package/build/utils/member-client.d.ts +7 -32
  250. package/build/utils/mollie-client.d.ts +7 -15
  251. package/build/utils/search-client.d.ts +9 -12
  252. package/build/utils/web-agent-client.d.ts +22 -64
  253. package/build/utils/web-client.d.ts +21 -26
  254. package/build/utils/web-contact-client.d.ts +11 -23
  255. package/build/utils/web-file.d.ts +10 -14
  256. package/package.json +64 -64
  257. package/rollup.config.js +20 -20
  258. package/src/index.ts +71 -71
  259. package/src/services/odata.service.ts +158 -158
  260. package/src/types/aapi/accommodation-occupancy.ts +9 -9
  261. package/src/types/aapi/accommodation-with-available-places.ts +15 -15
  262. package/src/types/aapi/accommodation.ts +8 -8
  263. package/src/types/aapi/additional-services.ts +6 -6
  264. package/src/types/aapi/alternative-flight-data.ts +11 -11
  265. package/src/types/aapi/alternative-flight-leg.ts +18 -18
  266. package/src/types/aapi/alternative-flight.ts +13 -13
  267. package/src/types/aapi/availability-request.ts +12 -12
  268. package/src/types/aapi/availability.ts +6 -6
  269. package/src/types/aapi/available-products-request.ts +33 -33
  270. package/src/types/aapi/duration.ts +4 -4
  271. package/src/types/aapi/flight-leg.ts +18 -18
  272. package/src/types/aapi/flight.ts +24 -24
  273. package/src/types/aapi/hotel.ts +36 -36
  274. package/src/types/aapi/index.ts +22 -22
  275. package/src/types/aapi/mollie-payment-request.ts +6 -6
  276. package/src/types/aapi/mollie-payment.ts +3 -3
  277. package/src/types/aapi/option-pax.ts +4 -4
  278. package/src/types/aapi/option.ts +29 -29
  279. package/src/types/aapi/pax.ts +4 -4
  280. package/src/types/aapi/price-detail.ts +8 -8
  281. package/src/types/aapi/regime.ts +5 -5
  282. package/src/types/aapi/traveler-grouping.ts +5 -5
  283. package/src/types/company/agent/agent-invoice-item.ts +9 -9
  284. package/src/types/company/agent/entry-totals.ts +7 -7
  285. package/src/types/company/agent/index.ts +2 -2
  286. package/src/types/company/agent-print-action-request.ts +11 -11
  287. package/src/types/company/agent-print-action.ts +7 -7
  288. package/src/types/company/custom-entry-status-item.ts +6 -6
  289. package/src/types/company/index.ts +5 -5
  290. package/src/types/company/number-string-pair.ts +4 -4
  291. package/src/types/enums/allotment-type.ts +5 -5
  292. package/src/types/enums/availability-search-type.ts +4 -4
  293. package/src/types/enums/data-type.ts +14 -14
  294. package/src/types/enums/dossier-type.ts +6 -6
  295. package/src/types/enums/entry-line-flag.ts +6 -6
  296. package/src/types/enums/entry-line-status.ts +19 -19
  297. package/src/types/enums/entry-status.ts +8 -8
  298. package/src/types/enums/export-status.ts +5 -5
  299. package/src/types/enums/gender.ts +5 -5
  300. package/src/types/enums/index.ts +17 -17
  301. package/src/types/enums/meta-data-type.ts +10 -10
  302. package/src/types/enums/payment-type.ts +6 -6
  303. package/src/types/enums/price-chart-type.ts +4 -4
  304. package/src/types/enums/print-action-group.ts +10 -10
  305. package/src/types/enums/requirement-type.ts +5 -5
  306. package/src/types/enums/room-type.ts +8 -8
  307. package/src/types/enums/sale-type.ts +4 -4
  308. package/src/types/enums/service-type.ts +28 -28
  309. package/src/types/index.ts +28 -28
  310. package/src/types/odata/column.ts +8 -8
  311. package/src/types/odata/filter-item.ts +14 -14
  312. package/src/types/odata/index.ts +3 -3
  313. package/src/types/odata/odata-params.ts +3 -3
  314. package/src/types/offer/additional-services.ts +6 -6
  315. package/src/types/offer/address.ts +11 -11
  316. package/src/types/offer/affiliate.ts +5 -5
  317. package/src/types/offer/alternative-flight-data.ts +11 -11
  318. package/src/types/offer/alternative-flight-leg.ts +18 -18
  319. package/src/types/offer/alternative-flight.ts +15 -15
  320. package/src/types/offer/available-package-accommodation.ts +8 -8
  321. package/src/types/offer/available-package-flight.ts +10 -10
  322. package/src/types/offer/available-package-option.ts +18 -18
  323. package/src/types/offer/available-package-pax-price.ts +6 -6
  324. package/src/types/offer/available-package-regime.ts +4 -4
  325. package/src/types/offer/available-package.ts +8 -8
  326. package/src/types/offer/base-price.ts +6 -6
  327. package/src/types/offer/base-prices-from-date-request.ts +12 -12
  328. package/src/types/offer/base-prices-request.ts +12 -12
  329. package/src/types/offer/book-request.ts +38 -38
  330. package/src/types/offer/booking-response.ts +4 -4
  331. package/src/types/offer/booking-v2/index.ts +3 -3
  332. package/src/types/offer/booking-v2/request/bookable-dates-request.ts +4 -4
  333. package/src/types/offer/booking-v2/request/booking-package-address.ts +14 -14
  334. package/src/types/offer/booking-v2/request/booking-package-book-request.ts +26 -26
  335. package/src/types/offer/booking-v2/request/booking-package-customer-request.ts +4 -4
  336. package/src/types/offer/booking-v2/request/booking-package-destination.ts +9 -9
  337. package/src/types/offer/booking-v2/request/booking-package-details-request.ts +24 -24
  338. package/src/types/offer/booking-v2/request/booking-package-flight-pool-request.ts +13 -13
  339. package/src/types/offer/booking-v2/request/booking-package-request.ts +5 -5
  340. package/src/types/offer/booking-v2/request/booking-package-search-request.ts +30 -30
  341. package/src/types/offer/booking-v2/request/booking-package-update-request.ts +5 -5
  342. package/src/types/offer/booking-v2/request/booking-package-voucher-request.ts +4 -4
  343. package/src/types/offer/booking-v2/request/index.ts +14 -14
  344. package/src/types/offer/booking-v2/request/selected-flight.ts +6 -6
  345. package/src/types/offer/booking-v2/request/selected-hotel.ts +5 -5
  346. package/src/types/offer/booking-v2/request/tour-codes.request.ts +3 -3
  347. package/src/types/offer/booking-v2/response/bookable-dates.ts +4 -4
  348. package/src/types/offer/booking-v2/response/booking-package-allotment-info.ts +17 -17
  349. package/src/types/offer/booking-v2/response/booking-package-dossier.ts +6 -6
  350. package/src/types/offer/booking-v2/response/booking-package-flight-pool.ts +6 -6
  351. package/src/types/offer/booking-v2/response/booking-package-hotel-pool.ts +5 -5
  352. package/src/types/offer/booking-v2/response/booking-package-item.ts +40 -40
  353. package/src/types/offer/booking-v2/response/booking-price-detail.ts +20 -20
  354. package/src/types/offer/booking-v2/response/booking-price-details.ts +14 -14
  355. package/src/types/offer/booking-v2/response/booking-price-per-pax.ts +4 -4
  356. package/src/types/offer/booking-v2/response/booking-product-notification.ts +7 -7
  357. package/src/types/offer/booking-v2/response/booking-room-status-option.ts +5 -5
  358. package/src/types/offer/booking-v2/response/booking-room-status.ts +6 -6
  359. package/src/types/offer/booking-v2/response/booking-travel-agent.ts +7 -7
  360. package/src/types/offer/booking-v2/response/booking-validity-line.ts +4 -4
  361. package/src/types/offer/booking-v2/response/booking-voucher-result.ts +3 -3
  362. package/src/types/offer/booking-v2/response/changed-line.ts +4 -4
  363. package/src/types/offer/booking-v2/response/index.ts +16 -16
  364. package/src/types/offer/booking-v2/response/tide-response.ts +6 -6
  365. package/src/types/offer/booking-v2/response/tour-codes-response.ts +3 -3
  366. package/src/types/offer/booking-v2/shared/airline-booking-package-option.ts +3 -3
  367. package/src/types/offer/booking-v2/shared/airport-booking-package-option.ts +3 -3
  368. package/src/types/offer/booking-v2/shared/booking-airline-group.ts +7 -7
  369. package/src/types/offer/booking-v2/shared/booking-airport-group.ts +7 -7
  370. package/src/types/offer/booking-v2/shared/booking-option-group.ts +5 -5
  371. package/src/types/offer/booking-v2/shared/booking-option-pax.ts +14 -14
  372. package/src/types/offer/booking-v2/shared/booking-option-unit.ts +13 -13
  373. package/src/types/offer/booking-v2/shared/booking-package-availability.ts +8 -8
  374. package/src/types/offer/booking-v2/shared/booking-package-flight-meta-data-line.ts +17 -17
  375. package/src/types/offer/booking-v2/shared/booking-package-flight-meta-data.ts +11 -11
  376. package/src/types/offer/booking-v2/shared/booking-package-flight.ts +15 -15
  377. package/src/types/offer/booking-v2/shared/booking-package-hotel-option.ts +10 -10
  378. package/src/types/offer/booking-v2/shared/booking-package-hotel-room.ts +6 -6
  379. package/src/types/offer/booking-v2/shared/booking-package-hotel.ts +27 -27
  380. package/src/types/offer/booking-v2/shared/booking-package-line.ts +17 -17
  381. package/src/types/offer/booking-v2/shared/booking-package-option.ts +55 -55
  382. package/src/types/offer/booking-v2/shared/booking-package-pax.ts +19 -19
  383. package/src/types/offer/booking-v2/shared/booking-package-request-room.ts +6 -6
  384. package/src/types/offer/booking-v2/shared/booking-package-room-option.ts +17 -17
  385. package/src/types/offer/booking-v2/shared/booking-package-room.ts +6 -6
  386. package/src/types/offer/booking-v2/shared/booking-package-tag.ts +5 -5
  387. package/src/types/offer/booking-v2/shared/booking-package.ts +13 -13
  388. package/src/types/offer/booking-v2/shared/index.ts +23 -23
  389. package/src/types/offer/booking-v2/shared/per-booking-package-option.ts +10 -10
  390. package/src/types/offer/booking-v2/shared/per-package-option.ts +10 -10
  391. package/src/types/offer/booking-v2/shared/per-pax-package-option.ts +6 -6
  392. package/src/types/offer/booking-v2/shared/per-unit-package-option.ts +8 -8
  393. package/src/types/offer/cached-package-search-result.ts +6 -6
  394. package/src/types/offer/confirmed-dossier-check.ts +6 -6
  395. package/src/types/offer/country-item.ts +5 -5
  396. package/src/types/offer/crm-contact-request.ts +37 -37
  397. package/src/types/offer/customer-request.ts +5 -5
  398. package/src/types/offer/dossier-default-product.ts +14 -14
  399. package/src/types/offer/dossier-view-result.ts +46 -46
  400. package/src/types/offer/entry-check-response.ts +5 -5
  401. package/src/types/offer/entry-line-meta-data.ts +5 -5
  402. package/src/types/offer/entry-line-pax.ts +9 -9
  403. package/src/types/offer/entry-line.ts +74 -74
  404. package/src/types/offer/entry-price-line.ts +40 -40
  405. package/src/types/offer/entry-room2.ts +5 -5
  406. package/src/types/offer/entry.ts +60 -60
  407. package/src/types/offer/flight-meta-data-line.ts +16 -16
  408. package/src/types/offer/flight-meta-data.ts +15 -15
  409. package/src/types/offer/flight-pool.ts +6 -6
  410. package/src/types/offer/index.ts +76 -76
  411. package/src/types/offer/item-tag.ts +3 -3
  412. package/src/types/offer/language.ts +5 -5
  413. package/src/types/offer/member-confirmation-request.ts +5 -5
  414. package/src/types/offer/member-forgot-password-request.ts +4 -4
  415. package/src/types/offer/member-info.ts +10 -10
  416. package/src/types/offer/member-login-request.ts +4 -4
  417. package/src/types/offer/member-login-response.ts +3 -3
  418. package/src/types/offer/member-reset-password-request.ts +4 -4
  419. package/src/types/offer/multiroom-book-request.ts +11 -11
  420. package/src/types/offer/note.ts +16 -16
  421. package/src/types/offer/other-product.ts +14 -14
  422. package/src/types/offer/package-book-request-room.ts +6 -6
  423. package/src/types/offer/package-book-request.ts +13 -13
  424. package/src/types/offer/package-flight.ts +14 -14
  425. package/src/types/offer/package-flights.ts +6 -6
  426. package/src/types/offer/package-option.ts +23 -23
  427. package/src/types/offer/package-price-details-request-room.ts +4 -4
  428. package/src/types/offer/package-price-details-request.ts +9 -9
  429. package/src/types/offer/package-room-option.ts +10 -10
  430. package/src/types/offer/package-room.ts +8 -8
  431. package/src/types/offer/package-search-destination.ts +9 -9
  432. package/src/types/offer/package-search-request-date.ts +4 -4
  433. package/src/types/offer/package-search-request-room.ts +5 -5
  434. package/src/types/offer/package-search-request.ts +23 -23
  435. package/src/types/offer/package-search-result.ts +13 -13
  436. package/src/types/offer/package-sub-option.ts +6 -6
  437. package/src/types/offer/page-result.ts +5 -5
  438. package/src/types/offer/pax.ts +30 -30
  439. package/src/types/offer/payment.ts +20 -20
  440. package/src/types/offer/person-country-preference.ts +7 -7
  441. package/src/types/offer/person-location-preference.ts +7 -7
  442. package/src/types/offer/person-oord-preference.ts +7 -7
  443. package/src/types/offer/person-period-date-range-preference.ts +6 -6
  444. package/src/types/offer/person-period-preference.ts +7 -7
  445. package/src/types/offer/person-region-preference.ts +7 -7
  446. package/src/types/offer/person-tour-group-preference.ts +7 -7
  447. package/src/types/offer/price-detail.ts +19 -19
  448. package/src/types/offer/price-per-pax.ts +6 -6
  449. package/src/types/offer/product-notification-result.ts +9 -9
  450. package/src/types/offer/web-contact-form-request.ts +13 -13
  451. package/src/types/offer/web-contact-has-tag-request.ts +4 -4
  452. package/src/types/tide-client-config.ts +5 -5
  453. package/src/utils/api.ts +54 -51
  454. package/src/utils/booking-client.ts +310 -310
  455. package/src/utils/booking-v2-client.ts +224 -224
  456. package/src/utils/common-client.ts +44 -43
  457. package/src/utils/json.ts +26 -26
  458. package/src/utils/member-client.ts +76 -76
  459. package/src/utils/mollie-client.ts +27 -27
  460. package/src/utils/search-client.ts +22 -22
  461. package/src/utils/web-agent-client.ts +148 -146
  462. package/src/utils/web-client.ts +59 -46
  463. package/src/utils/web-contact-client.ts +43 -43
  464. package/src/utils/web-file.ts +24 -24
  465. package/tests/bookingClient.test.ts +728 -728
  466. package/tests/mocks/available-products.json +183 -183
  467. package/tests/mocks/base-prices-from-date.json +74 -74
  468. package/tests/mocks/base-prices.json +236 -236
  469. package/tests/mocks/entry-multiroom.json +2043 -2043
  470. package/tests/mocks/entry-multiroom.short.json +4 -4
  471. package/tests/mocks/offer-entry.json +2043 -2043
  472. package/tests/mocks/offer-entry.short.json +4 -4
  473. package/tests/mocks/package-entry.json +2043 -2043
  474. package/tests/mocks/package-entry.short.json +4 -4
  475. package/tests/mocks/package-offer-entry.json +2043 -2043
  476. package/tests/mocks/package-offer-entry.short.json +4 -4
  477. package/tests/mocks/package-price-details.json +176 -176
  478. package/tests/mocks/package-search.json +179 -179
  479. package/tests/webClient.test.ts +38 -38
  480. package/tests/webContactClient.test.ts +61 -61
  481. package/tsconfig.json +23 -23
@@ -1,2043 +1,2043 @@
1
- {
2
- "id": 137,
3
- "dossierId": 67,
4
- "officeId": 1,
5
- "officeCountryId": 22,
6
- "companyId": 11,
7
- "responsibleUserId": null,
8
- "responsibleUserName": null,
9
- "agencyAddressId": null,
10
- "agencyAddressCountryId": null,
11
- "agencyAddressName": null,
12
- "travelerAddressName": null,
13
- "travelerAddressId": 491,
14
- "travelerAddressCountryId": null,
15
- "number": "AE000051",
16
- "customEntryStatusId": 1,
17
- "contactName": null,
18
- "contactId": null,
19
- "version": 1,
20
- "status": 0,
21
- "rooms": [
22
- {
23
- "id": 172,
24
- "roomType": 1,
25
- "paxIds": [321, 322]
26
- }
27
- ],
28
- "items": [
29
- {
30
- "id": 481,
31
- "entryId": 137,
32
- "entryVersion": 1,
33
- "dossierId": 67,
34
- "dossierNumber": "AE000051",
35
- "promotionCodeId": null,
36
- "itemGuid": "2b918c5d-6514-4bd2-8cd3-d8f51ca1ccb6",
37
- "parentGuid": null,
38
- "productCode": "TEST PK AE IN FIN JERIS ESSENCE",
39
- "productName": "Test Jeris - Essence of Lapland - PK",
40
- "foreignProductName": "Test Jeris - Essence of Lapland - PK",
41
- "accommodationCode": "2PKST",
42
- "accommodationName": "2 persoonskamer, standaard",
43
- "foreignAccommodationName": "2 persoonskamer, standaard",
44
- "regimeCode": "VP",
45
- "regimeName": "Maaltijden volgens programma",
46
- "foreignRegimeName": "Maaltijden volgens programma",
47
- "quantity": 1.0,
48
- "startDate": "2022-01-09T00:00:00Z",
49
- "endDate": "2022-01-16T00:00:00Z",
50
- "status": 3,
51
- "unitPurchasePrice": 0.0,
52
- "unitPercentage": null,
53
- "unitSellingPrice": 0.0,
54
- "customerRequest": null,
55
- "reservationNumber": null,
56
- "attention": null,
57
- "maxAdults": 0,
58
- "supplierAddressId": 1,
59
- "billingAddressId": 1,
60
- "requestAddressId": 1,
61
- "countryId": 75,
62
- "regionId": null,
63
- "regionName": null,
64
- "oordId": null,
65
- "oordName": null,
66
- "locationId": 7,
67
- "country": "Finland",
68
- "region": null,
69
- "oord": null,
70
- "location": null,
71
- "isCalculatedSalePrice": true,
72
- "isCalculatedPurchasePrice": true,
73
- "isManualCommission": false,
74
- "productType": 0,
75
- "order": 0,
76
- "entryPriceLines": [],
77
- "metaDatas": [],
78
- "allotmentId": null,
79
- "commission": 0.0,
80
- "profitPercentage": 0.0,
81
- "marginPercentage": 100.0,
82
- "margin": 0.0,
83
- "productNotifications": [],
84
- "customerRequests": [],
85
- "pax": [
86
- {
87
- "paxId": 321,
88
- "entryLineId": 481,
89
- "room": 0,
90
- "order": 0,
91
- "pax": {
92
- "id": 321,
93
- "lastName": "Jansens",
94
- "firstName": "Jan",
95
- "dateOfBirth": "1984-05-19T22:00:00+00:00",
96
- "age": null,
97
- "gender": 0,
98
- "phone": "+32 471 12 34 56",
99
- "mobile": "+32 471 12 34 56",
100
- "email": "jan.jansens@fake.be",
101
- "personId": 140,
102
- "emergencyNumber": null,
103
- "hasInsurance": null,
104
- "insuranceName": null,
105
- "isMainBooker": true,
106
- "guid": null,
107
- "birthplace": null,
108
- "nationality": null,
109
- "preferredLanguageId": null,
110
- "preferredLanguage": null,
111
- "passportIssueDate": null,
112
- "passportIssuedLocation": null,
113
- "passportNumber": null,
114
- "passportExpiryDate": null,
115
- "travellerNumber": 0,
116
- "extraLuggage": 0,
117
- "extraLuggageWeight": 0
118
- }
119
- },
120
- {
121
- "paxId": 322,
122
- "entryLineId": 481,
123
- "room": 0,
124
- "order": 1,
125
- "pax": {
126
- "id": 322,
127
- "lastName": "Leenders",
128
- "firstName": "Leen",
129
- "dateOfBirth": "1986-08-08T22:00:00+00:00",
130
- "age": null,
131
- "gender": 1,
132
- "phone": null,
133
- "mobile": null,
134
- "email": null,
135
- "personId": 141,
136
- "emergencyNumber": null,
137
- "hasInsurance": null,
138
- "insuranceName": null,
139
- "isMainBooker": false,
140
- "guid": null,
141
- "birthplace": null,
142
- "nationality": null,
143
- "preferredLanguageId": null,
144
- "preferredLanguage": null,
145
- "passportIssueDate": null,
146
- "passportIssuedLocation": null,
147
- "passportNumber": null,
148
- "passportExpiryDate": null,
149
- "travellerNumber": 0,
150
- "extraLuggage": 0,
151
- "extraLuggageWeight": 0
152
- }
153
- }
154
- ],
155
- "flags": 0,
156
- "checked": false,
157
- "isBeingEdited": false,
158
- "hasSupplierRequests": false,
159
- "isPackagePrice": false,
160
- "externalGuid": null,
161
- "catalogueId": 1,
162
- "requirementType": null
163
- },
164
- {
165
- "id": 482,
166
- "entryId": 137,
167
- "entryVersion": 1,
168
- "dossierId": 67,
169
- "dossierNumber": "AE000051",
170
- "promotionCodeId": null,
171
- "itemGuid": "fdcba172-2bbe-4cfc-821f-e7bfe3b7546a",
172
- "parentGuid": "2b918c5d-6514-4bd2-8cd3-d8f51ca1ccb6",
173
- "productCode": "BRU KTT/TB",
174
- "productName": "Test Brussel - Kittilä",
175
- "foreignProductName": "Test Brussel - Kittilä",
176
- "accommodationCode": "Y",
177
- "accommodationName": "Economy seat",
178
- "foreignAccommodationName": "Economy seat",
179
- "regimeCode": null,
180
- "regimeName": null,
181
- "foreignRegimeName": null,
182
- "quantity": 2.0,
183
- "startDate": "2022-01-09T00:00:00Z",
184
- "endDate": "2022-01-09T00:00:00Z",
185
- "status": 3,
186
- "unitPurchasePrice": 337.0,
187
- "unitPercentage": null,
188
- "unitSellingPrice": 441.47,
189
- "customerRequest": null,
190
- "reservationNumber": null,
191
- "attention": null,
192
- "maxAdults": 0,
193
- "supplierAddressId": 279,
194
- "billingAddressId": 279,
195
- "requestAddressId": 279,
196
- "countryId": 75,
197
- "regionId": null,
198
- "regionName": null,
199
- "oordId": null,
200
- "oordName": null,
201
- "locationId": 8,
202
- "country": "Finland",
203
- "region": null,
204
- "oord": null,
205
- "location": null,
206
- "isCalculatedSalePrice": true,
207
- "isCalculatedPurchasePrice": true,
208
- "isManualCommission": false,
209
- "productType": 7,
210
- "order": 1,
211
- "entryPriceLines": [
212
- {
213
- "id": 1888,
214
- "text": "ticket",
215
- "priceRuleId": 572,
216
- "amount": 1.0,
217
- "calculatedUnitPrice": 137.5,
218
- "unitPrice": 137.5,
219
- "currency": "EUR",
220
- "currencyId": 44,
221
- "percentage": null,
222
- "productTypeId": 3,
223
- "productTypeCode": null,
224
- "total": 137.5,
225
- "calculatedCurrency": "EUR",
226
- "calculatedCurrencyId": 44,
227
- "calculatedPrice": 137.5,
228
- "measurePrice": 0.0,
229
- "salesTax": 0.0,
230
- "salesTaxPercentage": 0.0,
231
- "commissionConditionId": null,
232
- "commission": 0.0,
233
- "commissionPercentage": 0.0,
234
- "overwriteCommissionPercentage": false,
235
- "type": 0,
236
- "position": 0,
237
- "entryLineId": 482,
238
- "isAccommodation": false,
239
- "link": "00000000-0000-0000-0000-000000000000",
240
- "profitPercentage": null,
241
- "marginPercentage": null,
242
- "margin": null,
243
- "taxOnMargin": null,
244
- "financialMargin": null,
245
- "paxId": 321,
246
- "group": "6bc9c4ff-df31-4113-84ed-83d0a240cb95",
247
- "isSeparate": null,
248
- "isInPackage": null,
249
- "showPrices": null,
250
- "promotionCode": null
251
- },
252
- {
253
- "id": 1900,
254
- "text": "ticket",
255
- "priceRuleId": 572,
256
- "amount": 1.0,
257
- "calculatedUnitPrice": 137.5,
258
- "unitPrice": 137.5,
259
- "currency": "EUR",
260
- "currencyId": 44,
261
- "percentage": null,
262
- "productTypeId": 3,
263
- "productTypeCode": null,
264
- "total": 137.5,
265
- "calculatedCurrency": "EUR",
266
- "calculatedCurrencyId": 44,
267
- "calculatedPrice": 137.5,
268
- "measurePrice": 0.0,
269
- "salesTax": 0.0,
270
- "salesTaxPercentage": 0.0,
271
- "commissionConditionId": null,
272
- "commission": 0.0,
273
- "commissionPercentage": 0.0,
274
- "overwriteCommissionPercentage": false,
275
- "type": 0,
276
- "position": 0,
277
- "entryLineId": 482,
278
- "isAccommodation": false,
279
- "link": "00000000-0000-0000-0000-000000000000",
280
- "profitPercentage": null,
281
- "marginPercentage": null,
282
- "margin": null,
283
- "taxOnMargin": null,
284
- "financialMargin": null,
285
- "paxId": 322,
286
- "group": "6bc9c4ff-df31-4113-84ed-83d0a240cb95",
287
- "isSeparate": null,
288
- "isInPackage": null,
289
- "showPrices": null,
290
- "promotionCode": null
291
- },
292
- {
293
- "id": 1889,
294
- "text": "tax",
295
- "priceRuleId": 573,
296
- "amount": 1.0,
297
- "calculatedUnitPrice": 31.0,
298
- "unitPrice": 31.0,
299
- "currency": "EUR",
300
- "currencyId": 44,
301
- "percentage": null,
302
- "productTypeId": 19,
303
- "productTypeCode": null,
304
- "total": 31.0,
305
- "calculatedCurrency": "EUR",
306
- "calculatedCurrencyId": 44,
307
- "calculatedPrice": 31.0,
308
- "measurePrice": 0.0,
309
- "salesTax": 0.0,
310
- "salesTaxPercentage": 0.0,
311
- "commissionConditionId": null,
312
- "commission": 0.0,
313
- "commissionPercentage": 0.0,
314
- "overwriteCommissionPercentage": false,
315
- "type": 0,
316
- "position": 1,
317
- "entryLineId": 482,
318
- "isAccommodation": false,
319
- "link": "476b0503-02d1-4742-86b2-aefbac26474f",
320
- "profitPercentage": null,
321
- "marginPercentage": null,
322
- "margin": null,
323
- "taxOnMargin": null,
324
- "financialMargin": null,
325
- "paxId": 321,
326
- "group": "490df94a-2e1d-4c48-a55d-45434a9dd625",
327
- "isSeparate": null,
328
- "isInPackage": null,
329
- "showPrices": null,
330
- "promotionCode": null
331
- },
332
- {
333
- "id": 1901,
334
- "text": "tax",
335
- "priceRuleId": 573,
336
- "amount": 1.0,
337
- "calculatedUnitPrice": 31.0,
338
- "unitPrice": 31.0,
339
- "currency": "EUR",
340
- "currencyId": 44,
341
- "percentage": null,
342
- "productTypeId": 19,
343
- "productTypeCode": null,
344
- "total": 31.0,
345
- "calculatedCurrency": "EUR",
346
- "calculatedCurrencyId": 44,
347
- "calculatedPrice": 31.0,
348
- "measurePrice": 0.0,
349
- "salesTax": 0.0,
350
- "salesTaxPercentage": 0.0,
351
- "commissionConditionId": null,
352
- "commission": 0.0,
353
- "commissionPercentage": 0.0,
354
- "overwriteCommissionPercentage": false,
355
- "type": 0,
356
- "position": 1,
357
- "entryLineId": 482,
358
- "isAccommodation": false,
359
- "link": "fb3e2dbd-d77b-49f7-8228-8f2a003c7bb3",
360
- "profitPercentage": null,
361
- "marginPercentage": null,
362
- "margin": null,
363
- "taxOnMargin": null,
364
- "financialMargin": null,
365
- "paxId": 322,
366
- "group": "490df94a-2e1d-4c48-a55d-45434a9dd625",
367
- "isSeparate": null,
368
- "isInPackage": null,
369
- "showPrices": null,
370
- "promotionCode": null
371
- },
372
- {
373
- "id": 1890,
374
- "text": "ticket",
375
- "priceRuleId": 572,
376
- "amount": 1.0,
377
- "calculatedUnitPrice": 180.125,
378
- "unitPrice": 180.125,
379
- "currency": "EUR",
380
- "currencyId": 44,
381
- "percentage": null,
382
- "productTypeId": 3,
383
- "productTypeCode": null,
384
- "total": 180.125,
385
- "calculatedCurrency": "EUR",
386
- "calculatedCurrencyId": 44,
387
- "calculatedPrice": 180.125,
388
- "measurePrice": 180.125,
389
- "salesTax": 0.0,
390
- "salesTaxPercentage": 0.0,
391
- "commissionConditionId": null,
392
- "commission": 0.0,
393
- "commissionPercentage": 0.0,
394
- "overwriteCommissionPercentage": false,
395
- "type": 1,
396
- "position": 0,
397
- "entryLineId": 482,
398
- "isAccommodation": false,
399
- "link": "00000000-0000-0000-0000-000000000000",
400
- "profitPercentage": 23.66412213740458015267175573,
401
- "marginPercentage": 31.0,
402
- "margin": 42.625,
403
- "taxOnMargin": 0.0,
404
- "financialMargin": 0.0,
405
- "paxId": 321,
406
- "group": "6bc9c4ff-df31-4113-84ed-83d0a240cb95",
407
- "isSeparate": null,
408
- "isInPackage": null,
409
- "showPrices": null,
410
- "promotionCode": null
411
- },
412
- {
413
- "id": 1902,
414
- "text": "ticket",
415
- "priceRuleId": 572,
416
- "amount": 1.0,
417
- "calculatedUnitPrice": 180.125,
418
- "unitPrice": 180.125,
419
- "currency": "EUR",
420
- "currencyId": 44,
421
- "percentage": null,
422
- "productTypeId": 3,
423
- "productTypeCode": null,
424
- "total": 180.125,
425
- "calculatedCurrency": "EUR",
426
- "calculatedCurrencyId": 44,
427
- "calculatedPrice": 180.125,
428
- "measurePrice": 180.125,
429
- "salesTax": 0.0,
430
- "salesTaxPercentage": 0.0,
431
- "commissionConditionId": null,
432
- "commission": 0.0,
433
- "commissionPercentage": 0.0,
434
- "overwriteCommissionPercentage": false,
435
- "type": 1,
436
- "position": 0,
437
- "entryLineId": 482,
438
- "isAccommodation": false,
439
- "link": "00000000-0000-0000-0000-000000000000",
440
- "profitPercentage": 23.66412213740458015267175573,
441
- "marginPercentage": 31.0,
442
- "margin": 42.625,
443
- "taxOnMargin": 0.0,
444
- "financialMargin": 0.0,
445
- "paxId": 322,
446
- "group": "6bc9c4ff-df31-4113-84ed-83d0a240cb95",
447
- "isSeparate": null,
448
- "isInPackage": null,
449
- "showPrices": null,
450
- "promotionCode": null
451
- },
452
- {
453
- "id": 1891,
454
- "text": "tax",
455
- "priceRuleId": 573,
456
- "amount": 1.0,
457
- "calculatedUnitPrice": 40.61,
458
- "unitPrice": 40.61,
459
- "currency": "EUR",
460
- "currencyId": 44,
461
- "percentage": null,
462
- "productTypeId": 19,
463
- "productTypeCode": null,
464
- "total": 40.61,
465
- "calculatedCurrency": "EUR",
466
- "calculatedCurrencyId": 44,
467
- "calculatedPrice": 40.61,
468
- "measurePrice": 40.61,
469
- "salesTax": 0.0,
470
- "salesTaxPercentage": 0.0,
471
- "commissionConditionId": null,
472
- "commission": 0.0,
473
- "commissionPercentage": 0.0,
474
- "overwriteCommissionPercentage": false,
475
- "type": 1,
476
- "position": 1,
477
- "entryLineId": 482,
478
- "isAccommodation": false,
479
- "link": "476b0503-02d1-4742-86b2-aefbac26474f",
480
- "profitPercentage": 23.66412213740458015267175573,
481
- "marginPercentage": 31.0,
482
- "margin": 9.61,
483
- "taxOnMargin": 0.0,
484
- "financialMargin": 0.0,
485
- "paxId": 321,
486
- "group": "490df94a-2e1d-4c48-a55d-45434a9dd625",
487
- "isSeparate": null,
488
- "isInPackage": null,
489
- "showPrices": null,
490
- "promotionCode": null
491
- },
492
- {
493
- "id": 1903,
494
- "text": "tax",
495
- "priceRuleId": 573,
496
- "amount": 1.0,
497
- "calculatedUnitPrice": 40.61,
498
- "unitPrice": 40.61,
499
- "currency": "EUR",
500
- "currencyId": 44,
501
- "percentage": null,
502
- "productTypeId": 19,
503
- "productTypeCode": null,
504
- "total": 40.61,
505
- "calculatedCurrency": "EUR",
506
- "calculatedCurrencyId": 44,
507
- "calculatedPrice": 40.61,
508
- "measurePrice": 40.61,
509
- "salesTax": 0.0,
510
- "salesTaxPercentage": 0.0,
511
- "commissionConditionId": null,
512
- "commission": 0.0,
513
- "commissionPercentage": 0.0,
514
- "overwriteCommissionPercentage": false,
515
- "type": 1,
516
- "position": 1,
517
- "entryLineId": 482,
518
- "isAccommodation": false,
519
- "link": "fb3e2dbd-d77b-49f7-8228-8f2a003c7bb3",
520
- "profitPercentage": 23.66412213740458015267175573,
521
- "marginPercentage": 31.0,
522
- "margin": 9.61,
523
- "taxOnMargin": 0.0,
524
- "financialMargin": 0.0,
525
- "paxId": 322,
526
- "group": "490df94a-2e1d-4c48-a55d-45434a9dd625",
527
- "isSeparate": null,
528
- "isInPackage": null,
529
- "showPrices": null,
530
- "promotionCode": null
531
- }
532
- ],
533
- "metaDatas": [
534
- {
535
- "id": 500,
536
- "configuration": "{\"flightLines\":[{\"departureDate\":\"2022-01-09T00:00:00.000Z\",\"arrivalDate\":\"2022-01-09T00:00:00.000Z\",\"departureTime\":\"06:00\",\"departureAirport\":\"BRU\",\"arrivalTime\":\"10:20\",\"arrivalAirport\":\"KTT\",\"number\":\"2013\",\"airline\":\"TB\"}]}",
537
- "metaDataType": 0
538
- },
539
- {
540
- "id": 501,
541
- "configuration": "{\"bagageAllowed\":true}",
542
- "metaDataType": 4
543
- }
544
- ],
545
- "allotmentId": null,
546
- "commission": 0.0,
547
- "profitPercentage": 23.66412213740458015267175573,
548
- "marginPercentage": 31.0,
549
- "margin": 104.47,
550
- "productNotifications": [],
551
- "customerRequests": [],
552
- "pax": [
553
- {
554
- "paxId": 321,
555
- "entryLineId": 482,
556
- "room": 1,
557
- "order": 0,
558
- "pax": {
559
- "id": 321,
560
- "lastName": "Jansens",
561
- "firstName": "Jan",
562
- "dateOfBirth": "1984-05-19T22:00:00+00:00",
563
- "age": null,
564
- "gender": 0,
565
- "phone": "+32 471 12 34 56",
566
- "mobile": "+32 471 12 34 56",
567
- "email": "jan.jansens@fake.be",
568
- "personId": 140,
569
- "emergencyNumber": null,
570
- "hasInsurance": null,
571
- "insuranceName": null,
572
- "isMainBooker": true,
573
- "guid": null,
574
- "birthplace": null,
575
- "nationality": null,
576
- "preferredLanguageId": null,
577
- "preferredLanguage": null,
578
- "passportIssueDate": null,
579
- "passportIssuedLocation": null,
580
- "passportNumber": null,
581
- "passportExpiryDate": null,
582
- "travellerNumber": 0,
583
- "extraLuggage": 0,
584
- "extraLuggageWeight": 0
585
- }
586
- },
587
- {
588
- "paxId": 322,
589
- "entryLineId": 482,
590
- "room": 2,
591
- "order": 0,
592
- "pax": {
593
- "id": 322,
594
- "lastName": "Leenders",
595
- "firstName": "Leen",
596
- "dateOfBirth": "1986-08-08T22:00:00+00:00",
597
- "age": null,
598
- "gender": 1,
599
- "phone": null,
600
- "mobile": null,
601
- "email": null,
602
- "personId": 141,
603
- "emergencyNumber": null,
604
- "hasInsurance": null,
605
- "insuranceName": null,
606
- "isMainBooker": false,
607
- "guid": null,
608
- "birthplace": null,
609
- "nationality": null,
610
- "preferredLanguageId": null,
611
- "preferredLanguage": null,
612
- "passportIssueDate": null,
613
- "passportIssuedLocation": null,
614
- "passportNumber": null,
615
- "passportExpiryDate": null,
616
- "travellerNumber": 0,
617
- "extraLuggage": 0,
618
- "extraLuggageWeight": 0
619
- }
620
- }
621
- ],
622
- "flags": 0,
623
- "checked": false,
624
- "isBeingEdited": false,
625
- "hasSupplierRequests": false,
626
- "isPackagePrice": false,
627
- "externalGuid": null,
628
- "catalogueId": 1,
629
- "requirementType": 0
630
- },
631
- {
632
- "id": 483,
633
- "entryId": 137,
634
- "entryVersion": 1,
635
- "dossierId": 67,
636
- "dossierNumber": "AE000051",
637
- "promotionCodeId": null,
638
- "itemGuid": "0adf8e36-02f6-4199-b118-03acd0983a23",
639
- "parentGuid": "2b918c5d-6514-4bd2-8cd3-d8f51ca1ccb6",
640
- "productCode": "TEST LA FIN JERIS ESSENCE",
641
- "productName": "Test Jeris - Essence of Lapland",
642
- "foreignProductName": "Test Jeris - Essence of Lapland",
643
- "accommodationCode": "2PKST",
644
- "accommodationName": "2 persoonskamer, standaard",
645
- "foreignAccommodationName": "2 persoonskamer, standaard",
646
- "regimeCode": "VP",
647
- "regimeName": "Maaltijden volgens programma",
648
- "foreignRegimeName": "Maaltijden volgens programma",
649
- "quantity": 1.0,
650
- "startDate": "2022-01-09T00:00:00Z",
651
- "endDate": "2022-01-16T00:00:00Z",
652
- "status": 3,
653
- "unitPurchasePrice": 3110.0,
654
- "unitPercentage": null,
655
- "unitSellingPrice": 4074.1,
656
- "customerRequest": null,
657
- "reservationNumber": null,
658
- "attention": null,
659
- "maxAdults": 0,
660
- "supplierAddressId": 420,
661
- "billingAddressId": 317,
662
- "requestAddressId": 317,
663
- "countryId": 75,
664
- "regionId": null,
665
- "regionName": null,
666
- "oordId": null,
667
- "oordName": null,
668
- "locationId": 7,
669
- "country": "Finland",
670
- "region": null,
671
- "oord": null,
672
- "location": null,
673
- "isCalculatedSalePrice": true,
674
- "isCalculatedPurchasePrice": true,
675
- "isManualCommission": false,
676
- "productType": 1,
677
- "order": 2,
678
- "entryPriceLines": [
679
- {
680
- "id": 1892,
681
- "text": "basisprijs",
682
- "priceRuleId": 586,
683
- "amount": 1.0,
684
- "calculatedUnitPrice": 1555.0,
685
- "unitPrice": 1555.0,
686
- "currency": "EUR",
687
- "currencyId": 44,
688
- "percentage": null,
689
- "productTypeId": 4,
690
- "productTypeCode": null,
691
- "total": 1555.0,
692
- "calculatedCurrency": "EUR",
693
- "calculatedCurrencyId": 44,
694
- "calculatedPrice": 1555.0,
695
- "measurePrice": 0.0,
696
- "salesTax": 0.0,
697
- "salesTaxPercentage": 0.0,
698
- "commissionConditionId": null,
699
- "commission": 0.0,
700
- "commissionPercentage": 0.0,
701
- "overwriteCommissionPercentage": false,
702
- "type": 0,
703
- "position": 0,
704
- "entryLineId": 483,
705
- "isAccommodation": false,
706
- "link": "00000000-0000-0000-0000-000000000000",
707
- "profitPercentage": null,
708
- "marginPercentage": null,
709
- "margin": null,
710
- "taxOnMargin": null,
711
- "financialMargin": null,
712
- "paxId": 321,
713
- "group": "f8baa165-6853-4def-813a-1d33bb97c1ad",
714
- "isSeparate": null,
715
- "isInPackage": null,
716
- "showPrices": null,
717
- "promotionCode": null
718
- },
719
- {
720
- "id": 1904,
721
- "text": "basisprijs",
722
- "priceRuleId": 586,
723
- "amount": 1.0,
724
- "calculatedUnitPrice": 1555.0,
725
- "unitPrice": 1555.0,
726
- "currency": "EUR",
727
- "currencyId": 44,
728
- "percentage": null,
729
- "productTypeId": 4,
730
- "productTypeCode": null,
731
- "total": 1555.0,
732
- "calculatedCurrency": "EUR",
733
- "calculatedCurrencyId": 44,
734
- "calculatedPrice": 1555.0,
735
- "measurePrice": 0.0,
736
- "salesTax": 0.0,
737
- "salesTaxPercentage": 0.0,
738
- "commissionConditionId": null,
739
- "commission": 0.0,
740
- "commissionPercentage": 0.0,
741
- "overwriteCommissionPercentage": false,
742
- "type": 0,
743
- "position": 0,
744
- "entryLineId": 483,
745
- "isAccommodation": false,
746
- "link": "00000000-0000-0000-0000-000000000000",
747
- "profitPercentage": null,
748
- "marginPercentage": null,
749
- "margin": null,
750
- "taxOnMargin": null,
751
- "financialMargin": null,
752
- "paxId": 322,
753
- "group": "f8baa165-6853-4def-813a-1d33bb97c1ad",
754
- "isSeparate": null,
755
- "isInPackage": null,
756
- "showPrices": null,
757
- "promotionCode": null
758
- },
759
- {
760
- "id": 1893,
761
- "text": "basisprijs",
762
- "priceRuleId": 586,
763
- "amount": 1.0,
764
- "calculatedUnitPrice": 2037.05,
765
- "unitPrice": 2037.05,
766
- "currency": "EUR",
767
- "currencyId": 44,
768
- "percentage": null,
769
- "productTypeId": 4,
770
- "productTypeCode": null,
771
- "total": 2037.05,
772
- "calculatedCurrency": "EUR",
773
- "calculatedCurrencyId": 44,
774
- "calculatedPrice": 2037.05,
775
- "measurePrice": 2037.05,
776
- "salesTax": 0.0,
777
- "salesTaxPercentage": 0.0,
778
- "commissionConditionId": null,
779
- "commission": 0.0,
780
- "commissionPercentage": 0.0,
781
- "overwriteCommissionPercentage": false,
782
- "type": 1,
783
- "position": 0,
784
- "entryLineId": 483,
785
- "isAccommodation": false,
786
- "link": "00000000-0000-0000-0000-000000000000",
787
- "profitPercentage": 23.66412213740458015267175573,
788
- "marginPercentage": 31.0,
789
- "margin": 482.05,
790
- "taxOnMargin": 0.0,
791
- "financialMargin": 0.0,
792
- "paxId": 321,
793
- "group": "f8baa165-6853-4def-813a-1d33bb97c1ad",
794
- "isSeparate": null,
795
- "isInPackage": null,
796
- "showPrices": null,
797
- "promotionCode": null
798
- },
799
- {
800
- "id": 1905,
801
- "text": "basisprijs",
802
- "priceRuleId": 586,
803
- "amount": 1.0,
804
- "calculatedUnitPrice": 2037.05,
805
- "unitPrice": 2037.05,
806
- "currency": "EUR",
807
- "currencyId": 44,
808
- "percentage": null,
809
- "productTypeId": 4,
810
- "productTypeCode": null,
811
- "total": 2037.05,
812
- "calculatedCurrency": "EUR",
813
- "calculatedCurrencyId": 44,
814
- "calculatedPrice": 2037.05,
815
- "measurePrice": 2037.05,
816
- "salesTax": 0.0,
817
- "salesTaxPercentage": 0.0,
818
- "commissionConditionId": null,
819
- "commission": 0.0,
820
- "commissionPercentage": 0.0,
821
- "overwriteCommissionPercentage": false,
822
- "type": 1,
823
- "position": 0,
824
- "entryLineId": 483,
825
- "isAccommodation": false,
826
- "link": "00000000-0000-0000-0000-000000000000",
827
- "profitPercentage": 23.66412213740458015267175573,
828
- "marginPercentage": 31.0,
829
- "margin": 482.05,
830
- "taxOnMargin": 0.0,
831
- "financialMargin": 0.0,
832
- "paxId": 322,
833
- "group": "f8baa165-6853-4def-813a-1d33bb97c1ad",
834
- "isSeparate": null,
835
- "isInPackage": null,
836
- "showPrices": null,
837
- "promotionCode": null
838
- }
839
- ],
840
- "metaDatas": [],
841
- "allotmentId": null,
842
- "commission": 0.0,
843
- "profitPercentage": 23.66412213740458015267175573,
844
- "marginPercentage": 31.0,
845
- "margin": 964.1,
846
- "productNotifications": [],
847
- "customerRequests": [],
848
- "pax": [
849
- {
850
- "paxId": 321,
851
- "entryLineId": 483,
852
- "room": 1,
853
- "order": 0,
854
- "pax": {
855
- "id": 321,
856
- "lastName": "Jansens",
857
- "firstName": "Jan",
858
- "dateOfBirth": "1984-05-19T22:00:00+00:00",
859
- "age": null,
860
- "gender": 0,
861
- "phone": "+32 471 12 34 56",
862
- "mobile": "+32 471 12 34 56",
863
- "email": "jan.jansens@fake.be",
864
- "personId": 140,
865
- "emergencyNumber": null,
866
- "hasInsurance": null,
867
- "insuranceName": null,
868
- "isMainBooker": true,
869
- "guid": null,
870
- "birthplace": null,
871
- "nationality": null,
872
- "preferredLanguageId": null,
873
- "preferredLanguage": null,
874
- "passportIssueDate": null,
875
- "passportIssuedLocation": null,
876
- "passportNumber": null,
877
- "passportExpiryDate": null,
878
- "travellerNumber": 0,
879
- "extraLuggage": 0,
880
- "extraLuggageWeight": 0
881
- }
882
- },
883
- {
884
- "paxId": 322,
885
- "entryLineId": 483,
886
- "room": 1,
887
- "order": 1,
888
- "pax": {
889
- "id": 322,
890
- "lastName": "Leenders",
891
- "firstName": "Leen",
892
- "dateOfBirth": "1986-08-08T22:00:00+00:00",
893
- "age": null,
894
- "gender": 1,
895
- "phone": null,
896
- "mobile": null,
897
- "email": null,
898
- "personId": 141,
899
- "emergencyNumber": null,
900
- "hasInsurance": null,
901
- "insuranceName": null,
902
- "isMainBooker": false,
903
- "guid": null,
904
- "birthplace": null,
905
- "nationality": null,
906
- "preferredLanguageId": null,
907
- "preferredLanguage": null,
908
- "passportIssueDate": null,
909
- "passportIssuedLocation": null,
910
- "passportNumber": null,
911
- "passportExpiryDate": null,
912
- "travellerNumber": 0,
913
- "extraLuggage": 0,
914
- "extraLuggageWeight": 0
915
- }
916
- }
917
- ],
918
- "flags": 0,
919
- "checked": false,
920
- "isBeingEdited": false,
921
- "hasSupplierRequests": false,
922
- "isPackagePrice": false,
923
- "externalGuid": null,
924
- "catalogueId": 1,
925
- "requirementType": 0
926
- },
927
- {
928
- "id": 484,
929
- "entryId": 137,
930
- "entryVersion": 1,
931
- "dossierId": 67,
932
- "dossierNumber": "AE000051",
933
- "promotionCodeId": null,
934
- "itemGuid": "2cc0df4f-404b-4ca7-9a82-9822da86a53e",
935
- "parentGuid": "0adf8e36-02f6-4199-b118-03acd0983a23",
936
- "productCode": "TEST HS FIN JERIS",
937
- "productName": "TEST HOTEL JERIS",
938
- "foreignProductName": "TEST HOTEL JERIS",
939
- "accommodationCode": "2PKST",
940
- "accommodationName": "2 persoonskamer, standaard",
941
- "foreignAccommodationName": "2 persoonskamer, standaard",
942
- "regimeCode": "VP",
943
- "regimeName": "Maaltijden volgens programma",
944
- "foreignRegimeName": "Maaltijden volgens programma",
945
- "quantity": 1.0,
946
- "startDate": "2022-01-09T00:00:00Z",
947
- "endDate": "2022-01-16T00:00:00Z",
948
- "status": 3,
949
- "unitPurchasePrice": 0.0,
950
- "unitPercentage": null,
951
- "unitSellingPrice": 0.0,
952
- "customerRequest": null,
953
- "reservationNumber": null,
954
- "attention": null,
955
- "maxAdults": 0,
956
- "supplierAddressId": 317,
957
- "billingAddressId": 317,
958
- "requestAddressId": 317,
959
- "countryId": 75,
960
- "regionId": null,
961
- "regionName": null,
962
- "oordId": null,
963
- "oordName": null,
964
- "locationId": null,
965
- "country": "Finland",
966
- "region": null,
967
- "oord": null,
968
- "location": null,
969
- "isCalculatedSalePrice": true,
970
- "isCalculatedPurchasePrice": true,
971
- "isManualCommission": false,
972
- "productType": 3,
973
- "order": 3,
974
- "entryPriceLines": [],
975
- "metaDatas": [],
976
- "allotmentId": null,
977
- "commission": 0.0,
978
- "profitPercentage": 0.0,
979
- "marginPercentage": 100.0,
980
- "margin": 0.0,
981
- "productNotifications": [],
982
- "customerRequests": [],
983
- "pax": [
984
- {
985
- "paxId": 321,
986
- "entryLineId": 484,
987
- "room": 1,
988
- "order": 0,
989
- "pax": {
990
- "id": 321,
991
- "lastName": "Jansens",
992
- "firstName": "Jan",
993
- "dateOfBirth": "1984-05-19T22:00:00+00:00",
994
- "age": null,
995
- "gender": 0,
996
- "phone": "+32 471 12 34 56",
997
- "mobile": "+32 471 12 34 56",
998
- "email": "jan.jansens@fake.be",
999
- "personId": 140,
1000
- "emergencyNumber": null,
1001
- "hasInsurance": null,
1002
- "insuranceName": null,
1003
- "isMainBooker": true,
1004
- "guid": null,
1005
- "birthplace": null,
1006
- "nationality": null,
1007
- "preferredLanguageId": null,
1008
- "preferredLanguage": null,
1009
- "passportIssueDate": null,
1010
- "passportIssuedLocation": null,
1011
- "passportNumber": null,
1012
- "passportExpiryDate": null,
1013
- "travellerNumber": 0,
1014
- "extraLuggage": 0,
1015
- "extraLuggageWeight": 0
1016
- }
1017
- },
1018
- {
1019
- "paxId": 322,
1020
- "entryLineId": 484,
1021
- "room": 1,
1022
- "order": 1,
1023
- "pax": {
1024
- "id": 322,
1025
- "lastName": "Leenders",
1026
- "firstName": "Leen",
1027
- "dateOfBirth": "1986-08-08T22:00:00+00:00",
1028
- "age": null,
1029
- "gender": 1,
1030
- "phone": null,
1031
- "mobile": null,
1032
- "email": null,
1033
- "personId": 141,
1034
- "emergencyNumber": null,
1035
- "hasInsurance": null,
1036
- "insuranceName": null,
1037
- "isMainBooker": false,
1038
- "guid": null,
1039
- "birthplace": null,
1040
- "nationality": null,
1041
- "preferredLanguageId": null,
1042
- "preferredLanguage": null,
1043
- "passportIssueDate": null,
1044
- "passportIssuedLocation": null,
1045
- "passportNumber": null,
1046
- "passportExpiryDate": null,
1047
- "travellerNumber": 0,
1048
- "extraLuggage": 0,
1049
- "extraLuggageWeight": 0
1050
- }
1051
- }
1052
- ],
1053
- "flags": 0,
1054
- "checked": false,
1055
- "isBeingEdited": false,
1056
- "hasSupplierRequests": false,
1057
- "isPackagePrice": false,
1058
- "externalGuid": null,
1059
- "catalogueId": 1,
1060
- "requirementType": 0
1061
- },
1062
- {
1063
- "id": 485,
1064
- "entryId": 137,
1065
- "entryVersion": 1,
1066
- "dossierId": 67,
1067
- "dossierNumber": "AE000051",
1068
- "promotionCodeId": null,
1069
- "itemGuid": "62799ded-1014-44ca-bcce-e0429e871028",
1070
- "parentGuid": "0adf8e36-02f6-4199-b118-03acd0983a23",
1071
- "productCode": "TEST ES FIN JERIS ARTICSAUNAUPGRADE",
1072
- "productName": "Test Arctic Sauna world Upgrade (weekpass)",
1073
- "foreignProductName": "Test Arctic Sauna world Upgrade (weekpass)",
1074
- "accommodationCode": "PPER",
1075
- "accommodationName": "Per persoon",
1076
- "foreignAccommodationName": "Per persoon",
1077
- "regimeCode": null,
1078
- "regimeName": null,
1079
- "foreignRegimeName": null,
1080
- "quantity": 2.0,
1081
- "startDate": "2022-01-09T00:00:00Z",
1082
- "endDate": "2022-01-16T00:00:00Z",
1083
- "status": 3,
1084
- "unitPurchasePrice": 110.0,
1085
- "unitPercentage": null,
1086
- "unitSellingPrice": 144.1,
1087
- "customerRequest": null,
1088
- "reservationNumber": null,
1089
- "attention": null,
1090
- "maxAdults": 0,
1091
- "supplierAddressId": 420,
1092
- "billingAddressId": 317,
1093
- "requestAddressId": 317,
1094
- "countryId": 75,
1095
- "regionId": null,
1096
- "regionName": null,
1097
- "oordId": null,
1098
- "oordName": null,
1099
- "locationId": 7,
1100
- "country": "Finland",
1101
- "region": null,
1102
- "oord": null,
1103
- "location": null,
1104
- "isCalculatedSalePrice": true,
1105
- "isCalculatedPurchasePrice": true,
1106
- "isManualCommission": false,
1107
- "productType": 5,
1108
- "order": 4,
1109
- "entryPriceLines": [
1110
- {
1111
- "id": 1894,
1112
- "text": "supplement volwassene",
1113
- "priceRuleId": 576,
1114
- "amount": 1.0,
1115
- "calculatedUnitPrice": 55.0,
1116
- "unitPrice": 55.0,
1117
- "currency": "EUR",
1118
- "currencyId": 44,
1119
- "percentage": null,
1120
- "productTypeId": 23,
1121
- "productTypeCode": null,
1122
- "total": 55.0,
1123
- "calculatedCurrency": "EUR",
1124
- "calculatedCurrencyId": 44,
1125
- "calculatedPrice": 55.0,
1126
- "measurePrice": 0.0,
1127
- "salesTax": 0.0,
1128
- "salesTaxPercentage": 0.0,
1129
- "commissionConditionId": null,
1130
- "commission": 0.0,
1131
- "commissionPercentage": 0.0,
1132
- "overwriteCommissionPercentage": false,
1133
- "type": 0,
1134
- "position": 0,
1135
- "entryLineId": 485,
1136
- "isAccommodation": false,
1137
- "link": "00000000-0000-0000-0000-000000000000",
1138
- "profitPercentage": null,
1139
- "marginPercentage": null,
1140
- "margin": null,
1141
- "taxOnMargin": null,
1142
- "financialMargin": null,
1143
- "paxId": 321,
1144
- "group": "5ce2724a-881c-465e-a8ba-e22db5547198",
1145
- "isSeparate": null,
1146
- "isInPackage": null,
1147
- "showPrices": null,
1148
- "promotionCode": null
1149
- },
1150
- {
1151
- "id": 1906,
1152
- "text": "supplement volwassene",
1153
- "priceRuleId": 576,
1154
- "amount": 1.0,
1155
- "calculatedUnitPrice": 55.0,
1156
- "unitPrice": 55.0,
1157
- "currency": "EUR",
1158
- "currencyId": 44,
1159
- "percentage": null,
1160
- "productTypeId": 23,
1161
- "productTypeCode": null,
1162
- "total": 55.0,
1163
- "calculatedCurrency": "EUR",
1164
- "calculatedCurrencyId": 44,
1165
- "calculatedPrice": 55.0,
1166
- "measurePrice": 0.0,
1167
- "salesTax": 0.0,
1168
- "salesTaxPercentage": 0.0,
1169
- "commissionConditionId": null,
1170
- "commission": 0.0,
1171
- "commissionPercentage": 0.0,
1172
- "overwriteCommissionPercentage": false,
1173
- "type": 0,
1174
- "position": 0,
1175
- "entryLineId": 485,
1176
- "isAccommodation": false,
1177
- "link": "00000000-0000-0000-0000-000000000000",
1178
- "profitPercentage": null,
1179
- "marginPercentage": null,
1180
- "margin": null,
1181
- "taxOnMargin": null,
1182
- "financialMargin": null,
1183
- "paxId": 322,
1184
- "group": "5ce2724a-881c-465e-a8ba-e22db5547198",
1185
- "isSeparate": null,
1186
- "isInPackage": null,
1187
- "showPrices": null,
1188
- "promotionCode": null
1189
- },
1190
- {
1191
- "id": 1895,
1192
- "text": "supplement volwassene",
1193
- "priceRuleId": 576,
1194
- "amount": 1.0,
1195
- "calculatedUnitPrice": 72.05,
1196
- "unitPrice": 72.05,
1197
- "currency": "EUR",
1198
- "currencyId": 44,
1199
- "percentage": null,
1200
- "productTypeId": 23,
1201
- "productTypeCode": null,
1202
- "total": 72.05,
1203
- "calculatedCurrency": "EUR",
1204
- "calculatedCurrencyId": 44,
1205
- "calculatedPrice": 72.05,
1206
- "measurePrice": 72.05,
1207
- "salesTax": 0.0,
1208
- "salesTaxPercentage": 0.0,
1209
- "commissionConditionId": null,
1210
- "commission": 0.0,
1211
- "commissionPercentage": 0.0,
1212
- "overwriteCommissionPercentage": false,
1213
- "type": 1,
1214
- "position": 0,
1215
- "entryLineId": 485,
1216
- "isAccommodation": false,
1217
- "link": "00000000-0000-0000-0000-000000000000",
1218
- "profitPercentage": 23.66412213740458015267175573,
1219
- "marginPercentage": 31.0,
1220
- "margin": 17.05,
1221
- "taxOnMargin": 0.0,
1222
- "financialMargin": 0.0,
1223
- "paxId": 321,
1224
- "group": "5ce2724a-881c-465e-a8ba-e22db5547198",
1225
- "isSeparate": null,
1226
- "isInPackage": null,
1227
- "showPrices": null,
1228
- "promotionCode": null
1229
- },
1230
- {
1231
- "id": 1907,
1232
- "text": "supplement volwassene",
1233
- "priceRuleId": 576,
1234
- "amount": 1.0,
1235
- "calculatedUnitPrice": 72.05,
1236
- "unitPrice": 72.05,
1237
- "currency": "EUR",
1238
- "currencyId": 44,
1239
- "percentage": null,
1240
- "productTypeId": 23,
1241
- "productTypeCode": null,
1242
- "total": 72.05,
1243
- "calculatedCurrency": "EUR",
1244
- "calculatedCurrencyId": 44,
1245
- "calculatedPrice": 72.05,
1246
- "measurePrice": 72.05,
1247
- "salesTax": 0.0,
1248
- "salesTaxPercentage": 0.0,
1249
- "commissionConditionId": null,
1250
- "commission": 0.0,
1251
- "commissionPercentage": 0.0,
1252
- "overwriteCommissionPercentage": false,
1253
- "type": 1,
1254
- "position": 0,
1255
- "entryLineId": 485,
1256
- "isAccommodation": false,
1257
- "link": "00000000-0000-0000-0000-000000000000",
1258
- "profitPercentage": 23.66412213740458015267175573,
1259
- "marginPercentage": 31.0,
1260
- "margin": 17.05,
1261
- "taxOnMargin": 0.0,
1262
- "financialMargin": 0.0,
1263
- "paxId": 322,
1264
- "group": "5ce2724a-881c-465e-a8ba-e22db5547198",
1265
- "isSeparate": null,
1266
- "isInPackage": null,
1267
- "showPrices": null,
1268
- "promotionCode": null
1269
- }
1270
- ],
1271
- "metaDatas": [],
1272
- "allotmentId": null,
1273
- "commission": 0.0,
1274
- "profitPercentage": 23.66412213740458015267175573,
1275
- "marginPercentage": 31.0,
1276
- "margin": 34.1,
1277
- "productNotifications": [],
1278
- "customerRequests": [],
1279
- "pax": [
1280
- {
1281
- "paxId": 321,
1282
- "entryLineId": 485,
1283
- "room": 1,
1284
- "order": 0,
1285
- "pax": {
1286
- "id": 321,
1287
- "lastName": "Jansens",
1288
- "firstName": "Jan",
1289
- "dateOfBirth": "1984-05-19T22:00:00+00:00",
1290
- "age": null,
1291
- "gender": 0,
1292
- "phone": "+32 471 12 34 56",
1293
- "mobile": "+32 471 12 34 56",
1294
- "email": "jan.jansens@fake.be",
1295
- "personId": 140,
1296
- "emergencyNumber": null,
1297
- "hasInsurance": null,
1298
- "insuranceName": null,
1299
- "isMainBooker": true,
1300
- "guid": null,
1301
- "birthplace": null,
1302
- "nationality": null,
1303
- "preferredLanguageId": null,
1304
- "preferredLanguage": null,
1305
- "passportIssueDate": null,
1306
- "passportIssuedLocation": null,
1307
- "passportNumber": null,
1308
- "passportExpiryDate": null,
1309
- "travellerNumber": 0,
1310
- "extraLuggage": 0,
1311
- "extraLuggageWeight": 0
1312
- }
1313
- },
1314
- {
1315
- "paxId": 322,
1316
- "entryLineId": 485,
1317
- "room": 2,
1318
- "order": 0,
1319
- "pax": {
1320
- "id": 322,
1321
- "lastName": "Leenders",
1322
- "firstName": "Leen",
1323
- "dateOfBirth": "1986-08-08T22:00:00+00:00",
1324
- "age": null,
1325
- "gender": 1,
1326
- "phone": null,
1327
- "mobile": null,
1328
- "email": null,
1329
- "personId": 141,
1330
- "emergencyNumber": null,
1331
- "hasInsurance": null,
1332
- "insuranceName": null,
1333
- "isMainBooker": false,
1334
- "guid": null,
1335
- "birthplace": null,
1336
- "nationality": null,
1337
- "preferredLanguageId": null,
1338
- "preferredLanguage": null,
1339
- "passportIssueDate": null,
1340
- "passportIssuedLocation": null,
1341
- "passportNumber": null,
1342
- "passportExpiryDate": null,
1343
- "travellerNumber": 0,
1344
- "extraLuggage": 0,
1345
- "extraLuggageWeight": 0
1346
- }
1347
- }
1348
- ],
1349
- "flags": 0,
1350
- "checked": false,
1351
- "isBeingEdited": false,
1352
- "hasSupplierRequests": false,
1353
- "isPackagePrice": false,
1354
- "externalGuid": null,
1355
- "catalogueId": 1,
1356
- "requirementType": 1
1357
- },
1358
- {
1359
- "id": 486,
1360
- "entryId": 137,
1361
- "entryVersion": 1,
1362
- "dossierId": 67,
1363
- "dossierNumber": "AE000051",
1364
- "promotionCodeId": null,
1365
- "itemGuid": "a6243d78-e840-4bb3-a58c-c25128f9348d",
1366
- "parentGuid": "0adf8e36-02f6-4199-b118-03acd0983a23",
1367
- "productCode": "TEST EX FIN JERIS SNGLE SNEEUWSCOOTER",
1368
- "productName": "Test Jeris - Single supplement sneeuwscooter",
1369
- "foreignProductName": "Test Jeris - Single supplement sneeuwscooter",
1370
- "accommodationCode": "OPIND",
1371
- "accommodationName": "Op indeling (2 pers. /sneeuwscooter)",
1372
- "foreignAccommodationName": "Op indeling (2 pers. /sneeuwscooter)",
1373
- "regimeCode": null,
1374
- "regimeName": null,
1375
- "foreignRegimeName": null,
1376
- "quantity": 1.0,
1377
- "startDate": "2022-01-09T00:00:00Z",
1378
- "endDate": "2022-01-16T00:00:00Z",
1379
- "status": 3,
1380
- "unitPurchasePrice": 0.0,
1381
- "unitPercentage": null,
1382
- "unitSellingPrice": 0.0,
1383
- "customerRequest": null,
1384
- "reservationNumber": null,
1385
- "attention": null,
1386
- "maxAdults": 0,
1387
- "supplierAddressId": 420,
1388
- "billingAddressId": 317,
1389
- "requestAddressId": 317,
1390
- "countryId": 75,
1391
- "regionId": null,
1392
- "regionName": null,
1393
- "oordId": null,
1394
- "oordName": null,
1395
- "locationId": 7,
1396
- "country": "Finland",
1397
- "region": null,
1398
- "oord": null,
1399
- "location": null,
1400
- "isCalculatedSalePrice": true,
1401
- "isCalculatedPurchasePrice": true,
1402
- "isManualCommission": false,
1403
- "productType": 4,
1404
- "order": 5,
1405
- "entryPriceLines": [],
1406
- "metaDatas": [],
1407
- "allotmentId": null,
1408
- "commission": 0.0,
1409
- "profitPercentage": 0.0,
1410
- "marginPercentage": 100.0,
1411
- "margin": 0.0,
1412
- "productNotifications": [],
1413
- "customerRequests": [],
1414
- "pax": [
1415
- {
1416
- "paxId": 321,
1417
- "entryLineId": 486,
1418
- "room": 1,
1419
- "order": 0,
1420
- "pax": {
1421
- "id": 321,
1422
- "lastName": "Jansens",
1423
- "firstName": "Jan",
1424
- "dateOfBirth": "1984-05-19T22:00:00+00:00",
1425
- "age": null,
1426
- "gender": 0,
1427
- "phone": "+32 471 12 34 56",
1428
- "mobile": "+32 471 12 34 56",
1429
- "email": "jan.jansens@fake.be",
1430
- "personId": 140,
1431
- "emergencyNumber": null,
1432
- "hasInsurance": null,
1433
- "insuranceName": null,
1434
- "isMainBooker": true,
1435
- "guid": null,
1436
- "birthplace": null,
1437
- "nationality": null,
1438
- "preferredLanguageId": null,
1439
- "preferredLanguage": null,
1440
- "passportIssueDate": null,
1441
- "passportIssuedLocation": null,
1442
- "passportNumber": null,
1443
- "passportExpiryDate": null,
1444
- "travellerNumber": 0,
1445
- "extraLuggage": 0,
1446
- "extraLuggageWeight": 0
1447
- }
1448
- },
1449
- {
1450
- "paxId": 322,
1451
- "entryLineId": 486,
1452
- "room": 1,
1453
- "order": 1,
1454
- "pax": {
1455
- "id": 322,
1456
- "lastName": "Leenders",
1457
- "firstName": "Leen",
1458
- "dateOfBirth": "1986-08-08T22:00:00+00:00",
1459
- "age": null,
1460
- "gender": 1,
1461
- "phone": null,
1462
- "mobile": null,
1463
- "email": null,
1464
- "personId": 141,
1465
- "emergencyNumber": null,
1466
- "hasInsurance": null,
1467
- "insuranceName": null,
1468
- "isMainBooker": false,
1469
- "guid": null,
1470
- "birthplace": null,
1471
- "nationality": null,
1472
- "preferredLanguageId": null,
1473
- "preferredLanguage": null,
1474
- "passportIssueDate": null,
1475
- "passportIssuedLocation": null,
1476
- "passportNumber": null,
1477
- "passportExpiryDate": null,
1478
- "travellerNumber": 0,
1479
- "extraLuggage": 0,
1480
- "extraLuggageWeight": 0
1481
- }
1482
- }
1483
- ],
1484
- "flags": 0,
1485
- "checked": false,
1486
- "isBeingEdited": false,
1487
- "hasSupplierRequests": false,
1488
- "isPackagePrice": false,
1489
- "externalGuid": null,
1490
- "catalogueId": 1,
1491
- "requirementType": 0
1492
- },
1493
- {
1494
- "id": 487,
1495
- "entryId": 137,
1496
- "entryVersion": 1,
1497
- "dossierId": 67,
1498
- "dossierNumber": "AE000051",
1499
- "promotionCodeId": null,
1500
- "itemGuid": "7694158d-ec18-4887-a6ae-58e69965faf7",
1501
- "parentGuid": "fdcba172-2bbe-4cfc-821f-e7bfe3b7546a",
1502
- "productCode": "KTT BRU/TB",
1503
- "productName": "Test Kittilä - Brussel",
1504
- "foreignProductName": "Test Kittilä - Brussel",
1505
- "accommodationCode": "Y",
1506
- "accommodationName": "Economy seat",
1507
- "foreignAccommodationName": "Economy seat",
1508
- "regimeCode": null,
1509
- "regimeName": null,
1510
- "foreignRegimeName": null,
1511
- "quantity": 2.0,
1512
- "startDate": "2022-01-16T00:00:00Z",
1513
- "endDate": "2022-01-16T00:00:00Z",
1514
- "status": 3,
1515
- "unitPurchasePrice": 315.0,
1516
- "unitPercentage": null,
1517
- "unitSellingPrice": 412.65,
1518
- "customerRequest": null,
1519
- "reservationNumber": null,
1520
- "attention": null,
1521
- "maxAdults": 0,
1522
- "supplierAddressId": 279,
1523
- "billingAddressId": 279,
1524
- "requestAddressId": 279,
1525
- "countryId": 75,
1526
- "regionId": null,
1527
- "regionName": null,
1528
- "oordId": null,
1529
- "oordName": null,
1530
- "locationId": 8,
1531
- "country": "Finland",
1532
- "region": null,
1533
- "oord": null,
1534
- "location": null,
1535
- "isCalculatedSalePrice": true,
1536
- "isCalculatedPurchasePrice": true,
1537
- "isManualCommission": false,
1538
- "productType": 7,
1539
- "order": 6,
1540
- "entryPriceLines": [
1541
- {
1542
- "id": 1896,
1543
- "text": "ticket",
1544
- "priceRuleId": 567,
1545
- "amount": 1.0,
1546
- "calculatedUnitPrice": 137.5,
1547
- "unitPrice": 137.5,
1548
- "currency": "EUR",
1549
- "currencyId": 44,
1550
- "percentage": null,
1551
- "productTypeId": 3,
1552
- "productTypeCode": null,
1553
- "total": 137.5,
1554
- "calculatedCurrency": "EUR",
1555
- "calculatedCurrencyId": 44,
1556
- "calculatedPrice": 137.5,
1557
- "measurePrice": 0.0,
1558
- "salesTax": 0.0,
1559
- "salesTaxPercentage": 0.0,
1560
- "commissionConditionId": null,
1561
- "commission": 0.0,
1562
- "commissionPercentage": 0.0,
1563
- "overwriteCommissionPercentage": false,
1564
- "type": 0,
1565
- "position": 0,
1566
- "entryLineId": 487,
1567
- "isAccommodation": false,
1568
- "link": "00000000-0000-0000-0000-000000000000",
1569
- "profitPercentage": null,
1570
- "marginPercentage": null,
1571
- "margin": null,
1572
- "taxOnMargin": null,
1573
- "financialMargin": null,
1574
- "paxId": 321,
1575
- "group": "e9fcf95f-0830-47ae-ba22-817b7cd28a79",
1576
- "isSeparate": null,
1577
- "isInPackage": null,
1578
- "showPrices": null,
1579
- "promotionCode": null
1580
- },
1581
- {
1582
- "id": 1908,
1583
- "text": "ticket",
1584
- "priceRuleId": 567,
1585
- "amount": 1.0,
1586
- "calculatedUnitPrice": 137.5,
1587
- "unitPrice": 137.5,
1588
- "currency": "EUR",
1589
- "currencyId": 44,
1590
- "percentage": null,
1591
- "productTypeId": 3,
1592
- "productTypeCode": null,
1593
- "total": 137.5,
1594
- "calculatedCurrency": "EUR",
1595
- "calculatedCurrencyId": 44,
1596
- "calculatedPrice": 137.5,
1597
- "measurePrice": 0.0,
1598
- "salesTax": 0.0,
1599
- "salesTaxPercentage": 0.0,
1600
- "commissionConditionId": null,
1601
- "commission": 0.0,
1602
- "commissionPercentage": 0.0,
1603
- "overwriteCommissionPercentage": false,
1604
- "type": 0,
1605
- "position": 0,
1606
- "entryLineId": 487,
1607
- "isAccommodation": false,
1608
- "link": "00000000-0000-0000-0000-000000000000",
1609
- "profitPercentage": null,
1610
- "marginPercentage": null,
1611
- "margin": null,
1612
- "taxOnMargin": null,
1613
- "financialMargin": null,
1614
- "paxId": 322,
1615
- "group": "e9fcf95f-0830-47ae-ba22-817b7cd28a79",
1616
- "isSeparate": null,
1617
- "isInPackage": null,
1618
- "showPrices": null,
1619
- "promotionCode": null
1620
- },
1621
- {
1622
- "id": 1897,
1623
- "text": "tax",
1624
- "priceRuleId": 568,
1625
- "amount": 1.0,
1626
- "calculatedUnitPrice": 20.0,
1627
- "unitPrice": 20.0,
1628
- "currency": "EUR",
1629
- "currencyId": 44,
1630
- "percentage": null,
1631
- "productTypeId": 19,
1632
- "productTypeCode": null,
1633
- "total": 20.0,
1634
- "calculatedCurrency": "EUR",
1635
- "calculatedCurrencyId": 44,
1636
- "calculatedPrice": 20.0,
1637
- "measurePrice": 0.0,
1638
- "salesTax": 0.0,
1639
- "salesTaxPercentage": 0.0,
1640
- "commissionConditionId": null,
1641
- "commission": 0.0,
1642
- "commissionPercentage": 0.0,
1643
- "overwriteCommissionPercentage": false,
1644
- "type": 0,
1645
- "position": 1,
1646
- "entryLineId": 487,
1647
- "isAccommodation": false,
1648
- "link": "3558fb62-7561-4159-be99-d3a67622fb82",
1649
- "profitPercentage": null,
1650
- "marginPercentage": null,
1651
- "margin": null,
1652
- "taxOnMargin": null,
1653
- "financialMargin": null,
1654
- "paxId": 321,
1655
- "group": "2d07bfff-a8eb-42da-8030-ead1b78eda6c",
1656
- "isSeparate": null,
1657
- "isInPackage": null,
1658
- "showPrices": null,
1659
- "promotionCode": null
1660
- },
1661
- {
1662
- "id": 1909,
1663
- "text": "tax",
1664
- "priceRuleId": 568,
1665
- "amount": 1.0,
1666
- "calculatedUnitPrice": 20.0,
1667
- "unitPrice": 20.0,
1668
- "currency": "EUR",
1669
- "currencyId": 44,
1670
- "percentage": null,
1671
- "productTypeId": 19,
1672
- "productTypeCode": null,
1673
- "total": 20.0,
1674
- "calculatedCurrency": "EUR",
1675
- "calculatedCurrencyId": 44,
1676
- "calculatedPrice": 20.0,
1677
- "measurePrice": 0.0,
1678
- "salesTax": 0.0,
1679
- "salesTaxPercentage": 0.0,
1680
- "commissionConditionId": null,
1681
- "commission": 0.0,
1682
- "commissionPercentage": 0.0,
1683
- "overwriteCommissionPercentage": false,
1684
- "type": 0,
1685
- "position": 1,
1686
- "entryLineId": 487,
1687
- "isAccommodation": false,
1688
- "link": "d03ea0ad-d2eb-4aa1-9d83-6a603263b268",
1689
- "profitPercentage": null,
1690
- "marginPercentage": null,
1691
- "margin": null,
1692
- "taxOnMargin": null,
1693
- "financialMargin": null,
1694
- "paxId": 322,
1695
- "group": "2d07bfff-a8eb-42da-8030-ead1b78eda6c",
1696
- "isSeparate": null,
1697
- "isInPackage": null,
1698
- "showPrices": null,
1699
- "promotionCode": null
1700
- },
1701
- {
1702
- "id": 1898,
1703
- "text": "ticket",
1704
- "priceRuleId": 567,
1705
- "amount": 1.0,
1706
- "calculatedUnitPrice": 180.125,
1707
- "unitPrice": 180.125,
1708
- "currency": "EUR",
1709
- "currencyId": 44,
1710
- "percentage": null,
1711
- "productTypeId": 3,
1712
- "productTypeCode": null,
1713
- "total": 180.125,
1714
- "calculatedCurrency": "EUR",
1715
- "calculatedCurrencyId": 44,
1716
- "calculatedPrice": 180.125,
1717
- "measurePrice": 180.125,
1718
- "salesTax": 0.0,
1719
- "salesTaxPercentage": 0.0,
1720
- "commissionConditionId": null,
1721
- "commission": 0.0,
1722
- "commissionPercentage": 0.0,
1723
- "overwriteCommissionPercentage": false,
1724
- "type": 1,
1725
- "position": 0,
1726
- "entryLineId": 487,
1727
- "isAccommodation": false,
1728
- "link": "00000000-0000-0000-0000-000000000000",
1729
- "profitPercentage": 23.66412213740458015267175573,
1730
- "marginPercentage": 31.0,
1731
- "margin": 42.625,
1732
- "taxOnMargin": 0.0,
1733
- "financialMargin": 0.0,
1734
- "paxId": 321,
1735
- "group": "e9fcf95f-0830-47ae-ba22-817b7cd28a79",
1736
- "isSeparate": null,
1737
- "isInPackage": null,
1738
- "showPrices": null,
1739
- "promotionCode": null
1740
- },
1741
- {
1742
- "id": 1910,
1743
- "text": "ticket",
1744
- "priceRuleId": 567,
1745
- "amount": 1.0,
1746
- "calculatedUnitPrice": 180.125,
1747
- "unitPrice": 180.125,
1748
- "currency": "EUR",
1749
- "currencyId": 44,
1750
- "percentage": null,
1751
- "productTypeId": 3,
1752
- "productTypeCode": null,
1753
- "total": 180.125,
1754
- "calculatedCurrency": "EUR",
1755
- "calculatedCurrencyId": 44,
1756
- "calculatedPrice": 180.125,
1757
- "measurePrice": 180.125,
1758
- "salesTax": 0.0,
1759
- "salesTaxPercentage": 0.0,
1760
- "commissionConditionId": null,
1761
- "commission": 0.0,
1762
- "commissionPercentage": 0.0,
1763
- "overwriteCommissionPercentage": false,
1764
- "type": 1,
1765
- "position": 0,
1766
- "entryLineId": 487,
1767
- "isAccommodation": false,
1768
- "link": "00000000-0000-0000-0000-000000000000",
1769
- "profitPercentage": 23.66412213740458015267175573,
1770
- "marginPercentage": 31.0,
1771
- "margin": 42.625,
1772
- "taxOnMargin": 0.0,
1773
- "financialMargin": 0.0,
1774
- "paxId": 322,
1775
- "group": "e9fcf95f-0830-47ae-ba22-817b7cd28a79",
1776
- "isSeparate": null,
1777
- "isInPackage": null,
1778
- "showPrices": null,
1779
- "promotionCode": null
1780
- },
1781
- {
1782
- "id": 1899,
1783
- "text": "tax",
1784
- "priceRuleId": 568,
1785
- "amount": 1.0,
1786
- "calculatedUnitPrice": 26.2,
1787
- "unitPrice": 26.2,
1788
- "currency": "EUR",
1789
- "currencyId": 44,
1790
- "percentage": null,
1791
- "productTypeId": 19,
1792
- "productTypeCode": null,
1793
- "total": 26.2,
1794
- "calculatedCurrency": "EUR",
1795
- "calculatedCurrencyId": 44,
1796
- "calculatedPrice": 26.2,
1797
- "measurePrice": 26.2,
1798
- "salesTax": 0.0,
1799
- "salesTaxPercentage": 0.0,
1800
- "commissionConditionId": null,
1801
- "commission": 0.0,
1802
- "commissionPercentage": 0.0,
1803
- "overwriteCommissionPercentage": false,
1804
- "type": 1,
1805
- "position": 1,
1806
- "entryLineId": 487,
1807
- "isAccommodation": false,
1808
- "link": "3558fb62-7561-4159-be99-d3a67622fb82",
1809
- "profitPercentage": 23.66412213740458015267175573,
1810
- "marginPercentage": 31.0,
1811
- "margin": 6.2,
1812
- "taxOnMargin": 0.0,
1813
- "financialMargin": 0.0,
1814
- "paxId": 321,
1815
- "group": "2d07bfff-a8eb-42da-8030-ead1b78eda6c",
1816
- "isSeparate": null,
1817
- "isInPackage": null,
1818
- "showPrices": null,
1819
- "promotionCode": null
1820
- },
1821
- {
1822
- "id": 1911,
1823
- "text": "tax",
1824
- "priceRuleId": 568,
1825
- "amount": 1.0,
1826
- "calculatedUnitPrice": 26.2,
1827
- "unitPrice": 26.2,
1828
- "currency": "EUR",
1829
- "currencyId": 44,
1830
- "percentage": null,
1831
- "productTypeId": 19,
1832
- "productTypeCode": null,
1833
- "total": 26.2,
1834
- "calculatedCurrency": "EUR",
1835
- "calculatedCurrencyId": 44,
1836
- "calculatedPrice": 26.2,
1837
- "measurePrice": 26.2,
1838
- "salesTax": 0.0,
1839
- "salesTaxPercentage": 0.0,
1840
- "commissionConditionId": null,
1841
- "commission": 0.0,
1842
- "commissionPercentage": 0.0,
1843
- "overwriteCommissionPercentage": false,
1844
- "type": 1,
1845
- "position": 1,
1846
- "entryLineId": 487,
1847
- "isAccommodation": false,
1848
- "link": "d03ea0ad-d2eb-4aa1-9d83-6a603263b268",
1849
- "profitPercentage": 23.66412213740458015267175573,
1850
- "marginPercentage": 31.0,
1851
- "margin": 6.2,
1852
- "taxOnMargin": 0.0,
1853
- "financialMargin": 0.0,
1854
- "paxId": 322,
1855
- "group": "2d07bfff-a8eb-42da-8030-ead1b78eda6c",
1856
- "isSeparate": null,
1857
- "isInPackage": null,
1858
- "showPrices": null,
1859
- "promotionCode": null
1860
- }
1861
- ],
1862
- "metaDatas": [
1863
- {
1864
- "id": 502,
1865
- "configuration": "{\"flightLines\":[{\"departureDate\":\"2022-01-16T00:00:00.000Z\",\"departureTime\":\"11:05\",\"departureAirport\":\"KTT\",\"arrivalDate\":\"2022-01-16T00:00:00.000Z\",\"arrivalTime\":\"13:40\",\"arrivalAirport\":\"BRU\",\"number\":\"2014\",\"airline\":\"TB\"}]}",
1866
- "metaDataType": 0
1867
- },
1868
- {
1869
- "id": 503,
1870
- "configuration": "{\"bagageAllowed\":true}",
1871
- "metaDataType": 4
1872
- }
1873
- ],
1874
- "allotmentId": null,
1875
- "commission": 0.0,
1876
- "profitPercentage": 23.66412213740458015267175573,
1877
- "marginPercentage": 31.0,
1878
- "margin": 97.65,
1879
- "productNotifications": [],
1880
- "customerRequests": [],
1881
- "pax": [
1882
- {
1883
- "paxId": 321,
1884
- "entryLineId": 487,
1885
- "room": 1,
1886
- "order": 0,
1887
- "pax": {
1888
- "id": 321,
1889
- "lastName": "Jansens",
1890
- "firstName": "Jan",
1891
- "dateOfBirth": "1984-05-19T22:00:00+00:00",
1892
- "age": null,
1893
- "gender": 0,
1894
- "phone": "+32 471 12 34 56",
1895
- "mobile": "+32 471 12 34 56",
1896
- "email": "jan.jansens@fake.be",
1897
- "personId": 140,
1898
- "emergencyNumber": null,
1899
- "hasInsurance": null,
1900
- "insuranceName": null,
1901
- "isMainBooker": true,
1902
- "guid": null,
1903
- "birthplace": null,
1904
- "nationality": null,
1905
- "preferredLanguageId": null,
1906
- "preferredLanguage": null,
1907
- "passportIssueDate": null,
1908
- "passportIssuedLocation": null,
1909
- "passportNumber": null,
1910
- "passportExpiryDate": null,
1911
- "travellerNumber": 0,
1912
- "extraLuggage": 0,
1913
- "extraLuggageWeight": 0
1914
- }
1915
- },
1916
- {
1917
- "paxId": 322,
1918
- "entryLineId": 487,
1919
- "room": 2,
1920
- "order": 0,
1921
- "pax": {
1922
- "id": 322,
1923
- "lastName": "Leenders",
1924
- "firstName": "Leen",
1925
- "dateOfBirth": "1986-08-08T22:00:00+00:00",
1926
- "age": null,
1927
- "gender": 1,
1928
- "phone": null,
1929
- "mobile": null,
1930
- "email": null,
1931
- "personId": 141,
1932
- "emergencyNumber": null,
1933
- "hasInsurance": null,
1934
- "insuranceName": null,
1935
- "isMainBooker": false,
1936
- "guid": null,
1937
- "birthplace": null,
1938
- "nationality": null,
1939
- "preferredLanguageId": null,
1940
- "preferredLanguage": null,
1941
- "passportIssueDate": null,
1942
- "passportIssuedLocation": null,
1943
- "passportNumber": null,
1944
- "passportExpiryDate": null,
1945
- "travellerNumber": 0,
1946
- "extraLuggage": 0,
1947
- "extraLuggageWeight": 0
1948
- }
1949
- }
1950
- ],
1951
- "flags": 0,
1952
- "checked": false,
1953
- "isBeingEdited": false,
1954
- "hasSupplierRequests": false,
1955
- "isPackagePrice": false,
1956
- "externalGuid": null,
1957
- "catalogueId": 1,
1958
- "requirementType": 0
1959
- }
1960
- ],
1961
- "travelers": [
1962
- {
1963
- "id": 321,
1964
- "lastName": "Jansens",
1965
- "firstName": "Jan",
1966
- "dateOfBirth": "1984-05-19T22:00:00+00:00",
1967
- "age": null,
1968
- "gender": 0,
1969
- "phone": "+32 471 12 34 56",
1970
- "mobile": "+32 471 12 34 56",
1971
- "email": "jan.jansens@fake.be",
1972
- "personId": 140,
1973
- "emergencyNumber": null,
1974
- "hasInsurance": null,
1975
- "insuranceName": null,
1976
- "isMainBooker": true,
1977
- "guid": null,
1978
- "birthplace": null,
1979
- "nationality": null,
1980
- "preferredLanguageId": null,
1981
- "preferredLanguage": null,
1982
- "passportIssueDate": null,
1983
- "passportIssuedLocation": null,
1984
- "passportNumber": null,
1985
- "passportExpiryDate": null,
1986
- "travellerNumber": 0,
1987
- "extraLuggage": 0,
1988
- "extraLuggageWeight": 0
1989
- },
1990
- {
1991
- "id": 322,
1992
- "lastName": "Leenders",
1993
- "firstName": "Leen",
1994
- "dateOfBirth": "1986-08-08T22:00:00+00:00",
1995
- "age": null,
1996
- "gender": 1,
1997
- "phone": null,
1998
- "mobile": null,
1999
- "email": null,
2000
- "personId": 141,
2001
- "emergencyNumber": null,
2002
- "hasInsurance": null,
2003
- "insuranceName": null,
2004
- "isMainBooker": false,
2005
- "guid": null,
2006
- "birthplace": null,
2007
- "nationality": null,
2008
- "preferredLanguageId": null,
2009
- "preferredLanguage": null,
2010
- "passportIssueDate": null,
2011
- "passportIssuedLocation": null,
2012
- "passportNumber": null,
2013
- "passportExpiryDate": null,
2014
- "travellerNumber": 0,
2015
- "extraLuggage": 0,
2016
- "extraLuggageWeight": 0
2017
- }
2018
- ],
2019
- "payments": [],
2020
- "notes": [],
2021
- "dossierDefaultProducts": [],
2022
- "tags": [],
2023
- "commission": 0.0,
2024
- "profitPercentage": 23.66412213740458015267175573,
2025
- "profit": 1200.32,
2026
- "marginPercentage": 31.0,
2027
- "margin": 1200.32,
2028
- "purchasePrice": 3872.0,
2029
- "sellingPrice": 5072.32,
2030
- "oldSellingPrice": 0.0,
2031
- "percentage": null,
2032
- "revenue": 5072.32,
2033
- "isManualPackaging": false,
2034
- "isManualDossierType": false,
2035
- "dossierType": 0,
2036
- "optionDate": null,
2037
- "dateCreated": "2021-07-14T09:48:20.0515395Z",
2038
- "confirmedDossierChecks": [],
2039
- "entryCheckResponse": null,
2040
- "dossierDate": "2021-07-14T09:48:20.6296271Z",
2041
- "saleType": 0,
2042
- "flightPool": null
2043
- }
1
+ {
2
+ "id": 137,
3
+ "dossierId": 67,
4
+ "officeId": 1,
5
+ "officeCountryId": 22,
6
+ "companyId": 11,
7
+ "responsibleUserId": null,
8
+ "responsibleUserName": null,
9
+ "agencyAddressId": null,
10
+ "agencyAddressCountryId": null,
11
+ "agencyAddressName": null,
12
+ "travelerAddressName": null,
13
+ "travelerAddressId": 491,
14
+ "travelerAddressCountryId": null,
15
+ "number": "AE000051",
16
+ "customEntryStatusId": 1,
17
+ "contactName": null,
18
+ "contactId": null,
19
+ "version": 1,
20
+ "status": 0,
21
+ "rooms": [
22
+ {
23
+ "id": 172,
24
+ "roomType": 1,
25
+ "paxIds": [321, 322]
26
+ }
27
+ ],
28
+ "items": [
29
+ {
30
+ "id": 481,
31
+ "entryId": 137,
32
+ "entryVersion": 1,
33
+ "dossierId": 67,
34
+ "dossierNumber": "AE000051",
35
+ "promotionCodeId": null,
36
+ "itemGuid": "2b918c5d-6514-4bd2-8cd3-d8f51ca1ccb6",
37
+ "parentGuid": null,
38
+ "productCode": "TEST PK AE IN FIN JERIS ESSENCE",
39
+ "productName": "Test Jeris - Essence of Lapland - PK",
40
+ "foreignProductName": "Test Jeris - Essence of Lapland - PK",
41
+ "accommodationCode": "2PKST",
42
+ "accommodationName": "2 persoonskamer, standaard",
43
+ "foreignAccommodationName": "2 persoonskamer, standaard",
44
+ "regimeCode": "VP",
45
+ "regimeName": "Maaltijden volgens programma",
46
+ "foreignRegimeName": "Maaltijden volgens programma",
47
+ "quantity": 1.0,
48
+ "startDate": "2022-01-09T00:00:00Z",
49
+ "endDate": "2022-01-16T00:00:00Z",
50
+ "status": 3,
51
+ "unitPurchasePrice": 0.0,
52
+ "unitPercentage": null,
53
+ "unitSellingPrice": 0.0,
54
+ "customerRequest": null,
55
+ "reservationNumber": null,
56
+ "attention": null,
57
+ "maxAdults": 0,
58
+ "supplierAddressId": 1,
59
+ "billingAddressId": 1,
60
+ "requestAddressId": 1,
61
+ "countryId": 75,
62
+ "regionId": null,
63
+ "regionName": null,
64
+ "oordId": null,
65
+ "oordName": null,
66
+ "locationId": 7,
67
+ "country": "Finland",
68
+ "region": null,
69
+ "oord": null,
70
+ "location": null,
71
+ "isCalculatedSalePrice": true,
72
+ "isCalculatedPurchasePrice": true,
73
+ "isManualCommission": false,
74
+ "productType": 0,
75
+ "order": 0,
76
+ "entryPriceLines": [],
77
+ "metaDatas": [],
78
+ "allotmentId": null,
79
+ "commission": 0.0,
80
+ "profitPercentage": 0.0,
81
+ "marginPercentage": 100.0,
82
+ "margin": 0.0,
83
+ "productNotifications": [],
84
+ "customerRequests": [],
85
+ "pax": [
86
+ {
87
+ "paxId": 321,
88
+ "entryLineId": 481,
89
+ "room": 0,
90
+ "order": 0,
91
+ "pax": {
92
+ "id": 321,
93
+ "lastName": "Jansens",
94
+ "firstName": "Jan",
95
+ "dateOfBirth": "1984-05-19T22:00:00+00:00",
96
+ "age": null,
97
+ "gender": 0,
98
+ "phone": "+32 471 12 34 56",
99
+ "mobile": "+32 471 12 34 56",
100
+ "email": "jan.jansens@fake.be",
101
+ "personId": 140,
102
+ "emergencyNumber": null,
103
+ "hasInsurance": null,
104
+ "insuranceName": null,
105
+ "isMainBooker": true,
106
+ "guid": null,
107
+ "birthplace": null,
108
+ "nationality": null,
109
+ "preferredLanguageId": null,
110
+ "preferredLanguage": null,
111
+ "passportIssueDate": null,
112
+ "passportIssuedLocation": null,
113
+ "passportNumber": null,
114
+ "passportExpiryDate": null,
115
+ "travellerNumber": 0,
116
+ "extraLuggage": 0,
117
+ "extraLuggageWeight": 0
118
+ }
119
+ },
120
+ {
121
+ "paxId": 322,
122
+ "entryLineId": 481,
123
+ "room": 0,
124
+ "order": 1,
125
+ "pax": {
126
+ "id": 322,
127
+ "lastName": "Leenders",
128
+ "firstName": "Leen",
129
+ "dateOfBirth": "1986-08-08T22:00:00+00:00",
130
+ "age": null,
131
+ "gender": 1,
132
+ "phone": null,
133
+ "mobile": null,
134
+ "email": null,
135
+ "personId": 141,
136
+ "emergencyNumber": null,
137
+ "hasInsurance": null,
138
+ "insuranceName": null,
139
+ "isMainBooker": false,
140
+ "guid": null,
141
+ "birthplace": null,
142
+ "nationality": null,
143
+ "preferredLanguageId": null,
144
+ "preferredLanguage": null,
145
+ "passportIssueDate": null,
146
+ "passportIssuedLocation": null,
147
+ "passportNumber": null,
148
+ "passportExpiryDate": null,
149
+ "travellerNumber": 0,
150
+ "extraLuggage": 0,
151
+ "extraLuggageWeight": 0
152
+ }
153
+ }
154
+ ],
155
+ "flags": 0,
156
+ "checked": false,
157
+ "isBeingEdited": false,
158
+ "hasSupplierRequests": false,
159
+ "isPackagePrice": false,
160
+ "externalGuid": null,
161
+ "catalogueId": 1,
162
+ "requirementType": null
163
+ },
164
+ {
165
+ "id": 482,
166
+ "entryId": 137,
167
+ "entryVersion": 1,
168
+ "dossierId": 67,
169
+ "dossierNumber": "AE000051",
170
+ "promotionCodeId": null,
171
+ "itemGuid": "fdcba172-2bbe-4cfc-821f-e7bfe3b7546a",
172
+ "parentGuid": "2b918c5d-6514-4bd2-8cd3-d8f51ca1ccb6",
173
+ "productCode": "BRU KTT/TB",
174
+ "productName": "Test Brussel - Kittilä",
175
+ "foreignProductName": "Test Brussel - Kittilä",
176
+ "accommodationCode": "Y",
177
+ "accommodationName": "Economy seat",
178
+ "foreignAccommodationName": "Economy seat",
179
+ "regimeCode": null,
180
+ "regimeName": null,
181
+ "foreignRegimeName": null,
182
+ "quantity": 2.0,
183
+ "startDate": "2022-01-09T00:00:00Z",
184
+ "endDate": "2022-01-09T00:00:00Z",
185
+ "status": 3,
186
+ "unitPurchasePrice": 337.0,
187
+ "unitPercentage": null,
188
+ "unitSellingPrice": 441.47,
189
+ "customerRequest": null,
190
+ "reservationNumber": null,
191
+ "attention": null,
192
+ "maxAdults": 0,
193
+ "supplierAddressId": 279,
194
+ "billingAddressId": 279,
195
+ "requestAddressId": 279,
196
+ "countryId": 75,
197
+ "regionId": null,
198
+ "regionName": null,
199
+ "oordId": null,
200
+ "oordName": null,
201
+ "locationId": 8,
202
+ "country": "Finland",
203
+ "region": null,
204
+ "oord": null,
205
+ "location": null,
206
+ "isCalculatedSalePrice": true,
207
+ "isCalculatedPurchasePrice": true,
208
+ "isManualCommission": false,
209
+ "productType": 7,
210
+ "order": 1,
211
+ "entryPriceLines": [
212
+ {
213
+ "id": 1888,
214
+ "text": "ticket",
215
+ "priceRuleId": 572,
216
+ "amount": 1.0,
217
+ "calculatedUnitPrice": 137.5,
218
+ "unitPrice": 137.5,
219
+ "currency": "EUR",
220
+ "currencyId": 44,
221
+ "percentage": null,
222
+ "productTypeId": 3,
223
+ "productTypeCode": null,
224
+ "total": 137.5,
225
+ "calculatedCurrency": "EUR",
226
+ "calculatedCurrencyId": 44,
227
+ "calculatedPrice": 137.5,
228
+ "measurePrice": 0.0,
229
+ "salesTax": 0.0,
230
+ "salesTaxPercentage": 0.0,
231
+ "commissionConditionId": null,
232
+ "commission": 0.0,
233
+ "commissionPercentage": 0.0,
234
+ "overwriteCommissionPercentage": false,
235
+ "type": 0,
236
+ "position": 0,
237
+ "entryLineId": 482,
238
+ "isAccommodation": false,
239
+ "link": "00000000-0000-0000-0000-000000000000",
240
+ "profitPercentage": null,
241
+ "marginPercentage": null,
242
+ "margin": null,
243
+ "taxOnMargin": null,
244
+ "financialMargin": null,
245
+ "paxId": 321,
246
+ "group": "6bc9c4ff-df31-4113-84ed-83d0a240cb95",
247
+ "isSeparate": null,
248
+ "isInPackage": null,
249
+ "showPrices": null,
250
+ "promotionCode": null
251
+ },
252
+ {
253
+ "id": 1900,
254
+ "text": "ticket",
255
+ "priceRuleId": 572,
256
+ "amount": 1.0,
257
+ "calculatedUnitPrice": 137.5,
258
+ "unitPrice": 137.5,
259
+ "currency": "EUR",
260
+ "currencyId": 44,
261
+ "percentage": null,
262
+ "productTypeId": 3,
263
+ "productTypeCode": null,
264
+ "total": 137.5,
265
+ "calculatedCurrency": "EUR",
266
+ "calculatedCurrencyId": 44,
267
+ "calculatedPrice": 137.5,
268
+ "measurePrice": 0.0,
269
+ "salesTax": 0.0,
270
+ "salesTaxPercentage": 0.0,
271
+ "commissionConditionId": null,
272
+ "commission": 0.0,
273
+ "commissionPercentage": 0.0,
274
+ "overwriteCommissionPercentage": false,
275
+ "type": 0,
276
+ "position": 0,
277
+ "entryLineId": 482,
278
+ "isAccommodation": false,
279
+ "link": "00000000-0000-0000-0000-000000000000",
280
+ "profitPercentage": null,
281
+ "marginPercentage": null,
282
+ "margin": null,
283
+ "taxOnMargin": null,
284
+ "financialMargin": null,
285
+ "paxId": 322,
286
+ "group": "6bc9c4ff-df31-4113-84ed-83d0a240cb95",
287
+ "isSeparate": null,
288
+ "isInPackage": null,
289
+ "showPrices": null,
290
+ "promotionCode": null
291
+ },
292
+ {
293
+ "id": 1889,
294
+ "text": "tax",
295
+ "priceRuleId": 573,
296
+ "amount": 1.0,
297
+ "calculatedUnitPrice": 31.0,
298
+ "unitPrice": 31.0,
299
+ "currency": "EUR",
300
+ "currencyId": 44,
301
+ "percentage": null,
302
+ "productTypeId": 19,
303
+ "productTypeCode": null,
304
+ "total": 31.0,
305
+ "calculatedCurrency": "EUR",
306
+ "calculatedCurrencyId": 44,
307
+ "calculatedPrice": 31.0,
308
+ "measurePrice": 0.0,
309
+ "salesTax": 0.0,
310
+ "salesTaxPercentage": 0.0,
311
+ "commissionConditionId": null,
312
+ "commission": 0.0,
313
+ "commissionPercentage": 0.0,
314
+ "overwriteCommissionPercentage": false,
315
+ "type": 0,
316
+ "position": 1,
317
+ "entryLineId": 482,
318
+ "isAccommodation": false,
319
+ "link": "476b0503-02d1-4742-86b2-aefbac26474f",
320
+ "profitPercentage": null,
321
+ "marginPercentage": null,
322
+ "margin": null,
323
+ "taxOnMargin": null,
324
+ "financialMargin": null,
325
+ "paxId": 321,
326
+ "group": "490df94a-2e1d-4c48-a55d-45434a9dd625",
327
+ "isSeparate": null,
328
+ "isInPackage": null,
329
+ "showPrices": null,
330
+ "promotionCode": null
331
+ },
332
+ {
333
+ "id": 1901,
334
+ "text": "tax",
335
+ "priceRuleId": 573,
336
+ "amount": 1.0,
337
+ "calculatedUnitPrice": 31.0,
338
+ "unitPrice": 31.0,
339
+ "currency": "EUR",
340
+ "currencyId": 44,
341
+ "percentage": null,
342
+ "productTypeId": 19,
343
+ "productTypeCode": null,
344
+ "total": 31.0,
345
+ "calculatedCurrency": "EUR",
346
+ "calculatedCurrencyId": 44,
347
+ "calculatedPrice": 31.0,
348
+ "measurePrice": 0.0,
349
+ "salesTax": 0.0,
350
+ "salesTaxPercentage": 0.0,
351
+ "commissionConditionId": null,
352
+ "commission": 0.0,
353
+ "commissionPercentage": 0.0,
354
+ "overwriteCommissionPercentage": false,
355
+ "type": 0,
356
+ "position": 1,
357
+ "entryLineId": 482,
358
+ "isAccommodation": false,
359
+ "link": "fb3e2dbd-d77b-49f7-8228-8f2a003c7bb3",
360
+ "profitPercentage": null,
361
+ "marginPercentage": null,
362
+ "margin": null,
363
+ "taxOnMargin": null,
364
+ "financialMargin": null,
365
+ "paxId": 322,
366
+ "group": "490df94a-2e1d-4c48-a55d-45434a9dd625",
367
+ "isSeparate": null,
368
+ "isInPackage": null,
369
+ "showPrices": null,
370
+ "promotionCode": null
371
+ },
372
+ {
373
+ "id": 1890,
374
+ "text": "ticket",
375
+ "priceRuleId": 572,
376
+ "amount": 1.0,
377
+ "calculatedUnitPrice": 180.125,
378
+ "unitPrice": 180.125,
379
+ "currency": "EUR",
380
+ "currencyId": 44,
381
+ "percentage": null,
382
+ "productTypeId": 3,
383
+ "productTypeCode": null,
384
+ "total": 180.125,
385
+ "calculatedCurrency": "EUR",
386
+ "calculatedCurrencyId": 44,
387
+ "calculatedPrice": 180.125,
388
+ "measurePrice": 180.125,
389
+ "salesTax": 0.0,
390
+ "salesTaxPercentage": 0.0,
391
+ "commissionConditionId": null,
392
+ "commission": 0.0,
393
+ "commissionPercentage": 0.0,
394
+ "overwriteCommissionPercentage": false,
395
+ "type": 1,
396
+ "position": 0,
397
+ "entryLineId": 482,
398
+ "isAccommodation": false,
399
+ "link": "00000000-0000-0000-0000-000000000000",
400
+ "profitPercentage": 23.66412213740458015267175573,
401
+ "marginPercentage": 31.0,
402
+ "margin": 42.625,
403
+ "taxOnMargin": 0.0,
404
+ "financialMargin": 0.0,
405
+ "paxId": 321,
406
+ "group": "6bc9c4ff-df31-4113-84ed-83d0a240cb95",
407
+ "isSeparate": null,
408
+ "isInPackage": null,
409
+ "showPrices": null,
410
+ "promotionCode": null
411
+ },
412
+ {
413
+ "id": 1902,
414
+ "text": "ticket",
415
+ "priceRuleId": 572,
416
+ "amount": 1.0,
417
+ "calculatedUnitPrice": 180.125,
418
+ "unitPrice": 180.125,
419
+ "currency": "EUR",
420
+ "currencyId": 44,
421
+ "percentage": null,
422
+ "productTypeId": 3,
423
+ "productTypeCode": null,
424
+ "total": 180.125,
425
+ "calculatedCurrency": "EUR",
426
+ "calculatedCurrencyId": 44,
427
+ "calculatedPrice": 180.125,
428
+ "measurePrice": 180.125,
429
+ "salesTax": 0.0,
430
+ "salesTaxPercentage": 0.0,
431
+ "commissionConditionId": null,
432
+ "commission": 0.0,
433
+ "commissionPercentage": 0.0,
434
+ "overwriteCommissionPercentage": false,
435
+ "type": 1,
436
+ "position": 0,
437
+ "entryLineId": 482,
438
+ "isAccommodation": false,
439
+ "link": "00000000-0000-0000-0000-000000000000",
440
+ "profitPercentage": 23.66412213740458015267175573,
441
+ "marginPercentage": 31.0,
442
+ "margin": 42.625,
443
+ "taxOnMargin": 0.0,
444
+ "financialMargin": 0.0,
445
+ "paxId": 322,
446
+ "group": "6bc9c4ff-df31-4113-84ed-83d0a240cb95",
447
+ "isSeparate": null,
448
+ "isInPackage": null,
449
+ "showPrices": null,
450
+ "promotionCode": null
451
+ },
452
+ {
453
+ "id": 1891,
454
+ "text": "tax",
455
+ "priceRuleId": 573,
456
+ "amount": 1.0,
457
+ "calculatedUnitPrice": 40.61,
458
+ "unitPrice": 40.61,
459
+ "currency": "EUR",
460
+ "currencyId": 44,
461
+ "percentage": null,
462
+ "productTypeId": 19,
463
+ "productTypeCode": null,
464
+ "total": 40.61,
465
+ "calculatedCurrency": "EUR",
466
+ "calculatedCurrencyId": 44,
467
+ "calculatedPrice": 40.61,
468
+ "measurePrice": 40.61,
469
+ "salesTax": 0.0,
470
+ "salesTaxPercentage": 0.0,
471
+ "commissionConditionId": null,
472
+ "commission": 0.0,
473
+ "commissionPercentage": 0.0,
474
+ "overwriteCommissionPercentage": false,
475
+ "type": 1,
476
+ "position": 1,
477
+ "entryLineId": 482,
478
+ "isAccommodation": false,
479
+ "link": "476b0503-02d1-4742-86b2-aefbac26474f",
480
+ "profitPercentage": 23.66412213740458015267175573,
481
+ "marginPercentage": 31.0,
482
+ "margin": 9.61,
483
+ "taxOnMargin": 0.0,
484
+ "financialMargin": 0.0,
485
+ "paxId": 321,
486
+ "group": "490df94a-2e1d-4c48-a55d-45434a9dd625",
487
+ "isSeparate": null,
488
+ "isInPackage": null,
489
+ "showPrices": null,
490
+ "promotionCode": null
491
+ },
492
+ {
493
+ "id": 1903,
494
+ "text": "tax",
495
+ "priceRuleId": 573,
496
+ "amount": 1.0,
497
+ "calculatedUnitPrice": 40.61,
498
+ "unitPrice": 40.61,
499
+ "currency": "EUR",
500
+ "currencyId": 44,
501
+ "percentage": null,
502
+ "productTypeId": 19,
503
+ "productTypeCode": null,
504
+ "total": 40.61,
505
+ "calculatedCurrency": "EUR",
506
+ "calculatedCurrencyId": 44,
507
+ "calculatedPrice": 40.61,
508
+ "measurePrice": 40.61,
509
+ "salesTax": 0.0,
510
+ "salesTaxPercentage": 0.0,
511
+ "commissionConditionId": null,
512
+ "commission": 0.0,
513
+ "commissionPercentage": 0.0,
514
+ "overwriteCommissionPercentage": false,
515
+ "type": 1,
516
+ "position": 1,
517
+ "entryLineId": 482,
518
+ "isAccommodation": false,
519
+ "link": "fb3e2dbd-d77b-49f7-8228-8f2a003c7bb3",
520
+ "profitPercentage": 23.66412213740458015267175573,
521
+ "marginPercentage": 31.0,
522
+ "margin": 9.61,
523
+ "taxOnMargin": 0.0,
524
+ "financialMargin": 0.0,
525
+ "paxId": 322,
526
+ "group": "490df94a-2e1d-4c48-a55d-45434a9dd625",
527
+ "isSeparate": null,
528
+ "isInPackage": null,
529
+ "showPrices": null,
530
+ "promotionCode": null
531
+ }
532
+ ],
533
+ "metaDatas": [
534
+ {
535
+ "id": 500,
536
+ "configuration": "{\"flightLines\":[{\"departureDate\":\"2022-01-09T00:00:00.000Z\",\"arrivalDate\":\"2022-01-09T00:00:00.000Z\",\"departureTime\":\"06:00\",\"departureAirport\":\"BRU\",\"arrivalTime\":\"10:20\",\"arrivalAirport\":\"KTT\",\"number\":\"2013\",\"airline\":\"TB\"}]}",
537
+ "metaDataType": 0
538
+ },
539
+ {
540
+ "id": 501,
541
+ "configuration": "{\"bagageAllowed\":true}",
542
+ "metaDataType": 4
543
+ }
544
+ ],
545
+ "allotmentId": null,
546
+ "commission": 0.0,
547
+ "profitPercentage": 23.66412213740458015267175573,
548
+ "marginPercentage": 31.0,
549
+ "margin": 104.47,
550
+ "productNotifications": [],
551
+ "customerRequests": [],
552
+ "pax": [
553
+ {
554
+ "paxId": 321,
555
+ "entryLineId": 482,
556
+ "room": 1,
557
+ "order": 0,
558
+ "pax": {
559
+ "id": 321,
560
+ "lastName": "Jansens",
561
+ "firstName": "Jan",
562
+ "dateOfBirth": "1984-05-19T22:00:00+00:00",
563
+ "age": null,
564
+ "gender": 0,
565
+ "phone": "+32 471 12 34 56",
566
+ "mobile": "+32 471 12 34 56",
567
+ "email": "jan.jansens@fake.be",
568
+ "personId": 140,
569
+ "emergencyNumber": null,
570
+ "hasInsurance": null,
571
+ "insuranceName": null,
572
+ "isMainBooker": true,
573
+ "guid": null,
574
+ "birthplace": null,
575
+ "nationality": null,
576
+ "preferredLanguageId": null,
577
+ "preferredLanguage": null,
578
+ "passportIssueDate": null,
579
+ "passportIssuedLocation": null,
580
+ "passportNumber": null,
581
+ "passportExpiryDate": null,
582
+ "travellerNumber": 0,
583
+ "extraLuggage": 0,
584
+ "extraLuggageWeight": 0
585
+ }
586
+ },
587
+ {
588
+ "paxId": 322,
589
+ "entryLineId": 482,
590
+ "room": 2,
591
+ "order": 0,
592
+ "pax": {
593
+ "id": 322,
594
+ "lastName": "Leenders",
595
+ "firstName": "Leen",
596
+ "dateOfBirth": "1986-08-08T22:00:00+00:00",
597
+ "age": null,
598
+ "gender": 1,
599
+ "phone": null,
600
+ "mobile": null,
601
+ "email": null,
602
+ "personId": 141,
603
+ "emergencyNumber": null,
604
+ "hasInsurance": null,
605
+ "insuranceName": null,
606
+ "isMainBooker": false,
607
+ "guid": null,
608
+ "birthplace": null,
609
+ "nationality": null,
610
+ "preferredLanguageId": null,
611
+ "preferredLanguage": null,
612
+ "passportIssueDate": null,
613
+ "passportIssuedLocation": null,
614
+ "passportNumber": null,
615
+ "passportExpiryDate": null,
616
+ "travellerNumber": 0,
617
+ "extraLuggage": 0,
618
+ "extraLuggageWeight": 0
619
+ }
620
+ }
621
+ ],
622
+ "flags": 0,
623
+ "checked": false,
624
+ "isBeingEdited": false,
625
+ "hasSupplierRequests": false,
626
+ "isPackagePrice": false,
627
+ "externalGuid": null,
628
+ "catalogueId": 1,
629
+ "requirementType": 0
630
+ },
631
+ {
632
+ "id": 483,
633
+ "entryId": 137,
634
+ "entryVersion": 1,
635
+ "dossierId": 67,
636
+ "dossierNumber": "AE000051",
637
+ "promotionCodeId": null,
638
+ "itemGuid": "0adf8e36-02f6-4199-b118-03acd0983a23",
639
+ "parentGuid": "2b918c5d-6514-4bd2-8cd3-d8f51ca1ccb6",
640
+ "productCode": "TEST LA FIN JERIS ESSENCE",
641
+ "productName": "Test Jeris - Essence of Lapland",
642
+ "foreignProductName": "Test Jeris - Essence of Lapland",
643
+ "accommodationCode": "2PKST",
644
+ "accommodationName": "2 persoonskamer, standaard",
645
+ "foreignAccommodationName": "2 persoonskamer, standaard",
646
+ "regimeCode": "VP",
647
+ "regimeName": "Maaltijden volgens programma",
648
+ "foreignRegimeName": "Maaltijden volgens programma",
649
+ "quantity": 1.0,
650
+ "startDate": "2022-01-09T00:00:00Z",
651
+ "endDate": "2022-01-16T00:00:00Z",
652
+ "status": 3,
653
+ "unitPurchasePrice": 3110.0,
654
+ "unitPercentage": null,
655
+ "unitSellingPrice": 4074.1,
656
+ "customerRequest": null,
657
+ "reservationNumber": null,
658
+ "attention": null,
659
+ "maxAdults": 0,
660
+ "supplierAddressId": 420,
661
+ "billingAddressId": 317,
662
+ "requestAddressId": 317,
663
+ "countryId": 75,
664
+ "regionId": null,
665
+ "regionName": null,
666
+ "oordId": null,
667
+ "oordName": null,
668
+ "locationId": 7,
669
+ "country": "Finland",
670
+ "region": null,
671
+ "oord": null,
672
+ "location": null,
673
+ "isCalculatedSalePrice": true,
674
+ "isCalculatedPurchasePrice": true,
675
+ "isManualCommission": false,
676
+ "productType": 1,
677
+ "order": 2,
678
+ "entryPriceLines": [
679
+ {
680
+ "id": 1892,
681
+ "text": "basisprijs",
682
+ "priceRuleId": 586,
683
+ "amount": 1.0,
684
+ "calculatedUnitPrice": 1555.0,
685
+ "unitPrice": 1555.0,
686
+ "currency": "EUR",
687
+ "currencyId": 44,
688
+ "percentage": null,
689
+ "productTypeId": 4,
690
+ "productTypeCode": null,
691
+ "total": 1555.0,
692
+ "calculatedCurrency": "EUR",
693
+ "calculatedCurrencyId": 44,
694
+ "calculatedPrice": 1555.0,
695
+ "measurePrice": 0.0,
696
+ "salesTax": 0.0,
697
+ "salesTaxPercentage": 0.0,
698
+ "commissionConditionId": null,
699
+ "commission": 0.0,
700
+ "commissionPercentage": 0.0,
701
+ "overwriteCommissionPercentage": false,
702
+ "type": 0,
703
+ "position": 0,
704
+ "entryLineId": 483,
705
+ "isAccommodation": false,
706
+ "link": "00000000-0000-0000-0000-000000000000",
707
+ "profitPercentage": null,
708
+ "marginPercentage": null,
709
+ "margin": null,
710
+ "taxOnMargin": null,
711
+ "financialMargin": null,
712
+ "paxId": 321,
713
+ "group": "f8baa165-6853-4def-813a-1d33bb97c1ad",
714
+ "isSeparate": null,
715
+ "isInPackage": null,
716
+ "showPrices": null,
717
+ "promotionCode": null
718
+ },
719
+ {
720
+ "id": 1904,
721
+ "text": "basisprijs",
722
+ "priceRuleId": 586,
723
+ "amount": 1.0,
724
+ "calculatedUnitPrice": 1555.0,
725
+ "unitPrice": 1555.0,
726
+ "currency": "EUR",
727
+ "currencyId": 44,
728
+ "percentage": null,
729
+ "productTypeId": 4,
730
+ "productTypeCode": null,
731
+ "total": 1555.0,
732
+ "calculatedCurrency": "EUR",
733
+ "calculatedCurrencyId": 44,
734
+ "calculatedPrice": 1555.0,
735
+ "measurePrice": 0.0,
736
+ "salesTax": 0.0,
737
+ "salesTaxPercentage": 0.0,
738
+ "commissionConditionId": null,
739
+ "commission": 0.0,
740
+ "commissionPercentage": 0.0,
741
+ "overwriteCommissionPercentage": false,
742
+ "type": 0,
743
+ "position": 0,
744
+ "entryLineId": 483,
745
+ "isAccommodation": false,
746
+ "link": "00000000-0000-0000-0000-000000000000",
747
+ "profitPercentage": null,
748
+ "marginPercentage": null,
749
+ "margin": null,
750
+ "taxOnMargin": null,
751
+ "financialMargin": null,
752
+ "paxId": 322,
753
+ "group": "f8baa165-6853-4def-813a-1d33bb97c1ad",
754
+ "isSeparate": null,
755
+ "isInPackage": null,
756
+ "showPrices": null,
757
+ "promotionCode": null
758
+ },
759
+ {
760
+ "id": 1893,
761
+ "text": "basisprijs",
762
+ "priceRuleId": 586,
763
+ "amount": 1.0,
764
+ "calculatedUnitPrice": 2037.05,
765
+ "unitPrice": 2037.05,
766
+ "currency": "EUR",
767
+ "currencyId": 44,
768
+ "percentage": null,
769
+ "productTypeId": 4,
770
+ "productTypeCode": null,
771
+ "total": 2037.05,
772
+ "calculatedCurrency": "EUR",
773
+ "calculatedCurrencyId": 44,
774
+ "calculatedPrice": 2037.05,
775
+ "measurePrice": 2037.05,
776
+ "salesTax": 0.0,
777
+ "salesTaxPercentage": 0.0,
778
+ "commissionConditionId": null,
779
+ "commission": 0.0,
780
+ "commissionPercentage": 0.0,
781
+ "overwriteCommissionPercentage": false,
782
+ "type": 1,
783
+ "position": 0,
784
+ "entryLineId": 483,
785
+ "isAccommodation": false,
786
+ "link": "00000000-0000-0000-0000-000000000000",
787
+ "profitPercentage": 23.66412213740458015267175573,
788
+ "marginPercentage": 31.0,
789
+ "margin": 482.05,
790
+ "taxOnMargin": 0.0,
791
+ "financialMargin": 0.0,
792
+ "paxId": 321,
793
+ "group": "f8baa165-6853-4def-813a-1d33bb97c1ad",
794
+ "isSeparate": null,
795
+ "isInPackage": null,
796
+ "showPrices": null,
797
+ "promotionCode": null
798
+ },
799
+ {
800
+ "id": 1905,
801
+ "text": "basisprijs",
802
+ "priceRuleId": 586,
803
+ "amount": 1.0,
804
+ "calculatedUnitPrice": 2037.05,
805
+ "unitPrice": 2037.05,
806
+ "currency": "EUR",
807
+ "currencyId": 44,
808
+ "percentage": null,
809
+ "productTypeId": 4,
810
+ "productTypeCode": null,
811
+ "total": 2037.05,
812
+ "calculatedCurrency": "EUR",
813
+ "calculatedCurrencyId": 44,
814
+ "calculatedPrice": 2037.05,
815
+ "measurePrice": 2037.05,
816
+ "salesTax": 0.0,
817
+ "salesTaxPercentage": 0.0,
818
+ "commissionConditionId": null,
819
+ "commission": 0.0,
820
+ "commissionPercentage": 0.0,
821
+ "overwriteCommissionPercentage": false,
822
+ "type": 1,
823
+ "position": 0,
824
+ "entryLineId": 483,
825
+ "isAccommodation": false,
826
+ "link": "00000000-0000-0000-0000-000000000000",
827
+ "profitPercentage": 23.66412213740458015267175573,
828
+ "marginPercentage": 31.0,
829
+ "margin": 482.05,
830
+ "taxOnMargin": 0.0,
831
+ "financialMargin": 0.0,
832
+ "paxId": 322,
833
+ "group": "f8baa165-6853-4def-813a-1d33bb97c1ad",
834
+ "isSeparate": null,
835
+ "isInPackage": null,
836
+ "showPrices": null,
837
+ "promotionCode": null
838
+ }
839
+ ],
840
+ "metaDatas": [],
841
+ "allotmentId": null,
842
+ "commission": 0.0,
843
+ "profitPercentage": 23.66412213740458015267175573,
844
+ "marginPercentage": 31.0,
845
+ "margin": 964.1,
846
+ "productNotifications": [],
847
+ "customerRequests": [],
848
+ "pax": [
849
+ {
850
+ "paxId": 321,
851
+ "entryLineId": 483,
852
+ "room": 1,
853
+ "order": 0,
854
+ "pax": {
855
+ "id": 321,
856
+ "lastName": "Jansens",
857
+ "firstName": "Jan",
858
+ "dateOfBirth": "1984-05-19T22:00:00+00:00",
859
+ "age": null,
860
+ "gender": 0,
861
+ "phone": "+32 471 12 34 56",
862
+ "mobile": "+32 471 12 34 56",
863
+ "email": "jan.jansens@fake.be",
864
+ "personId": 140,
865
+ "emergencyNumber": null,
866
+ "hasInsurance": null,
867
+ "insuranceName": null,
868
+ "isMainBooker": true,
869
+ "guid": null,
870
+ "birthplace": null,
871
+ "nationality": null,
872
+ "preferredLanguageId": null,
873
+ "preferredLanguage": null,
874
+ "passportIssueDate": null,
875
+ "passportIssuedLocation": null,
876
+ "passportNumber": null,
877
+ "passportExpiryDate": null,
878
+ "travellerNumber": 0,
879
+ "extraLuggage": 0,
880
+ "extraLuggageWeight": 0
881
+ }
882
+ },
883
+ {
884
+ "paxId": 322,
885
+ "entryLineId": 483,
886
+ "room": 1,
887
+ "order": 1,
888
+ "pax": {
889
+ "id": 322,
890
+ "lastName": "Leenders",
891
+ "firstName": "Leen",
892
+ "dateOfBirth": "1986-08-08T22:00:00+00:00",
893
+ "age": null,
894
+ "gender": 1,
895
+ "phone": null,
896
+ "mobile": null,
897
+ "email": null,
898
+ "personId": 141,
899
+ "emergencyNumber": null,
900
+ "hasInsurance": null,
901
+ "insuranceName": null,
902
+ "isMainBooker": false,
903
+ "guid": null,
904
+ "birthplace": null,
905
+ "nationality": null,
906
+ "preferredLanguageId": null,
907
+ "preferredLanguage": null,
908
+ "passportIssueDate": null,
909
+ "passportIssuedLocation": null,
910
+ "passportNumber": null,
911
+ "passportExpiryDate": null,
912
+ "travellerNumber": 0,
913
+ "extraLuggage": 0,
914
+ "extraLuggageWeight": 0
915
+ }
916
+ }
917
+ ],
918
+ "flags": 0,
919
+ "checked": false,
920
+ "isBeingEdited": false,
921
+ "hasSupplierRequests": false,
922
+ "isPackagePrice": false,
923
+ "externalGuid": null,
924
+ "catalogueId": 1,
925
+ "requirementType": 0
926
+ },
927
+ {
928
+ "id": 484,
929
+ "entryId": 137,
930
+ "entryVersion": 1,
931
+ "dossierId": 67,
932
+ "dossierNumber": "AE000051",
933
+ "promotionCodeId": null,
934
+ "itemGuid": "2cc0df4f-404b-4ca7-9a82-9822da86a53e",
935
+ "parentGuid": "0adf8e36-02f6-4199-b118-03acd0983a23",
936
+ "productCode": "TEST HS FIN JERIS",
937
+ "productName": "TEST HOTEL JERIS",
938
+ "foreignProductName": "TEST HOTEL JERIS",
939
+ "accommodationCode": "2PKST",
940
+ "accommodationName": "2 persoonskamer, standaard",
941
+ "foreignAccommodationName": "2 persoonskamer, standaard",
942
+ "regimeCode": "VP",
943
+ "regimeName": "Maaltijden volgens programma",
944
+ "foreignRegimeName": "Maaltijden volgens programma",
945
+ "quantity": 1.0,
946
+ "startDate": "2022-01-09T00:00:00Z",
947
+ "endDate": "2022-01-16T00:00:00Z",
948
+ "status": 3,
949
+ "unitPurchasePrice": 0.0,
950
+ "unitPercentage": null,
951
+ "unitSellingPrice": 0.0,
952
+ "customerRequest": null,
953
+ "reservationNumber": null,
954
+ "attention": null,
955
+ "maxAdults": 0,
956
+ "supplierAddressId": 317,
957
+ "billingAddressId": 317,
958
+ "requestAddressId": 317,
959
+ "countryId": 75,
960
+ "regionId": null,
961
+ "regionName": null,
962
+ "oordId": null,
963
+ "oordName": null,
964
+ "locationId": null,
965
+ "country": "Finland",
966
+ "region": null,
967
+ "oord": null,
968
+ "location": null,
969
+ "isCalculatedSalePrice": true,
970
+ "isCalculatedPurchasePrice": true,
971
+ "isManualCommission": false,
972
+ "productType": 3,
973
+ "order": 3,
974
+ "entryPriceLines": [],
975
+ "metaDatas": [],
976
+ "allotmentId": null,
977
+ "commission": 0.0,
978
+ "profitPercentage": 0.0,
979
+ "marginPercentage": 100.0,
980
+ "margin": 0.0,
981
+ "productNotifications": [],
982
+ "customerRequests": [],
983
+ "pax": [
984
+ {
985
+ "paxId": 321,
986
+ "entryLineId": 484,
987
+ "room": 1,
988
+ "order": 0,
989
+ "pax": {
990
+ "id": 321,
991
+ "lastName": "Jansens",
992
+ "firstName": "Jan",
993
+ "dateOfBirth": "1984-05-19T22:00:00+00:00",
994
+ "age": null,
995
+ "gender": 0,
996
+ "phone": "+32 471 12 34 56",
997
+ "mobile": "+32 471 12 34 56",
998
+ "email": "jan.jansens@fake.be",
999
+ "personId": 140,
1000
+ "emergencyNumber": null,
1001
+ "hasInsurance": null,
1002
+ "insuranceName": null,
1003
+ "isMainBooker": true,
1004
+ "guid": null,
1005
+ "birthplace": null,
1006
+ "nationality": null,
1007
+ "preferredLanguageId": null,
1008
+ "preferredLanguage": null,
1009
+ "passportIssueDate": null,
1010
+ "passportIssuedLocation": null,
1011
+ "passportNumber": null,
1012
+ "passportExpiryDate": null,
1013
+ "travellerNumber": 0,
1014
+ "extraLuggage": 0,
1015
+ "extraLuggageWeight": 0
1016
+ }
1017
+ },
1018
+ {
1019
+ "paxId": 322,
1020
+ "entryLineId": 484,
1021
+ "room": 1,
1022
+ "order": 1,
1023
+ "pax": {
1024
+ "id": 322,
1025
+ "lastName": "Leenders",
1026
+ "firstName": "Leen",
1027
+ "dateOfBirth": "1986-08-08T22:00:00+00:00",
1028
+ "age": null,
1029
+ "gender": 1,
1030
+ "phone": null,
1031
+ "mobile": null,
1032
+ "email": null,
1033
+ "personId": 141,
1034
+ "emergencyNumber": null,
1035
+ "hasInsurance": null,
1036
+ "insuranceName": null,
1037
+ "isMainBooker": false,
1038
+ "guid": null,
1039
+ "birthplace": null,
1040
+ "nationality": null,
1041
+ "preferredLanguageId": null,
1042
+ "preferredLanguage": null,
1043
+ "passportIssueDate": null,
1044
+ "passportIssuedLocation": null,
1045
+ "passportNumber": null,
1046
+ "passportExpiryDate": null,
1047
+ "travellerNumber": 0,
1048
+ "extraLuggage": 0,
1049
+ "extraLuggageWeight": 0
1050
+ }
1051
+ }
1052
+ ],
1053
+ "flags": 0,
1054
+ "checked": false,
1055
+ "isBeingEdited": false,
1056
+ "hasSupplierRequests": false,
1057
+ "isPackagePrice": false,
1058
+ "externalGuid": null,
1059
+ "catalogueId": 1,
1060
+ "requirementType": 0
1061
+ },
1062
+ {
1063
+ "id": 485,
1064
+ "entryId": 137,
1065
+ "entryVersion": 1,
1066
+ "dossierId": 67,
1067
+ "dossierNumber": "AE000051",
1068
+ "promotionCodeId": null,
1069
+ "itemGuid": "62799ded-1014-44ca-bcce-e0429e871028",
1070
+ "parentGuid": "0adf8e36-02f6-4199-b118-03acd0983a23",
1071
+ "productCode": "TEST ES FIN JERIS ARTICSAUNAUPGRADE",
1072
+ "productName": "Test Arctic Sauna world Upgrade (weekpass)",
1073
+ "foreignProductName": "Test Arctic Sauna world Upgrade (weekpass)",
1074
+ "accommodationCode": "PPER",
1075
+ "accommodationName": "Per persoon",
1076
+ "foreignAccommodationName": "Per persoon",
1077
+ "regimeCode": null,
1078
+ "regimeName": null,
1079
+ "foreignRegimeName": null,
1080
+ "quantity": 2.0,
1081
+ "startDate": "2022-01-09T00:00:00Z",
1082
+ "endDate": "2022-01-16T00:00:00Z",
1083
+ "status": 3,
1084
+ "unitPurchasePrice": 110.0,
1085
+ "unitPercentage": null,
1086
+ "unitSellingPrice": 144.1,
1087
+ "customerRequest": null,
1088
+ "reservationNumber": null,
1089
+ "attention": null,
1090
+ "maxAdults": 0,
1091
+ "supplierAddressId": 420,
1092
+ "billingAddressId": 317,
1093
+ "requestAddressId": 317,
1094
+ "countryId": 75,
1095
+ "regionId": null,
1096
+ "regionName": null,
1097
+ "oordId": null,
1098
+ "oordName": null,
1099
+ "locationId": 7,
1100
+ "country": "Finland",
1101
+ "region": null,
1102
+ "oord": null,
1103
+ "location": null,
1104
+ "isCalculatedSalePrice": true,
1105
+ "isCalculatedPurchasePrice": true,
1106
+ "isManualCommission": false,
1107
+ "productType": 5,
1108
+ "order": 4,
1109
+ "entryPriceLines": [
1110
+ {
1111
+ "id": 1894,
1112
+ "text": "supplement volwassene",
1113
+ "priceRuleId": 576,
1114
+ "amount": 1.0,
1115
+ "calculatedUnitPrice": 55.0,
1116
+ "unitPrice": 55.0,
1117
+ "currency": "EUR",
1118
+ "currencyId": 44,
1119
+ "percentage": null,
1120
+ "productTypeId": 23,
1121
+ "productTypeCode": null,
1122
+ "total": 55.0,
1123
+ "calculatedCurrency": "EUR",
1124
+ "calculatedCurrencyId": 44,
1125
+ "calculatedPrice": 55.0,
1126
+ "measurePrice": 0.0,
1127
+ "salesTax": 0.0,
1128
+ "salesTaxPercentage": 0.0,
1129
+ "commissionConditionId": null,
1130
+ "commission": 0.0,
1131
+ "commissionPercentage": 0.0,
1132
+ "overwriteCommissionPercentage": false,
1133
+ "type": 0,
1134
+ "position": 0,
1135
+ "entryLineId": 485,
1136
+ "isAccommodation": false,
1137
+ "link": "00000000-0000-0000-0000-000000000000",
1138
+ "profitPercentage": null,
1139
+ "marginPercentage": null,
1140
+ "margin": null,
1141
+ "taxOnMargin": null,
1142
+ "financialMargin": null,
1143
+ "paxId": 321,
1144
+ "group": "5ce2724a-881c-465e-a8ba-e22db5547198",
1145
+ "isSeparate": null,
1146
+ "isInPackage": null,
1147
+ "showPrices": null,
1148
+ "promotionCode": null
1149
+ },
1150
+ {
1151
+ "id": 1906,
1152
+ "text": "supplement volwassene",
1153
+ "priceRuleId": 576,
1154
+ "amount": 1.0,
1155
+ "calculatedUnitPrice": 55.0,
1156
+ "unitPrice": 55.0,
1157
+ "currency": "EUR",
1158
+ "currencyId": 44,
1159
+ "percentage": null,
1160
+ "productTypeId": 23,
1161
+ "productTypeCode": null,
1162
+ "total": 55.0,
1163
+ "calculatedCurrency": "EUR",
1164
+ "calculatedCurrencyId": 44,
1165
+ "calculatedPrice": 55.0,
1166
+ "measurePrice": 0.0,
1167
+ "salesTax": 0.0,
1168
+ "salesTaxPercentage": 0.0,
1169
+ "commissionConditionId": null,
1170
+ "commission": 0.0,
1171
+ "commissionPercentage": 0.0,
1172
+ "overwriteCommissionPercentage": false,
1173
+ "type": 0,
1174
+ "position": 0,
1175
+ "entryLineId": 485,
1176
+ "isAccommodation": false,
1177
+ "link": "00000000-0000-0000-0000-000000000000",
1178
+ "profitPercentage": null,
1179
+ "marginPercentage": null,
1180
+ "margin": null,
1181
+ "taxOnMargin": null,
1182
+ "financialMargin": null,
1183
+ "paxId": 322,
1184
+ "group": "5ce2724a-881c-465e-a8ba-e22db5547198",
1185
+ "isSeparate": null,
1186
+ "isInPackage": null,
1187
+ "showPrices": null,
1188
+ "promotionCode": null
1189
+ },
1190
+ {
1191
+ "id": 1895,
1192
+ "text": "supplement volwassene",
1193
+ "priceRuleId": 576,
1194
+ "amount": 1.0,
1195
+ "calculatedUnitPrice": 72.05,
1196
+ "unitPrice": 72.05,
1197
+ "currency": "EUR",
1198
+ "currencyId": 44,
1199
+ "percentage": null,
1200
+ "productTypeId": 23,
1201
+ "productTypeCode": null,
1202
+ "total": 72.05,
1203
+ "calculatedCurrency": "EUR",
1204
+ "calculatedCurrencyId": 44,
1205
+ "calculatedPrice": 72.05,
1206
+ "measurePrice": 72.05,
1207
+ "salesTax": 0.0,
1208
+ "salesTaxPercentage": 0.0,
1209
+ "commissionConditionId": null,
1210
+ "commission": 0.0,
1211
+ "commissionPercentage": 0.0,
1212
+ "overwriteCommissionPercentage": false,
1213
+ "type": 1,
1214
+ "position": 0,
1215
+ "entryLineId": 485,
1216
+ "isAccommodation": false,
1217
+ "link": "00000000-0000-0000-0000-000000000000",
1218
+ "profitPercentage": 23.66412213740458015267175573,
1219
+ "marginPercentage": 31.0,
1220
+ "margin": 17.05,
1221
+ "taxOnMargin": 0.0,
1222
+ "financialMargin": 0.0,
1223
+ "paxId": 321,
1224
+ "group": "5ce2724a-881c-465e-a8ba-e22db5547198",
1225
+ "isSeparate": null,
1226
+ "isInPackage": null,
1227
+ "showPrices": null,
1228
+ "promotionCode": null
1229
+ },
1230
+ {
1231
+ "id": 1907,
1232
+ "text": "supplement volwassene",
1233
+ "priceRuleId": 576,
1234
+ "amount": 1.0,
1235
+ "calculatedUnitPrice": 72.05,
1236
+ "unitPrice": 72.05,
1237
+ "currency": "EUR",
1238
+ "currencyId": 44,
1239
+ "percentage": null,
1240
+ "productTypeId": 23,
1241
+ "productTypeCode": null,
1242
+ "total": 72.05,
1243
+ "calculatedCurrency": "EUR",
1244
+ "calculatedCurrencyId": 44,
1245
+ "calculatedPrice": 72.05,
1246
+ "measurePrice": 72.05,
1247
+ "salesTax": 0.0,
1248
+ "salesTaxPercentage": 0.0,
1249
+ "commissionConditionId": null,
1250
+ "commission": 0.0,
1251
+ "commissionPercentage": 0.0,
1252
+ "overwriteCommissionPercentage": false,
1253
+ "type": 1,
1254
+ "position": 0,
1255
+ "entryLineId": 485,
1256
+ "isAccommodation": false,
1257
+ "link": "00000000-0000-0000-0000-000000000000",
1258
+ "profitPercentage": 23.66412213740458015267175573,
1259
+ "marginPercentage": 31.0,
1260
+ "margin": 17.05,
1261
+ "taxOnMargin": 0.0,
1262
+ "financialMargin": 0.0,
1263
+ "paxId": 322,
1264
+ "group": "5ce2724a-881c-465e-a8ba-e22db5547198",
1265
+ "isSeparate": null,
1266
+ "isInPackage": null,
1267
+ "showPrices": null,
1268
+ "promotionCode": null
1269
+ }
1270
+ ],
1271
+ "metaDatas": [],
1272
+ "allotmentId": null,
1273
+ "commission": 0.0,
1274
+ "profitPercentage": 23.66412213740458015267175573,
1275
+ "marginPercentage": 31.0,
1276
+ "margin": 34.1,
1277
+ "productNotifications": [],
1278
+ "customerRequests": [],
1279
+ "pax": [
1280
+ {
1281
+ "paxId": 321,
1282
+ "entryLineId": 485,
1283
+ "room": 1,
1284
+ "order": 0,
1285
+ "pax": {
1286
+ "id": 321,
1287
+ "lastName": "Jansens",
1288
+ "firstName": "Jan",
1289
+ "dateOfBirth": "1984-05-19T22:00:00+00:00",
1290
+ "age": null,
1291
+ "gender": 0,
1292
+ "phone": "+32 471 12 34 56",
1293
+ "mobile": "+32 471 12 34 56",
1294
+ "email": "jan.jansens@fake.be",
1295
+ "personId": 140,
1296
+ "emergencyNumber": null,
1297
+ "hasInsurance": null,
1298
+ "insuranceName": null,
1299
+ "isMainBooker": true,
1300
+ "guid": null,
1301
+ "birthplace": null,
1302
+ "nationality": null,
1303
+ "preferredLanguageId": null,
1304
+ "preferredLanguage": null,
1305
+ "passportIssueDate": null,
1306
+ "passportIssuedLocation": null,
1307
+ "passportNumber": null,
1308
+ "passportExpiryDate": null,
1309
+ "travellerNumber": 0,
1310
+ "extraLuggage": 0,
1311
+ "extraLuggageWeight": 0
1312
+ }
1313
+ },
1314
+ {
1315
+ "paxId": 322,
1316
+ "entryLineId": 485,
1317
+ "room": 2,
1318
+ "order": 0,
1319
+ "pax": {
1320
+ "id": 322,
1321
+ "lastName": "Leenders",
1322
+ "firstName": "Leen",
1323
+ "dateOfBirth": "1986-08-08T22:00:00+00:00",
1324
+ "age": null,
1325
+ "gender": 1,
1326
+ "phone": null,
1327
+ "mobile": null,
1328
+ "email": null,
1329
+ "personId": 141,
1330
+ "emergencyNumber": null,
1331
+ "hasInsurance": null,
1332
+ "insuranceName": null,
1333
+ "isMainBooker": false,
1334
+ "guid": null,
1335
+ "birthplace": null,
1336
+ "nationality": null,
1337
+ "preferredLanguageId": null,
1338
+ "preferredLanguage": null,
1339
+ "passportIssueDate": null,
1340
+ "passportIssuedLocation": null,
1341
+ "passportNumber": null,
1342
+ "passportExpiryDate": null,
1343
+ "travellerNumber": 0,
1344
+ "extraLuggage": 0,
1345
+ "extraLuggageWeight": 0
1346
+ }
1347
+ }
1348
+ ],
1349
+ "flags": 0,
1350
+ "checked": false,
1351
+ "isBeingEdited": false,
1352
+ "hasSupplierRequests": false,
1353
+ "isPackagePrice": false,
1354
+ "externalGuid": null,
1355
+ "catalogueId": 1,
1356
+ "requirementType": 1
1357
+ },
1358
+ {
1359
+ "id": 486,
1360
+ "entryId": 137,
1361
+ "entryVersion": 1,
1362
+ "dossierId": 67,
1363
+ "dossierNumber": "AE000051",
1364
+ "promotionCodeId": null,
1365
+ "itemGuid": "a6243d78-e840-4bb3-a58c-c25128f9348d",
1366
+ "parentGuid": "0adf8e36-02f6-4199-b118-03acd0983a23",
1367
+ "productCode": "TEST EX FIN JERIS SNGLE SNEEUWSCOOTER",
1368
+ "productName": "Test Jeris - Single supplement sneeuwscooter",
1369
+ "foreignProductName": "Test Jeris - Single supplement sneeuwscooter",
1370
+ "accommodationCode": "OPIND",
1371
+ "accommodationName": "Op indeling (2 pers. /sneeuwscooter)",
1372
+ "foreignAccommodationName": "Op indeling (2 pers. /sneeuwscooter)",
1373
+ "regimeCode": null,
1374
+ "regimeName": null,
1375
+ "foreignRegimeName": null,
1376
+ "quantity": 1.0,
1377
+ "startDate": "2022-01-09T00:00:00Z",
1378
+ "endDate": "2022-01-16T00:00:00Z",
1379
+ "status": 3,
1380
+ "unitPurchasePrice": 0.0,
1381
+ "unitPercentage": null,
1382
+ "unitSellingPrice": 0.0,
1383
+ "customerRequest": null,
1384
+ "reservationNumber": null,
1385
+ "attention": null,
1386
+ "maxAdults": 0,
1387
+ "supplierAddressId": 420,
1388
+ "billingAddressId": 317,
1389
+ "requestAddressId": 317,
1390
+ "countryId": 75,
1391
+ "regionId": null,
1392
+ "regionName": null,
1393
+ "oordId": null,
1394
+ "oordName": null,
1395
+ "locationId": 7,
1396
+ "country": "Finland",
1397
+ "region": null,
1398
+ "oord": null,
1399
+ "location": null,
1400
+ "isCalculatedSalePrice": true,
1401
+ "isCalculatedPurchasePrice": true,
1402
+ "isManualCommission": false,
1403
+ "productType": 4,
1404
+ "order": 5,
1405
+ "entryPriceLines": [],
1406
+ "metaDatas": [],
1407
+ "allotmentId": null,
1408
+ "commission": 0.0,
1409
+ "profitPercentage": 0.0,
1410
+ "marginPercentage": 100.0,
1411
+ "margin": 0.0,
1412
+ "productNotifications": [],
1413
+ "customerRequests": [],
1414
+ "pax": [
1415
+ {
1416
+ "paxId": 321,
1417
+ "entryLineId": 486,
1418
+ "room": 1,
1419
+ "order": 0,
1420
+ "pax": {
1421
+ "id": 321,
1422
+ "lastName": "Jansens",
1423
+ "firstName": "Jan",
1424
+ "dateOfBirth": "1984-05-19T22:00:00+00:00",
1425
+ "age": null,
1426
+ "gender": 0,
1427
+ "phone": "+32 471 12 34 56",
1428
+ "mobile": "+32 471 12 34 56",
1429
+ "email": "jan.jansens@fake.be",
1430
+ "personId": 140,
1431
+ "emergencyNumber": null,
1432
+ "hasInsurance": null,
1433
+ "insuranceName": null,
1434
+ "isMainBooker": true,
1435
+ "guid": null,
1436
+ "birthplace": null,
1437
+ "nationality": null,
1438
+ "preferredLanguageId": null,
1439
+ "preferredLanguage": null,
1440
+ "passportIssueDate": null,
1441
+ "passportIssuedLocation": null,
1442
+ "passportNumber": null,
1443
+ "passportExpiryDate": null,
1444
+ "travellerNumber": 0,
1445
+ "extraLuggage": 0,
1446
+ "extraLuggageWeight": 0
1447
+ }
1448
+ },
1449
+ {
1450
+ "paxId": 322,
1451
+ "entryLineId": 486,
1452
+ "room": 1,
1453
+ "order": 1,
1454
+ "pax": {
1455
+ "id": 322,
1456
+ "lastName": "Leenders",
1457
+ "firstName": "Leen",
1458
+ "dateOfBirth": "1986-08-08T22:00:00+00:00",
1459
+ "age": null,
1460
+ "gender": 1,
1461
+ "phone": null,
1462
+ "mobile": null,
1463
+ "email": null,
1464
+ "personId": 141,
1465
+ "emergencyNumber": null,
1466
+ "hasInsurance": null,
1467
+ "insuranceName": null,
1468
+ "isMainBooker": false,
1469
+ "guid": null,
1470
+ "birthplace": null,
1471
+ "nationality": null,
1472
+ "preferredLanguageId": null,
1473
+ "preferredLanguage": null,
1474
+ "passportIssueDate": null,
1475
+ "passportIssuedLocation": null,
1476
+ "passportNumber": null,
1477
+ "passportExpiryDate": null,
1478
+ "travellerNumber": 0,
1479
+ "extraLuggage": 0,
1480
+ "extraLuggageWeight": 0
1481
+ }
1482
+ }
1483
+ ],
1484
+ "flags": 0,
1485
+ "checked": false,
1486
+ "isBeingEdited": false,
1487
+ "hasSupplierRequests": false,
1488
+ "isPackagePrice": false,
1489
+ "externalGuid": null,
1490
+ "catalogueId": 1,
1491
+ "requirementType": 0
1492
+ },
1493
+ {
1494
+ "id": 487,
1495
+ "entryId": 137,
1496
+ "entryVersion": 1,
1497
+ "dossierId": 67,
1498
+ "dossierNumber": "AE000051",
1499
+ "promotionCodeId": null,
1500
+ "itemGuid": "7694158d-ec18-4887-a6ae-58e69965faf7",
1501
+ "parentGuid": "fdcba172-2bbe-4cfc-821f-e7bfe3b7546a",
1502
+ "productCode": "KTT BRU/TB",
1503
+ "productName": "Test Kittilä - Brussel",
1504
+ "foreignProductName": "Test Kittilä - Brussel",
1505
+ "accommodationCode": "Y",
1506
+ "accommodationName": "Economy seat",
1507
+ "foreignAccommodationName": "Economy seat",
1508
+ "regimeCode": null,
1509
+ "regimeName": null,
1510
+ "foreignRegimeName": null,
1511
+ "quantity": 2.0,
1512
+ "startDate": "2022-01-16T00:00:00Z",
1513
+ "endDate": "2022-01-16T00:00:00Z",
1514
+ "status": 3,
1515
+ "unitPurchasePrice": 315.0,
1516
+ "unitPercentage": null,
1517
+ "unitSellingPrice": 412.65,
1518
+ "customerRequest": null,
1519
+ "reservationNumber": null,
1520
+ "attention": null,
1521
+ "maxAdults": 0,
1522
+ "supplierAddressId": 279,
1523
+ "billingAddressId": 279,
1524
+ "requestAddressId": 279,
1525
+ "countryId": 75,
1526
+ "regionId": null,
1527
+ "regionName": null,
1528
+ "oordId": null,
1529
+ "oordName": null,
1530
+ "locationId": 8,
1531
+ "country": "Finland",
1532
+ "region": null,
1533
+ "oord": null,
1534
+ "location": null,
1535
+ "isCalculatedSalePrice": true,
1536
+ "isCalculatedPurchasePrice": true,
1537
+ "isManualCommission": false,
1538
+ "productType": 7,
1539
+ "order": 6,
1540
+ "entryPriceLines": [
1541
+ {
1542
+ "id": 1896,
1543
+ "text": "ticket",
1544
+ "priceRuleId": 567,
1545
+ "amount": 1.0,
1546
+ "calculatedUnitPrice": 137.5,
1547
+ "unitPrice": 137.5,
1548
+ "currency": "EUR",
1549
+ "currencyId": 44,
1550
+ "percentage": null,
1551
+ "productTypeId": 3,
1552
+ "productTypeCode": null,
1553
+ "total": 137.5,
1554
+ "calculatedCurrency": "EUR",
1555
+ "calculatedCurrencyId": 44,
1556
+ "calculatedPrice": 137.5,
1557
+ "measurePrice": 0.0,
1558
+ "salesTax": 0.0,
1559
+ "salesTaxPercentage": 0.0,
1560
+ "commissionConditionId": null,
1561
+ "commission": 0.0,
1562
+ "commissionPercentage": 0.0,
1563
+ "overwriteCommissionPercentage": false,
1564
+ "type": 0,
1565
+ "position": 0,
1566
+ "entryLineId": 487,
1567
+ "isAccommodation": false,
1568
+ "link": "00000000-0000-0000-0000-000000000000",
1569
+ "profitPercentage": null,
1570
+ "marginPercentage": null,
1571
+ "margin": null,
1572
+ "taxOnMargin": null,
1573
+ "financialMargin": null,
1574
+ "paxId": 321,
1575
+ "group": "e9fcf95f-0830-47ae-ba22-817b7cd28a79",
1576
+ "isSeparate": null,
1577
+ "isInPackage": null,
1578
+ "showPrices": null,
1579
+ "promotionCode": null
1580
+ },
1581
+ {
1582
+ "id": 1908,
1583
+ "text": "ticket",
1584
+ "priceRuleId": 567,
1585
+ "amount": 1.0,
1586
+ "calculatedUnitPrice": 137.5,
1587
+ "unitPrice": 137.5,
1588
+ "currency": "EUR",
1589
+ "currencyId": 44,
1590
+ "percentage": null,
1591
+ "productTypeId": 3,
1592
+ "productTypeCode": null,
1593
+ "total": 137.5,
1594
+ "calculatedCurrency": "EUR",
1595
+ "calculatedCurrencyId": 44,
1596
+ "calculatedPrice": 137.5,
1597
+ "measurePrice": 0.0,
1598
+ "salesTax": 0.0,
1599
+ "salesTaxPercentage": 0.0,
1600
+ "commissionConditionId": null,
1601
+ "commission": 0.0,
1602
+ "commissionPercentage": 0.0,
1603
+ "overwriteCommissionPercentage": false,
1604
+ "type": 0,
1605
+ "position": 0,
1606
+ "entryLineId": 487,
1607
+ "isAccommodation": false,
1608
+ "link": "00000000-0000-0000-0000-000000000000",
1609
+ "profitPercentage": null,
1610
+ "marginPercentage": null,
1611
+ "margin": null,
1612
+ "taxOnMargin": null,
1613
+ "financialMargin": null,
1614
+ "paxId": 322,
1615
+ "group": "e9fcf95f-0830-47ae-ba22-817b7cd28a79",
1616
+ "isSeparate": null,
1617
+ "isInPackage": null,
1618
+ "showPrices": null,
1619
+ "promotionCode": null
1620
+ },
1621
+ {
1622
+ "id": 1897,
1623
+ "text": "tax",
1624
+ "priceRuleId": 568,
1625
+ "amount": 1.0,
1626
+ "calculatedUnitPrice": 20.0,
1627
+ "unitPrice": 20.0,
1628
+ "currency": "EUR",
1629
+ "currencyId": 44,
1630
+ "percentage": null,
1631
+ "productTypeId": 19,
1632
+ "productTypeCode": null,
1633
+ "total": 20.0,
1634
+ "calculatedCurrency": "EUR",
1635
+ "calculatedCurrencyId": 44,
1636
+ "calculatedPrice": 20.0,
1637
+ "measurePrice": 0.0,
1638
+ "salesTax": 0.0,
1639
+ "salesTaxPercentage": 0.0,
1640
+ "commissionConditionId": null,
1641
+ "commission": 0.0,
1642
+ "commissionPercentage": 0.0,
1643
+ "overwriteCommissionPercentage": false,
1644
+ "type": 0,
1645
+ "position": 1,
1646
+ "entryLineId": 487,
1647
+ "isAccommodation": false,
1648
+ "link": "3558fb62-7561-4159-be99-d3a67622fb82",
1649
+ "profitPercentage": null,
1650
+ "marginPercentage": null,
1651
+ "margin": null,
1652
+ "taxOnMargin": null,
1653
+ "financialMargin": null,
1654
+ "paxId": 321,
1655
+ "group": "2d07bfff-a8eb-42da-8030-ead1b78eda6c",
1656
+ "isSeparate": null,
1657
+ "isInPackage": null,
1658
+ "showPrices": null,
1659
+ "promotionCode": null
1660
+ },
1661
+ {
1662
+ "id": 1909,
1663
+ "text": "tax",
1664
+ "priceRuleId": 568,
1665
+ "amount": 1.0,
1666
+ "calculatedUnitPrice": 20.0,
1667
+ "unitPrice": 20.0,
1668
+ "currency": "EUR",
1669
+ "currencyId": 44,
1670
+ "percentage": null,
1671
+ "productTypeId": 19,
1672
+ "productTypeCode": null,
1673
+ "total": 20.0,
1674
+ "calculatedCurrency": "EUR",
1675
+ "calculatedCurrencyId": 44,
1676
+ "calculatedPrice": 20.0,
1677
+ "measurePrice": 0.0,
1678
+ "salesTax": 0.0,
1679
+ "salesTaxPercentage": 0.0,
1680
+ "commissionConditionId": null,
1681
+ "commission": 0.0,
1682
+ "commissionPercentage": 0.0,
1683
+ "overwriteCommissionPercentage": false,
1684
+ "type": 0,
1685
+ "position": 1,
1686
+ "entryLineId": 487,
1687
+ "isAccommodation": false,
1688
+ "link": "d03ea0ad-d2eb-4aa1-9d83-6a603263b268",
1689
+ "profitPercentage": null,
1690
+ "marginPercentage": null,
1691
+ "margin": null,
1692
+ "taxOnMargin": null,
1693
+ "financialMargin": null,
1694
+ "paxId": 322,
1695
+ "group": "2d07bfff-a8eb-42da-8030-ead1b78eda6c",
1696
+ "isSeparate": null,
1697
+ "isInPackage": null,
1698
+ "showPrices": null,
1699
+ "promotionCode": null
1700
+ },
1701
+ {
1702
+ "id": 1898,
1703
+ "text": "ticket",
1704
+ "priceRuleId": 567,
1705
+ "amount": 1.0,
1706
+ "calculatedUnitPrice": 180.125,
1707
+ "unitPrice": 180.125,
1708
+ "currency": "EUR",
1709
+ "currencyId": 44,
1710
+ "percentage": null,
1711
+ "productTypeId": 3,
1712
+ "productTypeCode": null,
1713
+ "total": 180.125,
1714
+ "calculatedCurrency": "EUR",
1715
+ "calculatedCurrencyId": 44,
1716
+ "calculatedPrice": 180.125,
1717
+ "measurePrice": 180.125,
1718
+ "salesTax": 0.0,
1719
+ "salesTaxPercentage": 0.0,
1720
+ "commissionConditionId": null,
1721
+ "commission": 0.0,
1722
+ "commissionPercentage": 0.0,
1723
+ "overwriteCommissionPercentage": false,
1724
+ "type": 1,
1725
+ "position": 0,
1726
+ "entryLineId": 487,
1727
+ "isAccommodation": false,
1728
+ "link": "00000000-0000-0000-0000-000000000000",
1729
+ "profitPercentage": 23.66412213740458015267175573,
1730
+ "marginPercentage": 31.0,
1731
+ "margin": 42.625,
1732
+ "taxOnMargin": 0.0,
1733
+ "financialMargin": 0.0,
1734
+ "paxId": 321,
1735
+ "group": "e9fcf95f-0830-47ae-ba22-817b7cd28a79",
1736
+ "isSeparate": null,
1737
+ "isInPackage": null,
1738
+ "showPrices": null,
1739
+ "promotionCode": null
1740
+ },
1741
+ {
1742
+ "id": 1910,
1743
+ "text": "ticket",
1744
+ "priceRuleId": 567,
1745
+ "amount": 1.0,
1746
+ "calculatedUnitPrice": 180.125,
1747
+ "unitPrice": 180.125,
1748
+ "currency": "EUR",
1749
+ "currencyId": 44,
1750
+ "percentage": null,
1751
+ "productTypeId": 3,
1752
+ "productTypeCode": null,
1753
+ "total": 180.125,
1754
+ "calculatedCurrency": "EUR",
1755
+ "calculatedCurrencyId": 44,
1756
+ "calculatedPrice": 180.125,
1757
+ "measurePrice": 180.125,
1758
+ "salesTax": 0.0,
1759
+ "salesTaxPercentage": 0.0,
1760
+ "commissionConditionId": null,
1761
+ "commission": 0.0,
1762
+ "commissionPercentage": 0.0,
1763
+ "overwriteCommissionPercentage": false,
1764
+ "type": 1,
1765
+ "position": 0,
1766
+ "entryLineId": 487,
1767
+ "isAccommodation": false,
1768
+ "link": "00000000-0000-0000-0000-000000000000",
1769
+ "profitPercentage": 23.66412213740458015267175573,
1770
+ "marginPercentage": 31.0,
1771
+ "margin": 42.625,
1772
+ "taxOnMargin": 0.0,
1773
+ "financialMargin": 0.0,
1774
+ "paxId": 322,
1775
+ "group": "e9fcf95f-0830-47ae-ba22-817b7cd28a79",
1776
+ "isSeparate": null,
1777
+ "isInPackage": null,
1778
+ "showPrices": null,
1779
+ "promotionCode": null
1780
+ },
1781
+ {
1782
+ "id": 1899,
1783
+ "text": "tax",
1784
+ "priceRuleId": 568,
1785
+ "amount": 1.0,
1786
+ "calculatedUnitPrice": 26.2,
1787
+ "unitPrice": 26.2,
1788
+ "currency": "EUR",
1789
+ "currencyId": 44,
1790
+ "percentage": null,
1791
+ "productTypeId": 19,
1792
+ "productTypeCode": null,
1793
+ "total": 26.2,
1794
+ "calculatedCurrency": "EUR",
1795
+ "calculatedCurrencyId": 44,
1796
+ "calculatedPrice": 26.2,
1797
+ "measurePrice": 26.2,
1798
+ "salesTax": 0.0,
1799
+ "salesTaxPercentage": 0.0,
1800
+ "commissionConditionId": null,
1801
+ "commission": 0.0,
1802
+ "commissionPercentage": 0.0,
1803
+ "overwriteCommissionPercentage": false,
1804
+ "type": 1,
1805
+ "position": 1,
1806
+ "entryLineId": 487,
1807
+ "isAccommodation": false,
1808
+ "link": "3558fb62-7561-4159-be99-d3a67622fb82",
1809
+ "profitPercentage": 23.66412213740458015267175573,
1810
+ "marginPercentage": 31.0,
1811
+ "margin": 6.2,
1812
+ "taxOnMargin": 0.0,
1813
+ "financialMargin": 0.0,
1814
+ "paxId": 321,
1815
+ "group": "2d07bfff-a8eb-42da-8030-ead1b78eda6c",
1816
+ "isSeparate": null,
1817
+ "isInPackage": null,
1818
+ "showPrices": null,
1819
+ "promotionCode": null
1820
+ },
1821
+ {
1822
+ "id": 1911,
1823
+ "text": "tax",
1824
+ "priceRuleId": 568,
1825
+ "amount": 1.0,
1826
+ "calculatedUnitPrice": 26.2,
1827
+ "unitPrice": 26.2,
1828
+ "currency": "EUR",
1829
+ "currencyId": 44,
1830
+ "percentage": null,
1831
+ "productTypeId": 19,
1832
+ "productTypeCode": null,
1833
+ "total": 26.2,
1834
+ "calculatedCurrency": "EUR",
1835
+ "calculatedCurrencyId": 44,
1836
+ "calculatedPrice": 26.2,
1837
+ "measurePrice": 26.2,
1838
+ "salesTax": 0.0,
1839
+ "salesTaxPercentage": 0.0,
1840
+ "commissionConditionId": null,
1841
+ "commission": 0.0,
1842
+ "commissionPercentage": 0.0,
1843
+ "overwriteCommissionPercentage": false,
1844
+ "type": 1,
1845
+ "position": 1,
1846
+ "entryLineId": 487,
1847
+ "isAccommodation": false,
1848
+ "link": "d03ea0ad-d2eb-4aa1-9d83-6a603263b268",
1849
+ "profitPercentage": 23.66412213740458015267175573,
1850
+ "marginPercentage": 31.0,
1851
+ "margin": 6.2,
1852
+ "taxOnMargin": 0.0,
1853
+ "financialMargin": 0.0,
1854
+ "paxId": 322,
1855
+ "group": "2d07bfff-a8eb-42da-8030-ead1b78eda6c",
1856
+ "isSeparate": null,
1857
+ "isInPackage": null,
1858
+ "showPrices": null,
1859
+ "promotionCode": null
1860
+ }
1861
+ ],
1862
+ "metaDatas": [
1863
+ {
1864
+ "id": 502,
1865
+ "configuration": "{\"flightLines\":[{\"departureDate\":\"2022-01-16T00:00:00.000Z\",\"departureTime\":\"11:05\",\"departureAirport\":\"KTT\",\"arrivalDate\":\"2022-01-16T00:00:00.000Z\",\"arrivalTime\":\"13:40\",\"arrivalAirport\":\"BRU\",\"number\":\"2014\",\"airline\":\"TB\"}]}",
1866
+ "metaDataType": 0
1867
+ },
1868
+ {
1869
+ "id": 503,
1870
+ "configuration": "{\"bagageAllowed\":true}",
1871
+ "metaDataType": 4
1872
+ }
1873
+ ],
1874
+ "allotmentId": null,
1875
+ "commission": 0.0,
1876
+ "profitPercentage": 23.66412213740458015267175573,
1877
+ "marginPercentage": 31.0,
1878
+ "margin": 97.65,
1879
+ "productNotifications": [],
1880
+ "customerRequests": [],
1881
+ "pax": [
1882
+ {
1883
+ "paxId": 321,
1884
+ "entryLineId": 487,
1885
+ "room": 1,
1886
+ "order": 0,
1887
+ "pax": {
1888
+ "id": 321,
1889
+ "lastName": "Jansens",
1890
+ "firstName": "Jan",
1891
+ "dateOfBirth": "1984-05-19T22:00:00+00:00",
1892
+ "age": null,
1893
+ "gender": 0,
1894
+ "phone": "+32 471 12 34 56",
1895
+ "mobile": "+32 471 12 34 56",
1896
+ "email": "jan.jansens@fake.be",
1897
+ "personId": 140,
1898
+ "emergencyNumber": null,
1899
+ "hasInsurance": null,
1900
+ "insuranceName": null,
1901
+ "isMainBooker": true,
1902
+ "guid": null,
1903
+ "birthplace": null,
1904
+ "nationality": null,
1905
+ "preferredLanguageId": null,
1906
+ "preferredLanguage": null,
1907
+ "passportIssueDate": null,
1908
+ "passportIssuedLocation": null,
1909
+ "passportNumber": null,
1910
+ "passportExpiryDate": null,
1911
+ "travellerNumber": 0,
1912
+ "extraLuggage": 0,
1913
+ "extraLuggageWeight": 0
1914
+ }
1915
+ },
1916
+ {
1917
+ "paxId": 322,
1918
+ "entryLineId": 487,
1919
+ "room": 2,
1920
+ "order": 0,
1921
+ "pax": {
1922
+ "id": 322,
1923
+ "lastName": "Leenders",
1924
+ "firstName": "Leen",
1925
+ "dateOfBirth": "1986-08-08T22:00:00+00:00",
1926
+ "age": null,
1927
+ "gender": 1,
1928
+ "phone": null,
1929
+ "mobile": null,
1930
+ "email": null,
1931
+ "personId": 141,
1932
+ "emergencyNumber": null,
1933
+ "hasInsurance": null,
1934
+ "insuranceName": null,
1935
+ "isMainBooker": false,
1936
+ "guid": null,
1937
+ "birthplace": null,
1938
+ "nationality": null,
1939
+ "preferredLanguageId": null,
1940
+ "preferredLanguage": null,
1941
+ "passportIssueDate": null,
1942
+ "passportIssuedLocation": null,
1943
+ "passportNumber": null,
1944
+ "passportExpiryDate": null,
1945
+ "travellerNumber": 0,
1946
+ "extraLuggage": 0,
1947
+ "extraLuggageWeight": 0
1948
+ }
1949
+ }
1950
+ ],
1951
+ "flags": 0,
1952
+ "checked": false,
1953
+ "isBeingEdited": false,
1954
+ "hasSupplierRequests": false,
1955
+ "isPackagePrice": false,
1956
+ "externalGuid": null,
1957
+ "catalogueId": 1,
1958
+ "requirementType": 0
1959
+ }
1960
+ ],
1961
+ "travelers": [
1962
+ {
1963
+ "id": 321,
1964
+ "lastName": "Jansens",
1965
+ "firstName": "Jan",
1966
+ "dateOfBirth": "1984-05-19T22:00:00+00:00",
1967
+ "age": null,
1968
+ "gender": 0,
1969
+ "phone": "+32 471 12 34 56",
1970
+ "mobile": "+32 471 12 34 56",
1971
+ "email": "jan.jansens@fake.be",
1972
+ "personId": 140,
1973
+ "emergencyNumber": null,
1974
+ "hasInsurance": null,
1975
+ "insuranceName": null,
1976
+ "isMainBooker": true,
1977
+ "guid": null,
1978
+ "birthplace": null,
1979
+ "nationality": null,
1980
+ "preferredLanguageId": null,
1981
+ "preferredLanguage": null,
1982
+ "passportIssueDate": null,
1983
+ "passportIssuedLocation": null,
1984
+ "passportNumber": null,
1985
+ "passportExpiryDate": null,
1986
+ "travellerNumber": 0,
1987
+ "extraLuggage": 0,
1988
+ "extraLuggageWeight": 0
1989
+ },
1990
+ {
1991
+ "id": 322,
1992
+ "lastName": "Leenders",
1993
+ "firstName": "Leen",
1994
+ "dateOfBirth": "1986-08-08T22:00:00+00:00",
1995
+ "age": null,
1996
+ "gender": 1,
1997
+ "phone": null,
1998
+ "mobile": null,
1999
+ "email": null,
2000
+ "personId": 141,
2001
+ "emergencyNumber": null,
2002
+ "hasInsurance": null,
2003
+ "insuranceName": null,
2004
+ "isMainBooker": false,
2005
+ "guid": null,
2006
+ "birthplace": null,
2007
+ "nationality": null,
2008
+ "preferredLanguageId": null,
2009
+ "preferredLanguage": null,
2010
+ "passportIssueDate": null,
2011
+ "passportIssuedLocation": null,
2012
+ "passportNumber": null,
2013
+ "passportExpiryDate": null,
2014
+ "travellerNumber": 0,
2015
+ "extraLuggage": 0,
2016
+ "extraLuggageWeight": 0
2017
+ }
2018
+ ],
2019
+ "payments": [],
2020
+ "notes": [],
2021
+ "dossierDefaultProducts": [],
2022
+ "tags": [],
2023
+ "commission": 0.0,
2024
+ "profitPercentage": 23.66412213740458015267175573,
2025
+ "profit": 1200.32,
2026
+ "marginPercentage": 31.0,
2027
+ "margin": 1200.32,
2028
+ "purchasePrice": 3872.0,
2029
+ "sellingPrice": 5072.32,
2030
+ "oldSellingPrice": 0.0,
2031
+ "percentage": null,
2032
+ "revenue": 5072.32,
2033
+ "isManualPackaging": false,
2034
+ "isManualDossierType": false,
2035
+ "dossierType": 0,
2036
+ "optionDate": null,
2037
+ "dateCreated": "2021-07-14T09:48:20.0515395Z",
2038
+ "confirmedDossierChecks": [],
2039
+ "entryCheckResponse": null,
2040
+ "dossierDate": "2021-07-14T09:48:20.6296271Z",
2041
+ "saleType": 0,
2042
+ "flightPool": null
2043
+ }