adp-web-components 0.0.65 → 0.0.67

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 (317) hide show
  1. package/dist/cjs/app-globals-4aa8f46f.js +46 -0
  2. package/dist/cjs/cn-f559f9e5.js +2588 -0
  3. package/dist/cjs/contact-us-form.cjs.entry.js +209 -0
  4. package/dist/cjs/dead-stock-lookup_3.cjs.entry.js +445 -0
  5. package/dist/cjs/dynamic-claim_6.cjs.entry.js +1180 -0
  6. package/dist/cjs/dynamic-redeem.cjs.entry.js +156 -0
  7. package/dist/cjs/form-dialog_8.cjs.entry.js +503 -0
  8. package/dist/cjs/get-local-language-ec0e41e0.js +2381 -0
  9. package/dist/cjs/index-603d8f32.js +1610 -0
  10. package/dist/cjs/index.cjs.js +6 -0
  11. package/dist/cjs/loader-baf2418b.js +9 -0
  12. package/dist/cjs/loader.cjs.js +19 -0
  13. package/dist/cjs/loading-spinner.cjs.entry.js +27 -0
  14. package/dist/cjs/part-lookup.cjs.entry.js +129 -0
  15. package/dist/cjs/service-booking-form.cjs.entry.js +209 -0
  16. package/dist/cjs/shift-components.cjs.js +29 -0
  17. package/dist/cjs/urls-9077b31c.js +4874 -0
  18. package/dist/cjs/vehicle-lookup.cjs.entry.js +203 -0
  19. package/dist/collection/collection-manifest.json +35 -0
  20. package/dist/collection/components/components/loading-spinner.css +1 -0
  21. package/dist/collection/components/components/loading-spinner.js +47 -0
  22. package/dist/collection/components/form-elements/form-dialog.css +1 -0
  23. package/dist/collection/components/form-elements/form-dialog.js +137 -0
  24. package/dist/collection/components/form-elements/form-input.css +1 -0
  25. package/dist/collection/components/form-elements/form-input.js +323 -0
  26. package/dist/collection/components/form-elements/form-select.css +1 -0
  27. package/dist/collection/components/form-elements/form-select.js +400 -0
  28. package/dist/collection/components/form-elements/form-shadow-input.css +1 -0
  29. package/dist/collection/components/form-elements/form-shadow-input.js +100 -0
  30. package/dist/collection/components/form-elements/form-structure-error.css +1 -0
  31. package/dist/collection/components/form-elements/form-structure-error.js +72 -0
  32. package/dist/collection/components/form-elements/form-structure.css +1 -0
  33. package/dist/collection/components/form-elements/form-structure.js +269 -0
  34. package/dist/collection/components/form-elements/form-submit.css +1 -0
  35. package/dist/collection/components/form-elements/form-submit.js +140 -0
  36. package/dist/collection/components/form-elements/form-text-area.css +1 -0
  37. package/dist/collection/components/form-elements/form-text-area.js +264 -0
  38. package/dist/collection/components/forms/contact-us/element-mapper.js +87 -0
  39. package/dist/collection/components/forms/contact-us/form.css +1 -0
  40. package/dist/collection/components/forms/contact-us/validations.js +19 -0
  41. package/dist/collection/components/forms/contact-us-form.js +280 -0
  42. package/dist/collection/components/forms/service-booking/element-mapper.js +87 -0
  43. package/dist/collection/components/forms/service-booking/form.css +1 -0
  44. package/dist/collection/components/forms/service-booking/validations.js +19 -0
  45. package/dist/collection/components/forms/service-booking-form.js +280 -0
  46. package/dist/collection/components/part-lookup/dead-stock-lookup.css +1 -0
  47. package/dist/collection/components/part-lookup/dead-stock-lookup.js +405 -0
  48. package/dist/collection/components/part-lookup/distributor-lookup.css +1 -0
  49. package/dist/collection/components/part-lookup/distributor-lookup.js +470 -0
  50. package/dist/collection/components/part-lookup/manufacturer-lookup.css +1 -0
  51. package/dist/collection/components/part-lookup/manufacturer-lookup.js +468 -0
  52. package/dist/collection/components/part-lookup/part-lookup.css +1 -0
  53. package/dist/collection/components/part-lookup/part-lookup.js +376 -0
  54. package/dist/collection/components/vehicle-lookup/assets/cancelled.svg +8 -0
  55. package/dist/collection/components/vehicle-lookup/assets/check.svg +4 -0
  56. package/dist/collection/components/vehicle-lookup/assets/expired.svg +9 -0
  57. package/dist/collection/components/vehicle-lookup/assets/loader.svg +11 -0
  58. package/dist/collection/components/vehicle-lookup/assets/pending.svg +9 -0
  59. package/dist/collection/components/vehicle-lookup/assets/processed.svg +9 -0
  60. package/dist/collection/components/vehicle-lookup/assets/x-mark.svg +4 -0
  61. package/dist/collection/components/vehicle-lookup/components/CardsContainer.js +13 -0
  62. package/dist/collection/components/vehicle-lookup/components/Loading.js +10 -0
  63. package/dist/collection/components/vehicle-lookup/components/SSCTable.js +16 -0
  64. package/dist/collection/components/vehicle-lookup/components/StatusCard.js +11 -0
  65. package/dist/collection/components/vehicle-lookup/dynamic-claim.css +1 -0
  66. package/dist/collection/components/vehicle-lookup/dynamic-claim.js +662 -0
  67. package/dist/collection/components/vehicle-lookup/dynamic-redeem.css +1 -0
  68. package/dist/collection/components/vehicle-lookup/dynamic-redeem.js +373 -0
  69. package/dist/collection/components/vehicle-lookup/paint-thickness.css +1 -0
  70. package/dist/collection/components/vehicle-lookup/paint-thickness.js +410 -0
  71. package/dist/collection/components/vehicle-lookup/service-history.css +1 -0
  72. package/dist/collection/components/vehicle-lookup/service-history.js +393 -0
  73. package/dist/collection/components/vehicle-lookup/vehicle-accessories.css +1 -0
  74. package/dist/collection/components/vehicle-lookup/vehicle-accessories.js +414 -0
  75. package/dist/collection/components/vehicle-lookup/vehicle-lookup.css +1 -0
  76. package/dist/collection/components/vehicle-lookup/vehicle-lookup.js +406 -0
  77. package/dist/collection/components/vehicle-lookup/vehicle-specification.css +1 -0
  78. package/dist/collection/components/vehicle-lookup/vehicle-specification.js +405 -0
  79. package/dist/collection/components/vehicle-lookup/warranty-details.css +1 -0
  80. package/dist/collection/components/vehicle-lookup/warranty-details.js +780 -0
  81. package/dist/collection/global/api/partInformation.js +32 -0
  82. package/dist/collection/global/api/urls.js +6 -0
  83. package/dist/collection/global/api/vehicleInformation.js +48 -0
  84. package/dist/collection/global/assets/eye.svg +5 -0
  85. package/dist/collection/global/assets/loader.svg +11 -0
  86. package/dist/collection/global/assets/white-loader.svg +11 -0
  87. package/dist/collection/global/lib/cn.js +9 -0
  88. package/dist/collection/global/lib/form-hook.js +162 -0
  89. package/dist/collection/global/lib/general.js +9 -0
  90. package/dist/collection/global/lib/get-local-language.js +20 -0
  91. package/dist/collection/global/lib/image-expansion.js +69 -0
  92. package/dist/collection/global/lib/middleware.js +39 -0
  93. package/dist/collection/global/lib/recaptcha.js +25 -0
  94. package/dist/collection/global/lib/utils.js +7 -0
  95. package/dist/collection/global/lib/validate-form-structure.js +47 -0
  96. package/dist/collection/global/lib/validate-vin.js +62 -0
  97. package/dist/collection/global/types/components.js +1 -0
  98. package/dist/collection/global/types/forms.js +1 -0
  99. package/dist/collection/global/types/general.js +1 -0
  100. package/dist/collection/global/types/locales/error-schema.js +17 -0
  101. package/dist/collection/global/types/locales/forms/contact-us-schema.js +24 -0
  102. package/dist/collection/global/types/locales/forms/index.js +11 -0
  103. package/dist/collection/global/types/locales/general.js +11 -0
  104. package/dist/collection/global/types/locales/index.js +33 -0
  105. package/dist/collection/global/types/locales/inquiryTypes.js +15 -0
  106. package/dist/collection/global/types/locales/part-lookup/dead-stock-schema.js +10 -0
  107. package/dist/collection/global/types/locales/part-lookup/distributor-schema.js +21 -0
  108. package/dist/collection/global/types/locales/part-lookup/index.js +13 -0
  109. package/dist/collection/global/types/locales/part-lookup/manufacturer-schema.js +22 -0
  110. package/dist/collection/global/types/locales/vehicle-lookup/accessories-schema.js +13 -0
  111. package/dist/collection/global/types/locales/vehicle-lookup/dynamic-claim-schema.js +21 -0
  112. package/dist/collection/global/types/locales/vehicle-lookup/dynamic-redeem-schema.js +19 -0
  113. package/dist/collection/global/types/locales/vehicle-lookup/index.js +21 -0
  114. package/dist/collection/global/types/locales/vehicle-lookup/paint-thickness-schema.js +14 -0
  115. package/dist/collection/global/types/locales/vehicle-lookup/service-history-schema.js +15 -0
  116. package/dist/collection/global/types/locales/vehicle-lookup/specification-schema.js +15 -0
  117. package/dist/collection/global/types/locales/vehicle-lookup/warranty-schema.js +23 -0
  118. package/dist/collection/global/types/part-information.js +1 -0
  119. package/dist/collection/global/types/vehicle-information.js +5 -0
  120. package/dist/collection/index.js +1 -0
  121. package/dist/collection/templates/part-lookup/mock-data.js +199 -0
  122. package/dist/collection/templates/vehicle-lookup/mock-data.js +4165 -0
  123. package/dist/collection/templates/vehicle-lookup/vehicle-lookup.js +285 -0
  124. package/dist/collection/templates/vehicle-lookup/warranty-mock-data.js +3064 -0
  125. package/dist/components/contact-us-form.d.ts +11 -0
  126. package/dist/components/contact-us-form.js +5 -0
  127. package/dist/components/dead-stock-lookup.d.ts +11 -0
  128. package/dist/components/dead-stock-lookup.js +5 -0
  129. package/dist/components/distributor-lookup.d.ts +11 -0
  130. package/dist/components/distributor-lookup.js +5 -0
  131. package/dist/components/dynamic-claim.d.ts +11 -0
  132. package/dist/components/dynamic-claim.js +5 -0
  133. package/dist/components/dynamic-redeem.d.ts +11 -0
  134. package/dist/components/dynamic-redeem.js +5 -0
  135. package/dist/components/form-dialog.d.ts +11 -0
  136. package/dist/components/form-dialog.js +5 -0
  137. package/dist/components/form-input.d.ts +11 -0
  138. package/dist/components/form-input.js +5 -0
  139. package/dist/components/form-select.d.ts +11 -0
  140. package/dist/components/form-select.js +5 -0
  141. package/dist/components/form-shadow-input.d.ts +11 -0
  142. package/dist/components/form-shadow-input.js +5 -0
  143. package/dist/components/form-structure-error.d.ts +11 -0
  144. package/dist/components/form-structure-error.js +5 -0
  145. package/dist/components/form-structure.d.ts +11 -0
  146. package/dist/components/form-structure.js +5 -0
  147. package/dist/components/form-submit.d.ts +11 -0
  148. package/dist/components/form-submit.js +5 -0
  149. package/dist/components/form-text-area.d.ts +11 -0
  150. package/dist/components/form-text-area.js +5 -0
  151. package/dist/components/index.d.ts +33 -0
  152. package/dist/components/index.js +5 -0
  153. package/dist/components/loading-spinner.d.ts +11 -0
  154. package/dist/components/loading-spinner.js +5 -0
  155. package/dist/components/manufacturer-lookup.d.ts +11 -0
  156. package/dist/components/manufacturer-lookup.js +5 -0
  157. package/dist/components/p-00d97183.js +5 -0
  158. package/dist/components/p-1e9e4abd.js +5 -0
  159. package/dist/components/p-1f001d39.js +5 -0
  160. package/dist/components/p-1fe65d6e.js +5 -0
  161. package/dist/components/p-3f19382d.js +5 -0
  162. package/dist/components/p-5b4b3060.js +5 -0
  163. package/dist/components/p-5d3cc3c1.js +5 -0
  164. package/dist/components/p-6055174a.js +5 -0
  165. package/dist/components/p-6e3ab655.js +5 -0
  166. package/dist/components/p-73a5d441.js +5 -0
  167. package/dist/components/p-75476014.js +5 -0
  168. package/dist/components/p-810e84ab.js +5 -0
  169. package/dist/components/p-8b1d90d7.js +5 -0
  170. package/dist/components/p-927296bb.js +5 -0
  171. package/dist/components/p-932ff922.js +5 -0
  172. package/dist/components/p-98d9e7ab.js +5 -0
  173. package/dist/components/p-a21e2e2e.js +5 -0
  174. package/dist/components/p-a2c14be5.js +5 -0
  175. package/dist/components/p-a57338da.js +5 -0
  176. package/dist/components/p-bacd1638.js +5 -0
  177. package/dist/components/p-c526513b.js +5 -0
  178. package/dist/components/p-cb600b18.js +5 -0
  179. package/dist/components/p-ceea200f.js +5 -0
  180. package/dist/components/p-cefc0575.js +5 -0
  181. package/dist/components/p-d5ff7544.js +5 -0
  182. package/dist/components/p-e2158fc6.js +5 -0
  183. package/dist/components/p-fab97ac7.js +5 -0
  184. package/dist/components/paint-thickness.d.ts +11 -0
  185. package/dist/components/paint-thickness.js +5 -0
  186. package/dist/components/part-lookup.d.ts +11 -0
  187. package/dist/components/part-lookup.js +5 -0
  188. package/dist/components/service-booking-form.d.ts +11 -0
  189. package/dist/components/service-booking-form.js +5 -0
  190. package/dist/components/service-history.d.ts +11 -0
  191. package/dist/components/service-history.js +5 -0
  192. package/dist/components/vehicle-accessories.d.ts +11 -0
  193. package/dist/components/vehicle-accessories.js +5 -0
  194. package/dist/components/vehicle-lookup.d.ts +11 -0
  195. package/dist/components/vehicle-lookup.js +5 -0
  196. package/dist/components/vehicle-specification.d.ts +11 -0
  197. package/dist/components/vehicle-specification.js +5 -0
  198. package/dist/components/warranty-details.d.ts +11 -0
  199. package/dist/components/warranty-details.js +5 -0
  200. package/dist/esm/app-globals-68faa233.js +44 -0
  201. package/dist/esm/cn-cc419b94.js +2586 -0
  202. package/dist/esm/contact-us-form.entry.js +205 -0
  203. package/dist/esm/dead-stock-lookup_3.entry.js +439 -0
  204. package/dist/esm/dynamic-claim_6.entry.js +1171 -0
  205. package/dist/esm/dynamic-redeem.entry.js +152 -0
  206. package/dist/esm/form-dialog_8.entry.js +492 -0
  207. package/dist/esm/get-local-language-98c26a89.js +2376 -0
  208. package/dist/esm/index-cac905b0.js +1581 -0
  209. package/dist/esm/index.js +4 -0
  210. package/dist/esm/loader-027b88af.js +7 -0
  211. package/dist/esm/loader.js +15 -0
  212. package/dist/esm/loading-spinner.entry.js +23 -0
  213. package/dist/esm/part-lookup.entry.js +125 -0
  214. package/dist/esm/service-booking-form.entry.js +205 -0
  215. package/dist/esm/shift-components.js +24 -0
  216. package/dist/esm/urls-e22234f9.js +4870 -0
  217. package/dist/esm/vehicle-lookup.entry.js +199 -0
  218. package/dist/index.cjs.js +1 -0
  219. package/dist/index.js +1 -0
  220. package/dist/locales/ar.json +185 -0
  221. package/dist/locales/en.json +185 -0
  222. package/dist/locales/ku.json +185 -0
  223. package/dist/locales/ru.json +185 -0
  224. package/dist/shift-components/index.esm.js +4 -0
  225. package/dist/shift-components/p-014f3fba.entry.js +5 -0
  226. package/dist/shift-components/p-0739b7d7.entry.js +5 -0
  227. package/dist/shift-components/p-446d908d.js +5 -0
  228. package/dist/shift-components/p-46878289.entry.js +5 -0
  229. package/dist/shift-components/p-62c8eed3.entry.js +5 -0
  230. package/dist/shift-components/p-65102e7a.js +6 -0
  231. package/dist/shift-components/p-65a5ebdf.entry.js +5 -0
  232. package/dist/shift-components/p-87f8fbb3.entry.js +5 -0
  233. package/dist/shift-components/p-8830682d.entry.js +5 -0
  234. package/dist/shift-components/p-932ff922.js +5 -0
  235. package/dist/shift-components/p-98d9e7ab.js +5 -0
  236. package/dist/shift-components/p-a21e2e2e.js +5 -0
  237. package/dist/shift-components/p-c06844c1.js +5 -0
  238. package/dist/shift-components/p-da1511a0.entry.js +5 -0
  239. package/dist/shift-components/p-f68052c1.entry.js +5 -0
  240. package/dist/shift-components/shift-components.esm.js +5 -0
  241. package/dist/types/components/components/loading-spinner.d.ts +4 -0
  242. package/dist/types/components/form-elements/form-dialog.d.ts +13 -0
  243. package/dist/types/components/form-elements/form-input.d.ts +28 -0
  244. package/dist/types/components/form-elements/form-select.d.ts +39 -0
  245. package/dist/types/components/form-elements/form-shadow-input.d.ts +9 -0
  246. package/dist/types/components/form-elements/form-structure-error.d.ts +8 -0
  247. package/dist/types/components/form-elements/form-structure.d.ts +23 -0
  248. package/dist/types/components/form-elements/form-submit.d.ts +12 -0
  249. package/dist/types/components/form-elements/form-text-area.d.ts +24 -0
  250. package/dist/types/components/forms/contact-us/element-mapper.d.ts +3 -0
  251. package/dist/types/components/forms/contact-us/validations.d.ts +26 -0
  252. package/dist/types/components/forms/contact-us-form.d.ts +32 -0
  253. package/dist/types/components/forms/service-booking/element-mapper.d.ts +3 -0
  254. package/dist/types/components/forms/service-booking/validations.d.ts +26 -0
  255. package/dist/types/components/forms/service-booking-form.d.ts +32 -0
  256. package/dist/types/components/part-lookup/dead-stock-lookup.d.ts +31 -0
  257. package/dist/types/components/part-lookup/distributor-lookup.d.ts +32 -0
  258. package/dist/types/components/part-lookup/manufacturer-lookup.d.ts +33 -0
  259. package/dist/types/components/part-lookup/part-lookup.d.ts +43 -0
  260. package/dist/types/components/vehicle-lookup/components/CardsContainer.d.ts +10 -0
  261. package/dist/types/components/vehicle-lookup/components/Loading.d.ts +5 -0
  262. package/dist/types/components/vehicle-lookup/components/SSCTable.d.ts +8 -0
  263. package/dist/types/components/vehicle-lookup/components/StatusCard.d.ts +12 -0
  264. package/dist/types/components/vehicle-lookup/dynamic-claim.d.ts +57 -0
  265. package/dist/types/components/vehicle-lookup/dynamic-redeem.d.ts +39 -0
  266. package/dist/types/components/vehicle-lookup/paint-thickness.d.ts +35 -0
  267. package/dist/types/components/vehicle-lookup/service-history.d.ts +30 -0
  268. package/dist/types/components/vehicle-lookup/vehicle-accessories.d.ts +35 -0
  269. package/dist/types/components/vehicle-lookup/vehicle-lookup.d.ts +53 -0
  270. package/dist/types/components/vehicle-lookup/vehicle-specification.d.ts +29 -0
  271. package/dist/types/components/vehicle-lookup/warranty-details.d.ts +57 -0
  272. package/dist/types/components.d.ts +764 -0
  273. package/dist/types/global/api/partInformation.d.ts +19 -0
  274. package/dist/types/global/api/urls.d.ts +2 -0
  275. package/dist/types/global/api/vehicleInformation.d.ts +33 -0
  276. package/dist/types/global/lib/cn.d.ts +2 -0
  277. package/dist/types/global/lib/form-hook.d.ts +47 -0
  278. package/dist/types/global/lib/general.d.ts +1 -0
  279. package/dist/types/global/lib/get-local-language.d.ts +2 -0
  280. package/dist/types/global/lib/image-expansion.d.ts +9 -0
  281. package/dist/types/global/lib/middleware.d.ts +0 -0
  282. package/dist/types/global/lib/recaptcha.d.ts +16 -0
  283. package/dist/types/global/lib/utils.d.ts +1 -0
  284. package/dist/types/global/lib/validate-form-structure.d.ts +3 -0
  285. package/dist/types/global/lib/validate-vin.d.ts +1 -0
  286. package/dist/types/global/types/components.d.ts +7 -0
  287. package/dist/types/global/types/forms.d.ts +63 -0
  288. package/dist/types/global/types/general.d.ts +23 -0
  289. package/dist/types/global/types/locales/error-schema.d.ts +23 -0
  290. package/dist/types/global/types/locales/forms/contact-us-schema.d.ts +37 -0
  291. package/dist/types/global/types/locales/forms/index.d.ts +45 -0
  292. package/dist/types/global/types/locales/general.d.ts +11 -0
  293. package/dist/types/global/types/locales/index.d.ts +382 -0
  294. package/dist/types/global/types/locales/inquiryTypes.d.ts +19 -0
  295. package/dist/types/global/types/locales/part-lookup/dead-stock-schema.d.ts +9 -0
  296. package/dist/types/global/types/locales/part-lookup/distributor-schema.d.ts +31 -0
  297. package/dist/types/global/types/locales/part-lookup/index.d.ts +79 -0
  298. package/dist/types/global/types/locales/part-lookup/manufacturer-schema.d.ts +33 -0
  299. package/dist/types/global/types/locales/vehicle-lookup/accessories-schema.d.ts +15 -0
  300. package/dist/types/global/types/locales/vehicle-lookup/dynamic-claim-schema.d.ts +31 -0
  301. package/dist/types/global/types/locales/vehicle-lookup/dynamic-redeem-schema.d.ts +27 -0
  302. package/dist/types/global/types/locales/vehicle-lookup/index.d.ts +173 -0
  303. package/dist/types/global/types/locales/vehicle-lookup/paint-thickness-schema.d.ts +17 -0
  304. package/dist/types/global/types/locales/vehicle-lookup/service-history-schema.d.ts +19 -0
  305. package/dist/types/global/types/locales/vehicle-lookup/specification-schema.d.ts +19 -0
  306. package/dist/types/global/types/locales/vehicle-lookup/warranty-schema.d.ts +35 -0
  307. package/dist/types/global/types/part-information.d.ts +53 -0
  308. package/dist/types/global/types/vehicle-information.d.ts +172 -0
  309. package/dist/types/index.d.ts +10 -0
  310. package/dist/types/stencil-public-runtime.d.ts +1680 -0
  311. package/loader/cdn.js +5 -0
  312. package/loader/index.cjs.js +5 -0
  313. package/loader/index.d.ts +24 -0
  314. package/loader/index.es2017.js +5 -0
  315. package/loader/index.js +6 -0
  316. package/loader/package.json +11 -0
  317. package/package.json +1 -1
@@ -0,0 +1,4165 @@
1
+ const mockData = {
2
+ JTMHX01J8L4198293: {
3
+ accessories: [
4
+ {
5
+ image: '',
6
+ partNumber: '',
7
+ description: '',
8
+ },
9
+ ],
10
+ vin: 'JTMHX01J8L4198293',
11
+ identifiers: {
12
+ vin: 'JTMHX01J8L4198293',
13
+ variant: null,
14
+ katashiki: null,
15
+ color: null,
16
+ trim: null,
17
+ brand: 0,
18
+ brandIntegrationID: null,
19
+ },
20
+ saleInformation: null,
21
+ isAuthorized: false,
22
+ warranty: null,
23
+ nextServiceDate: '2023-12-12',
24
+ serviceHistory: [
25
+ {
26
+ serviceType: 'PM SL (5K, 15K,25K...95K)',
27
+ serviceDate: '2023-09-12',
28
+ mileage: 30296,
29
+ companyName: 'CIHAN',
30
+ branchName: 'Cihan - Showroom | Erbil - Makhmur Road',
31
+ companyId: 2,
32
+ branchId: 14,
33
+ account: 'CS00022',
34
+ invoiceNumber: 51456604,
35
+ jobNumber: 13681,
36
+ laborLines: [
37
+ {
38
+ rtsCode: 'NOTES',
39
+ menuCode: ' ',
40
+ serviceCode: 'PMS',
41
+ description: 'FR WIPER RUBBER NEEDS TO R/P,',
42
+ },
43
+ {
44
+ rtsCode: 'EXPMAIN',
45
+ menuCode: ' ',
46
+ serviceCode: 'PMS',
47
+ description: 'EXPMAIN',
48
+ },
49
+ {
50
+ rtsCode: '0BLC25UR',
51
+ menuCode: 'SERLCUR 25KS',
52
+ serviceCode: 'PMS',
53
+ description: 'CARRY OUT 25,000 KM SERVICE',
54
+ },
55
+ ],
56
+ partLines: [
57
+ {
58
+ partNumber: 'T04152YZZD4',
59
+ qty: 1,
60
+ menuCode: 'SERLCUR 25KS',
61
+ partDescription: 'ELEMENT KIT, OIL',
62
+ },
63
+ {
64
+ partNumber: 'T0888083719',
65
+ qty: 8,
66
+ menuCode: 'SERLCUR 25KS',
67
+ partDescription: 'LGMO SN 5W40 208L',
68
+ },
69
+ {
70
+ partNumber: 'T9043012031',
71
+ qty: 1,
72
+ menuCode: 'SERLCUR 25KS',
73
+ partDescription: 'GASKET',
74
+ },
75
+ {
76
+ partNumber: 'T7736035040',
77
+ qty: 1,
78
+ menuCode: ' ',
79
+ partDescription: 'SPRING ASSY, FUEL',
80
+ },
81
+ ],
82
+ },
83
+ {
84
+ serviceType: 'PM SL (5K, 15K,25K...95K)',
85
+ serviceDate: '2023-02-09',
86
+ mileage: 25660,
87
+ companyName: 'CIHAN',
88
+ branchName: 'Cihan - Showroom | Erbil - Makhmur Road',
89
+ companyId: 2,
90
+ branchId: 14,
91
+ account: 'CS00022',
92
+ invoiceNumber: 51447340,
93
+ jobNumber: 52446,
94
+ laborLines: [
95
+ {
96
+ rtsCode: '02FUELLCUR',
97
+ menuCode: 'FUEL FILTER LCUR',
98
+ serviceCode: 'PMS',
99
+ description: 'FUEL FILTER REPLACEMENT',
100
+ },
101
+ {
102
+ rtsCode: '0BLC25UR',
103
+ menuCode: 'SERLCUR 25KS',
104
+ serviceCode: 'PMS',
105
+ description: 'CARRY OUT 25,000 KM SERVICE',
106
+ },
107
+ ],
108
+ partLines: [
109
+ {
110
+ partNumber: 'T0888083719',
111
+ qty: 8,
112
+ menuCode: 'SERLCUR 25KS',
113
+ partDescription: 'LGMO SN 5W40 208L',
114
+ },
115
+ {
116
+ partNumber: 'T9043012031',
117
+ qty: 1,
118
+ menuCode: 'SERLCUR 25KS',
119
+ partDescription: 'GASKET',
120
+ },
121
+ {
122
+ partNumber: 'T2330050150',
123
+ qty: 1,
124
+ menuCode: 'FUEL FILTER LCUR',
125
+ partDescription: 'FILTER ASSY, FUEL',
126
+ },
127
+ {
128
+ partNumber: 'T04152YZZD4',
129
+ qty: 1,
130
+ menuCode: 'SERLCUR 25KS',
131
+ partDescription: 'ELEMENT KIT, OIL',
132
+ },
133
+ ],
134
+ },
135
+ {
136
+ serviceType: 'PM SL (5K, 15K,25K...95K)',
137
+ serviceDate: '2022-09-10',
138
+ mileage: 20574,
139
+ companyName: 'CIHAN',
140
+ branchName: 'Cihan - Showroom | Erbil - Makhmur Road',
141
+ companyId: 2,
142
+ branchId: 14,
143
+ account: 'CS00022',
144
+ invoiceNumber: 51441539,
145
+ jobNumber: 41940,
146
+ laborLines: [
147
+ {
148
+ rtsCode: '0BLC15UR',
149
+ menuCode: 'SERLCUR 15KS',
150
+ serviceCode: 'PMS',
151
+ description: 'CARRY OUT 15,000 KM SERVICE',
152
+ },
153
+ {
154
+ rtsCode: '37099',
155
+ menuCode: ' ',
156
+ serviceCode: 'PMS',
157
+ description: 'GREASING',
158
+ },
159
+ ],
160
+ partLines: [
161
+ {
162
+ partNumber: 'T1780138030',
163
+ qty: 1,
164
+ menuCode: ' ',
165
+ partDescription: 'ELEMENT SUB-ASSY,',
166
+ },
167
+ {
168
+ partNumber: 'T0888083719',
169
+ qty: 8,
170
+ menuCode: 'SERLCUR 15KS',
171
+ partDescription: 'LGMO SN 5W40 208L',
172
+ },
173
+ {
174
+ partNumber: 'T9043012031',
175
+ qty: 1,
176
+ menuCode: 'SERLCUR 15KS',
177
+ partDescription: 'GASKET',
178
+ },
179
+ {
180
+ partNumber: 'T04152YZZD4',
181
+ qty: 1,
182
+ menuCode: ' ',
183
+ partDescription: 'ELEMENT KIT, OIL',
184
+ },
185
+ ],
186
+ },
187
+ {
188
+ serviceType: 'PM SL (5K, 15K,25K...95K)',
189
+ serviceDate: '2021-11-27',
190
+ mileage: 13964,
191
+ companyName: 'CIHAN',
192
+ branchName: 'Cihan - Showroom | Erbil - Makhmur Road',
193
+ companyId: 2,
194
+ branchId: 14,
195
+ account: 'CS00022',
196
+ invoiceNumber: 51431492,
197
+ jobNumber: 22296,
198
+ laborLines: [
199
+ {
200
+ rtsCode: '0BLC15UR',
201
+ menuCode: 'SERLCUR 15KS',
202
+ serviceCode: 'PMS',
203
+ description: 'CARRY OUT 15,000 KM SERVICE',
204
+ },
205
+ ],
206
+ partLines: [
207
+ {
208
+ partNumber: 'T0888083719',
209
+ qty: 8,
210
+ menuCode: 'SERLCUR 15KS',
211
+ partDescription: 'LGMO SN 5W40 208L',
212
+ },
213
+ {
214
+ partNumber: 'T04152YZZD4',
215
+ qty: 1,
216
+ menuCode: 'SERLCUR 15KS',
217
+ partDescription: 'ELEMENT KIT, OIL',
218
+ },
219
+ {
220
+ partNumber: 'T9043012031',
221
+ qty: 1,
222
+ menuCode: 'SERLCUR 15KS',
223
+ partDescription: 'GASKET',
224
+ },
225
+ ],
226
+ },
227
+ ],
228
+ ssc: null,
229
+ vehicleVariantInfo: null,
230
+ vehicleSpecification: null,
231
+ serviceItems: null,
232
+ basicModelCode: null,
233
+ },
234
+ JTMHX01J8L4198294: {
235
+ accessories: [],
236
+ paintThickness: {},
237
+ vin: 'JTMHX01J8L4198294',
238
+ identifiers: {
239
+ vin: 'JTMHX01J8L4198294',
240
+ variant: null,
241
+ katashiki: null,
242
+ color: null,
243
+ trim: null,
244
+ brand: 0,
245
+ brandIntegrationID: null,
246
+ },
247
+ saleInformation: null,
248
+ isAuthorized: false,
249
+ warranty: null,
250
+ nextServiceDate: '2023-12-12',
251
+ serviceHistory: [
252
+ {
253
+ serviceType: 'PM SL (5K, 15K,25K...95K)',
254
+ serviceDate: '2023-09-12',
255
+ mileage: 30296,
256
+ companyName: 'CIHAN',
257
+ branchName: 'Cihan - Showroom | Erbil - Makhmur Road',
258
+ companyId: 2,
259
+ branchId: 14,
260
+ account: 'CS00022',
261
+ invoiceNumber: 51456604,
262
+ jobNumber: 13681,
263
+ laborLines: [
264
+ {
265
+ rtsCode: 'NOTES',
266
+ menuCode: ' ',
267
+ serviceCode: 'PMS',
268
+ description: 'FR WIPER RUBBER NEEDS TO R/P,',
269
+ },
270
+ {
271
+ rtsCode: 'EXPMAIN',
272
+ menuCode: ' ',
273
+ serviceCode: 'PMS',
274
+ description: 'EXPMAIN',
275
+ },
276
+ {
277
+ rtsCode: '0BLC25UR',
278
+ menuCode: 'SERLCUR 25KS',
279
+ serviceCode: 'PMS',
280
+ description: 'CARRY OUT 25,000 KM SERVICE',
281
+ },
282
+ ],
283
+ partLines: [
284
+ {
285
+ partNumber: 'T04152YZZD4',
286
+ qty: 1,
287
+ menuCode: 'SERLCUR 25KS',
288
+ partDescription: 'ELEMENT KIT, OIL',
289
+ },
290
+ {
291
+ partNumber: 'T0888083719',
292
+ qty: 8,
293
+ menuCode: 'SERLCUR 25KS',
294
+ partDescription: 'LGMO SN 5W40 208L',
295
+ },
296
+ {
297
+ partNumber: 'T9043012031',
298
+ qty: 1,
299
+ menuCode: 'SERLCUR 25KS',
300
+ partDescription: 'GASKET',
301
+ },
302
+ {
303
+ partNumber: 'T7736035040',
304
+ qty: 1,
305
+ menuCode: ' ',
306
+ partDescription: 'SPRING ASSY, FUEL',
307
+ },
308
+ ],
309
+ },
310
+ {
311
+ serviceType: 'PM SL (5K, 15K,25K...95K)',
312
+ serviceDate: '2023-02-09',
313
+ mileage: 25660,
314
+ companyName: 'CIHAN',
315
+ branchName: 'Cihan - Showroom | Erbil - Makhmur Road',
316
+ companyId: 2,
317
+ branchId: 14,
318
+ account: 'CS00022',
319
+ invoiceNumber: 51447340,
320
+ jobNumber: 52446,
321
+ laborLines: [
322
+ {
323
+ rtsCode: '02FUELLCUR',
324
+ menuCode: 'FUEL FILTER LCUR',
325
+ serviceCode: 'PMS',
326
+ description: 'FUEL FILTER REPLACEMENT',
327
+ },
328
+ {
329
+ rtsCode: '0BLC25UR',
330
+ menuCode: 'SERLCUR 25KS',
331
+ serviceCode: 'PMS',
332
+ description: 'CARRY OUT 25,000 KM SERVICE',
333
+ },
334
+ ],
335
+ partLines: [
336
+ {
337
+ partNumber: 'T0888083719',
338
+ qty: 8,
339
+ menuCode: 'SERLCUR 25KS',
340
+ partDescription: 'LGMO SN 5W40 208L',
341
+ },
342
+ {
343
+ partNumber: 'T9043012031',
344
+ qty: 1,
345
+ menuCode: 'SERLCUR 25KS',
346
+ partDescription: 'GASKET',
347
+ },
348
+ {
349
+ partNumber: 'T2330050150',
350
+ qty: 1,
351
+ menuCode: 'FUEL FILTER LCUR',
352
+ partDescription: 'FILTER ASSY, FUEL',
353
+ },
354
+ {
355
+ partNumber: 'T04152YZZD4',
356
+ qty: 1,
357
+ menuCode: 'SERLCUR 25KS',
358
+ partDescription: 'ELEMENT KIT, OIL',
359
+ },
360
+ ],
361
+ },
362
+ {
363
+ serviceType: 'PM SL (5K, 15K,25K...95K)',
364
+ serviceDate: '2022-09-10',
365
+ mileage: 20574,
366
+ companyName: 'CIHAN',
367
+ branchName: 'Cihan - Showroom | Erbil - Makhmur Road',
368
+ companyId: 2,
369
+ branchId: 14,
370
+ account: 'CS00022',
371
+ invoiceNumber: 51441539,
372
+ jobNumber: 41940,
373
+ laborLines: [
374
+ {
375
+ rtsCode: '0BLC15UR',
376
+ menuCode: 'SERLCUR 15KS',
377
+ serviceCode: 'PMS',
378
+ description: 'CARRY OUT 15,000 KM SERVICE',
379
+ },
380
+ {
381
+ rtsCode: '37099',
382
+ menuCode: ' ',
383
+ serviceCode: 'PMS',
384
+ description: 'GREASING',
385
+ },
386
+ ],
387
+ partLines: [
388
+ {
389
+ partNumber: 'T1780138030',
390
+ qty: 1,
391
+ menuCode: ' ',
392
+ partDescription: 'ELEMENT SUB-ASSY,',
393
+ },
394
+ {
395
+ partNumber: 'T0888083719',
396
+ qty: 8,
397
+ menuCode: 'SERLCUR 15KS',
398
+ partDescription: 'LGMO SN 5W40 208L',
399
+ },
400
+ {
401
+ partNumber: 'T9043012031',
402
+ qty: 1,
403
+ menuCode: 'SERLCUR 15KS',
404
+ partDescription: 'GASKET',
405
+ },
406
+ {
407
+ partNumber: 'T04152YZZD4',
408
+ qty: 1,
409
+ menuCode: ' ',
410
+ partDescription: 'ELEMENT KIT, OIL',
411
+ },
412
+ ],
413
+ },
414
+ {
415
+ serviceType: 'PM SL (5K, 15K,25K...95K)',
416
+ serviceDate: '2021-11-27',
417
+ mileage: 13964,
418
+ companyName: 'CIHAN',
419
+ branchName: 'Cihan - Showroom | Erbil - Makhmur Road',
420
+ companyId: 2,
421
+ branchId: 14,
422
+ account: 'CS00022',
423
+ invoiceNumber: 51431492,
424
+ jobNumber: 22296,
425
+ laborLines: [
426
+ {
427
+ rtsCode: '0BLC15UR',
428
+ menuCode: 'SERLCUR 15KS',
429
+ serviceCode: 'PMS',
430
+ description: 'CARRY OUT 15,000 KM SERVICE',
431
+ },
432
+ ],
433
+ partLines: [
434
+ {
435
+ partNumber: 'T0888083719',
436
+ qty: 8,
437
+ menuCode: 'SERLCUR 15KS',
438
+ partDescription: 'LGMO SN 5W40 208L',
439
+ },
440
+ {
441
+ partNumber: 'T04152YZZD4',
442
+ qty: 1,
443
+ menuCode: 'SERLCUR 15KS',
444
+ partDescription: 'ELEMENT KIT, OIL',
445
+ },
446
+ {
447
+ partNumber: 'T9043012031',
448
+ qty: 1,
449
+ menuCode: 'SERLCUR 15KS',
450
+ partDescription: 'GASKET',
451
+ },
452
+ ],
453
+ },
454
+ ],
455
+ ssc: null,
456
+ vehicleVariantInfo: null,
457
+ vehicleSpecification: null,
458
+ serviceItems: [],
459
+ basicModelCode: null,
460
+ },
461
+ JTMHX01J8L4198295: {
462
+ accessories: null,
463
+ paintThickness: {
464
+ parts: [],
465
+ },
466
+ vin: 'JTMHX01J8L4198295',
467
+ identifiers: {
468
+ vin: 'JTMHX01J8L4198295',
469
+ variant: null,
470
+ katashiki: null,
471
+ color: null,
472
+ trim: null,
473
+ brand: 0,
474
+ brandIntegrationID: null,
475
+ },
476
+ saleInformation: null,
477
+ isAuthorized: false,
478
+ warranty: null,
479
+ nextServiceDate: '2023-12-12',
480
+ serviceHistory: [
481
+ {
482
+ serviceType: 'PM SL (5K, 15K,25K...95K)',
483
+ serviceDate: '2023-09-12',
484
+ mileage: 30296,
485
+ companyName: 'CIHAN',
486
+ branchName: 'Cihan - Showroom | Erbil - Makhmur Road',
487
+ companyId: 2,
488
+ branchId: 14,
489
+ account: 'CS00022',
490
+ invoiceNumber: 51456604,
491
+ jobNumber: 13681,
492
+ laborLines: [
493
+ {
494
+ rtsCode: 'NOTES',
495
+ menuCode: ' ',
496
+ serviceCode: 'PMS',
497
+ description: 'FR WIPER RUBBER NEEDS TO R/P,',
498
+ },
499
+ {
500
+ rtsCode: 'EXPMAIN',
501
+ menuCode: ' ',
502
+ serviceCode: 'PMS',
503
+ description: 'EXPMAIN',
504
+ },
505
+ {
506
+ rtsCode: '0BLC25UR',
507
+ menuCode: 'SERLCUR 25KS',
508
+ serviceCode: 'PMS',
509
+ description: 'CARRY OUT 25,000 KM SERVICE',
510
+ },
511
+ ],
512
+ partLines: [
513
+ {
514
+ partNumber: 'T04152YZZD4',
515
+ qty: 1,
516
+ menuCode: 'SERLCUR 25KS',
517
+ partDescription: 'ELEMENT KIT, OIL',
518
+ },
519
+ {
520
+ partNumber: 'T0888083719',
521
+ qty: 8,
522
+ menuCode: 'SERLCUR 25KS',
523
+ partDescription: 'LGMO SN 5W40 208L',
524
+ },
525
+ {
526
+ partNumber: 'T9043012031',
527
+ qty: 1,
528
+ menuCode: 'SERLCUR 25KS',
529
+ partDescription: 'GASKET',
530
+ },
531
+ {
532
+ partNumber: 'T7736035040',
533
+ qty: 1,
534
+ menuCode: ' ',
535
+ partDescription: 'SPRING ASSY, FUEL',
536
+ },
537
+ ],
538
+ },
539
+ {
540
+ serviceType: 'PM SL (5K, 15K,25K...95K)',
541
+ serviceDate: '2023-02-09',
542
+ mileage: 25660,
543
+ companyName: 'CIHAN',
544
+ branchName: 'Cihan - Showroom | Erbil - Makhmur Road',
545
+ companyId: 2,
546
+ branchId: 14,
547
+ account: 'CS00022',
548
+ invoiceNumber: 51447340,
549
+ jobNumber: 52446,
550
+ laborLines: [
551
+ {
552
+ rtsCode: '02FUELLCUR',
553
+ menuCode: 'FUEL FILTER LCUR',
554
+ serviceCode: 'PMS',
555
+ description: 'FUEL FILTER REPLACEMENT',
556
+ },
557
+ {
558
+ rtsCode: '0BLC25UR',
559
+ menuCode: 'SERLCUR 25KS',
560
+ serviceCode: 'PMS',
561
+ description: 'CARRY OUT 25,000 KM SERVICE',
562
+ },
563
+ ],
564
+ partLines: [
565
+ {
566
+ partNumber: 'T0888083719',
567
+ qty: 8,
568
+ menuCode: 'SERLCUR 25KS',
569
+ partDescription: 'LGMO SN 5W40 208L',
570
+ },
571
+ {
572
+ partNumber: 'T9043012031',
573
+ qty: 1,
574
+ menuCode: 'SERLCUR 25KS',
575
+ partDescription: 'GASKET',
576
+ },
577
+ {
578
+ partNumber: 'T2330050150',
579
+ qty: 1,
580
+ menuCode: 'FUEL FILTER LCUR',
581
+ partDescription: 'FILTER ASSY, FUEL',
582
+ },
583
+ {
584
+ partNumber: 'T04152YZZD4',
585
+ qty: 1,
586
+ menuCode: 'SERLCUR 25KS',
587
+ partDescription: 'ELEMENT KIT, OIL',
588
+ },
589
+ ],
590
+ },
591
+ {
592
+ serviceType: 'PM SL (5K, 15K,25K...95K)',
593
+ serviceDate: '2022-09-10',
594
+ mileage: 20574,
595
+ companyName: 'CIHAN',
596
+ branchName: 'Cihan - Showroom | Erbil - Makhmur Road',
597
+ companyId: 2,
598
+ branchId: 14,
599
+ account: 'CS00022',
600
+ invoiceNumber: 51441539,
601
+ jobNumber: 41940,
602
+ laborLines: [
603
+ {
604
+ rtsCode: '0BLC15UR',
605
+ menuCode: 'SERLCUR 15KS',
606
+ serviceCode: 'PMS',
607
+ description: 'CARRY OUT 15,000 KM SERVICE',
608
+ },
609
+ {
610
+ rtsCode: '37099',
611
+ menuCode: ' ',
612
+ serviceCode: 'PMS',
613
+ description: 'GREASING',
614
+ },
615
+ ],
616
+ partLines: [
617
+ {
618
+ partNumber: 'T1780138030',
619
+ qty: 1,
620
+ menuCode: ' ',
621
+ partDescription: 'ELEMENT SUB-ASSY,',
622
+ },
623
+ {
624
+ partNumber: 'T0888083719',
625
+ qty: 8,
626
+ menuCode: 'SERLCUR 15KS',
627
+ partDescription: 'LGMO SN 5W40 208L',
628
+ },
629
+ {
630
+ partNumber: 'T9043012031',
631
+ qty: 1,
632
+ menuCode: 'SERLCUR 15KS',
633
+ partDescription: 'GASKET',
634
+ },
635
+ {
636
+ partNumber: 'T04152YZZD4',
637
+ qty: 1,
638
+ menuCode: ' ',
639
+ partDescription: 'ELEMENT KIT, OIL',
640
+ },
641
+ ],
642
+ },
643
+ {
644
+ serviceType: 'PM SL (5K, 15K,25K...95K)',
645
+ serviceDate: '2021-11-27',
646
+ mileage: 13964,
647
+ companyName: 'CIHAN',
648
+ branchName: 'Cihan - Showroom | Erbil - Makhmur Road',
649
+ companyId: 2,
650
+ branchId: 14,
651
+ account: 'CS00022',
652
+ invoiceNumber: 51431492,
653
+ jobNumber: 22296,
654
+ laborLines: [
655
+ {
656
+ rtsCode: '0BLC15UR',
657
+ menuCode: 'SERLCUR 15KS',
658
+ serviceCode: 'PMS',
659
+ description: 'CARRY OUT 15,000 KM SERVICE',
660
+ },
661
+ ],
662
+ partLines: [
663
+ {
664
+ partNumber: 'T0888083719',
665
+ qty: 8,
666
+ menuCode: 'SERLCUR 15KS',
667
+ partDescription: 'LGMO SN 5W40 208L',
668
+ },
669
+ {
670
+ partNumber: 'T04152YZZD4',
671
+ qty: 1,
672
+ menuCode: 'SERLCUR 15KS',
673
+ partDescription: 'ELEMENT KIT, OIL',
674
+ },
675
+ {
676
+ partNumber: 'T9043012031',
677
+ qty: 1,
678
+ menuCode: 'SERLCUR 15KS',
679
+ partDescription: 'GASKET',
680
+ },
681
+ ],
682
+ },
683
+ ],
684
+ ssc: null,
685
+ vehicleVariantInfo: null,
686
+ vehicleSpecification: null,
687
+ serviceItems: [
688
+ {
689
+ name: '1,000 KM Free Service',
690
+ type: 'free',
691
+ activatedAt: 'Activation Date',
692
+ expiresAt: 'Expiry Date',
693
+ status: 'processed',
694
+ redeemDate: 'Redeem Date',
695
+ redeemingDealer: 'Claim Dealer',
696
+ invoiceNumber: 'Invoice Number',
697
+ jobNumber: 'Job Number',
698
+ menuCode: 'SER1239KH',
699
+ },
700
+ {
701
+ name: '5,000 KM Free Service',
702
+ type: 'free',
703
+ activatedAt: '2023-04-08',
704
+ expiresAt: '2023-07-08',
705
+ status: 'expired',
706
+ },
707
+ {
708
+ name: '10,000 KM Free Service',
709
+ type: 'free',
710
+ activatedAt: '2023-07-08',
711
+ expiresAt: '2023-10-08',
712
+ status: 'cancelled',
713
+ },
714
+ {
715
+ name: '15,000 KM Free Service',
716
+ type: 'free',
717
+ activatedAt: '2023-10-08',
718
+ expiresAt: '2024-01-08',
719
+ status: 'pending',
720
+ menuCode: 'SER1384KJ',
721
+ },
722
+ {
723
+ name: '20,000 KM Free Service',
724
+ type: 'free',
725
+ activatedAt: '2024-01-08',
726
+ expiresAt: '2024-03-08',
727
+ status: 'pending',
728
+ },
729
+ ],
730
+ basicModelCode: null,
731
+ },
732
+ JTMHX01J8L4198296: {
733
+ accessories: [
734
+ {
735
+ partNumber: 'yakam',
736
+ description: 'dwam',
737
+ image: 'https://static.printler.com/cache/a/1/6/6/6/e/a1666e9c70da357a080e59aa1058f9c1aa84f847.jpg',
738
+ },
739
+ ],
740
+ paintThickness: {
741
+ parts: [],
742
+ imageGroups: [],
743
+ },
744
+ vin: 'JTMHX01J8L4198296',
745
+ identifiers: {
746
+ vin: 'JTMHX01J8L4198295',
747
+ variant: null,
748
+ katashiki: null,
749
+ color: null,
750
+ trim: null,
751
+ brand: 0,
752
+ brandIntegrationID: null,
753
+ },
754
+ saleInformation: null,
755
+ isAuthorized: false,
756
+ warranty: {
757
+ hasActiveWarranty: true,
758
+ warrantyStartDate: '2023-06-05',
759
+ warrantyEndDate: '2026-06-05',
760
+ hasExtendedWarranty: false,
761
+ extendedWarrantyStartDate: null,
762
+ extendedWarrantyEndDate: null,
763
+ },
764
+ nextServiceDate: '2023-12-12',
765
+ serviceHistory: [
766
+ {
767
+ serviceType: 'PM SL (5K, 15K,25K...95K)',
768
+ serviceDate: '2023-09-12',
769
+ mileage: 30296,
770
+ companyName: 'CIHAN',
771
+ branchName: 'Cihan - Showroom | Erbil - Makhmur Road',
772
+ companyId: 2,
773
+ branchId: 14,
774
+ account: 'CS00022',
775
+ invoiceNumber: 51456604,
776
+ jobNumber: 13681,
777
+ laborLines: [
778
+ {
779
+ rtsCode: 'NOTES',
780
+ menuCode: ' ',
781
+ serviceCode: 'PMS',
782
+ description: 'FR WIPER RUBBER NEEDS TO R/P,',
783
+ },
784
+ {
785
+ rtsCode: 'EXPMAIN',
786
+ menuCode: ' ',
787
+ serviceCode: 'PMS',
788
+ description: 'EXPMAIN',
789
+ },
790
+ {
791
+ rtsCode: '0BLC25UR',
792
+ menuCode: 'SERLCUR 25KS',
793
+ serviceCode: 'PMS',
794
+ description: 'CARRY OUT 25,000 KM SERVICE',
795
+ },
796
+ ],
797
+ partLines: [
798
+ {
799
+ partNumber: 'T04152YZZD4',
800
+ qty: 1,
801
+ menuCode: 'SERLCUR 25KS',
802
+ partDescription: 'ELEMENT KIT, OIL',
803
+ },
804
+ {
805
+ partNumber: 'T0888083719',
806
+ qty: 8,
807
+ menuCode: 'SERLCUR 25KS',
808
+ partDescription: 'LGMO SN 5W40 208L',
809
+ },
810
+ {
811
+ partNumber: 'T9043012031',
812
+ qty: 1,
813
+ menuCode: 'SERLCUR 25KS',
814
+ partDescription: 'GASKET',
815
+ },
816
+ {
817
+ partNumber: 'T7736035040',
818
+ qty: 1,
819
+ menuCode: ' ',
820
+ partDescription: 'SPRING ASSY, FUEL',
821
+ },
822
+ ],
823
+ },
824
+ {
825
+ serviceType: 'PM SL (5K, 15K,25K...95K)',
826
+ serviceDate: '2023-02-09',
827
+ mileage: 25660,
828
+ companyName: 'CIHAN',
829
+ branchName: 'Cihan - Showroom | Erbil - Makhmur Road',
830
+ companyId: 2,
831
+ branchId: 14,
832
+ account: 'CS00022',
833
+ invoiceNumber: 51447340,
834
+ jobNumber: 52446,
835
+ laborLines: [
836
+ {
837
+ rtsCode: '02FUELLCUR',
838
+ menuCode: 'FUEL FILTER LCUR',
839
+ serviceCode: 'PMS',
840
+ description: 'FUEL FILTER REPLACEMENT',
841
+ },
842
+ {
843
+ rtsCode: '0BLC25UR',
844
+ menuCode: 'SERLCUR 25KS',
845
+ serviceCode: 'PMS',
846
+ description: 'CARRY OUT 25,000 KM SERVICE',
847
+ },
848
+ ],
849
+ partLines: [
850
+ {
851
+ partNumber: 'T0888083719',
852
+ qty: 8,
853
+ menuCode: 'SERLCUR 25KS',
854
+ partDescription: 'LGMO SN 5W40 208L',
855
+ },
856
+ {
857
+ partNumber: 'T9043012031',
858
+ qty: 1,
859
+ menuCode: 'SERLCUR 25KS',
860
+ partDescription: 'GASKET',
861
+ },
862
+ {
863
+ partNumber: 'T2330050150',
864
+ qty: 1,
865
+ menuCode: 'FUEL FILTER LCUR',
866
+ partDescription: 'FILTER ASSY, FUEL',
867
+ },
868
+ {
869
+ partNumber: 'T04152YZZD4',
870
+ qty: 1,
871
+ menuCode: 'SERLCUR 25KS',
872
+ partDescription: 'ELEMENT KIT, OIL',
873
+ },
874
+ ],
875
+ },
876
+ {
877
+ serviceType: 'PM SL (5K, 15K,25K...95K)',
878
+ serviceDate: '2022-09-10',
879
+ mileage: 20574,
880
+ companyName: 'CIHAN',
881
+ branchName: 'Cihan - Showroom | Erbil - Makhmur Road',
882
+ companyId: 2,
883
+ branchId: 14,
884
+ account: 'CS00022',
885
+ invoiceNumber: 51441539,
886
+ jobNumber: 41940,
887
+ laborLines: [
888
+ {
889
+ rtsCode: '0BLC15UR',
890
+ menuCode: 'SERLCUR 15KS',
891
+ serviceCode: 'PMS',
892
+ description: 'CARRY OUT 15,000 KM SERVICE',
893
+ },
894
+ {
895
+ rtsCode: '37099',
896
+ menuCode: ' ',
897
+ serviceCode: 'PMS',
898
+ description: 'GREASING',
899
+ },
900
+ ],
901
+ partLines: [
902
+ {
903
+ partNumber: 'T1780138030',
904
+ qty: 1,
905
+ menuCode: ' ',
906
+ partDescription: 'ELEMENT SUB-ASSY,',
907
+ },
908
+ {
909
+ partNumber: 'T0888083719',
910
+ qty: 8,
911
+ menuCode: 'SERLCUR 15KS',
912
+ partDescription: 'LGMO SN 5W40 208L',
913
+ },
914
+ {
915
+ partNumber: 'T9043012031',
916
+ qty: 1,
917
+ menuCode: 'SERLCUR 15KS',
918
+ partDescription: 'GASKET',
919
+ },
920
+ {
921
+ partNumber: 'T04152YZZD4',
922
+ qty: 1,
923
+ menuCode: ' ',
924
+ partDescription: 'ELEMENT KIT, OIL',
925
+ },
926
+ ],
927
+ },
928
+ {
929
+ serviceType: 'PM SL (5K, 15K,25K...95K)',
930
+ serviceDate: '2021-11-27',
931
+ mileage: 13964,
932
+ companyName: 'CIHAN',
933
+ branchName: 'Cihan - Showroom | Erbil - Makhmur Road',
934
+ companyId: 2,
935
+ branchId: 14,
936
+ account: 'CS00022',
937
+ invoiceNumber: 51431492,
938
+ jobNumber: 22296,
939
+ laborLines: [
940
+ {
941
+ rtsCode: '0BLC15UR',
942
+ menuCode: 'SERLCUR 15KS',
943
+ serviceCode: 'PMS',
944
+ description: 'CARRY OUT 15,000 KM SERVICE',
945
+ },
946
+ ],
947
+ partLines: [
948
+ {
949
+ partNumber: 'T0888083719',
950
+ qty: 8,
951
+ menuCode: 'SERLCUR 15KS',
952
+ partDescription: 'LGMO SN 5W40 208L',
953
+ },
954
+ {
955
+ partNumber: 'T04152YZZD4',
956
+ qty: 1,
957
+ menuCode: 'SERLCUR 15KS',
958
+ partDescription: 'ELEMENT KIT, OIL',
959
+ },
960
+ {
961
+ partNumber: 'T9043012031',
962
+ qty: 1,
963
+ menuCode: 'SERLCUR 15KS',
964
+ partDescription: 'GASKET',
965
+ },
966
+ ],
967
+ },
968
+ ],
969
+ ssc: null,
970
+ vehicleVariantInfo: null,
971
+ vehicleSpecification: null,
972
+ serviceItems: [
973
+ {
974
+ name: '1,000 KM Free Service',
975
+ type: 'free',
976
+ activatedAt: '2023-01-08',
977
+ expiresAt: '2023-04-08',
978
+ status: 'processed',
979
+ redeemDate: '2023-01-19',
980
+ },
981
+ {
982
+ name: '5,000 KM Free Service',
983
+ type: 'free',
984
+ activatedAt: '2023-04-08',
985
+ expiresAt: '2023-07-08',
986
+ status: 'expired',
987
+ },
988
+ {
989
+ name: '10,000 KM Free Service',
990
+ type: 'free',
991
+ activatedAt: '2023-07-08',
992
+ expiresAt: '2023-10-08',
993
+ status: 'cancelled',
994
+ },
995
+ {
996
+ name: '15,000 KM Free Service',
997
+ type: 'free',
998
+ activatedAt: '2023-10-08',
999
+ expiresAt: '2024-01-08',
1000
+ status: 'processed',
1001
+ },
1002
+ {
1003
+ name: '20,000 KM Free Service',
1004
+ type: 'free',
1005
+ activatedAt: '2024-01-08',
1006
+ expiresAt: '2024-03-08',
1007
+ status: 'pending',
1008
+ },
1009
+ ],
1010
+ basicModelCode: null,
1011
+ },
1012
+ MR0BX8CD3P2791075: {
1013
+ accessories: [
1014
+ {
1015
+ partNumber: 'yakam',
1016
+ description: 'dwam',
1017
+ image: 'https://static.printler.com/cache/a/1/6/6/6/e/a1666e9c70da357a080e59aa1058f9c1aa84f847.jpg',
1018
+ },
1019
+ {
1020
+ partNumber: 'test',
1021
+ description: 'lorem',
1022
+ image: 'https://uploads.dailydot.com/2018/10/olli-the-polite-cat.jpg?q=65&auto=format&w=1200&ar=2:1&fit=crop',
1023
+ },
1024
+ {
1025
+ partNumber: 'yakam2',
1026
+ description: 'dwam',
1027
+ image: 'https://static.printler.com/cache/a/1/6/6/6/e/a1666e9c70da357a080e59aa1058f9c1aa84f847.jpg',
1028
+ },
1029
+ {
1030
+ partNumber: 'test1',
1031
+ description: 'lorem',
1032
+ image: 'https://uploads.dailydot.com/2018/10/olli-the-polite-cat.jpg?q=65&auto=format&w=1200&ar=2:1&fit=crop',
1033
+ },
1034
+ {
1035
+ partNumber: 'yakam231',
1036
+ description: 'dwam',
1037
+ image: 'https://static.printler.com/cache/a/1/6/6/6/e/a1666e9c70da357a080e59aa1058f9c1aa84f847.jpg',
1038
+ },
1039
+ {
1040
+ partNumber: 'test1321',
1041
+ description: 'lorem',
1042
+ image: 'https://uploads.dailydot.com/2018/10/olli-the-polite-cat.jpg?q=65&auto=format&w=1200&ar=2:1&fit=crop',
1043
+ },
1044
+ ],
1045
+ paintThickness: {
1046
+ parts: [
1047
+ {
1048
+ part: ' Front Fender',
1049
+ left: 90,
1050
+ right: 100,
1051
+ },
1052
+ {
1053
+ part: ' Front Door',
1054
+ left: 90,
1055
+ right: 90,
1056
+ },
1057
+ {
1058
+ part: ' Front Fender1',
1059
+ left: 90,
1060
+ right: 100,
1061
+ },
1062
+ {
1063
+ part: ' Front Door2',
1064
+ left: 90,
1065
+ right: 90,
1066
+ },
1067
+ ],
1068
+ imageGroups: [
1069
+ {
1070
+ name: 'zero',
1071
+ images: ['https://tiqappstorage.blob.core.windows.net/paint-app/Uploads/paintThickness/5TDLB3CH1NS095585%232022-10-06%2303-33-17/Hood_1.jpg'],
1072
+ },
1073
+ {
1074
+ name: 'second',
1075
+ images: [
1076
+ 'https://tiqappstorage.blob.core.windows.net/paint-app/Uploads/paintThickness/5TDLB3CH1NS095585%232022-10-06%2303-33-17/Left_Front_Door_1.jpg',
1077
+ 'https://tiqappstorage.blob.core.windows.net/paint-app/Uploads/paintThickness/5TDLB3CH1NS095585%232022-10-06%2303-33-17/Left_Front_Door_2.jpg',
1078
+ ],
1079
+ },
1080
+ {
1081
+ name: 'second',
1082
+ images: [
1083
+ 'https://tiqappstorage.blob.core.windows.net/paint-app/Uploads/paintThickness/5TDLB3CH1NS095585%232022-10-06%2303-33-17/Left_Front_Door_1.jpg',
1084
+ 'https://tiqappstorage.blob.core.windows.net/paint-app/Uploads/paintThickness/5TDLB3CH1NS095585%232022-10-06%2303-33-17/Left_Front_Door_2.jpg',
1085
+ ],
1086
+ },
1087
+ {
1088
+ name: 'third',
1089
+ images: [
1090
+ 'https://tiqappstorage.blob.core.windows.net/paint-app/Uploads/paintThickness/5TDLB3CH1NS095585%232022-10-06%2303-33-17/Right_Front_Fender_3.jpg',
1091
+ 'https://tiqappstorage.blob.core.windows.net/paint-app/Uploads/paintThickness/5TDLB3CH1NS095585%232022-10-06%2303-33-17/Right_Rear_Door_1.jpg',
1092
+ 'https://tiqappstorage.blob.core.windows.net/paint-app/Uploads/paintThickness/5TDLB3CH1NS095585%232022-10-06%2303-33-17/Right_Rear_Door_2.jpg',
1093
+ ],
1094
+ },
1095
+ ],
1096
+ },
1097
+ vin: 'MR0BX8CD3P2791075',
1098
+ identifiers: {
1099
+ vin: 'MR0BX8CD3P2791075',
1100
+ variant: '13461HN202301',
1101
+ katashiki: 'TGN126L-DTTHKV',
1102
+ color: '040',
1103
+ trim: '30',
1104
+ brand: 0,
1105
+ brandIntegrationID: 'TYT',
1106
+ },
1107
+ saleInformation: {
1108
+ companyIntegrationID: '1',
1109
+ companyName: 'SAS',
1110
+ branchIntegrationID: '43',
1111
+ branchName: 'SAS - Showroom | Duhok',
1112
+ customerAccountNumber: 'R01447',
1113
+ customerID: '89437',
1114
+ invoiceDate: '2023-05-11',
1115
+ invoiceNumber: 11155049,
1116
+ broker: {
1117
+ brokerId: 628,
1118
+ brokerName: 'Modren Cars',
1119
+ customerID: 11048,
1120
+ invoiceNumber: 86,
1121
+ invoiceDate: '2023-06-05',
1122
+ },
1123
+ },
1124
+ isAuthorized: true,
1125
+ warranty: {
1126
+ hasActiveWarranty: true,
1127
+ warrantyStartDate: '2023-06-05',
1128
+ warrantyEndDate: '2026-06-05',
1129
+ hasExtendedWarranty: false,
1130
+ extendedWarrantyStartDate: null,
1131
+ extendedWarrantyEndDate: null,
1132
+ },
1133
+ nextServiceDate: '2025-01-13',
1134
+ serviceHistory: [
1135
+ {
1136
+ serviceType: 'PM SL (5K, 15K,25K...95K)',
1137
+ serviceDate: '2024-10-13',
1138
+ mileage: 73941,
1139
+ companyName: 'SAS',
1140
+ branchName: 'SAS - Showroom | Duhok',
1141
+ companyId: 1,
1142
+ branchId: 43,
1143
+ account: 'C00015',
1144
+ invoiceNumber: 53166219,
1145
+ jobNumber: 16416,
1146
+ laborLines: [
1147
+ {
1148
+ rtsCode: 'CWASH',
1149
+ menuCode: ' ',
1150
+ serviceCode: 'PMS',
1151
+ description: 'Free Car Wash',
1152
+ },
1153
+ {
1154
+ rtsCode: 'BGTEPR',
1155
+ menuCode: 'BGTEPR',
1156
+ serviceCode: 'PMS',
1157
+ description: 'BG Engine Performance Restorat',
1158
+ },
1159
+ {
1160
+ rtsCode: '0BHL75W4',
1161
+ menuCode: 'SERH4W 75KS3',
1162
+ serviceCode: 'PMS',
1163
+ description: 'CARRY OUT 75,000 KM SERVICE',
1164
+ },
1165
+ ],
1166
+ partLines: [
1167
+ {
1168
+ partNumber: 'T0888083715',
1169
+ qty: 5.5,
1170
+ menuCode: 'SERH4W 75KS3',
1171
+ partDescription: 'TGMO SN 5W30 208L',
1172
+ },
1173
+ {
1174
+ partNumber: 'ZBG6579M3',
1175
+ qty: 1,
1176
+ menuCode: 'BGTEPR',
1177
+ partDescription: 'PERFORMANCE OIL SERVICE',
1178
+ },
1179
+ {
1180
+ partNumber: 'T90915YZZD2',
1181
+ qty: 1,
1182
+ menuCode: 'SERH4W 75KS3',
1183
+ partDescription: 'FILTER, OIL',
1184
+ },
1185
+ {
1186
+ partNumber: 'T9043012031',
1187
+ qty: 1,
1188
+ menuCode: 'SERH4W 75KS3',
1189
+ partDescription: 'GASKET',
1190
+ },
1191
+ ],
1192
+ },
1193
+ {
1194
+ serviceType: 'PM SL (5K, 15K,25K...95K)',
1195
+ serviceDate: '2024-09-08',
1196
+ mileage: 62620,
1197
+ companyName: 'SAS',
1198
+ branchName: 'SAS - Showroom | Duhok',
1199
+ companyId: 1,
1200
+ branchId: 43,
1201
+ account: 'C00015',
1202
+ invoiceNumber: 53165038,
1203
+ jobNumber: 14587,
1204
+ laborLines: [
1205
+ {
1206
+ rtsCode: 'CWASH',
1207
+ menuCode: ' ',
1208
+ serviceCode: 'PMS',
1209
+ description: 'Free Car Wash',
1210
+ },
1211
+ {
1212
+ rtsCode: '0BHL05W4',
1213
+ menuCode: 'SERH4W 05KS3',
1214
+ serviceCode: 'PMS',
1215
+ description: 'CARRY OUT 5,000 KM SERVICE',
1216
+ },
1217
+ {
1218
+ rtsCode: 'CONSU',
1219
+ menuCode: 'CONS',
1220
+ serviceCode: 'PMS',
1221
+ description: 'Consumables',
1222
+ },
1223
+ ],
1224
+ partLines: [
1225
+ {
1226
+ partNumber: 'T90915YZZD2',
1227
+ qty: 1,
1228
+ menuCode: 'SERH4W 05KS3',
1229
+ partDescription: 'FILTER, OIL',
1230
+ },
1231
+ {
1232
+ partNumber: 'T0888083715',
1233
+ qty: 5.5,
1234
+ menuCode: 'SERH4W 05KS3',
1235
+ partDescription: 'TGMO SN 5W30 208L',
1236
+ },
1237
+ {
1238
+ partNumber: 'T9043012031',
1239
+ qty: 1,
1240
+ menuCode: 'SERH4W 05KS3',
1241
+ partDescription: 'GASKET',
1242
+ },
1243
+ ],
1244
+ },
1245
+ {
1246
+ serviceType: 'PM SL (5K, 15K,25K...95K)',
1247
+ serviceDate: '2024-07-28',
1248
+ mileage: 61940,
1249
+ companyName: 'SAS',
1250
+ branchName: 'SAS - Showroom | Duhok',
1251
+ companyId: 1,
1252
+ branchId: 43,
1253
+ account: 'C00015',
1254
+ invoiceNumber: 53163666,
1255
+ jobNumber: 12359,
1256
+ laborLines: [
1257
+ {
1258
+ rtsCode: '0BHL65W4',
1259
+ menuCode: 'SERH4W 65KS3',
1260
+ serviceCode: 'PMS',
1261
+ description: 'CARRY OUT 65,000 KM SERVICE',
1262
+ },
1263
+ {
1264
+ rtsCode: 'PDRINSP',
1265
+ menuCode: ' ',
1266
+ serviceCode: 'PMS',
1267
+ description: 'FRONT BUMPER SC1',
1268
+ },
1269
+ {
1270
+ rtsCode: 'CONS',
1271
+ menuCode: ' ',
1272
+ serviceCode: 'PMS',
1273
+ description: 'Consumables',
1274
+ },
1275
+ {
1276
+ rtsCode: 'CWASH',
1277
+ menuCode: ' ',
1278
+ serviceCode: 'PMS',
1279
+ description: 'Free Car Wash',
1280
+ },
1281
+ ],
1282
+ partLines: [
1283
+ {
1284
+ partNumber: 'T90915YZZD2',
1285
+ qty: 1,
1286
+ menuCode: 'SERH4W 65KS3',
1287
+ partDescription: 'FILTER, OIL',
1288
+ },
1289
+ {
1290
+ partNumber: 'T9043012031',
1291
+ qty: 1,
1292
+ menuCode: 'SERH4W 65KS3',
1293
+ partDescription: 'GASKET',
1294
+ },
1295
+ {
1296
+ partNumber: 'T0888083715',
1297
+ qty: 5.5,
1298
+ menuCode: 'SERH4W 65KS3',
1299
+ partDescription: 'TGMO SN 5W30 208L',
1300
+ },
1301
+ ],
1302
+ },
1303
+ {
1304
+ serviceType: 'PM SL (5K, 15K,25K...95K)',
1305
+ serviceDate: '2024-06-26',
1306
+ mileage: 56592,
1307
+ companyName: 'SAS',
1308
+ branchName: 'SAS - Showroom | Duhok',
1309
+ companyId: 1,
1310
+ branchId: 43,
1311
+ account: 'C00015',
1312
+ invoiceNumber: 53162583,
1313
+ jobNumber: 10672,
1314
+ laborLines: [
1315
+ {
1316
+ rtsCode: 'CONS',
1317
+ menuCode: ' ',
1318
+ serviceCode: 'PMS',
1319
+ description: 'Consumables',
1320
+ },
1321
+ {
1322
+ rtsCode: 'CWASH',
1323
+ menuCode: ' ',
1324
+ serviceCode: 'PMS',
1325
+ description: 'Free Car Wash',
1326
+ },
1327
+ {
1328
+ rtsCode: '0BHL55W4',
1329
+ menuCode: 'SERH4W 55KS3',
1330
+ serviceCode: 'PMS',
1331
+ description: 'CARRY OUT 55,000 KM SERVICE',
1332
+ },
1333
+ ],
1334
+ partLines: [
1335
+ {
1336
+ partNumber: 'T90915YZZD2',
1337
+ qty: 1,
1338
+ menuCode: 'SERH4W 55KS3',
1339
+ partDescription: 'FILTER, OIL',
1340
+ },
1341
+ {
1342
+ partNumber: 'T0888083715',
1343
+ qty: 5.5,
1344
+ menuCode: 'SERH4W 55KS3',
1345
+ partDescription: 'TGMO SN 5W30 208L',
1346
+ },
1347
+ {
1348
+ partNumber: 'T9043012031',
1349
+ qty: 1,
1350
+ menuCode: 'SERH4W 55KS3',
1351
+ partDescription: 'GASKET',
1352
+ },
1353
+ ],
1354
+ },
1355
+ {
1356
+ serviceType: 'PM SL (5K, 15K,25K...95K)',
1357
+ serviceDate: '2024-05-26',
1358
+ mileage: 51308,
1359
+ companyName: 'SAS',
1360
+ branchName: 'SAS - Showroom | Duhok',
1361
+ companyId: 1,
1362
+ branchId: 43,
1363
+ account: 'S00058',
1364
+ invoiceNumber: 53161736,
1365
+ jobNumber: 64345,
1366
+ laborLines: [
1367
+ {
1368
+ rtsCode: 'PDRINSP',
1369
+ menuCode: ' ',
1370
+ serviceCode: 'PMS',
1371
+ description: 'REAR LEFT FENDER PDR1+SC1',
1372
+ },
1373
+ {
1374
+ rtsCode: 'CONS',
1375
+ menuCode: ' ',
1376
+ serviceCode: 'PMS',
1377
+ description: 'Consumables',
1378
+ },
1379
+ {
1380
+ rtsCode: '0BHL55W4',
1381
+ menuCode: 'SERH4W 55KS3',
1382
+ serviceCode: 'PMS',
1383
+ description: 'CARRY OUT 55,000 KM SERVICE',
1384
+ },
1385
+ {
1386
+ rtsCode: 'BGT44K',
1387
+ menuCode: 'BGT44K',
1388
+ serviceCode: 'PMS',
1389
+ description: 'BG 44K Platinum Fuel System Cl',
1390
+ },
1391
+ ],
1392
+ partLines: [
1393
+ {
1394
+ partNumber: 'ZBG208M',
1395
+ qty: 1,
1396
+ menuCode: 'BGT44K',
1397
+ partDescription: '44K PLATINUM FUEL & COMBUSTION CLEANER',
1398
+ },
1399
+ {
1400
+ partNumber: 'T9043012031',
1401
+ qty: 1,
1402
+ menuCode: 'SERH4W 55KS3',
1403
+ partDescription: 'GASKET',
1404
+ },
1405
+ {
1406
+ partNumber: 'T90915YZZD2',
1407
+ qty: 1,
1408
+ menuCode: 'SERH4W 55KS3',
1409
+ partDescription: 'FILTER, OIL',
1410
+ },
1411
+ {
1412
+ partNumber: 'T0888083719',
1413
+ qty: 5.5,
1414
+ menuCode: 'SERH4W 55KS3',
1415
+ partDescription: 'LGMO SN 5W40 208L',
1416
+ },
1417
+ ],
1418
+ },
1419
+ {
1420
+ serviceType: 'PM SL (5K, 15K,25K...95K)',
1421
+ serviceDate: '2024-04-22',
1422
+ mileage: 46248,
1423
+ companyName: 'SAS',
1424
+ branchName: 'SAS - Showroom | Duhok',
1425
+ companyId: 1,
1426
+ branchId: 43,
1427
+ account: 'C00015',
1428
+ invoiceNumber: 53160685,
1429
+ jobNumber: 62792,
1430
+ laborLines: [
1431
+ {
1432
+ rtsCode: 'BGTEPR',
1433
+ menuCode: 'BGTEPR',
1434
+ serviceCode: 'PMS',
1435
+ description: 'BG Engine Performance Restorat',
1436
+ },
1437
+ {
1438
+ rtsCode: 'CWASH',
1439
+ menuCode: ' ',
1440
+ serviceCode: 'PMS',
1441
+ description: 'Free Car Wash',
1442
+ },
1443
+ {
1444
+ rtsCode: 'PDRINSP',
1445
+ menuCode: ' ',
1446
+ serviceCode: 'PMS',
1447
+ description: 'REAR LEFT FENDER SC2',
1448
+ },
1449
+ {
1450
+ rtsCode: '0BHL45W4',
1451
+ menuCode: 'SERH4W 45KS3',
1452
+ serviceCode: 'PMS',
1453
+ description: 'CARRY OUT 45,000 KM SERVICE',
1454
+ },
1455
+ {
1456
+ rtsCode: 'CONS',
1457
+ menuCode: ' ',
1458
+ serviceCode: 'PMS',
1459
+ description: 'Consumables',
1460
+ },
1461
+ {
1462
+ rtsCode: 'CWASH',
1463
+ menuCode: ' ',
1464
+ serviceCode: 'PMS',
1465
+ description: 'Free Car Wash',
1466
+ },
1467
+ ],
1468
+ partLines: [
1469
+ {
1470
+ partNumber: 'T90915YZZD2',
1471
+ qty: 1,
1472
+ menuCode: 'SERH4W 45KS3',
1473
+ partDescription: 'FILTER, OIL',
1474
+ },
1475
+ {
1476
+ partNumber: 'T9043012031',
1477
+ qty: 1,
1478
+ menuCode: 'SERH4W 45KS3',
1479
+ partDescription: 'GASKET',
1480
+ },
1481
+ {
1482
+ partNumber: 'T0888083719',
1483
+ qty: 5.5,
1484
+ menuCode: 'SERH4W 45KS3',
1485
+ partDescription: 'LGMO SN 5W40 208L',
1486
+ },
1487
+ {
1488
+ partNumber: 'ZBG6579M3',
1489
+ qty: 1,
1490
+ menuCode: 'BGTEPR',
1491
+ partDescription: 'PERFORMANCE OIL SERVICE',
1492
+ },
1493
+ ],
1494
+ },
1495
+ {
1496
+ serviceType: 'PM SL (5K, 15K,25K...95K)',
1497
+ serviceDate: '2024-03-16',
1498
+ mileage: 40586,
1499
+ companyName: 'SAS',
1500
+ branchName: 'SAS - Showroom | Duhok',
1501
+ companyId: 1,
1502
+ branchId: 43,
1503
+ account: 'C00015',
1504
+ invoiceNumber: 53159833,
1505
+ jobNumber: 61274,
1506
+ laborLines: [
1507
+ {
1508
+ rtsCode: 'CONS',
1509
+ menuCode: ' ',
1510
+ serviceCode: 'PMS',
1511
+ description: 'Consumables',
1512
+ },
1513
+ {
1514
+ rtsCode: 'PDRINSP',
1515
+ menuCode: ' ',
1516
+ serviceCode: 'PMS',
1517
+ description: 'front left door sc1',
1518
+ },
1519
+ {
1520
+ rtsCode: '0BHL35W4',
1521
+ menuCode: 'SERH4W 35KS3',
1522
+ serviceCode: 'PMS',
1523
+ description: 'CARRY OUT 35,000 KM SERVICE',
1524
+ },
1525
+ {
1526
+ rtsCode: 'CWASH',
1527
+ menuCode: ' ',
1528
+ serviceCode: 'PMS',
1529
+ description: 'Free Car Wash',
1530
+ },
1531
+ ],
1532
+ partLines: [
1533
+ {
1534
+ partNumber: 'T9043012031',
1535
+ qty: 1,
1536
+ menuCode: 'SERH4W 35KS3',
1537
+ partDescription: 'GASKET',
1538
+ },
1539
+ {
1540
+ partNumber: 'T90915YZZD2',
1541
+ qty: 1,
1542
+ menuCode: 'SERH4W 35KS3',
1543
+ partDescription: 'FILTER, OIL',
1544
+ },
1545
+ {
1546
+ partNumber: 'T0888083715',
1547
+ qty: 5.5,
1548
+ menuCode: 'SERH4W 35KS3',
1549
+ partDescription: 'TGMO SN 5W30 208L',
1550
+ },
1551
+ ],
1552
+ },
1553
+ {
1554
+ serviceType: 'PM SL (5K, 15K,25K...95K)',
1555
+ serviceDate: '2024-02-05',
1556
+ mileage: 35261,
1557
+ companyName: 'SAS',
1558
+ branchName: 'SAS - Showroom | Duhok',
1559
+ companyId: 1,
1560
+ branchId: 43,
1561
+ account: 'C00015',
1562
+ invoiceNumber: 53158737,
1563
+ jobNumber: 59536,
1564
+ laborLines: [
1565
+ {
1566
+ rtsCode: 'BGTPFI',
1567
+ menuCode: 'BGTPFI',
1568
+ serviceCode: 'PMS',
1569
+ description: 'BG PFI Fuel & Air Induction Cl',
1570
+ },
1571
+ {
1572
+ rtsCode: '0BHL05W4',
1573
+ menuCode: 'SERH4W 05KS3',
1574
+ serviceCode: 'PMS',
1575
+ description: 'CARRY OUT 5,000 KM SERVICE',
1576
+ },
1577
+ {
1578
+ rtsCode: 'CONS',
1579
+ menuCode: ' ',
1580
+ serviceCode: 'PMS',
1581
+ description: 'Consumables',
1582
+ },
1583
+ {
1584
+ rtsCode: '473301',
1585
+ menuCode: ' ',
1586
+ serviceCode: 'PMS',
1587
+ description: 'FRONT DISC BRAKE PAD AND/OR DI',
1588
+ },
1589
+ ],
1590
+ partLines: [
1591
+ {
1592
+ partNumber: 'T044650K360',
1593
+ qty: 1,
1594
+ menuCode: ' ',
1595
+ partDescription: 'PAD KIT, DISC BRAKE',
1596
+ },
1597
+ {
1598
+ partNumber: 'ZBG2901M3',
1599
+ qty: 1,
1600
+ menuCode: 'BGTPFI',
1601
+ partDescription: 'PFI FUEL & AIR INDUCTION CLEANING',
1602
+ },
1603
+ {
1604
+ partNumber: 'T0888083715',
1605
+ qty: 5.5,
1606
+ menuCode: 'SERH4W 05KS3',
1607
+ partDescription: 'TGMO SN 5W30 208L',
1608
+ },
1609
+ {
1610
+ partNumber: 'T9043012031',
1611
+ qty: 1,
1612
+ menuCode: 'SERH4W 05KS3',
1613
+ partDescription: 'GASKET',
1614
+ },
1615
+ {
1616
+ partNumber: 'T90915YZZD2',
1617
+ qty: 1,
1618
+ menuCode: 'SERH4W 05KS3',
1619
+ partDescription: 'FILTER, OIL',
1620
+ },
1621
+ ],
1622
+ },
1623
+ {
1624
+ serviceType: 'PM SL (5K, 15K,25K...95K)',
1625
+ serviceDate: '2023-12-25',
1626
+ mileage: 30253,
1627
+ companyName: 'SAS',
1628
+ branchName: 'SAS - Showroom | Duhok',
1629
+ companyId: 1,
1630
+ branchId: 43,
1631
+ account: 'C00015',
1632
+ invoiceNumber: 53157673,
1633
+ jobNumber: 57573,
1634
+ laborLines: [
1635
+ {
1636
+ rtsCode: 'CONS',
1637
+ menuCode: ' ',
1638
+ serviceCode: 'PMS',
1639
+ description: 'Consumables',
1640
+ },
1641
+ {
1642
+ rtsCode: 'CWASH',
1643
+ menuCode: ' ',
1644
+ serviceCode: 'PMS',
1645
+ description: 'Free Car Wash',
1646
+ },
1647
+ {
1648
+ rtsCode: 'PDRINSP',
1649
+ menuCode: ' ',
1650
+ serviceCode: 'PMS',
1651
+ description: 'FRONT BUMPER SC3',
1652
+ },
1653
+ {
1654
+ rtsCode: '0BHL25W4',
1655
+ menuCode: 'SERH4W 25KS3',
1656
+ serviceCode: 'PMS',
1657
+ description: 'CARRY OUT 25,000 KM SERVICE',
1658
+ },
1659
+ ],
1660
+ partLines: [
1661
+ {
1662
+ partNumber: 'T0888083715',
1663
+ qty: 5.5,
1664
+ menuCode: 'SERH4W 25KS3',
1665
+ partDescription: 'TGMO SN 5W30 208L',
1666
+ },
1667
+ {
1668
+ partNumber: 'T9043012031',
1669
+ qty: 1,
1670
+ menuCode: 'SERH4W 25KS3',
1671
+ partDescription: 'GASKET',
1672
+ },
1673
+ {
1674
+ partNumber: 'T90915YZZD2',
1675
+ qty: 1,
1676
+ menuCode: 'SERH4W 25KS3',
1677
+ partDescription: 'FILTER, OIL',
1678
+ },
1679
+ ],
1680
+ },
1681
+ ],
1682
+ ssc: null,
1683
+ vehicleVariantInfo: null,
1684
+ vehicleSpecification: {
1685
+ modelDesc: 'HILUX 2.7 D/C 4*4/AT/High/ADD',
1686
+ variantDesc: '2.7L/DC/4x4/AT/High/ADD',
1687
+ class: 'C',
1688
+ bodyType: ' ',
1689
+ productionDate: '2025-12-01T00:00:00',
1690
+ engine: ' 2700 ',
1691
+ cylinders: ' 0 ',
1692
+ lightHeavy: ' ',
1693
+ doors: ' 4 ',
1694
+ fuel: 'P',
1695
+ transmission: 'Automatic',
1696
+ side: '1',
1697
+ engineType: ' ',
1698
+ tankCap: ' 0 ',
1699
+ style: 'Pick up',
1700
+ fuelLiter: null,
1701
+ color: 'SUPER WHITE 2',
1702
+ trim: 'TERRA COTTA',
1703
+ },
1704
+ serviceItems: [
1705
+ {
1706
+ name: '1,000 KM Free Service',
1707
+ type: 'free',
1708
+ activatedAt: '2023-01-08',
1709
+ expiresAt: '2023-04-08',
1710
+ status: 'processed',
1711
+ redeemDate: '2023-01-19',
1712
+ },
1713
+ {
1714
+ name: '5,000 KM Free Service',
1715
+ type: 'free',
1716
+ activatedAt: '2023-04-08',
1717
+ expiresAt: '2023-07-08',
1718
+ status: 'expired',
1719
+ },
1720
+ {
1721
+ name: '10,000 KM Free Service',
1722
+ type: 'free',
1723
+ activatedAt: '2023-07-08',
1724
+ expiresAt: '2023-10-08',
1725
+ status: 'cancelled',
1726
+ },
1727
+ {
1728
+ name: '15,000 KM Free Service',
1729
+ type: 'free',
1730
+ activatedAt: '2023-10-08',
1731
+ expiresAt: '2024-01-08',
1732
+ status: 'processed',
1733
+ },
1734
+ {
1735
+ name: '20,000 KM Free Service',
1736
+ type: 'free',
1737
+ activatedAt: '2024-01-08',
1738
+ expiresAt: '2024-03-08',
1739
+ status: 'processed',
1740
+ },
1741
+ ],
1742
+ basicModelCode: 'TGN126',
1743
+ },
1744
+ JTMHX01J8L4198299: {
1745
+ accessories: [
1746
+ {
1747
+ partNumber: 'yakam2',
1748
+ description: 'dwam',
1749
+ image: 'https://static.printler.com/cache/a/1/6/6/6/e/a1666e9c70da357a080e59aa1058f9c1aa84f847.jpg',
1750
+ },
1751
+ {
1752
+ partNumber: 'test1',
1753
+ description: 'lorem',
1754
+ image: 'https://uploads.dailydot.com/2018/10/olli-the-polite-cat.jpg?q=65&auto=format&w=1200&ar=2:1&fit=crop',
1755
+ },
1756
+ {
1757
+ partNumber: 'yakam231',
1758
+ description: 'dwam',
1759
+ image: 'https://static.printler.com/cache/a/1/6/6/6/e/a1666e9c70da357a080e59aa1058f9c1aa84f847.jpg',
1760
+ },
1761
+ {
1762
+ partNumber: 'test1321',
1763
+ description: 'lorem',
1764
+ image: 'https://uploads.dailydot.com/2018/10/olli-the-polite-cat.jpg?q=65&auto=format&w=1200&ar=2:1&fit=crop',
1765
+ },
1766
+ ],
1767
+ paintThickness: {
1768
+ parts: [
1769
+ {
1770
+ part: ' Front Fender',
1771
+ left: 90,
1772
+ right: 100,
1773
+ },
1774
+ {
1775
+ part: ' Front Door',
1776
+ left: 90,
1777
+ right: 90,
1778
+ },
1779
+ {
1780
+ part: ' Front Fender1',
1781
+ left: 90,
1782
+ right: 100,
1783
+ },
1784
+ {
1785
+ part: ' Front Door2',
1786
+ left: 90,
1787
+ right: 90,
1788
+ },
1789
+ ],
1790
+ imageGroups: [
1791
+ {
1792
+ name: 'zero',
1793
+ images: ['https://tiqappstorage.blob.core.windows.net/paint-app/Uploads/paintThickness/5TDLB3CH1NS095585%232022-10-06%2303-33-17/Hood_1.jpg'],
1794
+ },
1795
+ {
1796
+ name: 'second',
1797
+ images: [
1798
+ 'https://tiqappstorage.blob.core.windows.net/paint-app/Uploads/paintThickness/5TDLB3CH1NS095585%232022-10-06%2303-33-17/Left_Front_Door_1.jpg',
1799
+ 'https://tiqappstorage.blob.core.windows.net/paint-app/Uploads/paintThickness/5TDLB3CH1NS095585%232022-10-06%2303-33-17/Left_Front_Door_2.jpg',
1800
+ ],
1801
+ },
1802
+ {
1803
+ name: 'second',
1804
+ images: [
1805
+ 'https://tiqappstorage.blob.core.windows.net/paint-app/Uploads/paintThickness/5TDLB3CH1NS095585%232022-10-06%2303-33-17/Left_Front_Door_1.jpg',
1806
+ 'https://tiqappstorage.blob.core.windows.net/paint-app/Uploads/paintThickness/5TDLB3CH1NS095585%232022-10-06%2303-33-17/Left_Front_Door_2.jpg',
1807
+ ],
1808
+ },
1809
+ {
1810
+ name: 'third',
1811
+ images: [
1812
+ 'https://tiqappstorage.blob.core.windows.net/paint-app/Uploads/paintThickness/5TDLB3CH1NS095585%232022-10-06%2303-33-17/Right_Front_Fender_3.jpg',
1813
+ 'https://tiqappstorage.blob.core.windows.net/paint-app/Uploads/paintThickness/5TDLB3CH1NS095585%232022-10-06%2303-33-17/Right_Rear_Door_1.jpg',
1814
+ 'https://tiqappstorage.blob.core.windows.net/paint-app/Uploads/paintThickness/5TDLB3CH1NS095585%232022-10-06%2303-33-17/Right_Rear_Door_2.jpg',
1815
+ ],
1816
+ },
1817
+ ],
1818
+ },
1819
+ vin: 'JTMHX01J8L4198299',
1820
+ identifiers: {
1821
+ vin: 'JTMHX01J8L4198295',
1822
+ variant: null,
1823
+ katashiki: null,
1824
+ color: null,
1825
+ trim: null,
1826
+ brand: 0,
1827
+ brandIntegrationID: null,
1828
+ },
1829
+ saleInformation: null,
1830
+ isAuthorized: false,
1831
+ warranty: {
1832
+ hasActiveWarranty: false,
1833
+ warrantyStartDate: '2020-06-05',
1834
+ warrantyEndDate: '2021-06-05',
1835
+ hasExtendedWarranty: false,
1836
+ extendedWarrantyStartDate: null,
1837
+ extendedWarrantyEndDate: null,
1838
+ },
1839
+ nextServiceDate: '2023-12-12',
1840
+ serviceHistory: [
1841
+ {
1842
+ serviceType: 'PM SL (5K, 15K,25K...95K)',
1843
+ serviceDate: '2023-09-12',
1844
+ mileage: 30296,
1845
+ companyName: 'CIHAN',
1846
+ branchName: 'Cihan - Showroom | Erbil - Makhmur Road',
1847
+ companyId: 2,
1848
+ branchId: 14,
1849
+ account: 'CS00022',
1850
+ invoiceNumber: 51456604,
1851
+ jobNumber: 13681,
1852
+ laborLines: [
1853
+ {
1854
+ rtsCode: 'NOTES',
1855
+ menuCode: ' ',
1856
+ serviceCode: 'PMS',
1857
+ description: 'FR WIPER RUBBER NEEDS TO R/P,',
1858
+ },
1859
+ {
1860
+ rtsCode: 'EXPMAIN',
1861
+ menuCode: ' ',
1862
+ serviceCode: 'PMS',
1863
+ description: 'EXPMAIN',
1864
+ },
1865
+ {
1866
+ rtsCode: '0BLC25UR',
1867
+ menuCode: 'SERLCUR 25KS',
1868
+ serviceCode: 'PMS',
1869
+ description: 'CARRY OUT 25,000 KM SERVICE',
1870
+ },
1871
+ ],
1872
+ partLines: [
1873
+ {
1874
+ partNumber: 'T04152YZZD4',
1875
+ qty: 1,
1876
+ menuCode: 'SERLCUR 25KS',
1877
+ partDescription: 'ELEMENT KIT, OIL',
1878
+ },
1879
+ {
1880
+ partNumber: 'T0888083719',
1881
+ qty: 8,
1882
+ menuCode: 'SERLCUR 25KS',
1883
+ partDescription: 'LGMO SN 5W40 208L',
1884
+ },
1885
+ {
1886
+ partNumber: 'T9043012031',
1887
+ qty: 1,
1888
+ menuCode: 'SERLCUR 25KS',
1889
+ partDescription: 'GASKET',
1890
+ },
1891
+ {
1892
+ partNumber: 'T7736035040',
1893
+ qty: 1,
1894
+ menuCode: ' ',
1895
+ partDescription: 'SPRING ASSY, FUEL',
1896
+ },
1897
+ ],
1898
+ },
1899
+ {
1900
+ serviceType: 'PM SL (5K, 15K,25K...95K)',
1901
+ serviceDate: '2023-02-09',
1902
+ mileage: 25660,
1903
+ companyName: 'CIHAN',
1904
+ branchName: 'Cihan - Showroom | Erbil - Makhmur Road',
1905
+ companyId: 2,
1906
+ branchId: 14,
1907
+ account: 'CS00022',
1908
+ invoiceNumber: 51447340,
1909
+ jobNumber: 52446,
1910
+ laborLines: [
1911
+ {
1912
+ rtsCode: '02FUELLCUR',
1913
+ menuCode: 'FUEL FILTER LCUR',
1914
+ serviceCode: 'PMS',
1915
+ description: 'FUEL FILTER REPLACEMENT',
1916
+ },
1917
+ {
1918
+ rtsCode: '0BLC25UR',
1919
+ menuCode: 'SERLCUR 25KS',
1920
+ serviceCode: 'PMS',
1921
+ description: 'CARRY OUT 25,000 KM SERVICE',
1922
+ },
1923
+ ],
1924
+ partLines: [
1925
+ {
1926
+ partNumber: 'T0888083719',
1927
+ qty: 8,
1928
+ menuCode: 'SERLCUR 25KS',
1929
+ partDescription: 'LGMO SN 5W40 208L',
1930
+ },
1931
+ {
1932
+ partNumber: 'T9043012031',
1933
+ qty: 1,
1934
+ menuCode: 'SERLCUR 25KS',
1935
+ partDescription: 'GASKET',
1936
+ },
1937
+ {
1938
+ partNumber: 'T2330050150',
1939
+ qty: 1,
1940
+ menuCode: 'FUEL FILTER LCUR',
1941
+ partDescription: 'FILTER ASSY, FUEL',
1942
+ },
1943
+ {
1944
+ partNumber: 'T04152YZZD4',
1945
+ qty: 1,
1946
+ menuCode: 'SERLCUR 25KS',
1947
+ partDescription: 'ELEMENT KIT, OIL',
1948
+ },
1949
+ ],
1950
+ },
1951
+ {
1952
+ serviceType: 'PM SL (5K, 15K,25K...95K)',
1953
+ serviceDate: '2022-09-10',
1954
+ mileage: 20574,
1955
+ companyName: 'CIHAN',
1956
+ branchName: 'Cihan - Showroom | Erbil - Makhmur Road',
1957
+ companyId: 2,
1958
+ branchId: 14,
1959
+ account: 'CS00022',
1960
+ invoiceNumber: 51441539,
1961
+ jobNumber: 41940,
1962
+ laborLines: [
1963
+ {
1964
+ rtsCode: '0BLC15UR',
1965
+ menuCode: 'SERLCUR 15KS',
1966
+ serviceCode: 'PMS',
1967
+ description: 'CARRY OUT 15,000 KM SERVICE',
1968
+ },
1969
+ {
1970
+ rtsCode: '37099',
1971
+ menuCode: ' ',
1972
+ serviceCode: 'PMS',
1973
+ description: 'GREASING',
1974
+ },
1975
+ ],
1976
+ partLines: [
1977
+ {
1978
+ partNumber: 'T1780138030',
1979
+ qty: 1,
1980
+ menuCode: ' ',
1981
+ partDescription: 'ELEMENT SUB-ASSY,',
1982
+ },
1983
+ {
1984
+ partNumber: 'T0888083719',
1985
+ qty: 8,
1986
+ menuCode: 'SERLCUR 15KS',
1987
+ partDescription: 'LGMO SN 5W40 208L',
1988
+ },
1989
+ {
1990
+ partNumber: 'T9043012031',
1991
+ qty: 1,
1992
+ menuCode: 'SERLCUR 15KS',
1993
+ partDescription: 'GASKET',
1994
+ },
1995
+ {
1996
+ partNumber: 'T04152YZZD4',
1997
+ qty: 1,
1998
+ menuCode: ' ',
1999
+ partDescription: 'ELEMENT KIT, OIL',
2000
+ },
2001
+ ],
2002
+ },
2003
+ {
2004
+ serviceType: 'PM SL (5K, 15K,25K...95K)',
2005
+ serviceDate: '2021-11-27',
2006
+ mileage: 13964,
2007
+ companyName: 'CIHAN',
2008
+ branchName: 'Cihan - Showroom | Erbil - Makhmur Road',
2009
+ companyId: 2,
2010
+ branchId: 14,
2011
+ account: 'CS00022',
2012
+ invoiceNumber: 51431492,
2013
+ jobNumber: 22296,
2014
+ laborLines: [
2015
+ {
2016
+ rtsCode: '0BLC15UR',
2017
+ menuCode: 'SERLCUR 15KS',
2018
+ serviceCode: 'PMS',
2019
+ description: 'CARRY OUT 15,000 KM SERVICE',
2020
+ },
2021
+ ],
2022
+ partLines: [
2023
+ {
2024
+ partNumber: 'T0888083719',
2025
+ qty: 8,
2026
+ menuCode: 'SERLCUR 15KS',
2027
+ partDescription: 'LGMO SN 5W40 208L',
2028
+ },
2029
+ {
2030
+ partNumber: 'T04152YZZD4',
2031
+ qty: 1,
2032
+ menuCode: 'SERLCUR 15KS',
2033
+ partDescription: 'ELEMENT KIT, OIL',
2034
+ },
2035
+ {
2036
+ partNumber: 'T9043012031',
2037
+ qty: 1,
2038
+ menuCode: 'SERLCUR 15KS',
2039
+ partDescription: 'GASKET',
2040
+ },
2041
+ ],
2042
+ },
2043
+ ],
2044
+ ssc: null,
2045
+ vehicleVariantInfo: null,
2046
+ vehicleSpecification: null,
2047
+ serviceItems: [
2048
+ {
2049
+ name: '1,000 KM Free Service',
2050
+ type: 'free',
2051
+ activatedAt: '2023-01-08',
2052
+ expiresAt: '2023-04-08',
2053
+ status: 'processed',
2054
+ redeemDate: '2023-01-19',
2055
+ },
2056
+ {
2057
+ name: '5,000 KM Free Service',
2058
+ type: 'free',
2059
+ activatedAt: '2023-04-08',
2060
+ expiresAt: '2023-07-08',
2061
+ status: 'pending',
2062
+ },
2063
+ ],
2064
+ basicModelCode: null,
2065
+ },
2066
+ JTMABBBJ9P4099243: {
2067
+ accessories: [
2068
+ {
2069
+ partNumber: 'yakam',
2070
+ description: 'dwam',
2071
+ image: 'https://static.printler.com/cache/a/1/6/6/6/e/a1666e9c70da357a080e59aa1058f9c1aa84f847.jpg',
2072
+ },
2073
+ ],
2074
+ paintThickness: {
2075
+ parts: [
2076
+ {
2077
+ part: ' Front Fender',
2078
+ left: 90,
2079
+ right: 100,
2080
+ },
2081
+ {
2082
+ part: ' Front Door',
2083
+ left: 90,
2084
+ right: 90,
2085
+ },
2086
+ {
2087
+ part: ' Front Fender1',
2088
+ left: 90,
2089
+ right: 100,
2090
+ },
2091
+ {
2092
+ part: ' Front Door2',
2093
+ left: 90,
2094
+ right: 90,
2095
+ },
2096
+ ],
2097
+ imageGroups: [
2098
+ {
2099
+ name: 'zero',
2100
+ images: ['https://tiqappstorage.blob.core.windows.net/paint-app/Uploads/paintThickness/5TDLB3CH1NS095585%232022-10-06%2303-33-17/Hood_1.jpg'],
2101
+ },
2102
+ {
2103
+ name: 'second',
2104
+ images: [
2105
+ 'https://tiqappstorage.blob.core.windows.net/paint-app/Uploads/paintThickness/5TDLB3CH1NS095585%232022-10-06%2303-33-17/Left_Front_Door_1.jpg',
2106
+ 'https://tiqappstorage.blob.core.windows.net/paint-app/Uploads/paintThickness/5TDLB3CH1NS095585%232022-10-06%2303-33-17/Left_Front_Door_2.jpg',
2107
+ ],
2108
+ },
2109
+ {
2110
+ name: 'second',
2111
+ images: [
2112
+ 'https://tiqappstorage.blob.core.windows.net/paint-app/Uploads/paintThickness/5TDLB3CH1NS095585%232022-10-06%2303-33-17/Left_Front_Door_1.jpg',
2113
+ 'https://tiqappstorage.blob.core.windows.net/paint-app/Uploads/paintThickness/5TDLB3CH1NS095585%232022-10-06%2303-33-17/Left_Front_Door_2.jpg',
2114
+ ],
2115
+ },
2116
+ {
2117
+ name: 'third',
2118
+ images: [
2119
+ 'https://tiqappstorage.blob.core.windows.net/paint-app/Uploads/paintThickness/5TDLB3CH1NS095585%232022-10-06%2303-33-17/Right_Front_Fender_3.jpg',
2120
+ 'https://tiqappstorage.blob.core.windows.net/paint-app/Uploads/paintThickness/5TDLB3CH1NS095585%232022-10-06%2303-33-17/Right_Rear_Door_1.jpg',
2121
+ 'https://tiqappstorage.blob.core.windows.net/paint-app/Uploads/paintThickness/5TDLB3CH1NS095585%232022-10-06%2303-33-17/Right_Rear_Door_2.jpg',
2122
+ ],
2123
+ },
2124
+ ],
2125
+ },
2126
+ vin: 'JTMABBBJ9P4099243',
2127
+ identifiers: {
2128
+ vin: 'JTMABBBJ9P4099243',
2129
+ variant: '53311S3202301',
2130
+ katashiki: 'VJA300L-GNUAZV',
2131
+ color: '070',
2132
+ trim: '40',
2133
+ brand: 0,
2134
+ brandIntegrationID: 'TYT',
2135
+ },
2136
+ saleInformation: {
2137
+ companyIntegrationID: '1',
2138
+ companyName: 'SAS',
2139
+ branchIntegrationID: '44',
2140
+ branchName: 'SAS - Showroom | Basra',
2141
+ customerAccountNumber: 'R01954',
2142
+ customerID: '97120',
2143
+ invoiceDate: '2023-09-18',
2144
+ invoiceNumber: 11160168,
2145
+ broker: {
2146
+ brokerId: 539,
2147
+ brokerName: 'Al-Burchman',
2148
+ customerID: 17782,
2149
+ invoiceNumber: 71,
2150
+ invoiceDate: '2023-11-23',
2151
+ },
2152
+ },
2153
+ isAuthorized: true,
2154
+ warranty: {
2155
+ hasActiveWarranty: true,
2156
+ warrantyStartDate: '2023-11-23',
2157
+ warrantyEndDate: '2026-11-23',
2158
+ hasExtendedWarranty: false,
2159
+ extendedWarrantyStartDate: null,
2160
+ extendedWarrantyEndDate: null,
2161
+ },
2162
+ nextServiceDate: '2025-02-19',
2163
+ serviceHistory: [
2164
+ {
2165
+ serviceType: 'SSC Campaign',
2166
+ serviceDate: '2024-11-19',
2167
+ mileage: 12112,
2168
+ companyName: 'SAS',
2169
+ branchName: 'SAS - Showroom | Basra',
2170
+ companyId: 1,
2171
+ branchId: 44,
2172
+ account: 'W00001',
2173
+ invoiceNumber: 54302844,
2174
+ jobNumber: 32325,
2175
+ laborLines: [
2176
+ {
2177
+ rtsCode: 'ZGG79A',
2178
+ menuCode: ' ',
2179
+ serviceCode: 'SSC',
2180
+ description: 'Reprograming',
2181
+ },
2182
+ ],
2183
+ partLines: [],
2184
+ },
2185
+ {
2186
+ serviceType: 'PM SL (5K, 15K,25K...95K)',
2187
+ serviceDate: '2024-11-19',
2188
+ mileage: 12112,
2189
+ companyName: 'SAS',
2190
+ branchName: 'SAS - Showroom | Basra',
2191
+ companyId: 1,
2192
+ branchId: 44,
2193
+ account: 'C00017',
2194
+ invoiceNumber: 54175880,
2195
+ jobNumber: 31762,
2196
+ laborLines: [
2197
+ {
2198
+ rtsCode: '0BLCVJ05',
2199
+ menuCode: 'SERLCVJ 05KS3',
2200
+ serviceCode: 'PMS',
2201
+ description: 'CARRY OUT 5,000 KM SERVICE',
2202
+ },
2203
+ {
2204
+ rtsCode: 'CONSU',
2205
+ menuCode: 'CONS',
2206
+ serviceCode: 'PMS',
2207
+ description: 'Consumables',
2208
+ },
2209
+ ],
2210
+ partLines: [
2211
+ {
2212
+ partNumber: 'T0888083715',
2213
+ qty: 7.3,
2214
+ menuCode: 'SERLCVJ 05KS3',
2215
+ partDescription: 'TGMO SN 5W30 208L',
2216
+ },
2217
+ {
2218
+ partNumber: 'T9043012031',
2219
+ qty: 1,
2220
+ menuCode: 'SERLCVJ 05KS3',
2221
+ partDescription: 'GASKET',
2222
+ },
2223
+ {
2224
+ partNumber: 'T9091510010',
2225
+ qty: 1,
2226
+ menuCode: 'SERLCVJ 05KS3',
2227
+ partDescription: 'FILTER, OIL',
2228
+ },
2229
+ ],
2230
+ },
2231
+ {
2232
+ serviceType: 'SSC Campaign',
2233
+ serviceDate: '2024-09-08',
2234
+ mileage: 9947,
2235
+ companyName: 'SAS',
2236
+ branchName: 'SAS - Showroom | Basra',
2237
+ companyId: 1,
2238
+ branchId: 44,
2239
+ account: 'W00001',
2240
+ invoiceNumber: 54302319,
2241
+ jobNumber: 23978,
2242
+ laborLines: [
2243
+ {
2244
+ rtsCode: 'ZGG04A',
2245
+ menuCode: ' ',
2246
+ serviceCode: 'SSC',
2247
+ description: 'Reprograming for transmission',
2248
+ },
2249
+ ],
2250
+ partLines: [],
2251
+ },
2252
+ {
2253
+ serviceType: 'PM L (10K,30K,50K & 90K)',
2254
+ serviceDate: '2024-09-08',
2255
+ mileage: 9947,
2256
+ companyName: 'SAS',
2257
+ branchName: 'SAS - Showroom | Basra',
2258
+ companyId: 1,
2259
+ branchId: 44,
2260
+ account: 'C00017',
2261
+ invoiceNumber: 54170870,
2262
+ jobNumber: 23814,
2263
+ laborLines: [
2264
+ {
2265
+ rtsCode: 'CONSU',
2266
+ menuCode: 'CONS',
2267
+ serviceCode: 'PML',
2268
+ description: 'Consumables',
2269
+ },
2270
+ {
2271
+ rtsCode: 'BGT44K',
2272
+ menuCode: 'BGT44K',
2273
+ serviceCode: 'PML',
2274
+ description: 'BG 44K Platinum Fuel System Cl',
2275
+ },
2276
+ {
2277
+ rtsCode: '0BLCVJ05',
2278
+ menuCode: 'SERLCVJ 05KS3',
2279
+ serviceCode: 'PML',
2280
+ description: 'CARRY OUT 5,000 KM SERVICE',
2281
+ },
2282
+ ],
2283
+ partLines: [
2284
+ {
2285
+ partNumber: 'ZBG208M3',
2286
+ qty: 1,
2287
+ menuCode: 'BGT44K',
2288
+ partDescription: '44K PLATINUM FUEL & COMBUSTION CLEANER',
2289
+ },
2290
+ {
2291
+ partNumber: 'T9043012031',
2292
+ qty: 1,
2293
+ menuCode: 'SERLCVJ 05KS3',
2294
+ partDescription: 'GASKET',
2295
+ },
2296
+ {
2297
+ partNumber: 'T0888083715',
2298
+ qty: 7.3,
2299
+ menuCode: 'SERLCVJ 05KS3',
2300
+ partDescription: 'TGMO SN 5W30 208L',
2301
+ },
2302
+ {
2303
+ partNumber: 'T9091510010',
2304
+ qty: 1,
2305
+ menuCode: 'SERLCVJ 05KS3',
2306
+ partDescription: 'FILTER, OIL',
2307
+ },
2308
+ ],
2309
+ },
2310
+ {
2311
+ serviceType: 'PM SL (5K, 15K,25K...95K)',
2312
+ serviceDate: '2024-04-16',
2313
+ mileage: 7520,
2314
+ companyName: 'SAS',
2315
+ branchName: 'SAS - Showroom | Basra',
2316
+ companyId: 1,
2317
+ branchId: 44,
2318
+ account: 'C00017',
2319
+ invoiceNumber: 54162502,
2320
+ jobNumber: 64883,
2321
+ laborLines: [
2322
+ {
2323
+ rtsCode: '0BLCVJ05',
2324
+ menuCode: 'SERLCVJ 05KS',
2325
+ serviceCode: 'PMS',
2326
+ description: 'CARRY OUT 5,000 KM SERVICE',
2327
+ },
2328
+ {
2329
+ rtsCode: 'PDRINSP',
2330
+ menuCode: ' ',
2331
+ serviceCode: 'PMS',
2332
+ description: 'SMW1',
2333
+ },
2334
+ {
2335
+ rtsCode: 'CONSU',
2336
+ menuCode: ' ',
2337
+ serviceCode: 'PMS',
2338
+ description: 'Consumables',
2339
+ },
2340
+ ],
2341
+ partLines: [
2342
+ {
2343
+ partNumber: 'T9043012031',
2344
+ qty: 1,
2345
+ menuCode: 'SERLCVJ 05KS',
2346
+ partDescription: 'GASKET',
2347
+ },
2348
+ {
2349
+ partNumber: 'T9091510010',
2350
+ qty: 1,
2351
+ menuCode: 'SERLCVJ 05KS',
2352
+ partDescription: 'FILTER, OIL',
2353
+ },
2354
+ {
2355
+ partNumber: 'T0888083719',
2356
+ qty: 7.3,
2357
+ menuCode: 'SERLCVJ 05KS',
2358
+ partDescription: 'LGMO SN 5W40 208L',
2359
+ },
2360
+ ],
2361
+ },
2362
+ {
2363
+ serviceType: 'SSC Campaign',
2364
+ serviceDate: '2024-01-31',
2365
+ mileage: 5210,
2366
+ companyName: 'SAS',
2367
+ branchName: 'SAS - Showroom | Basra',
2368
+ companyId: 1,
2369
+ branchId: 44,
2370
+ account: 'W00001',
2371
+ invoiceNumber: 54301537,
2372
+ jobNumber: 58888,
2373
+ laborLines: [
2374
+ {
2375
+ rtsCode: 'YHG14A',
2376
+ menuCode: ' ',
2377
+ serviceCode: 'SSC',
2378
+ description: 'Deliver second smart key',
2379
+ },
2380
+ ],
2381
+ partLines: [
2382
+ {
2383
+ partNumber: 'T0400299102',
2384
+ qty: 1,
2385
+ menuCode: ' ',
2386
+ partDescription: 'TRANSMITTER',
2387
+ },
2388
+ ],
2389
+ },
2390
+ {
2391
+ serviceType: 'PM SL (5K, 15K,25K...95K)',
2392
+ serviceDate: '2024-01-31',
2393
+ mileage: 5210,
2394
+ companyName: 'SAS',
2395
+ branchName: 'SAS - Showroom | Basra',
2396
+ companyId: 1,
2397
+ branchId: 44,
2398
+ account: 'S00031',
2399
+ invoiceNumber: 54158983,
2400
+ jobNumber: 58782,
2401
+ laborLines: [
2402
+ {
2403
+ rtsCode: '0BLCVJ05',
2404
+ menuCode: 'SERLCVJ 05KS3',
2405
+ serviceCode: 'PMS',
2406
+ description: 'CARRY OUT 5,000 KM SERVICE',
2407
+ },
2408
+ ],
2409
+ partLines: [
2410
+ {
2411
+ partNumber: 'T9091510010',
2412
+ qty: 1,
2413
+ menuCode: 'SERLCVJ 05KS3',
2414
+ partDescription: 'FILTER, OIL',
2415
+ },
2416
+ {
2417
+ partNumber: 'T9043012031',
2418
+ qty: 1,
2419
+ menuCode: 'SERLCVJ 05KS3',
2420
+ partDescription: 'GASKET',
2421
+ },
2422
+ {
2423
+ partNumber: 'T0888083715',
2424
+ qty: 7.3,
2425
+ menuCode: 'SERLCVJ 05KS3',
2426
+ partDescription: 'TGMO SN 5W30 208L',
2427
+ },
2428
+ ],
2429
+ },
2430
+ {
2431
+ serviceType: 'Fist Service (1000 KM)',
2432
+ serviceDate: '2023-11-28',
2433
+ mileage: 2165,
2434
+ companyName: 'SAS',
2435
+ branchName: 'SAS - Showroom | Basra',
2436
+ companyId: 1,
2437
+ branchId: 44,
2438
+ account: 'Z00244',
2439
+ invoiceNumber: 54156124,
2440
+ jobNumber: 54143,
2441
+ laborLines: [
2442
+ {
2443
+ rtsCode: '0F1110',
2444
+ menuCode: ' ',
2445
+ serviceCode: 'FSR',
2446
+ description: 'First Service(1000 KM)',
2447
+ },
2448
+ ],
2449
+ partLines: [],
2450
+ },
2451
+ ],
2452
+ ssc: [
2453
+ {
2454
+ sscCode: '23SD-024',
2455
+ description: '2nd Electircal Key',
2456
+ labors: [
2457
+ {
2458
+ laborCode: 'YHG14A',
2459
+ },
2460
+ ],
2461
+ repaired: true,
2462
+ repairDate: '2024-01-31',
2463
+ parts: [
2464
+ {
2465
+ partNumber: '0400299102',
2466
+ partDescription: null,
2467
+ isAvailable: false,
2468
+ },
2469
+ {
2470
+ partNumber: '0400249102',
2471
+ partDescription: null,
2472
+ isAvailable: true,
2473
+ },
2474
+ ],
2475
+ },
2476
+ {
2477
+ sscCode: '24SD-004',
2478
+ description: 'Automatic Transmission ECU reprogramming',
2479
+ labors: [
2480
+ {
2481
+ laborCode: 'ZGG04A',
2482
+ },
2483
+ ],
2484
+ repaired: true,
2485
+ repairDate: '2024-09-08',
2486
+ parts: [],
2487
+ },
2488
+ {
2489
+ sscCode: '24SD-095',
2490
+ description: 'Engine ECU Cooling Fan Reprogramming',
2491
+ labors: [
2492
+ {
2493
+ laborCode: 'ZGG79A',
2494
+ },
2495
+ ],
2496
+ repaired: true,
2497
+ repairDate: '2024-11-19',
2498
+ parts: [],
2499
+ },
2500
+ ],
2501
+ vehicleVariantInfo: {
2502
+ modelCode: '53311',
2503
+ sfx: 'S3',
2504
+ modelYear: 2023,
2505
+ },
2506
+ vehicleSpecification: {
2507
+ modelDesc: 'LAND CRUISER 3.5 LC300',
2508
+ variantDesc: '3.5L Turbo AX HIGH/Plus',
2509
+ class: 'P',
2510
+ bodyType: ' ',
2511
+ engine: ' 3500 ',
2512
+ cylinders: ' 0 ',
2513
+ lightHeavy: ' ',
2514
+ doors: ' 5 ',
2515
+ fuel: 'P',
2516
+ transmission: 'Automatic',
2517
+ side: '1',
2518
+ engineType: ' ',
2519
+ tankCap: ' 0 ',
2520
+ style: 'SUV',
2521
+ fuelLiter: null,
2522
+ color: 'WHITE PEARL CS',
2523
+ trim: 'DK.GRAY/OAK/Beige',
2524
+ },
2525
+ serviceItems: [
2526
+ {
2527
+ name: '1,000 KM Free Service',
2528
+ type: 'free',
2529
+ activatedAt: '2023-01-08',
2530
+ expiresAt: '2023-04-08',
2531
+ status: 'processed',
2532
+ redeemDate: '2023-01-19',
2533
+ },
2534
+ {
2535
+ name: '5,000 KM Free Service',
2536
+ type: 'free',
2537
+ activatedAt: '2023-04-08',
2538
+ expiresAt: '2023-07-08',
2539
+ status: 'processed',
2540
+ },
2541
+ {
2542
+ name: '10,000 KM Free Service',
2543
+ type: 'free',
2544
+ activatedAt: '2023-07-08',
2545
+ expiresAt: '2023-10-08',
2546
+ status: 'processed',
2547
+ },
2548
+ {
2549
+ name: '15,000 KM Free Service',
2550
+ type: 'free',
2551
+ activatedAt: '2023-10-08',
2552
+ expiresAt: '2024-01-08',
2553
+ status: 'processed',
2554
+ },
2555
+ {
2556
+ name: '20,000 KM Free Service',
2557
+ type: 'free',
2558
+ activatedAt: '2024-01-08',
2559
+ expiresAt: '2024-03-08',
2560
+ status: 'processed',
2561
+ },
2562
+ {
2563
+ name: '25,000 KM Free Service',
2564
+ type: 'free',
2565
+ activatedAt: '2024-01-08',
2566
+ expiresAt: '2024-03-08',
2567
+ status: 'processed',
2568
+ },
2569
+ {
2570
+ name: '30,000 KM Free Service',
2571
+ type: 'free',
2572
+ activatedAt: '2024-01-08',
2573
+ expiresAt: '2024-03-08',
2574
+ status: 'processed',
2575
+ },
2576
+ {
2577
+ name: '35,000 KM Free Service',
2578
+ type: 'free',
2579
+ activatedAt: '2024-01-08',
2580
+ expiresAt: '2024-03-08',
2581
+ status: 'processed',
2582
+ },
2583
+ {
2584
+ name: '40,000 KM Free Service',
2585
+ type: 'free',
2586
+ activatedAt: '2024-01-08',
2587
+ expiresAt: '2024-03-08',
2588
+ status: 'processed',
2589
+ },
2590
+ {
2591
+ name: '45,000 KM Free Service',
2592
+ type: 'free',
2593
+ activatedAt: '2024-01-08',
2594
+ expiresAt: '2024-03-08',
2595
+ status: 'processed',
2596
+ },
2597
+ {
2598
+ name: '50,000 KM Free Service',
2599
+ type: 'free',
2600
+ activatedAt: '2024-01-08',
2601
+ expiresAt: '2024-03-08',
2602
+ status: 'processed',
2603
+ },
2604
+ {
2605
+ name: '55,000 KM Free Service',
2606
+ type: 'free',
2607
+ activatedAt: '2024-01-08',
2608
+ expiresAt: '2024-03-08',
2609
+ status: 'processed',
2610
+ },
2611
+ {
2612
+ name: '60,000 KM Free Service',
2613
+ type: 'free',
2614
+ activatedAt: '2024-01-08',
2615
+ expiresAt: '2024-03-08',
2616
+ status: 'processed',
2617
+ },
2618
+ {
2619
+ name: '65,000 KM Free Service',
2620
+ type: 'free',
2621
+ activatedAt: '2024-01-08',
2622
+ expiresAt: '2024-03-08',
2623
+ status: 'processed',
2624
+ },
2625
+ {
2626
+ name: '70,000 KM Free Service',
2627
+ type: 'free',
2628
+ activatedAt: '2024-01-08',
2629
+ expiresAt: '2024-03-08',
2630
+ status: 'processed',
2631
+ },
2632
+ {
2633
+ name: '75,000 KM Free Service',
2634
+ type: 'free',
2635
+ activatedAt: '2024-01-08',
2636
+ expiresAt: '2024-03-08',
2637
+ status: 'processed',
2638
+ },
2639
+ {
2640
+ name: '80,000 KM Free Service',
2641
+ type: 'free',
2642
+ activatedAt: '2024-01-08',
2643
+ expiresAt: '2024-03-08',
2644
+ status: 'pending',
2645
+ },
2646
+ {
2647
+ name: '85,000 KM Free Service',
2648
+ type: 'free',
2649
+ activatedAt: '2024-01-08',
2650
+ expiresAt: '2024-03-08',
2651
+ status: 'pending',
2652
+ },
2653
+ {
2654
+ name: '90,000 KM Free Service',
2655
+ type: 'free',
2656
+ activatedAt: '2024-01-08',
2657
+ expiresAt: '2024-03-08',
2658
+ status: 'pending',
2659
+ },
2660
+ {
2661
+ name: '95,000 KM Free Service',
2662
+ type: 'free',
2663
+ activatedAt: '2024-01-08',
2664
+ expiresAt: '2024-03-08',
2665
+ status: 'pending',
2666
+ },
2667
+ {
2668
+ name: '100,000 KM Free Service',
2669
+ type: 'free',
2670
+ activatedAt: '2024-01-08',
2671
+ expiresAt: '2024-03-08',
2672
+ status: 'pending',
2673
+ },
2674
+ ],
2675
+ basicModelCode: 'VJA300',
2676
+ },
2677
+ JTMHU09J6E4100543: {
2678
+ paintThickness: {
2679
+ parts: [
2680
+ {
2681
+ part: ' Front Fender',
2682
+ left: 90,
2683
+ right: 100,
2684
+ },
2685
+ {
2686
+ part: ' Front Door',
2687
+ left: 90,
2688
+ right: 90,
2689
+ },
2690
+ {
2691
+ part: ' Front Fender1',
2692
+ left: 90,
2693
+ right: 100,
2694
+ },
2695
+ {
2696
+ part: ' Front Door2',
2697
+ left: 90,
2698
+ right: 90,
2699
+ },
2700
+ ],
2701
+ imageGroups: [
2702
+ {
2703
+ name: 'zero',
2704
+ images: ['https://tiqappstorage.blob.core.windows.net/paint-app/Uploads/paintThickness/5TDLB3CH1NS095585%232022-10-06%2303-33-17/Hood_1.jpg'],
2705
+ },
2706
+ {
2707
+ name: 'second',
2708
+ images: [
2709
+ 'https://tiqappstorage.blob.core.windows.net/paint-app/Uploads/paintThickness/5TDLB3CH1NS095585%232022-10-06%2303-33-17/Left_Front_Door_1.jpg',
2710
+ 'https://tiqappstorage.blob.core.windows.net/paint-app/Uploads/paintThickness/5TDLB3CH1NS095585%232022-10-06%2303-33-17/Left_Front_Door_2.jpg',
2711
+ ],
2712
+ },
2713
+ {
2714
+ name: 'second',
2715
+ images: [
2716
+ 'https://tiqappstorage.blob.core.windows.net/paint-app/Uploads/paintThickness/5TDLB3CH1NS095585%232022-10-06%2303-33-17/Left_Front_Door_1.jpg',
2717
+ 'https://tiqappstorage.blob.core.windows.net/paint-app/Uploads/paintThickness/5TDLB3CH1NS095585%232022-10-06%2303-33-17/Left_Front_Door_2.jpg',
2718
+ ],
2719
+ },
2720
+ {
2721
+ name: 'third',
2722
+ images: [
2723
+ 'https://tiqappstorage.blob.core.windows.net/paint-app/Uploads/paintThickness/5TDLB3CH1NS095585%232022-10-06%2303-33-17/Right_Front_Fender_3.jpg',
2724
+ 'https://tiqappstorage.blob.core.windows.net/paint-app/Uploads/paintThickness/5TDLB3CH1NS095585%232022-10-06%2303-33-17/Right_Rear_Door_1.jpg',
2725
+ 'https://tiqappstorage.blob.core.windows.net/paint-app/Uploads/paintThickness/5TDLB3CH1NS095585%232022-10-06%2303-33-17/Right_Rear_Door_2.jpg',
2726
+ ],
2727
+ },
2728
+ ],
2729
+ },
2730
+ vin: 'JTMHU09J6E4100543',
2731
+ identifiers: {
2732
+ vin: 'JTMHU09J6E4100543',
2733
+ variant: null,
2734
+ katashiki: null,
2735
+ color: null,
2736
+ trim: null,
2737
+ brand: 0,
2738
+ brandIntegrationID: null,
2739
+ },
2740
+ saleInformation: null,
2741
+ isAuthorized: false,
2742
+ warranty: null,
2743
+ nextServiceDate: '2025-02-19',
2744
+ serviceHistory: [
2745
+ {
2746
+ serviceType: 'PM SL (5K, 15K,25K...95K)',
2747
+ serviceDate: '2024-11-19',
2748
+ mileage: 55005,
2749
+ companyName: 'SAS',
2750
+ branchName: 'SAS - Showroom | Basra',
2751
+ companyId: 1,
2752
+ branchId: 44,
2753
+ account: 'C00017',
2754
+ invoiceNumber: 54175877,
2755
+ jobNumber: 32299,
2756
+ laborLines: [
2757
+ {
2758
+ rtsCode: '0BLC55GR',
2759
+ menuCode: 'SERLCGR 55KS',
2760
+ serviceCode: 'PMS',
2761
+ description: 'CARRY OUT 55,000 KM SERVICE',
2762
+ },
2763
+ {
2764
+ rtsCode: 'CONSU',
2765
+ menuCode: ' ',
2766
+ serviceCode: 'PMS',
2767
+ description: 'Consumables',
2768
+ },
2769
+ ],
2770
+ partLines: [
2771
+ {
2772
+ partNumber: 'T9043012031',
2773
+ qty: 1,
2774
+ menuCode: 'SERLCGR 55KS',
2775
+ partDescription: 'GASKET',
2776
+ },
2777
+ {
2778
+ partNumber: 'T04152YZZD5',
2779
+ qty: 1,
2780
+ menuCode: 'SERLCGR 55KS',
2781
+ partDescription: 'ELEMENT KIT, OIL',
2782
+ },
2783
+ {
2784
+ partNumber: 'T0888083719',
2785
+ qty: 6.5,
2786
+ menuCode: 'SERLCGR 55KS',
2787
+ partDescription: 'LGMO SN 5W40 208L',
2788
+ },
2789
+ ],
2790
+ },
2791
+ {
2792
+ serviceType: 'Value Added Services',
2793
+ serviceDate: '2024-11-19',
2794
+ mileage: 55005,
2795
+ companyName: 'SAS',
2796
+ branchName: 'SAS - Showroom | Basra',
2797
+ companyId: 1,
2798
+ branchId: 44,
2799
+ account: 'W00016',
2800
+ invoiceNumber: 54175876,
2801
+ jobNumber: 32299,
2802
+ laborLines: [
2803
+ {
2804
+ rtsCode: 'BGT44K',
2805
+ menuCode: 'BGT44K',
2806
+ serviceCode: 'VAS',
2807
+ description: 'BG 44K Platinum Fuel System Cl',
2808
+ },
2809
+ ],
2810
+ partLines: [
2811
+ {
2812
+ partNumber: 'ZBG208M',
2813
+ qty: 1,
2814
+ menuCode: 'BGT44K',
2815
+ partDescription: '44K PLATINUM FUEL & COMBUSTION CLEANER',
2816
+ },
2817
+ ],
2818
+ },
2819
+ {
2820
+ serviceType: 'PM SL (5K, 15K,25K...95K)',
2821
+ serviceDate: '2024-06-02',
2822
+ mileage: 49380,
2823
+ companyName: 'SAS',
2824
+ branchName: 'SAS - Showroom | Basra',
2825
+ companyId: 1,
2826
+ branchId: 44,
2827
+ account: 'C00017',
2828
+ invoiceNumber: 54165039,
2829
+ jobNumber: 13946,
2830
+ laborLines: [
2831
+ {
2832
+ rtsCode: '002889Z',
2833
+ menuCode: ' ',
2834
+ serviceCode: 'PMS',
2835
+ description: 'CAR COOLER OR AIR CONDITIONER',
2836
+ },
2837
+ {
2838
+ rtsCode: '0BLC05GR',
2839
+ menuCode: 'SERLCGR 05KS',
2840
+ serviceCode: 'PMS',
2841
+ description: 'CARRY OUT 5,000 KM SERVICE',
2842
+ },
2843
+ {
2844
+ rtsCode: 'CONSU',
2845
+ menuCode: 'CONS',
2846
+ serviceCode: 'PMS',
2847
+ description: 'Consumables',
2848
+ },
2849
+ {
2850
+ rtsCode: '32299',
2851
+ menuCode: ' ',
2852
+ serviceCode: 'PMS',
2853
+ description: 'CHK FOR REAR A/C IS LESS COOLI',
2854
+ },
2855
+ ],
2856
+ partLines: [
2857
+ {
2858
+ partNumber: 'Z09300',
2859
+ qty: 900,
2860
+ menuCode: ' ',
2861
+ partDescription: null,
2862
+ },
2863
+ {
2864
+ partNumber: 'T8713952040',
2865
+ qty: 1,
2866
+ menuCode: ' ',
2867
+ partDescription: 'ELEMENT, AIR REFINER',
2868
+ },
2869
+ {
2870
+ partNumber: 'T1780138030',
2871
+ qty: 1,
2872
+ menuCode: ' ',
2873
+ partDescription: 'ELEMENT SUB-ASSY,',
2874
+ },
2875
+ {
2876
+ partNumber: 'T9043012031',
2877
+ qty: 1,
2878
+ menuCode: 'SERLCGR 05KS',
2879
+ partDescription: 'GASKET',
2880
+ },
2881
+ {
2882
+ partNumber: 'T04152YZZD5',
2883
+ qty: 1,
2884
+ menuCode: 'SERLCGR 05KS',
2885
+ partDescription: 'ELEMENT KIT, OIL',
2886
+ },
2887
+ {
2888
+ partNumber: 'T0888083719',
2889
+ qty: 6.5,
2890
+ menuCode: 'SERLCGR 05KS',
2891
+ partDescription: 'LGMO SN 5W40 208L',
2892
+ },
2893
+ ],
2894
+ },
2895
+ {
2896
+ serviceType: 'PM SL (5K, 15K,25K...95K)',
2897
+ serviceDate: '2024-02-07',
2898
+ mileage: 46366,
2899
+ companyName: 'SAS',
2900
+ branchName: 'SAS - Showroom | Basra',
2901
+ companyId: 1,
2902
+ branchId: 44,
2903
+ account: 'C00017',
2904
+ invoiceNumber: 54159267,
2905
+ jobNumber: 59455,
2906
+ laborLines: [
2907
+ {
2908
+ rtsCode: '0BLC05GR',
2909
+ menuCode: 'SERLCGR 05KS3',
2910
+ serviceCode: 'PMS',
2911
+ description: 'CARRY OUT 5,000 KM SERVICE',
2912
+ },
2913
+ {
2914
+ rtsCode: 'CONSU',
2915
+ menuCode: ' ',
2916
+ serviceCode: 'PMS',
2917
+ description: 'Consumables',
2918
+ },
2919
+ ],
2920
+ partLines: [
2921
+ {
2922
+ partNumber: 'T0888083715',
2923
+ qty: 6.5,
2924
+ menuCode: 'SERLCGR 05KS3',
2925
+ partDescription: 'TGMO SN 5W30 208L',
2926
+ },
2927
+ {
2928
+ partNumber: 'T04152YZZD5',
2929
+ qty: 1,
2930
+ menuCode: 'SERLCGR 05KS3',
2931
+ partDescription: 'ELEMENT KIT, OIL',
2932
+ },
2933
+ {
2934
+ partNumber: 'T9043012031',
2935
+ qty: 1,
2936
+ menuCode: 'SERLCGR 05KS3',
2937
+ partDescription: 'GASKET',
2938
+ },
2939
+ ],
2940
+ },
2941
+ ],
2942
+ ssc: null,
2943
+ vehicleVariantInfo: null,
2944
+ vehicleSpecification: null,
2945
+ serviceItems: [
2946
+ {
2947
+ name: '1,000 KM Free Service',
2948
+ type: 'free',
2949
+ activatedAt: '2023-01-08',
2950
+ expiresAt: '2023-04-08',
2951
+ status: 'processed',
2952
+ redeemDate: '2023-01-19',
2953
+ },
2954
+ {
2955
+ name: '5,000 KM Free Service',
2956
+ type: 'free',
2957
+ activatedAt: '2023-04-08',
2958
+ expiresAt: '2023-07-08',
2959
+ status: 'processed',
2960
+ },
2961
+ {
2962
+ name: '10,000 KM Free Service',
2963
+ type: 'free',
2964
+ activatedAt: '2023-07-08',
2965
+ expiresAt: '2023-10-08',
2966
+ status: 'processed',
2967
+ },
2968
+ {
2969
+ name: '15,000 KM Free Service',
2970
+ type: 'free',
2971
+ activatedAt: '2023-10-08',
2972
+ expiresAt: '2024-01-08',
2973
+ status: 'processed',
2974
+ },
2975
+ {
2976
+ name: '20,000 KM Free Service',
2977
+ type: 'free',
2978
+ activatedAt: '2024-01-08',
2979
+ expiresAt: '2024-03-08',
2980
+ status: 'processed',
2981
+ },
2982
+ {
2983
+ name: '25,000 KM Free Service',
2984
+ type: 'free',
2985
+ activatedAt: '2024-01-08',
2986
+ expiresAt: '2024-03-08',
2987
+ status: 'processed',
2988
+ },
2989
+ {
2990
+ name: '30,000 KM Free Service',
2991
+ type: 'free',
2992
+ activatedAt: '2024-01-08',
2993
+ expiresAt: '2024-03-08',
2994
+ status: 'processed',
2995
+ },
2996
+ {
2997
+ name: '35,000 KM Free Service',
2998
+ type: 'free',
2999
+ activatedAt: '2024-01-08',
3000
+ expiresAt: '2024-03-08',
3001
+ status: 'processed',
3002
+ },
3003
+ {
3004
+ name: '40,000 KM Free Service',
3005
+ type: 'free',
3006
+ activatedAt: '2024-01-08',
3007
+ expiresAt: '2024-03-08',
3008
+ status: 'processed',
3009
+ },
3010
+ {
3011
+ name: '45,000 KM Free Service',
3012
+ type: 'free',
3013
+ activatedAt: '2024-01-08',
3014
+ expiresAt: '2024-03-08',
3015
+ status: 'processed',
3016
+ },
3017
+ {
3018
+ name: '50,000 KM Free Service',
3019
+ type: 'free',
3020
+ activatedAt: '2024-01-08',
3021
+ expiresAt: '2024-03-08',
3022
+ status: 'processed',
3023
+ },
3024
+ {
3025
+ name: '55,000 KM Free Service',
3026
+ type: 'free',
3027
+ activatedAt: '2024-01-08',
3028
+ expiresAt: '2024-03-08',
3029
+ status: 'processed',
3030
+ },
3031
+ {
3032
+ name: '60,000 KM Free Service',
3033
+ type: 'free',
3034
+ activatedAt: '2024-01-08',
3035
+ expiresAt: '2024-03-08',
3036
+ status: 'processed',
3037
+ },
3038
+ {
3039
+ name: '65,000 KM Free Service',
3040
+ type: 'free',
3041
+ activatedAt: '2024-01-08',
3042
+ expiresAt: '2024-03-08',
3043
+ status: 'processed',
3044
+ },
3045
+ {
3046
+ name: '70,000 KM Free Service',
3047
+ type: 'free',
3048
+ activatedAt: '2024-01-08',
3049
+ expiresAt: '2024-03-08',
3050
+ status: 'processed',
3051
+ },
3052
+ {
3053
+ name: '75,000 KM Free Service',
3054
+ type: 'free',
3055
+ activatedAt: '2024-01-08',
3056
+ expiresAt: '2024-03-08',
3057
+ status: 'processed',
3058
+ },
3059
+ {
3060
+ name: '80,000 KM Free Service',
3061
+ type: 'free',
3062
+ activatedAt: '2024-01-08',
3063
+ expiresAt: '2024-03-08',
3064
+ status: 'processed',
3065
+ },
3066
+ {
3067
+ name: '85,000 KM Free Service',
3068
+ type: 'free',
3069
+ activatedAt: '2024-01-08',
3070
+ expiresAt: '2024-03-08',
3071
+ status: 'processed',
3072
+ },
3073
+ {
3074
+ name: '90,000 KM Free Service',
3075
+ type: 'free',
3076
+ activatedAt: '2024-01-08',
3077
+ expiresAt: '2024-03-08',
3078
+ status: 'processed',
3079
+ },
3080
+ {
3081
+ name: '95,000 KM Free Service',
3082
+ type: 'free',
3083
+ activatedAt: '2024-01-08',
3084
+ expiresAt: '2024-03-08',
3085
+ status: 'processed',
3086
+ },
3087
+ {
3088
+ name: '100,000 KM Free Service',
3089
+ type: 'free',
3090
+ activatedAt: '2024-01-08',
3091
+ expiresAt: '2024-03-08',
3092
+ status: 'processed',
3093
+ },
3094
+ ],
3095
+ basicModelCode: null,
3096
+ },
3097
+ JTMABBBJ9P4099200: {
3098
+ paintThickness: {
3099
+ parts: [
3100
+ {
3101
+ part: ' Front Fender',
3102
+ left: 90,
3103
+ right: 100,
3104
+ },
3105
+ {
3106
+ part: ' Front Door',
3107
+ left: 90,
3108
+ right: 90,
3109
+ },
3110
+ {
3111
+ part: ' Front Fender1',
3112
+ left: 90,
3113
+ right: 100,
3114
+ },
3115
+ {
3116
+ part: ' Front Door2',
3117
+ left: 90,
3118
+ right: 90,
3119
+ },
3120
+ ],
3121
+ imageGroups: [
3122
+ {
3123
+ name: 'zero',
3124
+ images: ['https://tiqappstorage.blob.core.windows.net/paint-app/Uploads/paintThickness/5TDLB3CH1NS095585%232022-10-06%2303-33-17/Hood_1.jpg'],
3125
+ },
3126
+ {
3127
+ name: 'second',
3128
+ images: [
3129
+ 'https://tiqappstorage.blob.core.windows.net/paint-app/Uploads/paintThickness/5TDLB3CH1NS095585%232022-10-06%2303-33-17/Left_Front_Door_1.jpg',
3130
+ 'https://tiqappstorage.blob.core.windows.net/paint-app/Uploads/paintThickness/5TDLB3CH1NS095585%232022-10-06%2303-33-17/Left_Front_Door_2.jpg',
3131
+ ],
3132
+ },
3133
+ {
3134
+ name: 'second',
3135
+ images: [
3136
+ 'https://tiqappstorage.blob.core.windows.net/paint-app/Uploads/paintThickness/5TDLB3CH1NS095585%232022-10-06%2303-33-17/Left_Front_Door_1.jpg',
3137
+ 'https://tiqappstorage.blob.core.windows.net/paint-app/Uploads/paintThickness/5TDLB3CH1NS095585%232022-10-06%2303-33-17/Left_Front_Door_2.jpg',
3138
+ ],
3139
+ },
3140
+ {
3141
+ name: 'third',
3142
+ images: [
3143
+ 'https://tiqappstorage.blob.core.windows.net/paint-app/Uploads/paintThickness/5TDLB3CH1NS095585%232022-10-06%2303-33-17/Right_Front_Fender_3.jpg',
3144
+ 'https://tiqappstorage.blob.core.windows.net/paint-app/Uploads/paintThickness/5TDLB3CH1NS095585%232022-10-06%2303-33-17/Right_Rear_Door_1.jpg',
3145
+ 'https://tiqappstorage.blob.core.windows.net/paint-app/Uploads/paintThickness/5TDLB3CH1NS095585%232022-10-06%2303-33-17/Right_Rear_Door_2.jpg',
3146
+ ],
3147
+ },
3148
+ ],
3149
+ },
3150
+ vin: 'JTMABBBJ9P4099200',
3151
+ identifiers: {
3152
+ vin: 'JTMABBBJ9P4099243',
3153
+ variant: '53311S3202301',
3154
+ katashiki: 'VJA300L-GNUAZV',
3155
+ color: '070',
3156
+ trim: '40',
3157
+ brand: 0,
3158
+ brandIntegrationID: 'TYT',
3159
+ },
3160
+ saleInformation: {
3161
+ companyIntegrationID: '1',
3162
+ companyName: 'SAS',
3163
+ branchIntegrationID: '44',
3164
+ branchName: 'SAS - Showroom | Basra',
3165
+ customerAccountNumber: 'R01954',
3166
+ customerID: '97120',
3167
+ invoiceDate: '2023-09-18',
3168
+ invoiceNumber: 11160168,
3169
+ broker: {
3170
+ brokerId: 539,
3171
+ brokerName: 'Al-Burchman',
3172
+ customerID: 17782,
3173
+ invoiceNumber: 71,
3174
+ invoiceDate: '2023-11-23',
3175
+ },
3176
+ },
3177
+ isAuthorized: false,
3178
+ warranty: {
3179
+ hasActiveWarranty: true,
3180
+ warrantyStartDate: '2023-11-23',
3181
+ warrantyEndDate: '2026-11-23',
3182
+ hasExtendedWarranty: false,
3183
+ extendedWarrantyStartDate: null,
3184
+ extendedWarrantyEndDate: null,
3185
+ },
3186
+ nextServiceDate: '2025-02-19',
3187
+ serviceHistory: [
3188
+ {
3189
+ serviceType: 'SSC Campaign',
3190
+ serviceDate: '2024-11-19',
3191
+ mileage: 12112,
3192
+ companyName: 'SAS',
3193
+ branchName: 'SAS - Showroom | Basra',
3194
+ companyId: 1,
3195
+ branchId: 44,
3196
+ account: 'W00001',
3197
+ invoiceNumber: 54302844,
3198
+ jobNumber: 32325,
3199
+ laborLines: [
3200
+ {
3201
+ rtsCode: 'ZGG79A',
3202
+ menuCode: ' ',
3203
+ serviceCode: 'SSC',
3204
+ description: 'Reprograming',
3205
+ },
3206
+ ],
3207
+ partLines: [],
3208
+ },
3209
+ {
3210
+ serviceType: 'PM SL (5K, 15K,25K...95K)',
3211
+ serviceDate: '2024-11-19',
3212
+ mileage: 12112,
3213
+ companyName: 'SAS',
3214
+ branchName: 'SAS - Showroom | Basra',
3215
+ companyId: 1,
3216
+ branchId: 44,
3217
+ account: 'C00017',
3218
+ invoiceNumber: 54175880,
3219
+ jobNumber: 31762,
3220
+ laborLines: [
3221
+ {
3222
+ rtsCode: '0BLCVJ05',
3223
+ menuCode: 'SERLCVJ 05KS3',
3224
+ serviceCode: 'PMS',
3225
+ description: 'CARRY OUT 5,000 KM SERVICE',
3226
+ },
3227
+ {
3228
+ rtsCode: 'CONSU',
3229
+ menuCode: 'CONS',
3230
+ serviceCode: 'PMS',
3231
+ description: 'Consumables',
3232
+ },
3233
+ ],
3234
+ partLines: [
3235
+ {
3236
+ partNumber: 'T0888083715',
3237
+ qty: 7.3,
3238
+ menuCode: 'SERLCVJ 05KS3',
3239
+ partDescription: 'TGMO SN 5W30 208L',
3240
+ },
3241
+ {
3242
+ partNumber: 'T9043012031',
3243
+ qty: 1,
3244
+ menuCode: 'SERLCVJ 05KS3',
3245
+ partDescription: 'GASKET',
3246
+ },
3247
+ {
3248
+ partNumber: 'T9091510010',
3249
+ qty: 1,
3250
+ menuCode: 'SERLCVJ 05KS3',
3251
+ partDescription: 'FILTER, OIL',
3252
+ },
3253
+ ],
3254
+ },
3255
+ {
3256
+ serviceType: 'SSC Campaign',
3257
+ serviceDate: '2024-09-08',
3258
+ mileage: 9947,
3259
+ companyName: 'SAS',
3260
+ branchName: 'SAS - Showroom | Basra',
3261
+ companyId: 1,
3262
+ branchId: 44,
3263
+ account: 'W00001',
3264
+ invoiceNumber: 54302319,
3265
+ jobNumber: 23978,
3266
+ laborLines: [
3267
+ {
3268
+ rtsCode: 'ZGG04A',
3269
+ menuCode: ' ',
3270
+ serviceCode: 'SSC',
3271
+ description: 'Reprograming for transmission',
3272
+ },
3273
+ ],
3274
+ partLines: [],
3275
+ },
3276
+ {
3277
+ serviceType: 'PM L (10K,30K,50K & 90K)',
3278
+ serviceDate: '2024-09-08',
3279
+ mileage: 9947,
3280
+ companyName: 'SAS',
3281
+ branchName: 'SAS - Showroom | Basra',
3282
+ companyId: 1,
3283
+ branchId: 44,
3284
+ account: 'C00017',
3285
+ invoiceNumber: 54170870,
3286
+ jobNumber: 23814,
3287
+ laborLines: [
3288
+ {
3289
+ rtsCode: 'CONSU',
3290
+ menuCode: 'CONS',
3291
+ serviceCode: 'PML',
3292
+ description: 'Consumables',
3293
+ },
3294
+ {
3295
+ rtsCode: 'BGT44K',
3296
+ menuCode: 'BGT44K',
3297
+ serviceCode: 'PML',
3298
+ description: 'BG 44K Platinum Fuel System Cl',
3299
+ },
3300
+ {
3301
+ rtsCode: '0BLCVJ05',
3302
+ menuCode: 'SERLCVJ 05KS3',
3303
+ serviceCode: 'PML',
3304
+ description: 'CARRY OUT 5,000 KM SERVICE',
3305
+ },
3306
+ ],
3307
+ partLines: [
3308
+ {
3309
+ partNumber: 'ZBG208M3',
3310
+ qty: 1,
3311
+ menuCode: 'BGT44K',
3312
+ partDescription: '44K PLATINUM FUEL & COMBUSTION CLEANER',
3313
+ },
3314
+ {
3315
+ partNumber: 'T9043012031',
3316
+ qty: 1,
3317
+ menuCode: 'SERLCVJ 05KS3',
3318
+ partDescription: 'GASKET',
3319
+ },
3320
+ {
3321
+ partNumber: 'T0888083715',
3322
+ qty: 7.3,
3323
+ menuCode: 'SERLCVJ 05KS3',
3324
+ partDescription: 'TGMO SN 5W30 208L',
3325
+ },
3326
+ {
3327
+ partNumber: 'T9091510010',
3328
+ qty: 1,
3329
+ menuCode: 'SERLCVJ 05KS3',
3330
+ partDescription: 'FILTER, OIL',
3331
+ },
3332
+ ],
3333
+ },
3334
+ {
3335
+ serviceType: 'PM SL (5K, 15K,25K...95K)',
3336
+ serviceDate: '2024-04-16',
3337
+ mileage: 7520,
3338
+ companyName: 'SAS',
3339
+ branchName: 'SAS - Showroom | Basra',
3340
+ companyId: 1,
3341
+ branchId: 44,
3342
+ account: 'C00017',
3343
+ invoiceNumber: 54162502,
3344
+ jobNumber: 64883,
3345
+ laborLines: [
3346
+ {
3347
+ rtsCode: '0BLCVJ05',
3348
+ menuCode: 'SERLCVJ 05KS',
3349
+ serviceCode: 'PMS',
3350
+ description: 'CARRY OUT 5,000 KM SERVICE',
3351
+ },
3352
+ {
3353
+ rtsCode: 'PDRINSP',
3354
+ menuCode: ' ',
3355
+ serviceCode: 'PMS',
3356
+ description: 'SMW1',
3357
+ },
3358
+ {
3359
+ rtsCode: 'CONSU',
3360
+ menuCode: ' ',
3361
+ serviceCode: 'PMS',
3362
+ description: 'Consumables',
3363
+ },
3364
+ ],
3365
+ partLines: [
3366
+ {
3367
+ partNumber: 'T9043012031',
3368
+ qty: 1,
3369
+ menuCode: 'SERLCVJ 05KS',
3370
+ partDescription: 'GASKET',
3371
+ },
3372
+ {
3373
+ partNumber: 'T9091510010',
3374
+ qty: 1,
3375
+ menuCode: 'SERLCVJ 05KS',
3376
+ partDescription: 'FILTER, OIL',
3377
+ },
3378
+ {
3379
+ partNumber: 'T0888083719',
3380
+ qty: 7.3,
3381
+ menuCode: 'SERLCVJ 05KS',
3382
+ partDescription: 'LGMO SN 5W40 208L',
3383
+ },
3384
+ ],
3385
+ },
3386
+ {
3387
+ serviceType: 'SSC Campaign',
3388
+ serviceDate: '2024-01-31',
3389
+ mileage: 5210,
3390
+ companyName: 'SAS',
3391
+ branchName: 'SAS - Showroom | Basra',
3392
+ companyId: 1,
3393
+ branchId: 44,
3394
+ account: 'W00001',
3395
+ invoiceNumber: 54301537,
3396
+ jobNumber: 58888,
3397
+ laborLines: [
3398
+ {
3399
+ rtsCode: 'YHG14A',
3400
+ menuCode: ' ',
3401
+ serviceCode: 'SSC',
3402
+ description: 'Deliver second smart key',
3403
+ },
3404
+ ],
3405
+ partLines: [
3406
+ {
3407
+ partNumber: 'T0400299102',
3408
+ qty: 1,
3409
+ menuCode: ' ',
3410
+ partDescription: 'TRANSMITTER',
3411
+ },
3412
+ ],
3413
+ },
3414
+ {
3415
+ serviceType: 'PM SL (5K, 15K,25K...95K)',
3416
+ serviceDate: '2024-01-31',
3417
+ mileage: 5210,
3418
+ companyName: 'SAS',
3419
+ branchName: 'SAS - Showroom | Basra',
3420
+ companyId: 1,
3421
+ branchId: 44,
3422
+ account: 'S00031',
3423
+ invoiceNumber: 54158983,
3424
+ jobNumber: 58782,
3425
+ laborLines: [
3426
+ {
3427
+ rtsCode: '0BLCVJ05',
3428
+ menuCode: 'SERLCVJ 05KS3',
3429
+ serviceCode: 'PMS',
3430
+ description: 'CARRY OUT 5,000 KM SERVICE',
3431
+ },
3432
+ ],
3433
+ partLines: [
3434
+ {
3435
+ partNumber: 'T9091510010',
3436
+ qty: 1,
3437
+ menuCode: 'SERLCVJ 05KS3',
3438
+ partDescription: 'FILTER, OIL',
3439
+ },
3440
+ {
3441
+ partNumber: 'T9043012031',
3442
+ qty: 1,
3443
+ menuCode: 'SERLCVJ 05KS3',
3444
+ partDescription: 'GASKET',
3445
+ },
3446
+ {
3447
+ partNumber: 'T0888083715',
3448
+ qty: 7.3,
3449
+ menuCode: 'SERLCVJ 05KS3',
3450
+ partDescription: 'TGMO SN 5W30 208L',
3451
+ },
3452
+ ],
3453
+ },
3454
+ {
3455
+ serviceType: 'Fist Service (1000 KM)',
3456
+ serviceDate: '2023-11-28',
3457
+ mileage: 2165,
3458
+ companyName: 'SAS',
3459
+ branchName: 'SAS - Showroom | Basra',
3460
+ companyId: 1,
3461
+ branchId: 44,
3462
+ account: 'Z00244',
3463
+ invoiceNumber: 54156124,
3464
+ jobNumber: 54143,
3465
+ laborLines: [
3466
+ {
3467
+ rtsCode: '0F1110',
3468
+ menuCode: ' ',
3469
+ serviceCode: 'FSR',
3470
+ description: 'First Service(1000 KM)',
3471
+ },
3472
+ ],
3473
+ partLines: [],
3474
+ },
3475
+ ],
3476
+ ssc: [
3477
+ {
3478
+ sscCode: '23SD-024',
3479
+ description: '2nd Electircal Key',
3480
+ labors: [
3481
+ {
3482
+ laborCode: 'YHG14A',
3483
+ },
3484
+ ],
3485
+ repaired: true,
3486
+ repairDate: '2024-01-31',
3487
+ parts: [
3488
+ {
3489
+ partNumber: '0400299102',
3490
+ partDescription: null,
3491
+ isAvailable: false,
3492
+ },
3493
+ ],
3494
+ },
3495
+ {
3496
+ sscCode: '24SD-004',
3497
+ description: 'Automatic Transmission ECU reprogramming',
3498
+ labors: [
3499
+ {
3500
+ laborCode: 'ZGG04A',
3501
+ },
3502
+ ],
3503
+ repaired: true,
3504
+ repairDate: '2024-09-08',
3505
+ parts: [],
3506
+ },
3507
+ {
3508
+ sscCode: '24SD-095',
3509
+ description: 'Engine ECU Cooling Fan Reprogramming',
3510
+ labors: [
3511
+ {
3512
+ laborCode: 'ZGG79A',
3513
+ },
3514
+ ],
3515
+ repaired: true,
3516
+ repairDate: '2024-11-19',
3517
+ parts: [],
3518
+ },
3519
+ ],
3520
+ vehicleVariantInfo: {
3521
+ modelCode: '53311',
3522
+ sfx: 'S3',
3523
+ modelYear: 2023,
3524
+ },
3525
+ vehicleSpecification: {
3526
+ modelDesc: 'LAND CRUISER 3.5 LC300',
3527
+ variantDesc: '3.5L Turbo AX HIGH/Plus',
3528
+ class: 'P',
3529
+ bodyType: ' ',
3530
+ engine: ' 3500 ',
3531
+ cylinders: ' 0 ',
3532
+ lightHeavy: ' ',
3533
+ doors: ' 5 ',
3534
+ fuel: 'P',
3535
+ transmission: 'Automatic',
3536
+ side: '1',
3537
+ engineType: ' ',
3538
+ tankCap: ' 0 ',
3539
+ style: 'SUV',
3540
+ fuelLiter: null,
3541
+ color: 'WHITE PEARL CS',
3542
+ trim: 'DK.GRAY/OAK/Beige',
3543
+ },
3544
+ serviceItems: [
3545
+ {
3546
+ name: '5,000 KM Free Service Package',
3547
+ type: 'free',
3548
+ activatedAt: '2024-01-01',
3549
+ expiresAt: '2024-05-01',
3550
+ status: 'processed',
3551
+ redeemDate: '2024-04-20',
3552
+ redeemingDealer: 'SAS - Erbil',
3553
+ invoiceNumber: '10384455',
3554
+ jobNumber: '48914',
3555
+ menuCode: 'NABDSERCMAS 05KS3',
3556
+ },
3557
+ {
3558
+ name: '10,000 KM Free Service Package',
3559
+ type: 'free',
3560
+ activatedAt: '2024-05-01',
3561
+ expiresAt: '2024-08-01',
3562
+ status: 'processed',
3563
+ redeemDate: '2024-07-29',
3564
+ redeemingDealer: 'Cihan - Erbil Makhmoor',
3565
+ invoiceNumber: '492824',
3566
+ jobNumber: '198274',
3567
+ menuCode: 'NABDSERCMAS 10KS3',
3568
+ },
3569
+ {
3570
+ name: '15,000 KM Free Service Package',
3571
+ type: 'free',
3572
+ activatedAt: '2024-08-01',
3573
+ expiresAt: '2024-11-01',
3574
+ status: 'pending',
3575
+ menuCode: 'NABDSERCMAS 15KS3',
3576
+ },
3577
+ {
3578
+ name: '20,000 KM Free Service Package',
3579
+ type: 'free',
3580
+ activatedAt: '2024-11-01',
3581
+ expiresAt: '2025-02-01',
3582
+ status: 'pending',
3583
+ menuCode: 'NABDSERCMAS 20KS3',
3584
+ },
3585
+ {
3586
+ name: '25,000 KM Free Service Package',
3587
+ type: 'free',
3588
+ activatedAt: '2025-02-01',
3589
+ expiresAt: '2025-05-01',
3590
+ status: 'pending',
3591
+ menuCode: 'NABDSERCMAS 25KS3',
3592
+ },
3593
+ {
3594
+ name: '30,000 KM Free Service Package',
3595
+ type: 'free',
3596
+ activatedAt: '2025-05-01',
3597
+ expiresAt: '2025-08-01',
3598
+ status: 'pending',
3599
+ menuCode: 'NABDSERCMAS 30KS3',
3600
+ },
3601
+ {
3602
+ name: '35,000 KM Free Service Package',
3603
+ type: 'free',
3604
+ activatedAt: '2025-08-01',
3605
+ expiresAt: '2025-11-01',
3606
+ status: 'pending',
3607
+ menuCode: 'NABDSERCMAS 35KS3',
3608
+ },
3609
+ {
3610
+ name: '40,000 KM Free Service Package',
3611
+ type: 'free',
3612
+ activatedAt: '2025-11-01',
3613
+ expiresAt: '2026-02-01',
3614
+ status: 'pending',
3615
+ menuCode: 'NABDSERCMAS 40KS3 AT',
3616
+ },
3617
+ ],
3618
+ basicModelCode: 'VJA300',
3619
+ },
3620
+ JTMABBBJ9P4099201: {
3621
+ accessories: [
3622
+ {
3623
+ partNumber: 'yakam',
3624
+ description: 'dwam',
3625
+ image: 'https://static.printler.com/cache/a/1/6/6/6/e/a1666e9c70da357a080e59aa1058f9c1aa84f847.jpg',
3626
+ },
3627
+ {
3628
+ partNumber: 'test',
3629
+ description: 'lorem',
3630
+ image: 'https://uploads.dailydot.com/2018/10/olli-the-polite-cat.jpg?q=65&auto=format&w=1200&ar=2:1&fit=crop',
3631
+ },
3632
+ {
3633
+ partNumber: 'yakam2',
3634
+ description: 'dwam',
3635
+ image: 'https://static.printler.com/cache/a/1/6/6/6/e/a1666e9c70da357a080e59aa1058f9c1aa84f847.jpg',
3636
+ },
3637
+ {
3638
+ partNumber: 'test1',
3639
+ description: 'lorem',
3640
+ image: 'https://uploads.dailydot.com/2018/10/olli-the-polite-cat.jpg?q=65&auto=format&w=1200&ar=2:1&fit=crop',
3641
+ },
3642
+ {
3643
+ partNumber: 'yakam231',
3644
+ description: 'dwam',
3645
+ image: 'https://static.printler.com/cache/a/1/6/6/6/e/a1666e9c70da357a080e59aa1058f9c1aa84f847.jpg',
3646
+ },
3647
+ {
3648
+ partNumber: 'test1321',
3649
+ description: 'lorem',
3650
+ image: 'https://uploads.dailydot.com/2018/10/olli-the-polite-cat.jpg?q=65&auto=format&w=1200&ar=2:1&fit=crop',
3651
+ },
3652
+ ],
3653
+ paintThickness: {
3654
+ parts: [
3655
+ {
3656
+ part: ' Front Fender',
3657
+ left: 90,
3658
+ right: 100,
3659
+ },
3660
+ {
3661
+ part: ' Front Door',
3662
+ left: 90,
3663
+ right: 90,
3664
+ },
3665
+ ],
3666
+ imageGroups: [
3667
+ {
3668
+ name: 'zero',
3669
+ images: ['https://tiqappstorage.blob.core.windows.net/paint-app/Uploads/paintThickness/5TDLB3CH1NS095585%232022-10-06%2303-33-17/Hood_1.jpg'],
3670
+ },
3671
+ {
3672
+ name: 'second',
3673
+ images: [
3674
+ 'https://tiqappstorage.blob.core.windows.net/paint-app/Uploads/paintThickness/5TDLB3CH1NS095585%232022-10-06%2303-33-17/Left_Front_Door_1.jpg',
3675
+ 'https://tiqappstorage.blob.core.windows.net/paint-app/Uploads/paintThickness/5TDLB3CH1NS095585%232022-10-06%2303-33-17/Left_Front_Door_2.jpg',
3676
+ ],
3677
+ },
3678
+ {
3679
+ name: 'second',
3680
+ images: [
3681
+ 'https://tiqappstorage.blob.core.windows.net/paint-app/Uploads/paintThickness/5TDLB3CH1NS095585%232022-10-06%2303-33-17/Left_Front_Door_1.jpg',
3682
+ 'https://tiqappstorage.blob.core.windows.net/paint-app/Uploads/paintThickness/5TDLB3CH1NS095585%232022-10-06%2303-33-17/Left_Front_Door_2.jpg',
3683
+ ],
3684
+ },
3685
+ {
3686
+ name: 'third',
3687
+ images: [
3688
+ 'https://tiqappstorage.blob.core.windows.net/paint-app/Uploads/paintThickness/5TDLB3CH1NS095585%232022-10-06%2303-33-17/Right_Front_Fender_3.jpg',
3689
+ 'https://tiqappstorage.blob.core.windows.net/paint-app/Uploads/paintThickness/5TDLB3CH1NS095585%232022-10-06%2303-33-17/Right_Rear_Door_1.jpg',
3690
+ 'https://tiqappstorage.blob.core.windows.net/paint-app/Uploads/paintThickness/5TDLB3CH1NS095585%232022-10-06%2303-33-17/Right_Rear_Door_2.jpg',
3691
+ ],
3692
+ },
3693
+ ],
3694
+ },
3695
+ vin: 'JTMABBBJ9P4099201',
3696
+ identifiers: {
3697
+ vin: 'JTMABBBJ9P4099201',
3698
+ variant: '53311S3202301',
3699
+ katashiki: 'VJA300L-GNUAZV',
3700
+ color: '070',
3701
+ trim: '40',
3702
+ brand: 0,
3703
+ brandIntegrationID: 'TYT',
3704
+ },
3705
+ saleInformation: {
3706
+ companyIntegrationID: '1',
3707
+ companyName: 'SAS',
3708
+ branchIntegrationID: '44',
3709
+ branchName: 'SAS - Showroom | Basra',
3710
+ customerAccountNumber: 'R01954',
3711
+ customerID: '97120',
3712
+ invoiceDate: '2023-09-18',
3713
+ invoiceNumber: 11160168,
3714
+ broker: {
3715
+ brokerId: 539,
3716
+ brokerName: 'Al-Burchman',
3717
+ customerID: 17782,
3718
+ invoiceNumber: 71,
3719
+ invoiceDate: null,
3720
+ },
3721
+ },
3722
+ isAuthorized: false,
3723
+ warranty: {
3724
+ hasActiveWarranty: true,
3725
+ warrantyStartDate: '2023-11-23',
3726
+ warrantyEndDate: '2026-11-23',
3727
+ hasExtendedWarranty: false,
3728
+ extendedWarrantyStartDate: null,
3729
+ extendedWarrantyEndDate: null,
3730
+ },
3731
+ nextServiceDate: '2025-02-19',
3732
+ serviceHistory: [
3733
+ {
3734
+ serviceType: 'SSC Campaign',
3735
+ serviceDate: '2024-11-19',
3736
+ mileage: 12112,
3737
+ companyName: 'SAS',
3738
+ branchName: 'SAS - Showroom | Basra',
3739
+ companyId: 1,
3740
+ branchId: 44,
3741
+ account: 'W00001',
3742
+ invoiceNumber: 54302844,
3743
+ jobNumber: 32325,
3744
+ laborLines: [
3745
+ {
3746
+ rtsCode: 'ZGG79A',
3747
+ menuCode: ' ',
3748
+ serviceCode: 'SSC',
3749
+ description: 'Reprograming',
3750
+ },
3751
+ ],
3752
+ partLines: [],
3753
+ },
3754
+ {
3755
+ serviceType: 'PM SL (5K, 15K,25K...95K)',
3756
+ serviceDate: '2024-11-19',
3757
+ mileage: 12112,
3758
+ companyName: 'SAS',
3759
+ branchName: 'SAS - Showroom | Basra',
3760
+ companyId: 1,
3761
+ branchId: 44,
3762
+ account: 'C00017',
3763
+ invoiceNumber: 54175880,
3764
+ jobNumber: 31762,
3765
+ laborLines: [
3766
+ {
3767
+ rtsCode: '0BLCVJ05',
3768
+ menuCode: 'SERLCVJ 05KS3',
3769
+ serviceCode: 'PMS',
3770
+ description: 'CARRY OUT 5,000 KM SERVICE',
3771
+ },
3772
+ {
3773
+ rtsCode: 'CONSU',
3774
+ menuCode: 'CONS',
3775
+ serviceCode: 'PMS',
3776
+ description: 'Consumables',
3777
+ },
3778
+ ],
3779
+ partLines: [
3780
+ {
3781
+ partNumber: 'T0888083715',
3782
+ qty: 7.3,
3783
+ menuCode: 'SERLCVJ 05KS3',
3784
+ partDescription: 'TGMO SN 5W30 208L',
3785
+ },
3786
+ {
3787
+ partNumber: 'T9043012031',
3788
+ qty: 1,
3789
+ menuCode: 'SERLCVJ 05KS3',
3790
+ partDescription: 'GASKET',
3791
+ },
3792
+ {
3793
+ partNumber: 'T9091510010',
3794
+ qty: 1,
3795
+ menuCode: 'SERLCVJ 05KS3',
3796
+ partDescription: 'FILTER, OIL',
3797
+ },
3798
+ ],
3799
+ },
3800
+ {
3801
+ serviceType: 'SSC Campaign',
3802
+ serviceDate: '2024-09-08',
3803
+ mileage: 9947,
3804
+ companyName: 'SAS',
3805
+ branchName: 'SAS - Showroom | Basra',
3806
+ companyId: 1,
3807
+ branchId: 44,
3808
+ account: 'W00001',
3809
+ invoiceNumber: 54302319,
3810
+ jobNumber: 23978,
3811
+ laborLines: [
3812
+ {
3813
+ rtsCode: 'ZGG04A',
3814
+ menuCode: ' ',
3815
+ serviceCode: 'SSC',
3816
+ description: 'Reprograming for transmission',
3817
+ },
3818
+ ],
3819
+ partLines: [],
3820
+ },
3821
+ {
3822
+ serviceType: 'PM L (10K,30K,50K & 90K)',
3823
+ serviceDate: '2024-09-08',
3824
+ mileage: 9947,
3825
+ companyName: 'SAS',
3826
+ branchName: 'SAS - Showroom | Basra',
3827
+ companyId: 1,
3828
+ branchId: 44,
3829
+ account: 'C00017',
3830
+ invoiceNumber: 54170870,
3831
+ jobNumber: 23814,
3832
+ laborLines: [
3833
+ {
3834
+ rtsCode: 'CONSU',
3835
+ menuCode: 'CONS',
3836
+ serviceCode: 'PML',
3837
+ description: 'Consumables',
3838
+ },
3839
+ {
3840
+ rtsCode: 'BGT44K',
3841
+ menuCode: 'BGT44K',
3842
+ serviceCode: 'PML',
3843
+ description: 'BG 44K Platinum Fuel System Cl',
3844
+ },
3845
+ {
3846
+ rtsCode: '0BLCVJ05',
3847
+ menuCode: 'SERLCVJ 05KS3',
3848
+ serviceCode: 'PML',
3849
+ description: 'CARRY OUT 5,000 KM SERVICE',
3850
+ },
3851
+ ],
3852
+ partLines: [
3853
+ {
3854
+ partNumber: 'ZBG208M3',
3855
+ qty: 1,
3856
+ menuCode: 'BGT44K',
3857
+ partDescription: '44K PLATINUM FUEL & COMBUSTION CLEANER',
3858
+ },
3859
+ {
3860
+ partNumber: 'T9043012031',
3861
+ qty: 1,
3862
+ menuCode: 'SERLCVJ 05KS3',
3863
+ partDescription: 'GASKET',
3864
+ },
3865
+ {
3866
+ partNumber: 'T0888083715',
3867
+ qty: 7.3,
3868
+ menuCode: 'SERLCVJ 05KS3',
3869
+ partDescription: 'TGMO SN 5W30 208L',
3870
+ },
3871
+ {
3872
+ partNumber: 'T9091510010',
3873
+ qty: 1,
3874
+ menuCode: 'SERLCVJ 05KS3',
3875
+ partDescription: 'FILTER, OIL',
3876
+ },
3877
+ ],
3878
+ },
3879
+ {
3880
+ serviceType: 'PM SL (5K, 15K,25K...95K)',
3881
+ serviceDate: '2024-04-16',
3882
+ mileage: 7520,
3883
+ companyName: 'SAS',
3884
+ branchName: 'SAS - Showroom | Basra',
3885
+ companyId: 1,
3886
+ branchId: 44,
3887
+ account: 'C00017',
3888
+ invoiceNumber: 54162502,
3889
+ jobNumber: 64883,
3890
+ laborLines: [
3891
+ {
3892
+ rtsCode: '0BLCVJ05',
3893
+ menuCode: 'SERLCVJ 05KS',
3894
+ serviceCode: 'PMS',
3895
+ description: 'CARRY OUT 5,000 KM SERVICE',
3896
+ },
3897
+ {
3898
+ rtsCode: 'PDRINSP',
3899
+ menuCode: ' ',
3900
+ serviceCode: 'PMS',
3901
+ description: 'SMW1',
3902
+ },
3903
+ {
3904
+ rtsCode: 'CONSU',
3905
+ menuCode: ' ',
3906
+ serviceCode: 'PMS',
3907
+ description: 'Consumables',
3908
+ },
3909
+ ],
3910
+ partLines: [
3911
+ {
3912
+ partNumber: 'T9043012031',
3913
+ qty: 1,
3914
+ menuCode: 'SERLCVJ 05KS',
3915
+ partDescription: 'GASKET',
3916
+ },
3917
+ {
3918
+ partNumber: 'T9091510010',
3919
+ qty: 1,
3920
+ menuCode: 'SERLCVJ 05KS',
3921
+ partDescription: 'FILTER, OIL',
3922
+ },
3923
+ {
3924
+ partNumber: 'T0888083719',
3925
+ qty: 7.3,
3926
+ menuCode: 'SERLCVJ 05KS',
3927
+ partDescription: 'LGMO SN 5W40 208L',
3928
+ },
3929
+ ],
3930
+ },
3931
+ {
3932
+ serviceType: 'SSC Campaign',
3933
+ serviceDate: '2024-01-31',
3934
+ mileage: 5210,
3935
+ companyName: 'SAS',
3936
+ branchName: 'SAS - Showroom | Basra',
3937
+ companyId: 1,
3938
+ branchId: 44,
3939
+ account: 'W00001',
3940
+ invoiceNumber: 54301537,
3941
+ jobNumber: 58888,
3942
+ laborLines: [
3943
+ {
3944
+ rtsCode: 'YHG14A',
3945
+ menuCode: ' ',
3946
+ serviceCode: 'SSC',
3947
+ description: 'Deliver second smart key',
3948
+ },
3949
+ ],
3950
+ partLines: [
3951
+ {
3952
+ partNumber: 'T0400299102',
3953
+ qty: 1,
3954
+ menuCode: ' ',
3955
+ partDescription: 'TRANSMITTER',
3956
+ },
3957
+ ],
3958
+ },
3959
+ {
3960
+ serviceType: 'PM SL (5K, 15K,25K...95K)',
3961
+ serviceDate: '2024-01-31',
3962
+ mileage: 5210,
3963
+ companyName: 'SAS',
3964
+ branchName: 'SAS - Showroom | Basra',
3965
+ companyId: 1,
3966
+ branchId: 44,
3967
+ account: 'S00031',
3968
+ invoiceNumber: 54158983,
3969
+ jobNumber: 58782,
3970
+ laborLines: [
3971
+ {
3972
+ rtsCode: '0BLCVJ05',
3973
+ menuCode: 'SERLCVJ 05KS3',
3974
+ serviceCode: 'PMS',
3975
+ description: 'CARRY OUT 5,000 KM SERVICE',
3976
+ },
3977
+ ],
3978
+ partLines: [
3979
+ {
3980
+ partNumber: 'T9091510010',
3981
+ qty: 1,
3982
+ menuCode: 'SERLCVJ 05KS3',
3983
+ partDescription: 'FILTER, OIL',
3984
+ },
3985
+ {
3986
+ partNumber: 'T9043012031',
3987
+ qty: 1,
3988
+ menuCode: 'SERLCVJ 05KS3',
3989
+ partDescription: 'GASKET',
3990
+ },
3991
+ {
3992
+ partNumber: 'T0888083715',
3993
+ qty: 7.3,
3994
+ menuCode: 'SERLCVJ 05KS3',
3995
+ partDescription: 'TGMO SN 5W30 208L',
3996
+ },
3997
+ ],
3998
+ },
3999
+ {
4000
+ serviceType: 'Fist Service (1000 KM)',
4001
+ serviceDate: '2023-11-28',
4002
+ mileage: 2165,
4003
+ companyName: 'SAS',
4004
+ branchName: 'SAS - Showroom | Basra',
4005
+ companyId: 1,
4006
+ branchId: 44,
4007
+ account: 'Z00244',
4008
+ invoiceNumber: 54156124,
4009
+ jobNumber: 54143,
4010
+ laborLines: [
4011
+ {
4012
+ rtsCode: '0F1110',
4013
+ menuCode: ' ',
4014
+ serviceCode: 'FSR',
4015
+ description: 'First Service(1000 KM)',
4016
+ },
4017
+ ],
4018
+ partLines: [],
4019
+ },
4020
+ ],
4021
+ ssc: [
4022
+ {
4023
+ sscCode: '23SD-024',
4024
+ description: '2nd Electircal Key',
4025
+ labors: [
4026
+ {
4027
+ laborCode: 'YHG14A',
4028
+ },
4029
+ ],
4030
+ repaired: true,
4031
+ repairDate: '2024-01-31',
4032
+ parts: [
4033
+ {
4034
+ partNumber: '0400299102',
4035
+ partDescription: null,
4036
+ isAvailable: false,
4037
+ },
4038
+ ],
4039
+ },
4040
+ {
4041
+ sscCode: '24SD-004',
4042
+ description: 'Automatic Transmission ECU reprogramming',
4043
+ labors: [
4044
+ {
4045
+ laborCode: 'ZGG04A',
4046
+ },
4047
+ ],
4048
+ repaired: true,
4049
+ repairDate: '2024-09-08',
4050
+ parts: [],
4051
+ },
4052
+ {
4053
+ sscCode: '24SD-095',
4054
+ description: 'Engine ECU Cooling Fan Reprogramming',
4055
+ labors: [
4056
+ {
4057
+ laborCode: 'ZGG79A',
4058
+ },
4059
+ ],
4060
+ repaired: true,
4061
+ repairDate: '2024-11-19',
4062
+ parts: [],
4063
+ },
4064
+ ],
4065
+ vehicleVariantInfo: {
4066
+ modelCode: '53311',
4067
+ sfx: 'S3',
4068
+ modelYear: 2023,
4069
+ },
4070
+ vehicleSpecification: {
4071
+ modelDesc: 'LAND CRUISER 3.5 LC300',
4072
+ variantDesc: '3.5L Turbo AX HIGH/Plus',
4073
+ class: 'P',
4074
+ bodyType: ' ',
4075
+ engine: ' 3500 ',
4076
+ cylinders: ' 0 ',
4077
+ lightHeavy: ' ',
4078
+ doors: ' 5 ',
4079
+ fuel: 'P',
4080
+ transmission: 'Automatic',
4081
+ side: '1',
4082
+ engineType: ' ',
4083
+ tankCap: ' 0 ',
4084
+ style: 'SUV',
4085
+ fuelLiter: null,
4086
+ color: 'WHITE PEARL CS',
4087
+ trim: 'DK.GRAY/OAK/Beige',
4088
+ },
4089
+ serviceItems: [
4090
+ {
4091
+ name: '5,000 KM Free Service Package',
4092
+ type: 'free',
4093
+ activatedAt: '2024-01-01',
4094
+ expiresAt: '2024-05-01',
4095
+ status: 'processed',
4096
+ redeemDate: '2024-04-20',
4097
+ redeemingDealer: 'SAS - Erbil',
4098
+ invoiceNumber: '10384455',
4099
+ jobNumber: '48914',
4100
+ menuCode: 'NABDSERCMAS 05KS3',
4101
+ },
4102
+ {
4103
+ name: '10,000 KM Free Service Package',
4104
+ type: 'free',
4105
+ activatedAt: '2024-05-01',
4106
+ expiresAt: '2024-08-01',
4107
+ status: 'processed',
4108
+ redeemDate: '2024-07-29',
4109
+ redeemingDealer: 'Cihan - Erbil Makhmoor',
4110
+ invoiceNumber: '492824',
4111
+ jobNumber: '198274',
4112
+ menuCode: 'NABDSERCMAS 10KS3',
4113
+ },
4114
+ {
4115
+ name: '15,000 KM Free Service Package',
4116
+ type: 'free',
4117
+ activatedAt: '2024-08-01',
4118
+ expiresAt: '2024-11-01',
4119
+ status: 'pending',
4120
+ menuCode: 'NABDSERCMAS 15KS3',
4121
+ },
4122
+ {
4123
+ name: '20,000 KM Free Service Package',
4124
+ type: 'free',
4125
+ activatedAt: '2024-11-01',
4126
+ expiresAt: '2025-02-01',
4127
+ status: 'pending',
4128
+ menuCode: 'NABDSERCMAS 20KS3',
4129
+ },
4130
+ {
4131
+ name: '25,000 KM Free Service Package',
4132
+ type: 'free',
4133
+ activatedAt: '2025-02-01',
4134
+ expiresAt: '2025-05-01',
4135
+ status: 'pending',
4136
+ menuCode: 'NABDSERCMAS 25KS3',
4137
+ },
4138
+ {
4139
+ name: '30,000 KM Free Service Package',
4140
+ type: 'free',
4141
+ activatedAt: '2025-05-01',
4142
+ expiresAt: '2025-08-01',
4143
+ status: 'pending',
4144
+ menuCode: 'NABDSERCMAS 30KS3',
4145
+ },
4146
+ {
4147
+ name: '35,000 KM Free Service Package',
4148
+ type: 'free',
4149
+ activatedAt: '2025-08-01',
4150
+ expiresAt: '2025-11-01',
4151
+ status: 'pending',
4152
+ menuCode: 'NABDSERCMAS 35KS3',
4153
+ },
4154
+ {
4155
+ name: '40,000 KM Free Service Package',
4156
+ type: 'free',
4157
+ activatedAt: '2025-11-01',
4158
+ expiresAt: '2026-02-01',
4159
+ status: 'pending',
4160
+ menuCode: 'NABDSERCMAS 40KS3 AT',
4161
+ },
4162
+ ],
4163
+ basicModelCode: 'VJA300',
4164
+ },
4165
+ };