adp-web-components 0.0.65 → 0.0.66

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 +1179 -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-1bd9662d.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 +202 -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 +625 -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 +405 -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-052096ca.js +5 -0
  158. package/dist/components/p-1e0220d8.js +5 -0
  159. package/dist/components/p-276072d6.js +5 -0
  160. package/dist/components/p-2ecc6382.js +5 -0
  161. package/dist/components/p-2f40bc45.js +5 -0
  162. package/dist/components/p-3115916e.js +5 -0
  163. package/dist/components/p-687e3edf.js +5 -0
  164. package/dist/components/p-68905104.js +5 -0
  165. package/dist/components/p-696dc6e8.js +5 -0
  166. package/dist/components/p-6d9d89d2.js +5 -0
  167. package/dist/components/p-6e258875.js +5 -0
  168. package/dist/components/p-75476014.js +5 -0
  169. package/dist/components/p-8175feb0.js +5 -0
  170. package/dist/components/p-853de183.js +5 -0
  171. package/dist/components/p-8b1d90d7.js +5 -0
  172. package/dist/components/p-8f9c80ed.js +5 -0
  173. package/dist/components/p-927296bb.js +5 -0
  174. package/dist/components/p-932ff922.js +5 -0
  175. package/dist/components/p-96455129.js +5 -0
  176. package/dist/components/p-980e2b72.js +5 -0
  177. package/dist/components/p-98d9e7ab.js +5 -0
  178. package/dist/components/p-a21e2e2e.js +5 -0
  179. package/dist/components/p-a3455344.js +5 -0
  180. package/dist/components/p-b0e5a9a2.js +5 -0
  181. package/dist/components/p-b173a699.js +5 -0
  182. package/dist/components/p-d5ff7544.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 +1170 -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-b7774134.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 +198 -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-3601fde1.entry.js +5 -0
  226. package/dist/shift-components/p-446d908d.js +5 -0
  227. package/dist/shift-components/p-65102e7a.js +6 -0
  228. package/dist/shift-components/p-6b5de2b4.entry.js +5 -0
  229. package/dist/shift-components/p-7a95ce0a.entry.js +5 -0
  230. package/dist/shift-components/p-932ff922.js +5 -0
  231. package/dist/shift-components/p-98d9e7ab.js +5 -0
  232. package/dist/shift-components/p-9b664248.entry.js +5 -0
  233. package/dist/shift-components/p-a21e2e2e.js +5 -0
  234. package/dist/shift-components/p-ade77e74.entry.js +5 -0
  235. package/dist/shift-components/p-b43b884e.entry.js +5 -0
  236. package/dist/shift-components/p-c451136b.entry.js +5 -0
  237. package/dist/shift-components/p-d2a71388.entry.js +5 -0
  238. package/dist/shift-components/p-d5a81c37.entry.js +5 -0
  239. package/dist/shift-components/p-f0d94591.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 +55 -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 +760 -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,3064 @@
1
+ const mockData = {
2
+ JTMHX01J8L4198295: {
3
+ vin: 'JTMHX01J8L4198295',
4
+ identifiers: {
5
+ vin: 'JTMHX01J8L4198295',
6
+ variant: null,
7
+ katashiki: null,
8
+ color: null,
9
+ trim: null,
10
+ brand: 0,
11
+ brandIntegrationID: null,
12
+ },
13
+ saleInformation: null,
14
+ isAuthorized: false,
15
+ warranty: null,
16
+ nextServiceDate: '2023-12-12',
17
+ serviceHistory: [
18
+ {
19
+ serviceType: 'PM SL (5K, 15K,25K...95K)',
20
+ serviceDate: '2023-09-12',
21
+ mileage: 30296,
22
+ countryName: 'Iraq',
23
+ companyName: 'CIHAN',
24
+ branchName: 'Cihan - Showroom | Erbil - Makhmur Road',
25
+ companyId: 2,
26
+ branchId: 14,
27
+ account: 'CS00022',
28
+ invoiceNumber: 51456604,
29
+ wipNumber: 13681,
30
+ laborLines: [
31
+ {
32
+ rtsCode: 'NOTES',
33
+ menuCode: ' ',
34
+ serviceCode: 'PMS',
35
+ description: 'FR WIPER RUBBER NEEDS TO R/P,',
36
+ },
37
+ {
38
+ rtsCode: 'EXPMAIN',
39
+ menuCode: ' ',
40
+ serviceCode: 'PMS',
41
+ description: 'EXPMAIN',
42
+ },
43
+ {
44
+ rtsCode: '0BLC25UR',
45
+ menuCode: 'SERLCUR 25KS',
46
+ serviceCode: 'PMS',
47
+ description: 'CARRY OUT 25,000 KM SERVICE',
48
+ },
49
+ ],
50
+ partLines: [
51
+ {
52
+ partNumber: 'T04152YZZD4',
53
+ qty: 1,
54
+ menuCode: 'SERLCUR 25KS',
55
+ partDescription: 'ELEMENT KIT, OIL',
56
+ },
57
+ {
58
+ partNumber: 'T0888083719',
59
+ qty: 8,
60
+ menuCode: 'SERLCUR 25KS',
61
+ partDescription: 'LGMO SN 5W40 208L',
62
+ },
63
+ {
64
+ partNumber: 'T9043012031',
65
+ qty: 1,
66
+ menuCode: 'SERLCUR 25KS',
67
+ partDescription: 'GASKET',
68
+ },
69
+ {
70
+ partNumber: 'T7736035040',
71
+ qty: 1,
72
+ menuCode: ' ',
73
+ partDescription: 'SPRING ASSY, FUEL',
74
+ },
75
+ ],
76
+ },
77
+ {
78
+ serviceType: 'PM SL (5K, 15K,25K...95K)',
79
+ serviceDate: '2023-02-09',
80
+ mileage: 25660,
81
+ countryName: 'Iraq',
82
+ companyName: 'CIHAN',
83
+ branchName: 'Cihan - Showroom | Erbil - Makhmur Road',
84
+ companyId: 2,
85
+ branchId: 14,
86
+ account: 'CS00022',
87
+ invoiceNumber: 51447340,
88
+ wipNumber: 52446,
89
+ laborLines: [
90
+ {
91
+ rtsCode: '02FUELLCUR',
92
+ menuCode: 'FUEL FILTER LCUR',
93
+ serviceCode: 'PMS',
94
+ description: 'FUEL FILTER REPLACEMENT',
95
+ },
96
+ {
97
+ rtsCode: '0BLC25UR',
98
+ menuCode: 'SERLCUR 25KS',
99
+ serviceCode: 'PMS',
100
+ description: 'CARRY OUT 25,000 KM SERVICE',
101
+ },
102
+ ],
103
+ partLines: [
104
+ {
105
+ partNumber: 'T0888083719',
106
+ qty: 8,
107
+ menuCode: 'SERLCUR 25KS',
108
+ partDescription: 'LGMO SN 5W40 208L',
109
+ },
110
+ {
111
+ partNumber: 'T9043012031',
112
+ qty: 1,
113
+ menuCode: 'SERLCUR 25KS',
114
+ partDescription: 'GASKET',
115
+ },
116
+ {
117
+ partNumber: 'T2330050150',
118
+ qty: 1,
119
+ menuCode: 'FUEL FILTER LCUR',
120
+ partDescription: 'FILTER ASSY, FUEL',
121
+ },
122
+ {
123
+ partNumber: 'T04152YZZD4',
124
+ qty: 1,
125
+ menuCode: 'SERLCUR 25KS',
126
+ partDescription: 'ELEMENT KIT, OIL',
127
+ },
128
+ ],
129
+ },
130
+ {
131
+ serviceType: 'PM SL (5K, 15K,25K...95K)',
132
+ serviceDate: '2022-09-10',
133
+ mileage: 20574,
134
+ countryName: 'Iraq',
135
+ companyName: 'CIHAN',
136
+ branchName: 'Cihan - Showroom | Erbil - Makhmur Road',
137
+ companyId: 2,
138
+ branchId: 14,
139
+ account: 'CS00022',
140
+ invoiceNumber: 51441539,
141
+ wipNumber: 41940,
142
+ laborLines: [
143
+ {
144
+ rtsCode: '0BLC15UR',
145
+ menuCode: 'SERLCUR 15KS',
146
+ serviceCode: 'PMS',
147
+ description: 'CARRY OUT 15,000 KM SERVICE',
148
+ },
149
+ {
150
+ rtsCode: '37099',
151
+ menuCode: ' ',
152
+ serviceCode: 'PMS',
153
+ description: 'GREASING',
154
+ },
155
+ ],
156
+ partLines: [
157
+ {
158
+ partNumber: 'T1780138030',
159
+ qty: 1,
160
+ menuCode: ' ',
161
+ partDescription: 'ELEMENT SUB-ASSY,',
162
+ },
163
+ {
164
+ partNumber: 'T0888083719',
165
+ qty: 8,
166
+ menuCode: 'SERLCUR 15KS',
167
+ partDescription: 'LGMO SN 5W40 208L',
168
+ },
169
+ {
170
+ partNumber: 'T9043012031',
171
+ qty: 1,
172
+ menuCode: 'SERLCUR 15KS',
173
+ partDescription: 'GASKET',
174
+ },
175
+ {
176
+ partNumber: 'T04152YZZD4',
177
+ qty: 1,
178
+ menuCode: ' ',
179
+ partDescription: 'ELEMENT KIT, OIL',
180
+ },
181
+ ],
182
+ },
183
+ {
184
+ serviceType: 'PM SL (5K, 15K,25K...95K)',
185
+ serviceDate: '2021-11-27',
186
+ mileage: 13964,
187
+ countryName: 'Iraq',
188
+ companyName: 'CIHAN',
189
+ branchName: 'Cihan - Showroom | Erbil - Makhmur Road',
190
+ companyId: 2,
191
+ branchId: 14,
192
+ account: 'CS00022',
193
+ invoiceNumber: 51431492,
194
+ wipNumber: 22296,
195
+ laborLines: [
196
+ {
197
+ rtsCode: '0BLC15UR',
198
+ menuCode: 'SERLCUR 15KS',
199
+ serviceCode: 'PMS',
200
+ description: 'CARRY OUT 15,000 KM SERVICE',
201
+ },
202
+ ],
203
+ partLines: [
204
+ {
205
+ partNumber: 'T0888083719',
206
+ qty: 8,
207
+ menuCode: 'SERLCUR 15KS',
208
+ partDescription: 'LGMO SN 5W40 208L',
209
+ },
210
+ {
211
+ partNumber: 'T04152YZZD4',
212
+ qty: 1,
213
+ menuCode: 'SERLCUR 15KS',
214
+ partDescription: 'ELEMENT KIT, OIL',
215
+ },
216
+ {
217
+ partNumber: 'T9043012031',
218
+ qty: 1,
219
+ menuCode: 'SERLCUR 15KS',
220
+ partDescription: 'GASKET',
221
+ },
222
+ ],
223
+ },
224
+ ],
225
+ ssc: null,
226
+ vehicleVariantInfo: null,
227
+ vehicleSpecification: null,
228
+ serviceItems: null,
229
+ basicModelCode: null,
230
+ },
231
+ JTMHX01J8L4198296: {
232
+ vin: 'JTMHX01J8L4198296',
233
+ identifiers: {
234
+ vin: 'JTMHX01J8L4198295',
235
+ variant: null,
236
+ katashiki: null,
237
+ color: null,
238
+ trim: null,
239
+ brand: 0,
240
+ brandIntegrationID: null,
241
+ },
242
+ saleInformation: null,
243
+ isAuthorized: false,
244
+ warranty: {
245
+ hasActiveWarranty: true,
246
+ warrantyStartDate: '2023-06-05',
247
+ warrantyEndDate: '2026-06-05',
248
+ hasExtendedWarranty: false,
249
+ extendedWarrantyStartDate: null,
250
+ extendedWarrantyEndDate: null,
251
+ },
252
+ nextServiceDate: '2023-12-12',
253
+ serviceHistory: [
254
+ {
255
+ serviceType: 'PM SL (5K, 15K,25K...95K)',
256
+ serviceDate: '2023-09-12',
257
+ mileage: 30296,
258
+ countryName: 'Iraq',
259
+ companyName: 'CIHAN',
260
+ branchName: 'Cihan - Showroom | Erbil - Makhmur Road',
261
+ companyId: 2,
262
+ branchId: 14,
263
+ account: 'CS00022',
264
+ invoiceNumber: 51456604,
265
+ wipNumber: 13681,
266
+ laborLines: [
267
+ {
268
+ rtsCode: 'NOTES',
269
+ menuCode: ' ',
270
+ serviceCode: 'PMS',
271
+ description: 'FR WIPER RUBBER NEEDS TO R/P,',
272
+ },
273
+ {
274
+ rtsCode: 'EXPMAIN',
275
+ menuCode: ' ',
276
+ serviceCode: 'PMS',
277
+ description: 'EXPMAIN',
278
+ },
279
+ {
280
+ rtsCode: '0BLC25UR',
281
+ menuCode: 'SERLCUR 25KS',
282
+ serviceCode: 'PMS',
283
+ description: 'CARRY OUT 25,000 KM SERVICE',
284
+ },
285
+ ],
286
+ partLines: [
287
+ {
288
+ partNumber: 'T04152YZZD4',
289
+ qty: 1,
290
+ menuCode: 'SERLCUR 25KS',
291
+ partDescription: 'ELEMENT KIT, OIL',
292
+ },
293
+ {
294
+ partNumber: 'T0888083719',
295
+ qty: 8,
296
+ menuCode: 'SERLCUR 25KS',
297
+ partDescription: 'LGMO SN 5W40 208L',
298
+ },
299
+ {
300
+ partNumber: 'T9043012031',
301
+ qty: 1,
302
+ menuCode: 'SERLCUR 25KS',
303
+ partDescription: 'GASKET',
304
+ },
305
+ {
306
+ partNumber: 'T7736035040',
307
+ qty: 1,
308
+ menuCode: ' ',
309
+ partDescription: 'SPRING ASSY, FUEL',
310
+ },
311
+ ],
312
+ },
313
+ {
314
+ serviceType: 'PM SL (5K, 15K,25K...95K)',
315
+ serviceDate: '2023-02-09',
316
+ mileage: 25660,
317
+ countryName: 'Iraq',
318
+ companyName: 'CIHAN',
319
+ branchName: 'Cihan - Showroom | Erbil - Makhmur Road',
320
+ companyId: 2,
321
+ branchId: 14,
322
+ account: 'CS00022',
323
+ invoiceNumber: 51447340,
324
+ wipNumber: 52446,
325
+ laborLines: [
326
+ {
327
+ rtsCode: '02FUELLCUR',
328
+ menuCode: 'FUEL FILTER LCUR',
329
+ serviceCode: 'PMS',
330
+ description: 'FUEL FILTER REPLACEMENT',
331
+ },
332
+ {
333
+ rtsCode: '0BLC25UR',
334
+ menuCode: 'SERLCUR 25KS',
335
+ serviceCode: 'PMS',
336
+ description: 'CARRY OUT 25,000 KM SERVICE',
337
+ },
338
+ ],
339
+ partLines: [
340
+ {
341
+ partNumber: 'T0888083719',
342
+ qty: 8,
343
+ menuCode: 'SERLCUR 25KS',
344
+ partDescription: 'LGMO SN 5W40 208L',
345
+ },
346
+ {
347
+ partNumber: 'T9043012031',
348
+ qty: 1,
349
+ menuCode: 'SERLCUR 25KS',
350
+ partDescription: 'GASKET',
351
+ },
352
+ {
353
+ partNumber: 'T2330050150',
354
+ qty: 1,
355
+ menuCode: 'FUEL FILTER LCUR',
356
+ partDescription: 'FILTER ASSY, FUEL',
357
+ },
358
+ {
359
+ partNumber: 'T04152YZZD4',
360
+ qty: 1,
361
+ menuCode: 'SERLCUR 25KS',
362
+ partDescription: 'ELEMENT KIT, OIL',
363
+ },
364
+ ],
365
+ },
366
+ {
367
+ serviceType: 'PM SL (5K, 15K,25K...95K)',
368
+ serviceDate: '2022-09-10',
369
+ mileage: 20574,
370
+ countryName: 'Iraq',
371
+ companyName: 'CIHAN',
372
+ branchName: 'Cihan - Showroom | Erbil - Makhmur Road',
373
+ companyId: 2,
374
+ branchId: 14,
375
+ account: 'CS00022',
376
+ invoiceNumber: 51441539,
377
+ wipNumber: 41940,
378
+ laborLines: [
379
+ {
380
+ rtsCode: '0BLC15UR',
381
+ menuCode: 'SERLCUR 15KS',
382
+ serviceCode: 'PMS',
383
+ description: 'CARRY OUT 15,000 KM SERVICE',
384
+ },
385
+ {
386
+ rtsCode: '37099',
387
+ menuCode: ' ',
388
+ serviceCode: 'PMS',
389
+ description: 'GREASING',
390
+ },
391
+ ],
392
+ partLines: [
393
+ {
394
+ partNumber: 'T1780138030',
395
+ qty: 1,
396
+ menuCode: ' ',
397
+ partDescription: 'ELEMENT SUB-ASSY,',
398
+ },
399
+ {
400
+ partNumber: 'T0888083719',
401
+ qty: 8,
402
+ menuCode: 'SERLCUR 15KS',
403
+ partDescription: 'LGMO SN 5W40 208L',
404
+ },
405
+ {
406
+ partNumber: 'T9043012031',
407
+ qty: 1,
408
+ menuCode: 'SERLCUR 15KS',
409
+ partDescription: 'GASKET',
410
+ },
411
+ {
412
+ partNumber: 'T04152YZZD4',
413
+ qty: 1,
414
+ menuCode: ' ',
415
+ partDescription: 'ELEMENT KIT, OIL',
416
+ },
417
+ ],
418
+ },
419
+ {
420
+ serviceType: 'PM SL (5K, 15K,25K...95K)',
421
+ serviceDate: '2021-11-27',
422
+ mileage: 13964,
423
+ countryName: 'Iraq',
424
+ companyName: 'CIHAN',
425
+ branchName: 'Cihan - Showroom | Erbil - Makhmur Road',
426
+ companyId: 2,
427
+ branchId: 14,
428
+ account: 'CS00022',
429
+ invoiceNumber: 51431492,
430
+ wipNumber: 22296,
431
+ laborLines: [
432
+ {
433
+ rtsCode: '0BLC15UR',
434
+ menuCode: 'SERLCUR 15KS',
435
+ serviceCode: 'PMS',
436
+ description: 'CARRY OUT 15,000 KM SERVICE',
437
+ },
438
+ ],
439
+ partLines: [
440
+ {
441
+ partNumber: 'T0888083719',
442
+ qty: 8,
443
+ menuCode: 'SERLCUR 15KS',
444
+ partDescription: 'LGMO SN 5W40 208L',
445
+ },
446
+ {
447
+ partNumber: 'T04152YZZD4',
448
+ qty: 1,
449
+ menuCode: 'SERLCUR 15KS',
450
+ partDescription: 'ELEMENT KIT, OIL',
451
+ },
452
+ {
453
+ partNumber: 'T9043012031',
454
+ qty: 1,
455
+ menuCode: 'SERLCUR 15KS',
456
+ partDescription: 'GASKET',
457
+ },
458
+ ],
459
+ },
460
+ ],
461
+ ssc: null,
462
+ vehicleVariantInfo: null,
463
+ vehicleSpecification: null,
464
+ serviceItems: null,
465
+ basicModelCode: null,
466
+ },
467
+ MR0BX8CD3P2791075: {
468
+ vin: 'MR0BX8CD3P2791075',
469
+ identifiers: {
470
+ vin: 'MR0BX8CD3P2791075',
471
+ variant: '13461HN202301',
472
+ katashiki: 'TGN126L-DTTHKV',
473
+ color: '040',
474
+ trim: '30',
475
+ brand: 0,
476
+ brandIntegrationID: 'TYT',
477
+ },
478
+ saleInformation: {
479
+ companyIntegrationID: '1',
480
+ countryName: 'Iraq',
481
+ companyName: 'SAS',
482
+ branchIntegrationID: '43',
483
+ branchName: 'SAS - Showroom | Duhok',
484
+ customerAccount: 'R01447',
485
+ customerID: '89437',
486
+ invoiceDate: '2023-05-11',
487
+ invoiceNumber: 11155049,
488
+ broker: {
489
+ brokerId: 628,
490
+ brokerName: 'Modren Cars',
491
+ customerID: 11048,
492
+ invoiceNumber: 86,
493
+ invoiceDate: '2023-06-05',
494
+ },
495
+ },
496
+ isAuthorized: true,
497
+ warranty: {
498
+ hasActiveWarranty: true,
499
+ warrantyStartDate: '2023-06-05',
500
+ warrantyEndDate: '2026-06-05',
501
+ hasExtendedWarranty: false,
502
+ extendedWarrantyStartDate: null,
503
+ extendedWarrantyEndDate: null,
504
+ },
505
+ nextServiceDate: '2025-01-13',
506
+ serviceHistory: [
507
+ {
508
+ serviceType: 'PM SL (5K, 15K,25K...95K)',
509
+ serviceDate: '2024-10-13',
510
+ mileage: 73941,
511
+ countryName: 'Iraq',
512
+ companyName: 'SAS',
513
+ branchName: 'SAS - Showroom | Duhok',
514
+ companyId: 1,
515
+ branchId: 43,
516
+ account: 'C00015',
517
+ invoiceNumber: 53166219,
518
+ wipNumber: 16416,
519
+ laborLines: [
520
+ {
521
+ rtsCode: 'CWASH',
522
+ menuCode: ' ',
523
+ serviceCode: 'PMS',
524
+ description: 'Free Car Wash',
525
+ },
526
+ {
527
+ rtsCode: 'BGTEPR',
528
+ menuCode: 'BGTEPR',
529
+ serviceCode: 'PMS',
530
+ description: 'BG Engine Performance Restorat',
531
+ },
532
+ {
533
+ rtsCode: '0BHL75W4',
534
+ menuCode: 'SERH4W 75KS3',
535
+ serviceCode: 'PMS',
536
+ description: 'CARRY OUT 75,000 KM SERVICE',
537
+ },
538
+ ],
539
+ partLines: [
540
+ {
541
+ partNumber: 'T0888083715',
542
+ qty: 5.5,
543
+ menuCode: 'SERH4W 75KS3',
544
+ partDescription: 'TGMO SN 5W30 208L',
545
+ },
546
+ {
547
+ partNumber: 'ZBG6579M3',
548
+ qty: 1,
549
+ menuCode: 'BGTEPR',
550
+ partDescription: 'PERFORMANCE OIL SERVICE',
551
+ },
552
+ {
553
+ partNumber: 'T90915YZZD2',
554
+ qty: 1,
555
+ menuCode: 'SERH4W 75KS3',
556
+ partDescription: 'FILTER, OIL',
557
+ },
558
+ {
559
+ partNumber: 'T9043012031',
560
+ qty: 1,
561
+ menuCode: 'SERH4W 75KS3',
562
+ partDescription: 'GASKET',
563
+ },
564
+ ],
565
+ },
566
+ {
567
+ serviceType: 'PM SL (5K, 15K,25K...95K)',
568
+ serviceDate: '2024-09-08',
569
+ mileage: 62620,
570
+ countryName: 'Iraq',
571
+ companyName: 'SAS',
572
+ branchName: 'SAS - Showroom | Duhok',
573
+ companyId: 1,
574
+ branchId: 43,
575
+ account: 'C00015',
576
+ invoiceNumber: 53165038,
577
+ wipNumber: 14587,
578
+ laborLines: [
579
+ {
580
+ rtsCode: 'CWASH',
581
+ menuCode: ' ',
582
+ serviceCode: 'PMS',
583
+ description: 'Free Car Wash',
584
+ },
585
+ {
586
+ rtsCode: '0BHL05W4',
587
+ menuCode: 'SERH4W 05KS3',
588
+ serviceCode: 'PMS',
589
+ description: 'CARRY OUT 5,000 KM SERVICE',
590
+ },
591
+ {
592
+ rtsCode: 'CONSU',
593
+ menuCode: 'CONS',
594
+ serviceCode: 'PMS',
595
+ description: 'Consumables',
596
+ },
597
+ ],
598
+ partLines: [
599
+ {
600
+ partNumber: 'T90915YZZD2',
601
+ qty: 1,
602
+ menuCode: 'SERH4W 05KS3',
603
+ partDescription: 'FILTER, OIL',
604
+ },
605
+ {
606
+ partNumber: 'T0888083715',
607
+ qty: 5.5,
608
+ menuCode: 'SERH4W 05KS3',
609
+ partDescription: 'TGMO SN 5W30 208L',
610
+ },
611
+ {
612
+ partNumber: 'T9043012031',
613
+ qty: 1,
614
+ menuCode: 'SERH4W 05KS3',
615
+ partDescription: 'GASKET',
616
+ },
617
+ ],
618
+ },
619
+ {
620
+ serviceType: 'PM SL (5K, 15K,25K...95K)',
621
+ serviceDate: '2024-07-28',
622
+ mileage: 61940,
623
+ countryName: 'Iraq',
624
+ companyName: 'SAS',
625
+ branchName: 'SAS - Showroom | Duhok',
626
+ companyId: 1,
627
+ branchId: 43,
628
+ account: 'C00015',
629
+ invoiceNumber: 53163666,
630
+ wipNumber: 12359,
631
+ laborLines: [
632
+ {
633
+ rtsCode: '0BHL65W4',
634
+ menuCode: 'SERH4W 65KS3',
635
+ serviceCode: 'PMS',
636
+ description: 'CARRY OUT 65,000 KM SERVICE',
637
+ },
638
+ {
639
+ rtsCode: 'PDRINSP',
640
+ menuCode: ' ',
641
+ serviceCode: 'PMS',
642
+ description: 'FRONT BUMPER SC1',
643
+ },
644
+ {
645
+ rtsCode: 'CONS',
646
+ menuCode: ' ',
647
+ serviceCode: 'PMS',
648
+ description: 'Consumables',
649
+ },
650
+ {
651
+ rtsCode: 'CWASH',
652
+ menuCode: ' ',
653
+ serviceCode: 'PMS',
654
+ description: 'Free Car Wash',
655
+ },
656
+ ],
657
+ partLines: [
658
+ {
659
+ partNumber: 'T90915YZZD2',
660
+ qty: 1,
661
+ menuCode: 'SERH4W 65KS3',
662
+ partDescription: 'FILTER, OIL',
663
+ },
664
+ {
665
+ partNumber: 'T9043012031',
666
+ qty: 1,
667
+ menuCode: 'SERH4W 65KS3',
668
+ partDescription: 'GASKET',
669
+ },
670
+ {
671
+ partNumber: 'T0888083715',
672
+ qty: 5.5,
673
+ menuCode: 'SERH4W 65KS3',
674
+ partDescription: 'TGMO SN 5W30 208L',
675
+ },
676
+ ],
677
+ },
678
+ {
679
+ serviceType: 'PM SL (5K, 15K,25K...95K)',
680
+ serviceDate: '2024-06-26',
681
+ mileage: 56592,
682
+ countryName: 'Iraq',
683
+ companyName: 'SAS',
684
+ branchName: 'SAS - Showroom | Duhok',
685
+ companyId: 1,
686
+ branchId: 43,
687
+ account: 'C00015',
688
+ invoiceNumber: 53162583,
689
+ wipNumber: 10672,
690
+ laborLines: [
691
+ {
692
+ rtsCode: 'CONS',
693
+ menuCode: ' ',
694
+ serviceCode: 'PMS',
695
+ description: 'Consumables',
696
+ },
697
+ {
698
+ rtsCode: 'CWASH',
699
+ menuCode: ' ',
700
+ serviceCode: 'PMS',
701
+ description: 'Free Car Wash',
702
+ },
703
+ {
704
+ rtsCode: '0BHL55W4',
705
+ menuCode: 'SERH4W 55KS3',
706
+ serviceCode: 'PMS',
707
+ description: 'CARRY OUT 55,000 KM SERVICE',
708
+ },
709
+ ],
710
+ partLines: [
711
+ {
712
+ partNumber: 'T90915YZZD2',
713
+ qty: 1,
714
+ menuCode: 'SERH4W 55KS3',
715
+ partDescription: 'FILTER, OIL',
716
+ },
717
+ {
718
+ partNumber: 'T0888083715',
719
+ qty: 5.5,
720
+ menuCode: 'SERH4W 55KS3',
721
+ partDescription: 'TGMO SN 5W30 208L',
722
+ },
723
+ {
724
+ partNumber: 'T9043012031',
725
+ qty: 1,
726
+ menuCode: 'SERH4W 55KS3',
727
+ partDescription: 'GASKET',
728
+ },
729
+ ],
730
+ },
731
+ {
732
+ serviceType: 'PM SL (5K, 15K,25K...95K)',
733
+ serviceDate: '2024-05-26',
734
+ mileage: 51308,
735
+ countryName: 'Iraq',
736
+ companyName: 'SAS',
737
+ branchName: 'SAS - Showroom | Duhok',
738
+ companyId: 1,
739
+ branchId: 43,
740
+ account: 'S00058',
741
+ invoiceNumber: 53161736,
742
+ wipNumber: 64345,
743
+ laborLines: [
744
+ {
745
+ rtsCode: 'PDRINSP',
746
+ menuCode: ' ',
747
+ serviceCode: 'PMS',
748
+ description: 'REAR LEFT FENDER PDR1+SC1',
749
+ },
750
+ {
751
+ rtsCode: 'CONS',
752
+ menuCode: ' ',
753
+ serviceCode: 'PMS',
754
+ description: 'Consumables',
755
+ },
756
+ {
757
+ rtsCode: '0BHL55W4',
758
+ menuCode: 'SERH4W 55KS3',
759
+ serviceCode: 'PMS',
760
+ description: 'CARRY OUT 55,000 KM SERVICE',
761
+ },
762
+ {
763
+ rtsCode: 'BGT44K',
764
+ menuCode: 'BGT44K',
765
+ serviceCode: 'PMS',
766
+ description: 'BG 44K Platinum Fuel System Cl',
767
+ },
768
+ ],
769
+ partLines: [
770
+ {
771
+ partNumber: 'ZBG208M',
772
+ qty: 1,
773
+ menuCode: 'BGT44K',
774
+ partDescription: '44K PLATINUM FUEL & COMBUSTION CLEANER',
775
+ },
776
+ {
777
+ partNumber: 'T9043012031',
778
+ qty: 1,
779
+ menuCode: 'SERH4W 55KS3',
780
+ partDescription: 'GASKET',
781
+ },
782
+ {
783
+ partNumber: 'T90915YZZD2',
784
+ qty: 1,
785
+ menuCode: 'SERH4W 55KS3',
786
+ partDescription: 'FILTER, OIL',
787
+ },
788
+ {
789
+ partNumber: 'T0888083719',
790
+ qty: 5.5,
791
+ menuCode: 'SERH4W 55KS3',
792
+ partDescription: 'LGMO SN 5W40 208L',
793
+ },
794
+ ],
795
+ },
796
+ {
797
+ serviceType: 'PM SL (5K, 15K,25K...95K)',
798
+ serviceDate: '2024-04-22',
799
+ mileage: 46248,
800
+ countryName: 'Iraq',
801
+ companyName: 'SAS',
802
+ branchName: 'SAS - Showroom | Duhok',
803
+ companyId: 1,
804
+ branchId: 43,
805
+ account: 'C00015',
806
+ invoiceNumber: 53160685,
807
+ wipNumber: 62792,
808
+ laborLines: [
809
+ {
810
+ rtsCode: 'BGTEPR',
811
+ menuCode: 'BGTEPR',
812
+ serviceCode: 'PMS',
813
+ description: 'BG Engine Performance Restorat',
814
+ },
815
+ {
816
+ rtsCode: 'CWASH',
817
+ menuCode: ' ',
818
+ serviceCode: 'PMS',
819
+ description: 'Free Car Wash',
820
+ },
821
+ {
822
+ rtsCode: 'PDRINSP',
823
+ menuCode: ' ',
824
+ serviceCode: 'PMS',
825
+ description: 'REAR LEFT FENDER SC2',
826
+ },
827
+ {
828
+ rtsCode: '0BHL45W4',
829
+ menuCode: 'SERH4W 45KS3',
830
+ serviceCode: 'PMS',
831
+ description: 'CARRY OUT 45,000 KM SERVICE',
832
+ },
833
+ {
834
+ rtsCode: 'CONS',
835
+ menuCode: ' ',
836
+ serviceCode: 'PMS',
837
+ description: 'Consumables',
838
+ },
839
+ {
840
+ rtsCode: 'CWASH',
841
+ menuCode: ' ',
842
+ serviceCode: 'PMS',
843
+ description: 'Free Car Wash',
844
+ },
845
+ ],
846
+ partLines: [
847
+ {
848
+ partNumber: 'T90915YZZD2',
849
+ qty: 1,
850
+ menuCode: 'SERH4W 45KS3',
851
+ partDescription: 'FILTER, OIL',
852
+ },
853
+ {
854
+ partNumber: 'T9043012031',
855
+ qty: 1,
856
+ menuCode: 'SERH4W 45KS3',
857
+ partDescription: 'GASKET',
858
+ },
859
+ {
860
+ partNumber: 'T0888083719',
861
+ qty: 5.5,
862
+ menuCode: 'SERH4W 45KS3',
863
+ partDescription: 'LGMO SN 5W40 208L',
864
+ },
865
+ {
866
+ partNumber: 'ZBG6579M3',
867
+ qty: 1,
868
+ menuCode: 'BGTEPR',
869
+ partDescription: 'PERFORMANCE OIL SERVICE',
870
+ },
871
+ ],
872
+ },
873
+ {
874
+ serviceType: 'PM SL (5K, 15K,25K...95K)',
875
+ serviceDate: '2024-03-16',
876
+ mileage: 40586,
877
+ countryName: 'Iraq',
878
+ companyName: 'SAS',
879
+ branchName: 'SAS - Showroom | Duhok',
880
+ companyId: 1,
881
+ branchId: 43,
882
+ account: 'C00015',
883
+ invoiceNumber: 53159833,
884
+ wipNumber: 61274,
885
+ laborLines: [
886
+ {
887
+ rtsCode: 'CONS',
888
+ menuCode: ' ',
889
+ serviceCode: 'PMS',
890
+ description: 'Consumables',
891
+ },
892
+ {
893
+ rtsCode: 'PDRINSP',
894
+ menuCode: ' ',
895
+ serviceCode: 'PMS',
896
+ description: 'front left door sc1',
897
+ },
898
+ {
899
+ rtsCode: '0BHL35W4',
900
+ menuCode: 'SERH4W 35KS3',
901
+ serviceCode: 'PMS',
902
+ description: 'CARRY OUT 35,000 KM SERVICE',
903
+ },
904
+ {
905
+ rtsCode: 'CWASH',
906
+ menuCode: ' ',
907
+ serviceCode: 'PMS',
908
+ description: 'Free Car Wash',
909
+ },
910
+ ],
911
+ partLines: [
912
+ {
913
+ partNumber: 'T9043012031',
914
+ qty: 1,
915
+ menuCode: 'SERH4W 35KS3',
916
+ partDescription: 'GASKET',
917
+ },
918
+ {
919
+ partNumber: 'T90915YZZD2',
920
+ qty: 1,
921
+ menuCode: 'SERH4W 35KS3',
922
+ partDescription: 'FILTER, OIL',
923
+ },
924
+ {
925
+ partNumber: 'T0888083715',
926
+ qty: 5.5,
927
+ menuCode: 'SERH4W 35KS3',
928
+ partDescription: 'TGMO SN 5W30 208L',
929
+ },
930
+ ],
931
+ },
932
+ {
933
+ serviceType: 'PM SL (5K, 15K,25K...95K)',
934
+ serviceDate: '2024-02-05',
935
+ mileage: 35261,
936
+ countryName: 'Iraq',
937
+ companyName: 'SAS',
938
+ branchName: 'SAS - Showroom | Duhok',
939
+ companyId: 1,
940
+ branchId: 43,
941
+ account: 'C00015',
942
+ invoiceNumber: 53158737,
943
+ wipNumber: 59536,
944
+ laborLines: [
945
+ {
946
+ rtsCode: 'BGTPFI',
947
+ menuCode: 'BGTPFI',
948
+ serviceCode: 'PMS',
949
+ description: 'BG PFI Fuel & Air Induction Cl',
950
+ },
951
+ {
952
+ rtsCode: '0BHL05W4',
953
+ menuCode: 'SERH4W 05KS3',
954
+ serviceCode: 'PMS',
955
+ description: 'CARRY OUT 5,000 KM SERVICE',
956
+ },
957
+ {
958
+ rtsCode: 'CONS',
959
+ menuCode: ' ',
960
+ serviceCode: 'PMS',
961
+ description: 'Consumables',
962
+ },
963
+ {
964
+ rtsCode: '473301',
965
+ menuCode: ' ',
966
+ serviceCode: 'PMS',
967
+ description: 'FRONT DISC BRAKE PAD AND/OR DI',
968
+ },
969
+ ],
970
+ partLines: [
971
+ {
972
+ partNumber: 'T044650K360',
973
+ qty: 1,
974
+ menuCode: ' ',
975
+ partDescription: 'PAD KIT, DISC BRAKE',
976
+ },
977
+ {
978
+ partNumber: 'ZBG2901M3',
979
+ qty: 1,
980
+ menuCode: 'BGTPFI',
981
+ partDescription: 'PFI FUEL & AIR INDUCTION CLEANING',
982
+ },
983
+ {
984
+ partNumber: 'T0888083715',
985
+ qty: 5.5,
986
+ menuCode: 'SERH4W 05KS3',
987
+ partDescription: 'TGMO SN 5W30 208L',
988
+ },
989
+ {
990
+ partNumber: 'T9043012031',
991
+ qty: 1,
992
+ menuCode: 'SERH4W 05KS3',
993
+ partDescription: 'GASKET',
994
+ },
995
+ {
996
+ partNumber: 'T90915YZZD2',
997
+ qty: 1,
998
+ menuCode: 'SERH4W 05KS3',
999
+ partDescription: 'FILTER, OIL',
1000
+ },
1001
+ ],
1002
+ },
1003
+ {
1004
+ serviceType: 'PM SL (5K, 15K,25K...95K)',
1005
+ serviceDate: '2023-12-25',
1006
+ mileage: 30253,
1007
+ countryName: 'Iraq',
1008
+ companyName: 'SAS',
1009
+ branchName: 'SAS - Showroom | Duhok',
1010
+ companyId: 1,
1011
+ branchId: 43,
1012
+ account: 'C00015',
1013
+ invoiceNumber: 53157673,
1014
+ wipNumber: 57573,
1015
+ laborLines: [
1016
+ {
1017
+ rtsCode: 'CONS',
1018
+ menuCode: ' ',
1019
+ serviceCode: 'PMS',
1020
+ description: 'Consumables',
1021
+ },
1022
+ {
1023
+ rtsCode: 'CWASH',
1024
+ menuCode: ' ',
1025
+ serviceCode: 'PMS',
1026
+ description: 'Free Car Wash',
1027
+ },
1028
+ {
1029
+ rtsCode: 'PDRINSP',
1030
+ menuCode: ' ',
1031
+ serviceCode: 'PMS',
1032
+ description: 'FRONT BUMPER SC3',
1033
+ },
1034
+ {
1035
+ rtsCode: '0BHL25W4',
1036
+ menuCode: 'SERH4W 25KS3',
1037
+ serviceCode: 'PMS',
1038
+ description: 'CARRY OUT 25,000 KM SERVICE',
1039
+ },
1040
+ ],
1041
+ partLines: [
1042
+ {
1043
+ partNumber: 'T0888083715',
1044
+ qty: 5.5,
1045
+ menuCode: 'SERH4W 25KS3',
1046
+ partDescription: 'TGMO SN 5W30 208L',
1047
+ },
1048
+ {
1049
+ partNumber: 'T9043012031',
1050
+ qty: 1,
1051
+ menuCode: 'SERH4W 25KS3',
1052
+ partDescription: 'GASKET',
1053
+ },
1054
+ {
1055
+ partNumber: 'T90915YZZD2',
1056
+ qty: 1,
1057
+ menuCode: 'SERH4W 25KS3',
1058
+ partDescription: 'FILTER, OIL',
1059
+ },
1060
+ ],
1061
+ },
1062
+ ],
1063
+ ssc: null,
1064
+ vehicleVariantInfo: {
1065
+ modelCode: '13461',
1066
+ sfx: 'HN',
1067
+ modelYear: 2023,
1068
+ },
1069
+ vehicleSpecification: {
1070
+ modelDesc: 'HILUX 2.7 D/C 4*4/AT/High/ADD',
1071
+ variantDesc: '2.7L/DC/4x4/AT/High/ADD',
1072
+ class: 'C',
1073
+ bodyType: ' ',
1074
+ engine: ' 2700 ',
1075
+ cylinders: ' 0 ',
1076
+ lightHeavy: ' ',
1077
+ doors: ' 4 ',
1078
+ fuel: 'P',
1079
+ transmission: 'Automatic',
1080
+ side: '1',
1081
+ engineType: ' ',
1082
+ tankCap: ' 0 ',
1083
+ style: 'Pick up',
1084
+ fuelLiter: null,
1085
+ color: 'SUPER WHITE 2',
1086
+ trim: 'TERRA COTTA',
1087
+ },
1088
+ serviceItems: [
1089
+ {
1090
+ name: '1,000 KM Free Service',
1091
+ description: '',
1092
+ title: '1,000 KM Free Service',
1093
+ image: '',
1094
+ type: 'free',
1095
+ typeEnum: 0,
1096
+ activatedAt: '2023-06-05',
1097
+ expiresAt: '2023-09-05',
1098
+ status: 'processed',
1099
+ statusEnum: 0,
1100
+ campaignCode: null,
1101
+ menuCode: null,
1102
+ redeemDate: '2023-06-10T10:15:19.44',
1103
+ modelCostID: null,
1104
+ toyotaLoyaltyProgramRedeemableItemID: 82,
1105
+ tlpPackageInvoiceTLPItemID: null,
1106
+ companyIntegrationID: '1',
1107
+ countryName: 'Iraq',
1108
+ companyName: 'SAS',
1109
+ invoiceNumber: null,
1110
+ wip: null,
1111
+ maximumMileage: 1000,
1112
+ skipZeroTrust: true,
1113
+ activeFor: 3,
1114
+ activeForInterval: 'Months',
1115
+ },
1116
+ {
1117
+ name: '5,000 KM Free Service',
1118
+ description: '',
1119
+ title: '5,000 KM Free Service',
1120
+ image: '',
1121
+ type: 'free',
1122
+ typeEnum: 0,
1123
+ activatedAt: '2023-09-05',
1124
+ expiresAt: '2023-12-05',
1125
+ status: 'processed',
1126
+ statusEnum: 0,
1127
+ campaignCode: null,
1128
+ menuCode: null,
1129
+ redeemDate: '2023-07-08T08:04:02.487',
1130
+ modelCostID: null,
1131
+ toyotaLoyaltyProgramRedeemableItemID: 81,
1132
+ tlpPackageInvoiceTLPItemID: null,
1133
+ companyIntegrationID: '1',
1134
+ countryName: 'Iraq',
1135
+ companyName: 'SAS',
1136
+ invoiceNumber: '53153669',
1137
+ wip: '50246',
1138
+ maximumMileage: 5000,
1139
+ skipZeroTrust: false,
1140
+ activeFor: 3,
1141
+ activeForInterval: 'Months',
1142
+ },
1143
+ {
1144
+ name: 'Hilux4 10,000 KM Service Contract',
1145
+ description: '',
1146
+ title: 'Hilux4 10,000 KM Service Contract',
1147
+ image: '',
1148
+ type: 'free',
1149
+ typeEnum: 0,
1150
+ activatedAt: '2023-12-05',
1151
+ expiresAt: '2024-03-05',
1152
+ status: 'expired',
1153
+ statusEnum: 1,
1154
+ campaignCode: null,
1155
+ menuCode: '-',
1156
+ redeemDate: null,
1157
+ modelCostID: 6663,
1158
+ toyotaLoyaltyProgramRedeemableItemID: 218,
1159
+ tlpPackageInvoiceTLPItemID: null,
1160
+ companyIntegrationID: null,
1161
+ countryName: 'Iraq',
1162
+ companyName: null,
1163
+ invoiceNumber: null,
1164
+ wip: null,
1165
+ maximumMileage: 10000,
1166
+ skipZeroTrust: false,
1167
+ activeFor: 3,
1168
+ activeForInterval: 'Months',
1169
+ },
1170
+ {
1171
+ name: ' Hilux4 15,000 KM Service Contract',
1172
+ description: '',
1173
+ title: ' Hilux4 15,000 KM Service Contract',
1174
+ image: '',
1175
+ type: 'free',
1176
+ typeEnum: 0,
1177
+ activatedAt: '2024-03-05',
1178
+ expiresAt: '2024-06-05',
1179
+ status: 'expired',
1180
+ statusEnum: 1,
1181
+ campaignCode: null,
1182
+ menuCode: '-',
1183
+ redeemDate: null,
1184
+ modelCostID: 6649,
1185
+ toyotaLoyaltyProgramRedeemableItemID: 219,
1186
+ tlpPackageInvoiceTLPItemID: null,
1187
+ companyIntegrationID: null,
1188
+ countryName: 'Iraq',
1189
+ companyName: null,
1190
+ invoiceNumber: null,
1191
+ wip: null,
1192
+ maximumMileage: 15000,
1193
+ skipZeroTrust: false,
1194
+ activeFor: 3,
1195
+ activeForInterval: 'Months',
1196
+ },
1197
+ {
1198
+ name: 'Hilux4 20,000 KM Service Contract',
1199
+ description: '',
1200
+ title: 'Hilux4 20,000 KM Service Contract',
1201
+ image: '',
1202
+ type: 'free',
1203
+ typeEnum: 0,
1204
+ activatedAt: '2024-06-05',
1205
+ expiresAt: '2024-09-05',
1206
+ status: 'expired',
1207
+ statusEnum: 1,
1208
+ campaignCode: null,
1209
+ menuCode: '-',
1210
+ redeemDate: null,
1211
+ modelCostID: 6635,
1212
+ toyotaLoyaltyProgramRedeemableItemID: 220,
1213
+ tlpPackageInvoiceTLPItemID: null,
1214
+ companyIntegrationID: null,
1215
+ countryName: 'Iraq',
1216
+ companyName: null,
1217
+ invoiceNumber: null,
1218
+ wip: null,
1219
+ maximumMileage: 20000,
1220
+ skipZeroTrust: false,
1221
+ activeFor: 3,
1222
+ activeForInterval: 'Months',
1223
+ },
1224
+ ],
1225
+ basicModelCode: 'TGN126',
1226
+ },
1227
+ JTMHX01J8L4198299: {
1228
+ vin: 'JTMHX01J8L4198299',
1229
+ identifiers: {
1230
+ vin: 'JTMHX01J8L4198295',
1231
+ variant: null,
1232
+ katashiki: null,
1233
+ color: null,
1234
+ trim: null,
1235
+ brand: 0,
1236
+ brandIntegrationID: null,
1237
+ },
1238
+ saleInformation: null,
1239
+ isAuthorized: false,
1240
+ warranty: {
1241
+ hasActiveWarranty: false,
1242
+ warrantyStartDate: '2020-06-05',
1243
+ warrantyEndDate: '2021-06-05',
1244
+ hasExtendedWarranty: false,
1245
+ extendedWarrantyStartDate: null,
1246
+ extendedWarrantyEndDate: null,
1247
+ },
1248
+ nextServiceDate: '2023-12-12',
1249
+ serviceHistory: [
1250
+ {
1251
+ serviceType: 'PM SL (5K, 15K,25K...95K)',
1252
+ serviceDate: '2023-09-12',
1253
+ mileage: 30296,
1254
+ countryName: 'Iraq',
1255
+ companyName: 'CIHAN',
1256
+ branchName: 'Cihan - Showroom | Erbil - Makhmur Road',
1257
+ companyId: 2,
1258
+ branchId: 14,
1259
+ account: 'CS00022',
1260
+ invoiceNumber: 51456604,
1261
+ wipNumber: 13681,
1262
+ laborLines: [
1263
+ {
1264
+ rtsCode: 'NOTES',
1265
+ menuCode: ' ',
1266
+ serviceCode: 'PMS',
1267
+ description: 'FR WIPER RUBBER NEEDS TO R/P,',
1268
+ },
1269
+ {
1270
+ rtsCode: 'EXPMAIN',
1271
+ menuCode: ' ',
1272
+ serviceCode: 'PMS',
1273
+ description: 'EXPMAIN',
1274
+ },
1275
+ {
1276
+ rtsCode: '0BLC25UR',
1277
+ menuCode: 'SERLCUR 25KS',
1278
+ serviceCode: 'PMS',
1279
+ description: 'CARRY OUT 25,000 KM SERVICE',
1280
+ },
1281
+ ],
1282
+ partLines: [
1283
+ {
1284
+ partNumber: 'T04152YZZD4',
1285
+ qty: 1,
1286
+ menuCode: 'SERLCUR 25KS',
1287
+ partDescription: 'ELEMENT KIT, OIL',
1288
+ },
1289
+ {
1290
+ partNumber: 'T0888083719',
1291
+ qty: 8,
1292
+ menuCode: 'SERLCUR 25KS',
1293
+ partDescription: 'LGMO SN 5W40 208L',
1294
+ },
1295
+ {
1296
+ partNumber: 'T9043012031',
1297
+ qty: 1,
1298
+ menuCode: 'SERLCUR 25KS',
1299
+ partDescription: 'GASKET',
1300
+ },
1301
+ {
1302
+ partNumber: 'T7736035040',
1303
+ qty: 1,
1304
+ menuCode: ' ',
1305
+ partDescription: 'SPRING ASSY, FUEL',
1306
+ },
1307
+ ],
1308
+ },
1309
+ {
1310
+ serviceType: 'PM SL (5K, 15K,25K...95K)',
1311
+ serviceDate: '2023-02-09',
1312
+ mileage: 25660,
1313
+ countryName: 'Iraq',
1314
+ companyName: 'CIHAN',
1315
+ branchName: 'Cihan - Showroom | Erbil - Makhmur Road',
1316
+ companyId: 2,
1317
+ branchId: 14,
1318
+ account: 'CS00022',
1319
+ invoiceNumber: 51447340,
1320
+ wipNumber: 52446,
1321
+ laborLines: [
1322
+ {
1323
+ rtsCode: '02FUELLCUR',
1324
+ menuCode: 'FUEL FILTER LCUR',
1325
+ serviceCode: 'PMS',
1326
+ description: 'FUEL FILTER REPLACEMENT',
1327
+ },
1328
+ {
1329
+ rtsCode: '0BLC25UR',
1330
+ menuCode: 'SERLCUR 25KS',
1331
+ serviceCode: 'PMS',
1332
+ description: 'CARRY OUT 25,000 KM SERVICE',
1333
+ },
1334
+ ],
1335
+ partLines: [
1336
+ {
1337
+ partNumber: 'T0888083719',
1338
+ qty: 8,
1339
+ menuCode: 'SERLCUR 25KS',
1340
+ partDescription: 'LGMO SN 5W40 208L',
1341
+ },
1342
+ {
1343
+ partNumber: 'T9043012031',
1344
+ qty: 1,
1345
+ menuCode: 'SERLCUR 25KS',
1346
+ partDescription: 'GASKET',
1347
+ },
1348
+ {
1349
+ partNumber: 'T2330050150',
1350
+ qty: 1,
1351
+ menuCode: 'FUEL FILTER LCUR',
1352
+ partDescription: 'FILTER ASSY, FUEL',
1353
+ },
1354
+ {
1355
+ partNumber: 'T04152YZZD4',
1356
+ qty: 1,
1357
+ menuCode: 'SERLCUR 25KS',
1358
+ partDescription: 'ELEMENT KIT, OIL',
1359
+ },
1360
+ ],
1361
+ },
1362
+ {
1363
+ serviceType: 'PM SL (5K, 15K,25K...95K)',
1364
+ serviceDate: '2022-09-10',
1365
+ mileage: 20574,
1366
+ countryName: 'Iraq',
1367
+ companyName: 'CIHAN',
1368
+ branchName: 'Cihan - Showroom | Erbil - Makhmur Road',
1369
+ companyId: 2,
1370
+ branchId: 14,
1371
+ account: 'CS00022',
1372
+ invoiceNumber: 51441539,
1373
+ wipNumber: 41940,
1374
+ laborLines: [
1375
+ {
1376
+ rtsCode: '0BLC15UR',
1377
+ menuCode: 'SERLCUR 15KS',
1378
+ serviceCode: 'PMS',
1379
+ description: 'CARRY OUT 15,000 KM SERVICE',
1380
+ },
1381
+ {
1382
+ rtsCode: '37099',
1383
+ menuCode: ' ',
1384
+ serviceCode: 'PMS',
1385
+ description: 'GREASING',
1386
+ },
1387
+ ],
1388
+ partLines: [
1389
+ {
1390
+ partNumber: 'T1780138030',
1391
+ qty: 1,
1392
+ menuCode: ' ',
1393
+ partDescription: 'ELEMENT SUB-ASSY,',
1394
+ },
1395
+ {
1396
+ partNumber: 'T0888083719',
1397
+ qty: 8,
1398
+ menuCode: 'SERLCUR 15KS',
1399
+ partDescription: 'LGMO SN 5W40 208L',
1400
+ },
1401
+ {
1402
+ partNumber: 'T9043012031',
1403
+ qty: 1,
1404
+ menuCode: 'SERLCUR 15KS',
1405
+ partDescription: 'GASKET',
1406
+ },
1407
+ {
1408
+ partNumber: 'T04152YZZD4',
1409
+ qty: 1,
1410
+ menuCode: ' ',
1411
+ partDescription: 'ELEMENT KIT, OIL',
1412
+ },
1413
+ ],
1414
+ },
1415
+ {
1416
+ serviceType: 'PM SL (5K, 15K,25K...95K)',
1417
+ serviceDate: '2021-11-27',
1418
+ mileage: 13964,
1419
+ countryName: 'Iraq',
1420
+ companyName: 'CIHAN',
1421
+ branchName: 'Cihan - Showroom | Erbil - Makhmur Road',
1422
+ companyId: 2,
1423
+ branchId: 14,
1424
+ account: 'CS00022',
1425
+ invoiceNumber: 51431492,
1426
+ wipNumber: 22296,
1427
+ laborLines: [
1428
+ {
1429
+ rtsCode: '0BLC15UR',
1430
+ menuCode: 'SERLCUR 15KS',
1431
+ serviceCode: 'PMS',
1432
+ description: 'CARRY OUT 15,000 KM SERVICE',
1433
+ },
1434
+ ],
1435
+ partLines: [
1436
+ {
1437
+ partNumber: 'T0888083719',
1438
+ qty: 8,
1439
+ menuCode: 'SERLCUR 15KS',
1440
+ partDescription: 'LGMO SN 5W40 208L',
1441
+ },
1442
+ {
1443
+ partNumber: 'T04152YZZD4',
1444
+ qty: 1,
1445
+ menuCode: 'SERLCUR 15KS',
1446
+ partDescription: 'ELEMENT KIT, OIL',
1447
+ },
1448
+ {
1449
+ partNumber: 'T9043012031',
1450
+ qty: 1,
1451
+ menuCode: 'SERLCUR 15KS',
1452
+ partDescription: 'GASKET',
1453
+ },
1454
+ ],
1455
+ },
1456
+ ],
1457
+ ssc: null,
1458
+ vehicleVariantInfo: null,
1459
+ vehicleSpecification: null,
1460
+ serviceItems: null,
1461
+ basicModelCode: null,
1462
+ },
1463
+ JTMABBBJ9P4099243: {
1464
+ vin: 'JTMABBBJ9P4099243',
1465
+ identifiers: {
1466
+ vin: 'JTMABBBJ9P4099243',
1467
+ variant: '53311S3202301',
1468
+ katashiki: 'VJA300L-GNUAZV',
1469
+ color: '070',
1470
+ trim: '40',
1471
+ brand: 0,
1472
+ brandIntegrationID: 'TYT',
1473
+ },
1474
+ saleInformation: {
1475
+ companyIntegrationID: '1',
1476
+ countryName: 'Iraq',
1477
+ companyName: 'SAS',
1478
+ branchIntegrationID: '44',
1479
+ branchName: 'SAS - Showroom | Basra',
1480
+ customerAccount: 'R01954',
1481
+ customerID: '97120',
1482
+ invoiceDate: '2023-09-18',
1483
+ invoiceNumber: 11160168,
1484
+ broker: {
1485
+ brokerId: 539,
1486
+ brokerName: 'Al-Burchman',
1487
+ customerID: 17782,
1488
+ invoiceNumber: 71,
1489
+ invoiceDate: '2023-11-23',
1490
+ },
1491
+ },
1492
+ isAuthorized: true,
1493
+ warranty: {
1494
+ hasActiveWarranty: true,
1495
+ warrantyStartDate: '2023-11-23',
1496
+ warrantyEndDate: '2026-11-23',
1497
+ hasExtendedWarranty: false,
1498
+ extendedWarrantyStartDate: null,
1499
+ extendedWarrantyEndDate: null,
1500
+ },
1501
+ nextServiceDate: '2025-02-19',
1502
+ serviceHistory: [
1503
+ {
1504
+ serviceType: 'SSC Campaign',
1505
+ serviceDate: '2024-11-19',
1506
+ mileage: 12112,
1507
+ countryName: 'Iraq',
1508
+ companyName: 'SAS',
1509
+ branchName: 'SAS - Showroom | Basra',
1510
+ companyId: 1,
1511
+ branchId: 44,
1512
+ account: 'W00001',
1513
+ invoiceNumber: 54302844,
1514
+ wipNumber: 32325,
1515
+ laborLines: [
1516
+ {
1517
+ rtsCode: 'ZGG79A',
1518
+ menuCode: ' ',
1519
+ serviceCode: 'SSC',
1520
+ description: 'Reprograming',
1521
+ },
1522
+ ],
1523
+ partLines: [],
1524
+ },
1525
+ {
1526
+ serviceType: 'PM SL (5K, 15K,25K...95K)',
1527
+ serviceDate: '2024-11-19',
1528
+ mileage: 12112,
1529
+ countryName: 'Iraq',
1530
+ companyName: 'SAS',
1531
+ branchName: 'SAS - Showroom | Basra',
1532
+ companyId: 1,
1533
+ branchId: 44,
1534
+ account: 'C00017',
1535
+ invoiceNumber: 54175880,
1536
+ wipNumber: 31762,
1537
+ laborLines: [
1538
+ {
1539
+ rtsCode: '0BLCVJ05',
1540
+ menuCode: 'SERLCVJ 05KS3',
1541
+ serviceCode: 'PMS',
1542
+ description: 'CARRY OUT 5,000 KM SERVICE',
1543
+ },
1544
+ {
1545
+ rtsCode: 'CONSU',
1546
+ menuCode: 'CONS',
1547
+ serviceCode: 'PMS',
1548
+ description: 'Consumables',
1549
+ },
1550
+ ],
1551
+ partLines: [
1552
+ {
1553
+ partNumber: 'T0888083715',
1554
+ qty: 7.3,
1555
+ menuCode: 'SERLCVJ 05KS3',
1556
+ partDescription: 'TGMO SN 5W30 208L',
1557
+ },
1558
+ {
1559
+ partNumber: 'T9043012031',
1560
+ qty: 1,
1561
+ menuCode: 'SERLCVJ 05KS3',
1562
+ partDescription: 'GASKET',
1563
+ },
1564
+ {
1565
+ partNumber: 'T9091510010',
1566
+ qty: 1,
1567
+ menuCode: 'SERLCVJ 05KS3',
1568
+ partDescription: 'FILTER, OIL',
1569
+ },
1570
+ ],
1571
+ },
1572
+ {
1573
+ serviceType: 'SSC Campaign',
1574
+ serviceDate: '2024-09-08',
1575
+ mileage: 9947,
1576
+ countryName: 'Iraq',
1577
+ companyName: 'SAS',
1578
+ branchName: 'SAS - Showroom | Basra',
1579
+ companyId: 1,
1580
+ branchId: 44,
1581
+ account: 'W00001',
1582
+ invoiceNumber: 54302319,
1583
+ wipNumber: 23978,
1584
+ laborLines: [
1585
+ {
1586
+ rtsCode: 'ZGG04A',
1587
+ menuCode: ' ',
1588
+ serviceCode: 'SSC',
1589
+ description: 'Reprograming for transmission',
1590
+ },
1591
+ ],
1592
+ partLines: [],
1593
+ },
1594
+ {
1595
+ serviceType: 'PM L (10K,30K,50K & 90K)',
1596
+ serviceDate: '2024-09-08',
1597
+ mileage: 9947,
1598
+ countryName: 'Iraq',
1599
+ companyName: 'SAS',
1600
+ branchName: 'SAS - Showroom | Basra',
1601
+ companyId: 1,
1602
+ branchId: 44,
1603
+ account: 'C00017',
1604
+ invoiceNumber: 54170870,
1605
+ wipNumber: 23814,
1606
+ laborLines: [
1607
+ {
1608
+ rtsCode: 'CONSU',
1609
+ menuCode: 'CONS',
1610
+ serviceCode: 'PML',
1611
+ description: 'Consumables',
1612
+ },
1613
+ {
1614
+ rtsCode: 'BGT44K',
1615
+ menuCode: 'BGT44K',
1616
+ serviceCode: 'PML',
1617
+ description: 'BG 44K Platinum Fuel System Cl',
1618
+ },
1619
+ {
1620
+ rtsCode: '0BLCVJ05',
1621
+ menuCode: 'SERLCVJ 05KS3',
1622
+ serviceCode: 'PML',
1623
+ description: 'CARRY OUT 5,000 KM SERVICE',
1624
+ },
1625
+ ],
1626
+ partLines: [
1627
+ {
1628
+ partNumber: 'ZBG208M3',
1629
+ qty: 1,
1630
+ menuCode: 'BGT44K',
1631
+ partDescription: '44K PLATINUM FUEL & COMBUSTION CLEANER',
1632
+ },
1633
+ {
1634
+ partNumber: 'T9043012031',
1635
+ qty: 1,
1636
+ menuCode: 'SERLCVJ 05KS3',
1637
+ partDescription: 'GASKET',
1638
+ },
1639
+ {
1640
+ partNumber: 'T0888083715',
1641
+ qty: 7.3,
1642
+ menuCode: 'SERLCVJ 05KS3',
1643
+ partDescription: 'TGMO SN 5W30 208L',
1644
+ },
1645
+ {
1646
+ partNumber: 'T9091510010',
1647
+ qty: 1,
1648
+ menuCode: 'SERLCVJ 05KS3',
1649
+ partDescription: 'FILTER, OIL',
1650
+ },
1651
+ ],
1652
+ },
1653
+ {
1654
+ serviceType: 'PM SL (5K, 15K,25K...95K)',
1655
+ serviceDate: '2024-04-16',
1656
+ mileage: 7520,
1657
+ countryName: 'Iraq',
1658
+ companyName: 'SAS',
1659
+ branchName: 'SAS - Showroom | Basra',
1660
+ companyId: 1,
1661
+ branchId: 44,
1662
+ account: 'C00017',
1663
+ invoiceNumber: 54162502,
1664
+ wipNumber: 64883,
1665
+ laborLines: [
1666
+ {
1667
+ rtsCode: '0BLCVJ05',
1668
+ menuCode: 'SERLCVJ 05KS',
1669
+ serviceCode: 'PMS',
1670
+ description: 'CARRY OUT 5,000 KM SERVICE',
1671
+ },
1672
+ {
1673
+ rtsCode: 'PDRINSP',
1674
+ menuCode: ' ',
1675
+ serviceCode: 'PMS',
1676
+ description: 'SMW1',
1677
+ },
1678
+ {
1679
+ rtsCode: 'CONSU',
1680
+ menuCode: ' ',
1681
+ serviceCode: 'PMS',
1682
+ description: 'Consumables',
1683
+ },
1684
+ ],
1685
+ partLines: [
1686
+ {
1687
+ partNumber: 'T9043012031',
1688
+ qty: 1,
1689
+ menuCode: 'SERLCVJ 05KS',
1690
+ partDescription: 'GASKET',
1691
+ },
1692
+ {
1693
+ partNumber: 'T9091510010',
1694
+ qty: 1,
1695
+ menuCode: 'SERLCVJ 05KS',
1696
+ partDescription: 'FILTER, OIL',
1697
+ },
1698
+ {
1699
+ partNumber: 'T0888083719',
1700
+ qty: 7.3,
1701
+ menuCode: 'SERLCVJ 05KS',
1702
+ partDescription: 'LGMO SN 5W40 208L',
1703
+ },
1704
+ ],
1705
+ },
1706
+ {
1707
+ serviceType: 'SSC Campaign',
1708
+ serviceDate: '2024-01-31',
1709
+ mileage: 5210,
1710
+ countryName: 'Iraq',
1711
+ companyName: 'SAS',
1712
+ branchName: 'SAS - Showroom | Basra',
1713
+ companyId: 1,
1714
+ branchId: 44,
1715
+ account: 'W00001',
1716
+ invoiceNumber: 54301537,
1717
+ wipNumber: 58888,
1718
+ laborLines: [
1719
+ {
1720
+ rtsCode: 'YHG14A',
1721
+ menuCode: ' ',
1722
+ serviceCode: 'SSC',
1723
+ description: 'Deliver second smart key',
1724
+ },
1725
+ ],
1726
+ partLines: [
1727
+ {
1728
+ partNumber: 'T0400299102',
1729
+ qty: 1,
1730
+ menuCode: ' ',
1731
+ partDescription: 'TRANSMITTER',
1732
+ },
1733
+ ],
1734
+ },
1735
+ {
1736
+ serviceType: 'PM SL (5K, 15K,25K...95K)',
1737
+ serviceDate: '2024-01-31',
1738
+ mileage: 5210,
1739
+ countryName: 'Iraq',
1740
+ companyName: 'SAS',
1741
+ branchName: 'SAS - Showroom | Basra',
1742
+ companyId: 1,
1743
+ branchId: 44,
1744
+ account: 'S00031',
1745
+ invoiceNumber: 54158983,
1746
+ wipNumber: 58782,
1747
+ laborLines: [
1748
+ {
1749
+ rtsCode: '0BLCVJ05',
1750
+ menuCode: 'SERLCVJ 05KS3',
1751
+ serviceCode: 'PMS',
1752
+ description: 'CARRY OUT 5,000 KM SERVICE',
1753
+ },
1754
+ ],
1755
+ partLines: [
1756
+ {
1757
+ partNumber: 'T9091510010',
1758
+ qty: 1,
1759
+ menuCode: 'SERLCVJ 05KS3',
1760
+ partDescription: 'FILTER, OIL',
1761
+ },
1762
+ {
1763
+ partNumber: 'T9043012031',
1764
+ qty: 1,
1765
+ menuCode: 'SERLCVJ 05KS3',
1766
+ partDescription: 'GASKET',
1767
+ },
1768
+ {
1769
+ partNumber: 'T0888083715',
1770
+ qty: 7.3,
1771
+ menuCode: 'SERLCVJ 05KS3',
1772
+ partDescription: 'TGMO SN 5W30 208L',
1773
+ },
1774
+ ],
1775
+ },
1776
+ {
1777
+ serviceType: 'Fist Service (1000 KM)',
1778
+ serviceDate: '2023-11-28',
1779
+ mileage: 2165,
1780
+ countryName: 'Iraq',
1781
+ companyName: 'SAS',
1782
+ branchName: 'SAS - Showroom | Basra',
1783
+ companyId: 1,
1784
+ branchId: 44,
1785
+ account: 'Z00244',
1786
+ invoiceNumber: 54156124,
1787
+ wipNumber: 54143,
1788
+ laborLines: [
1789
+ {
1790
+ rtsCode: '0F1110',
1791
+ menuCode: ' ',
1792
+ serviceCode: 'FSR',
1793
+ description: 'First Service(1000 KM)',
1794
+ },
1795
+ ],
1796
+ partLines: [],
1797
+ },
1798
+ ],
1799
+ ssc: [
1800
+ {
1801
+ sscCode: '23SD-024',
1802
+ description: '2nd Electircal Key',
1803
+ labors: [{
1804
+ laborCode: 'ZGG79A'
1805
+ }],
1806
+ repaired: true,
1807
+ repairDate: '2024-01-31',
1808
+ parts: [
1809
+ {
1810
+ partNumber: '0400299102',
1811
+ partDescription: null,
1812
+ isAvailable: false,
1813
+ },
1814
+ {
1815
+ partNumber: '0400249102',
1816
+ partDescription: null,
1817
+ isAvailable: true,
1818
+ },
1819
+ ],
1820
+ },
1821
+ {
1822
+ sscCode: '24SD-004',
1823
+ description: 'Automatic Transmission ECU reprogramming',
1824
+ labors: [{
1825
+ laborCode: 'ZGG79A'
1826
+ }],
1827
+ repaired: true,
1828
+ repairDate: '2024-09-08',
1829
+ parts: [],
1830
+ },
1831
+ {
1832
+ sscCode: '24SD-095',
1833
+ description: 'Engine ECU Cooling Fan Reprogramming',
1834
+ labors: [{
1835
+ laborCode: 'ZGG79A'
1836
+ }],
1837
+ repaired: true,
1838
+ repairDate: '2024-11-19',
1839
+ parts: [],
1840
+ },
1841
+ ],
1842
+ vehicleVariantInfo: {
1843
+ modelCode: '53311',
1844
+ sfx: 'S3',
1845
+ modelYear: 2023,
1846
+ },
1847
+ vehicleSpecification: {
1848
+ modelDesc: 'LAND CRUISER 3.5 LC300',
1849
+ variantDesc: '3.5L Turbo AX HIGH/Plus',
1850
+ class: 'P',
1851
+ bodyType: ' ',
1852
+ engine: ' 3500 ',
1853
+ cylinders: ' 0 ',
1854
+ lightHeavy: ' ',
1855
+ doors: ' 5 ',
1856
+ fuel: 'P',
1857
+ transmission: 'Automatic',
1858
+ side: '1',
1859
+ engineType: ' ',
1860
+ tankCap: ' 0 ',
1861
+ style: 'SUV',
1862
+ fuelLiter: null,
1863
+ color: 'WHITE PEARL CS',
1864
+ trim: 'DK.GRAY/OAK/Beige',
1865
+ },
1866
+ serviceItems: [
1867
+ {
1868
+ name: '1,000 KM Free Service',
1869
+ description: '',
1870
+ title: '1,000 KM Free Service',
1871
+ image: '',
1872
+ type: 'free',
1873
+ typeEnum: 0,
1874
+ activatedAt: '2023-11-23',
1875
+ expiresAt: '2024-02-23',
1876
+ status: 'expired',
1877
+ statusEnum: 1,
1878
+ campaignCode: null,
1879
+ menuCode: null,
1880
+ redeemDate: null,
1881
+ modelCostID: null,
1882
+ toyotaLoyaltyProgramRedeemableItemID: 82,
1883
+ tlpPackageInvoiceTLPItemID: null,
1884
+ companyIntegrationID: null,
1885
+ countryName: 'Iraq',
1886
+ companyName: null,
1887
+ invoiceNumber: null,
1888
+ wip: null,
1889
+ maximumMileage: 1000,
1890
+ skipZeroTrust: true,
1891
+ activeFor: 3,
1892
+ activeForInterval: 'Months',
1893
+ },
1894
+ {
1895
+ name: '5,000 KM Free Service',
1896
+ description: '',
1897
+ title: '5,000 KM Free Service',
1898
+ image: '',
1899
+ type: 'free',
1900
+ typeEnum: 0,
1901
+ activatedAt: '2024-02-23',
1902
+ expiresAt: '2024-05-23',
1903
+ status: 'processed',
1904
+ statusEnum: 0,
1905
+ campaignCode: null,
1906
+ menuCode: null,
1907
+ redeemDate: '2024-01-31T19:22:26.747',
1908
+ modelCostID: null,
1909
+ toyotaLoyaltyProgramRedeemableItemID: 81,
1910
+ tlpPackageInvoiceTLPItemID: null,
1911
+ companyIntegrationID: '1',
1912
+ countryName: 'Iraq',
1913
+ companyName: 'SAS',
1914
+ invoiceNumber: '54158983',
1915
+ wip: '58782',
1916
+ maximumMileage: 5000,
1917
+ skipZeroTrust: false,
1918
+ activeFor: 3,
1919
+ activeForInterval: 'Months',
1920
+ },
1921
+ ],
1922
+ basicModelCode: 'VJA300',
1923
+ },
1924
+ JTMHU09J6E4100543: {
1925
+ vin: 'JTMHU09J6E4100543',
1926
+ identifiers: {
1927
+ vin: 'JTMHU09J6E4100543',
1928
+ variant: null,
1929
+ katashiki: null,
1930
+ color: null,
1931
+ trim: null,
1932
+ brand: 0,
1933
+ brandIntegrationID: null,
1934
+ },
1935
+ saleInformation: null,
1936
+ isAuthorized: false,
1937
+ warranty: null,
1938
+ nextServiceDate: '2025-02-19',
1939
+ serviceHistory: [
1940
+ {
1941
+ serviceType: 'PM SL (5K, 15K,25K...95K)',
1942
+ serviceDate: '2024-11-19',
1943
+ mileage: 55005,
1944
+ countryName: 'Iraq',
1945
+ companyName: 'SAS',
1946
+ branchName: 'SAS - Showroom | Basra',
1947
+ companyId: 1,
1948
+ branchId: 44,
1949
+ account: 'C00017',
1950
+ invoiceNumber: 54175877,
1951
+ wipNumber: 32299,
1952
+ laborLines: [
1953
+ {
1954
+ rtsCode: '0BLC55GR',
1955
+ menuCode: 'SERLCGR 55KS',
1956
+ serviceCode: 'PMS',
1957
+ description: 'CARRY OUT 55,000 KM SERVICE',
1958
+ },
1959
+ {
1960
+ rtsCode: 'CONSU',
1961
+ menuCode: ' ',
1962
+ serviceCode: 'PMS',
1963
+ description: 'Consumables',
1964
+ },
1965
+ ],
1966
+ partLines: [
1967
+ {
1968
+ partNumber: 'T9043012031',
1969
+ qty: 1,
1970
+ menuCode: 'SERLCGR 55KS',
1971
+ partDescription: 'GASKET',
1972
+ },
1973
+ {
1974
+ partNumber: 'T04152YZZD5',
1975
+ qty: 1,
1976
+ menuCode: 'SERLCGR 55KS',
1977
+ partDescription: 'ELEMENT KIT, OIL',
1978
+ },
1979
+ {
1980
+ partNumber: 'T0888083719',
1981
+ qty: 6.5,
1982
+ menuCode: 'SERLCGR 55KS',
1983
+ partDescription: 'LGMO SN 5W40 208L',
1984
+ },
1985
+ ],
1986
+ },
1987
+ {
1988
+ serviceType: 'Value Added Services',
1989
+ serviceDate: '2024-11-19',
1990
+ mileage: 55005,
1991
+ countryName: 'Iraq',
1992
+ companyName: 'SAS',
1993
+ branchName: 'SAS - Showroom | Basra',
1994
+ companyId: 1,
1995
+ branchId: 44,
1996
+ account: 'W00016',
1997
+ invoiceNumber: 54175876,
1998
+ wipNumber: 32299,
1999
+ laborLines: [
2000
+ {
2001
+ rtsCode: 'BGT44K',
2002
+ menuCode: 'BGT44K',
2003
+ serviceCode: 'VAS',
2004
+ description: 'BG 44K Platinum Fuel System Cl',
2005
+ },
2006
+ ],
2007
+ partLines: [
2008
+ {
2009
+ partNumber: 'ZBG208M',
2010
+ qty: 1,
2011
+ menuCode: 'BGT44K',
2012
+ partDescription: '44K PLATINUM FUEL & COMBUSTION CLEANER',
2013
+ },
2014
+ ],
2015
+ },
2016
+ {
2017
+ serviceType: 'PM SL (5K, 15K,25K...95K)',
2018
+ serviceDate: '2024-06-02',
2019
+ mileage: 49380,
2020
+ countryName: 'Iraq',
2021
+ companyName: 'SAS',
2022
+ branchName: 'SAS - Showroom | Basra',
2023
+ companyId: 1,
2024
+ branchId: 44,
2025
+ account: 'C00017',
2026
+ invoiceNumber: 54165039,
2027
+ wipNumber: 13946,
2028
+ laborLines: [
2029
+ {
2030
+ rtsCode: '002889Z',
2031
+ menuCode: ' ',
2032
+ serviceCode: 'PMS',
2033
+ description: 'CAR COOLER OR AIR CONDITIONER',
2034
+ },
2035
+ {
2036
+ rtsCode: '0BLC05GR',
2037
+ menuCode: 'SERLCGR 05KS',
2038
+ serviceCode: 'PMS',
2039
+ description: 'CARRY OUT 5,000 KM SERVICE',
2040
+ },
2041
+ {
2042
+ rtsCode: 'CONSU',
2043
+ menuCode: 'CONS',
2044
+ serviceCode: 'PMS',
2045
+ description: 'Consumables',
2046
+ },
2047
+ {
2048
+ rtsCode: '32299',
2049
+ menuCode: ' ',
2050
+ serviceCode: 'PMS',
2051
+ description: 'CHK FOR REAR A/C IS LESS COOLI',
2052
+ },
2053
+ ],
2054
+ partLines: [
2055
+ {
2056
+ partNumber: 'Z09300',
2057
+ qty: 900,
2058
+ menuCode: ' ',
2059
+ partDescription: null,
2060
+ },
2061
+ {
2062
+ partNumber: 'T8713952040',
2063
+ qty: 1,
2064
+ menuCode: ' ',
2065
+ partDescription: 'ELEMENT, AIR REFINER',
2066
+ },
2067
+ {
2068
+ partNumber: 'T1780138030',
2069
+ qty: 1,
2070
+ menuCode: ' ',
2071
+ partDescription: 'ELEMENT SUB-ASSY,',
2072
+ },
2073
+ {
2074
+ partNumber: 'T9043012031',
2075
+ qty: 1,
2076
+ menuCode: 'SERLCGR 05KS',
2077
+ partDescription: 'GASKET',
2078
+ },
2079
+ {
2080
+ partNumber: 'T04152YZZD5',
2081
+ qty: 1,
2082
+ menuCode: 'SERLCGR 05KS',
2083
+ partDescription: 'ELEMENT KIT, OIL',
2084
+ },
2085
+ {
2086
+ partNumber: 'T0888083719',
2087
+ qty: 6.5,
2088
+ menuCode: 'SERLCGR 05KS',
2089
+ partDescription: 'LGMO SN 5W40 208L',
2090
+ },
2091
+ ],
2092
+ },
2093
+ {
2094
+ serviceType: 'PM SL (5K, 15K,25K...95K)',
2095
+ serviceDate: '2024-02-07',
2096
+ mileage: 46366,
2097
+ countryName: 'Iraq',
2098
+ companyName: 'SAS',
2099
+ branchName: 'SAS - Showroom | Basra',
2100
+ companyId: 1,
2101
+ branchId: 44,
2102
+ account: 'C00017',
2103
+ invoiceNumber: 54159267,
2104
+ wipNumber: 59455,
2105
+ laborLines: [
2106
+ {
2107
+ rtsCode: '0BLC05GR',
2108
+ menuCode: 'SERLCGR 05KS3',
2109
+ serviceCode: 'PMS',
2110
+ description: 'CARRY OUT 5,000 KM SERVICE',
2111
+ },
2112
+ {
2113
+ rtsCode: 'CONSU',
2114
+ menuCode: ' ',
2115
+ serviceCode: 'PMS',
2116
+ description: 'Consumables',
2117
+ },
2118
+ ],
2119
+ partLines: [
2120
+ {
2121
+ partNumber: 'T0888083715',
2122
+ qty: 6.5,
2123
+ menuCode: 'SERLCGR 05KS3',
2124
+ partDescription: 'TGMO SN 5W30 208L',
2125
+ },
2126
+ {
2127
+ partNumber: 'T04152YZZD5',
2128
+ qty: 1,
2129
+ menuCode: 'SERLCGR 05KS3',
2130
+ partDescription: 'ELEMENT KIT, OIL',
2131
+ },
2132
+ {
2133
+ partNumber: 'T9043012031',
2134
+ qty: 1,
2135
+ menuCode: 'SERLCGR 05KS3',
2136
+ partDescription: 'GASKET',
2137
+ },
2138
+ ],
2139
+ },
2140
+ ],
2141
+ ssc: null,
2142
+ vehicleVariantInfo: null,
2143
+ vehicleSpecification: null,
2144
+ serviceItems: null,
2145
+ basicModelCode: null,
2146
+ },
2147
+ JTMABBBJ9P4099200: {
2148
+ vin: 'JTMABBBJ9P4099200',
2149
+ identifiers: {
2150
+ vin: 'JTMABBBJ9P4099243',
2151
+ variant: '53311S3202301',
2152
+ katashiki: 'VJA300L-GNUAZV',
2153
+ color: '070',
2154
+ trim: '40',
2155
+ brand: 0,
2156
+ brandIntegrationID: 'TYT',
2157
+ },
2158
+ saleInformation: {
2159
+ companyIntegrationID: '1',
2160
+ countryName: 'Iraq',
2161
+ companyName: 'SAS',
2162
+ branchIntegrationID: '44',
2163
+ branchName: 'SAS - Showroom | Basra',
2164
+ customerAccount: 'R01954',
2165
+ customerID: '97120',
2166
+ invoiceDate: '2023-09-18',
2167
+ invoiceNumber: 11160168,
2168
+ broker: {
2169
+ brokerId: 539,
2170
+ brokerName: 'Al-Burchman',
2171
+ customerID: 17782,
2172
+ invoiceNumber: 71,
2173
+ invoiceDate: '2023-11-23',
2174
+ },
2175
+ },
2176
+ isAuthorized: false,
2177
+ warranty: {
2178
+ hasActiveWarranty: true,
2179
+ warrantyStartDate: '2023-11-23',
2180
+ warrantyEndDate: '2026-11-23',
2181
+ hasExtendedWarranty: false,
2182
+ extendedWarrantyStartDate: null,
2183
+ extendedWarrantyEndDate: null,
2184
+ },
2185
+ nextServiceDate: '2025-02-19',
2186
+ serviceHistory: [
2187
+ {
2188
+ serviceType: 'SSC Campaign',
2189
+ serviceDate: '2024-11-19',
2190
+ mileage: 12112,
2191
+ countryName: 'Iraq',
2192
+ companyName: 'SAS',
2193
+ branchName: 'SAS - Showroom | Basra',
2194
+ companyId: 1,
2195
+ branchId: 44,
2196
+ account: 'W00001',
2197
+ invoiceNumber: 54302844,
2198
+ wipNumber: 32325,
2199
+ laborLines: [
2200
+ {
2201
+ rtsCode: 'ZGG79A',
2202
+ menuCode: ' ',
2203
+ serviceCode: 'SSC',
2204
+ description: 'Reprograming',
2205
+ },
2206
+ ],
2207
+ partLines: [],
2208
+ },
2209
+ {
2210
+ serviceType: 'PM SL (5K, 15K,25K...95K)',
2211
+ serviceDate: '2024-11-19',
2212
+ mileage: 12112,
2213
+ countryName: 'Iraq',
2214
+ companyName: 'SAS',
2215
+ branchName: 'SAS - Showroom | Basra',
2216
+ companyId: 1,
2217
+ branchId: 44,
2218
+ account: 'C00017',
2219
+ invoiceNumber: 54175880,
2220
+ wipNumber: 31762,
2221
+ laborLines: [
2222
+ {
2223
+ rtsCode: '0BLCVJ05',
2224
+ menuCode: 'SERLCVJ 05KS3',
2225
+ serviceCode: 'PMS',
2226
+ description: 'CARRY OUT 5,000 KM SERVICE',
2227
+ },
2228
+ {
2229
+ rtsCode: 'CONSU',
2230
+ menuCode: 'CONS',
2231
+ serviceCode: 'PMS',
2232
+ description: 'Consumables',
2233
+ },
2234
+ ],
2235
+ partLines: [
2236
+ {
2237
+ partNumber: 'T0888083715',
2238
+ qty: 7.3,
2239
+ menuCode: 'SERLCVJ 05KS3',
2240
+ partDescription: 'TGMO SN 5W30 208L',
2241
+ },
2242
+ {
2243
+ partNumber: 'T9043012031',
2244
+ qty: 1,
2245
+ menuCode: 'SERLCVJ 05KS3',
2246
+ partDescription: 'GASKET',
2247
+ },
2248
+ {
2249
+ partNumber: 'T9091510010',
2250
+ qty: 1,
2251
+ menuCode: 'SERLCVJ 05KS3',
2252
+ partDescription: 'FILTER, OIL',
2253
+ },
2254
+ ],
2255
+ },
2256
+ {
2257
+ serviceType: 'SSC Campaign',
2258
+ serviceDate: '2024-09-08',
2259
+ mileage: 9947,
2260
+ countryName: 'Iraq',
2261
+ companyName: 'SAS',
2262
+ branchName: 'SAS - Showroom | Basra',
2263
+ companyId: 1,
2264
+ branchId: 44,
2265
+ account: 'W00001',
2266
+ invoiceNumber: 54302319,
2267
+ wipNumber: 23978,
2268
+ laborLines: [
2269
+ {
2270
+ rtsCode: 'ZGG04A',
2271
+ menuCode: ' ',
2272
+ serviceCode: 'SSC',
2273
+ description: 'Reprograming for transmission',
2274
+ },
2275
+ ],
2276
+ partLines: [],
2277
+ },
2278
+ {
2279
+ serviceType: 'PM L (10K,30K,50K & 90K)',
2280
+ serviceDate: '2024-09-08',
2281
+ mileage: 9947,
2282
+ countryName: 'Iraq',
2283
+ companyName: 'SAS',
2284
+ branchName: 'SAS - Showroom | Basra',
2285
+ companyId: 1,
2286
+ branchId: 44,
2287
+ account: 'C00017',
2288
+ invoiceNumber: 54170870,
2289
+ wipNumber: 23814,
2290
+ laborLines: [
2291
+ {
2292
+ rtsCode: 'CONSU',
2293
+ menuCode: 'CONS',
2294
+ serviceCode: 'PML',
2295
+ description: 'Consumables',
2296
+ },
2297
+ {
2298
+ rtsCode: 'BGT44K',
2299
+ menuCode: 'BGT44K',
2300
+ serviceCode: 'PML',
2301
+ description: 'BG 44K Platinum Fuel System Cl',
2302
+ },
2303
+ {
2304
+ rtsCode: '0BLCVJ05',
2305
+ menuCode: 'SERLCVJ 05KS3',
2306
+ serviceCode: 'PML',
2307
+ description: 'CARRY OUT 5,000 KM SERVICE',
2308
+ },
2309
+ ],
2310
+ partLines: [
2311
+ {
2312
+ partNumber: 'ZBG208M3',
2313
+ qty: 1,
2314
+ menuCode: 'BGT44K',
2315
+ partDescription: '44K PLATINUM FUEL & COMBUSTION CLEANER',
2316
+ },
2317
+ {
2318
+ partNumber: 'T9043012031',
2319
+ qty: 1,
2320
+ menuCode: 'SERLCVJ 05KS3',
2321
+ partDescription: 'GASKET',
2322
+ },
2323
+ {
2324
+ partNumber: 'T0888083715',
2325
+ qty: 7.3,
2326
+ menuCode: 'SERLCVJ 05KS3',
2327
+ partDescription: 'TGMO SN 5W30 208L',
2328
+ },
2329
+ {
2330
+ partNumber: 'T9091510010',
2331
+ qty: 1,
2332
+ menuCode: 'SERLCVJ 05KS3',
2333
+ partDescription: 'FILTER, OIL',
2334
+ },
2335
+ ],
2336
+ },
2337
+ {
2338
+ serviceType: 'PM SL (5K, 15K,25K...95K)',
2339
+ serviceDate: '2024-04-16',
2340
+ mileage: 7520,
2341
+ countryName: 'Iraq',
2342
+ companyName: 'SAS',
2343
+ branchName: 'SAS - Showroom | Basra',
2344
+ companyId: 1,
2345
+ branchId: 44,
2346
+ account: 'C00017',
2347
+ invoiceNumber: 54162502,
2348
+ wipNumber: 64883,
2349
+ laborLines: [
2350
+ {
2351
+ rtsCode: '0BLCVJ05',
2352
+ menuCode: 'SERLCVJ 05KS',
2353
+ serviceCode: 'PMS',
2354
+ description: 'CARRY OUT 5,000 KM SERVICE',
2355
+ },
2356
+ {
2357
+ rtsCode: 'PDRINSP',
2358
+ menuCode: ' ',
2359
+ serviceCode: 'PMS',
2360
+ description: 'SMW1',
2361
+ },
2362
+ {
2363
+ rtsCode: 'CONSU',
2364
+ menuCode: ' ',
2365
+ serviceCode: 'PMS',
2366
+ description: 'Consumables',
2367
+ },
2368
+ ],
2369
+ partLines: [
2370
+ {
2371
+ partNumber: 'T9043012031',
2372
+ qty: 1,
2373
+ menuCode: 'SERLCVJ 05KS',
2374
+ partDescription: 'GASKET',
2375
+ },
2376
+ {
2377
+ partNumber: 'T9091510010',
2378
+ qty: 1,
2379
+ menuCode: 'SERLCVJ 05KS',
2380
+ partDescription: 'FILTER, OIL',
2381
+ },
2382
+ {
2383
+ partNumber: 'T0888083719',
2384
+ qty: 7.3,
2385
+ menuCode: 'SERLCVJ 05KS',
2386
+ partDescription: 'LGMO SN 5W40 208L',
2387
+ },
2388
+ ],
2389
+ },
2390
+ {
2391
+ serviceType: 'SSC Campaign',
2392
+ serviceDate: '2024-01-31',
2393
+ mileage: 5210,
2394
+ countryName: 'Iraq',
2395
+ companyName: 'SAS',
2396
+ branchName: 'SAS - Showroom | Basra',
2397
+ companyId: 1,
2398
+ branchId: 44,
2399
+ account: 'W00001',
2400
+ invoiceNumber: 54301537,
2401
+ wipNumber: 58888,
2402
+ laborLines: [
2403
+ {
2404
+ rtsCode: 'YHG14A',
2405
+ menuCode: ' ',
2406
+ serviceCode: 'SSC',
2407
+ description: 'Deliver second smart key',
2408
+ },
2409
+ ],
2410
+ partLines: [
2411
+ {
2412
+ partNumber: 'T0400299102',
2413
+ qty: 1,
2414
+ menuCode: ' ',
2415
+ partDescription: 'TRANSMITTER',
2416
+ },
2417
+ ],
2418
+ },
2419
+ {
2420
+ serviceType: 'PM SL (5K, 15K,25K...95K)',
2421
+ serviceDate: '2024-01-31',
2422
+ mileage: 5210,
2423
+ countryName: 'Iraq',
2424
+ companyName: 'SAS',
2425
+ branchName: 'SAS - Showroom | Basra',
2426
+ companyId: 1,
2427
+ branchId: 44,
2428
+ account: 'S00031',
2429
+ invoiceNumber: 54158983,
2430
+ wipNumber: 58782,
2431
+ laborLines: [
2432
+ {
2433
+ rtsCode: '0BLCVJ05',
2434
+ menuCode: 'SERLCVJ 05KS3',
2435
+ serviceCode: 'PMS',
2436
+ description: 'CARRY OUT 5,000 KM SERVICE',
2437
+ },
2438
+ ],
2439
+ partLines: [
2440
+ {
2441
+ partNumber: 'T9091510010',
2442
+ qty: 1,
2443
+ menuCode: 'SERLCVJ 05KS3',
2444
+ partDescription: 'FILTER, OIL',
2445
+ },
2446
+ {
2447
+ partNumber: 'T9043012031',
2448
+ qty: 1,
2449
+ menuCode: 'SERLCVJ 05KS3',
2450
+ partDescription: 'GASKET',
2451
+ },
2452
+ {
2453
+ partNumber: 'T0888083715',
2454
+ qty: 7.3,
2455
+ menuCode: 'SERLCVJ 05KS3',
2456
+ partDescription: 'TGMO SN 5W30 208L',
2457
+ },
2458
+ ],
2459
+ },
2460
+ {
2461
+ serviceType: 'Fist Service (1000 KM)',
2462
+ serviceDate: '2023-11-28',
2463
+ mileage: 2165,
2464
+ countryName: 'Iraq',
2465
+ companyName: 'SAS',
2466
+ branchName: 'SAS - Showroom | Basra',
2467
+ companyId: 1,
2468
+ branchId: 44,
2469
+ account: 'Z00244',
2470
+ invoiceNumber: 54156124,
2471
+ wipNumber: 54143,
2472
+ laborLines: [
2473
+ {
2474
+ rtsCode: '0F1110',
2475
+ menuCode: ' ',
2476
+ serviceCode: 'FSR',
2477
+ description: 'First Service(1000 KM)',
2478
+ },
2479
+ ],
2480
+ partLines: [],
2481
+ },
2482
+ ],
2483
+ ssc: [
2484
+ {
2485
+ sscCode: '23SD-024',
2486
+ description: '2nd Electircal Key',
2487
+ labors: [{
2488
+ laborCode: 'ZGG79A'
2489
+ }],
2490
+ repaired: true,
2491
+ repairDate: '2024-01-31',
2492
+ parts: [
2493
+ {
2494
+ partNumber: '0400299102',
2495
+ partDescription: null,
2496
+ isAvailable: false,
2497
+ },
2498
+ ],
2499
+ },
2500
+ {
2501
+ sscCode: '24SD-004',
2502
+ description: 'Automatic Transmission ECU reprogramming',
2503
+ labors: [{
2504
+ laborCode: 'ZGG79A'
2505
+ }],
2506
+ repaired: true,
2507
+ repairDate: '2024-09-08',
2508
+ parts: [],
2509
+ },
2510
+ {
2511
+ sscCode: '24SD-095',
2512
+ description: 'Engine ECU Cooling Fan Reprogramming',
2513
+ labors: [{
2514
+ laborCode: 'ZGG79A'
2515
+ }],
2516
+ repaired: true,
2517
+ repairDate: '2024-11-19',
2518
+ parts: [],
2519
+ },
2520
+ ],
2521
+ vehicleVariantInfo: {
2522
+ modelCode: '53311',
2523
+ sfx: 'S3',
2524
+ modelYear: 2023,
2525
+ },
2526
+ vehicleSpecification: {
2527
+ modelDesc: 'LAND CRUISER 3.5 LC300',
2528
+ variantDesc: '3.5L Turbo AX HIGH/Plus',
2529
+ class: 'P',
2530
+ bodyType: ' ',
2531
+ engine: ' 3500 ',
2532
+ cylinders: ' 0 ',
2533
+ lightHeavy: ' ',
2534
+ doors: ' 5 ',
2535
+ fuel: 'P',
2536
+ transmission: 'Automatic',
2537
+ side: '1',
2538
+ engineType: ' ',
2539
+ tankCap: ' 0 ',
2540
+ style: 'SUV',
2541
+ fuelLiter: null,
2542
+ color: 'WHITE PEARL CS',
2543
+ trim: 'DK.GRAY/OAK/Beige',
2544
+ },
2545
+ serviceItems: [
2546
+ {
2547
+ name: '1,000 KM Free Service',
2548
+ description: '',
2549
+ title: '1,000 KM Free Service',
2550
+ image: '',
2551
+ type: 'free',
2552
+ typeEnum: 0,
2553
+ activatedAt: '2023-11-23',
2554
+ expiresAt: '2024-02-23',
2555
+ status: 'expired',
2556
+ statusEnum: 1,
2557
+ campaignCode: null,
2558
+ menuCode: null,
2559
+ redeemDate: null,
2560
+ modelCostID: null,
2561
+ toyotaLoyaltyProgramRedeemableItemID: 82,
2562
+ tlpPackageInvoiceTLPItemID: null,
2563
+ companyIntegrationID: null,
2564
+ countryName: 'Iraq',
2565
+ companyName: null,
2566
+ invoiceNumber: null,
2567
+ wip: null,
2568
+ maximumMileage: 1000,
2569
+ skipZeroTrust: true,
2570
+ activeFor: 3,
2571
+ activeForInterval: 'Months',
2572
+ },
2573
+ {
2574
+ name: '5,000 KM Free Service',
2575
+ description: '',
2576
+ title: '5,000 KM Free Service',
2577
+ image: '',
2578
+ type: 'free',
2579
+ typeEnum: 0,
2580
+ activatedAt: '2024-02-23',
2581
+ expiresAt: '2024-05-23',
2582
+ status: 'processed',
2583
+ statusEnum: 0,
2584
+ campaignCode: null,
2585
+ menuCode: null,
2586
+ redeemDate: '2024-01-31T19:22:26.747',
2587
+ modelCostID: null,
2588
+ toyotaLoyaltyProgramRedeemableItemID: 81,
2589
+ tlpPackageInvoiceTLPItemID: null,
2590
+ companyIntegrationID: '1',
2591
+ countryName: 'Iraq',
2592
+ companyName: 'SAS',
2593
+ invoiceNumber: '54158983',
2594
+ wip: '58782',
2595
+ maximumMileage: 5000,
2596
+ skipZeroTrust: false,
2597
+ activeFor: 3,
2598
+ activeForInterval: 'Months',
2599
+ },
2600
+ ],
2601
+ basicModelCode: 'VJA300',
2602
+ },
2603
+ JTMABBBJ9P4099294: {
2604
+ vin: 'JTMABBBJ9P4099294',
2605
+ identifiers: {
2606
+ vin: 'JTMABBBJ9P4099294',
2607
+ variant: '53311S3202301',
2608
+ katashiki: 'VJA300L-GNUAZV',
2609
+ color: '070',
2610
+ trim: '40',
2611
+ brand: 0,
2612
+ brandIntegrationID: 'TYT',
2613
+ },
2614
+ saleInformation: {
2615
+ companyIntegrationID: '1',
2616
+ countryName: 'Iraq',
2617
+ companyName: 'SAS',
2618
+ branchIntegrationID: '44',
2619
+ branchName: 'SAS - Showroom | Basra',
2620
+ customerAccount: 'R01954',
2621
+ customerID: '97120',
2622
+ invoiceDate: '2023-09-18',
2623
+ invoiceNumber: 11160168,
2624
+ broker: {
2625
+ brokerId: 539,
2626
+ brokerName: 'Al-Burchman',
2627
+ customerID: null,
2628
+ invoiceNumber: null,
2629
+ invoiceDate: null,
2630
+ },
2631
+ },
2632
+ isAuthorized: true,
2633
+ warranty: {
2634
+ hasActiveWarranty: false,
2635
+ warrantyStartDate: null,
2636
+ warrantyEndDate: null,
2637
+ hasExtendedWarranty: false,
2638
+ extendedWarrantyStartDate: null,
2639
+ extendedWarrantyEndDate: null,
2640
+ },
2641
+ nextServiceDate: '2025-02-19',
2642
+ serviceHistory: [
2643
+ {
2644
+ serviceType: 'SSC Campaign',
2645
+ serviceDate: '2024-11-19',
2646
+ mileage: 12112,
2647
+ countryName: 'Iraq',
2648
+ companyName: 'SAS',
2649
+ branchName: 'SAS - Showroom | Basra',
2650
+ companyId: 1,
2651
+ branchId: 44,
2652
+ account: 'W00001',
2653
+ invoiceNumber: 54302844,
2654
+ wipNumber: 32325,
2655
+ laborLines: [
2656
+ {
2657
+ rtsCode: 'ZGG79A',
2658
+ menuCode: ' ',
2659
+ serviceCode: 'SSC',
2660
+ description: 'Reprograming',
2661
+ },
2662
+ ],
2663
+ partLines: [],
2664
+ },
2665
+ {
2666
+ serviceType: 'PM SL (5K, 15K,25K...95K)',
2667
+ serviceDate: '2024-11-19',
2668
+ mileage: 12112,
2669
+ countryName: 'Iraq',
2670
+ companyName: 'SAS',
2671
+ branchName: 'SAS - Showroom | Basra',
2672
+ companyId: 1,
2673
+ branchId: 44,
2674
+ account: 'C00017',
2675
+ invoiceNumber: 54175880,
2676
+ wipNumber: 31762,
2677
+ laborLines: [
2678
+ {
2679
+ rtsCode: '0BLCVJ05',
2680
+ menuCode: 'SERLCVJ 05KS3',
2681
+ serviceCode: 'PMS',
2682
+ description: 'CARRY OUT 5,000 KM SERVICE',
2683
+ },
2684
+ {
2685
+ rtsCode: 'CONSU',
2686
+ menuCode: 'CONS',
2687
+ serviceCode: 'PMS',
2688
+ description: 'Consumables',
2689
+ },
2690
+ ],
2691
+ partLines: [
2692
+ {
2693
+ partNumber: 'T0888083715',
2694
+ qty: 7.3,
2695
+ menuCode: 'SERLCVJ 05KS3',
2696
+ partDescription: 'TGMO SN 5W30 208L',
2697
+ },
2698
+ {
2699
+ partNumber: 'T9043012031',
2700
+ qty: 1,
2701
+ menuCode: 'SERLCVJ 05KS3',
2702
+ partDescription: 'GASKET',
2703
+ },
2704
+ {
2705
+ partNumber: 'T9091510010',
2706
+ qty: 1,
2707
+ menuCode: 'SERLCVJ 05KS3',
2708
+ partDescription: 'FILTER, OIL',
2709
+ },
2710
+ ],
2711
+ },
2712
+ {
2713
+ serviceType: 'SSC Campaign',
2714
+ serviceDate: '2024-09-08',
2715
+ mileage: 9947,
2716
+ countryName: 'Iraq',
2717
+ companyName: 'SAS',
2718
+ branchName: 'SAS - Showroom | Basra',
2719
+ companyId: 1,
2720
+ branchId: 44,
2721
+ account: 'W00001',
2722
+ invoiceNumber: 54302319,
2723
+ wipNumber: 23978,
2724
+ laborLines: [
2725
+ {
2726
+ rtsCode: 'ZGG04A',
2727
+ menuCode: ' ',
2728
+ serviceCode: 'SSC',
2729
+ description: 'Reprograming for transmission',
2730
+ },
2731
+ ],
2732
+ partLines: [],
2733
+ },
2734
+ {
2735
+ serviceType: 'PM L (10K,30K,50K & 90K)',
2736
+ serviceDate: '2024-09-08',
2737
+ mileage: 9947,
2738
+ countryName: 'Iraq',
2739
+ companyName: 'SAS',
2740
+ branchName: 'SAS - Showroom | Basra',
2741
+ companyId: 1,
2742
+ branchId: 44,
2743
+ account: 'C00017',
2744
+ invoiceNumber: 54170870,
2745
+ wipNumber: 23814,
2746
+ laborLines: [
2747
+ {
2748
+ rtsCode: 'CONSU',
2749
+ menuCode: 'CONS',
2750
+ serviceCode: 'PML',
2751
+ description: 'Consumables',
2752
+ },
2753
+ {
2754
+ rtsCode: 'BGT44K',
2755
+ menuCode: 'BGT44K',
2756
+ serviceCode: 'PML',
2757
+ description: 'BG 44K Platinum Fuel System Cl',
2758
+ },
2759
+ {
2760
+ rtsCode: '0BLCVJ05',
2761
+ menuCode: 'SERLCVJ 05KS3',
2762
+ serviceCode: 'PML',
2763
+ description: 'CARRY OUT 5,000 KM SERVICE',
2764
+ },
2765
+ ],
2766
+ partLines: [
2767
+ {
2768
+ partNumber: 'ZBG208M3',
2769
+ qty: 1,
2770
+ menuCode: 'BGT44K',
2771
+ partDescription: '44K PLATINUM FUEL & COMBUSTION CLEANER',
2772
+ },
2773
+ {
2774
+ partNumber: 'T9043012031',
2775
+ qty: 1,
2776
+ menuCode: 'SERLCVJ 05KS3',
2777
+ partDescription: 'GASKET',
2778
+ },
2779
+ {
2780
+ partNumber: 'T0888083715',
2781
+ qty: 7.3,
2782
+ menuCode: 'SERLCVJ 05KS3',
2783
+ partDescription: 'TGMO SN 5W30 208L',
2784
+ },
2785
+ {
2786
+ partNumber: 'T9091510010',
2787
+ qty: 1,
2788
+ menuCode: 'SERLCVJ 05KS3',
2789
+ partDescription: 'FILTER, OIL',
2790
+ },
2791
+ ],
2792
+ },
2793
+ {
2794
+ serviceType: 'PM SL (5K, 15K,25K...95K)',
2795
+ serviceDate: '2024-04-16',
2796
+ mileage: 7520,
2797
+ countryName: 'Iraq',
2798
+ companyName: 'SAS',
2799
+ branchName: 'SAS - Showroom | Basra',
2800
+ companyId: 1,
2801
+ branchId: 44,
2802
+ account: 'C00017',
2803
+ invoiceNumber: 54162502,
2804
+ wipNumber: 64883,
2805
+ laborLines: [
2806
+ {
2807
+ rtsCode: '0BLCVJ05',
2808
+ menuCode: 'SERLCVJ 05KS',
2809
+ serviceCode: 'PMS',
2810
+ description: 'CARRY OUT 5,000 KM SERVICE',
2811
+ },
2812
+ {
2813
+ rtsCode: 'PDRINSP',
2814
+ menuCode: ' ',
2815
+ serviceCode: 'PMS',
2816
+ description: 'SMW1',
2817
+ },
2818
+ {
2819
+ rtsCode: 'CONSU',
2820
+ menuCode: ' ',
2821
+ serviceCode: 'PMS',
2822
+ description: 'Consumables',
2823
+ },
2824
+ ],
2825
+ partLines: [
2826
+ {
2827
+ partNumber: 'T9043012031',
2828
+ qty: 1,
2829
+ menuCode: 'SERLCVJ 05KS',
2830
+ partDescription: 'GASKET',
2831
+ },
2832
+ {
2833
+ partNumber: 'T9091510010',
2834
+ qty: 1,
2835
+ menuCode: 'SERLCVJ 05KS',
2836
+ partDescription: 'FILTER, OIL',
2837
+ },
2838
+ {
2839
+ partNumber: 'T0888083719',
2840
+ qty: 7.3,
2841
+ menuCode: 'SERLCVJ 05KS',
2842
+ partDescription: 'LGMO SN 5W40 208L',
2843
+ },
2844
+ ],
2845
+ },
2846
+ {
2847
+ serviceType: 'SSC Campaign',
2848
+ serviceDate: '2024-01-31',
2849
+ mileage: 5210,
2850
+ countryName: 'Iraq',
2851
+ companyName: 'SAS',
2852
+ branchName: 'SAS - Showroom | Basra',
2853
+ companyId: 1,
2854
+ branchId: 44,
2855
+ account: 'W00001',
2856
+ invoiceNumber: 54301537,
2857
+ wipNumber: 58888,
2858
+ laborLines: [
2859
+ {
2860
+ rtsCode: 'YHG14A',
2861
+ menuCode: ' ',
2862
+ serviceCode: 'SSC',
2863
+ description: 'Deliver second smart key',
2864
+ },
2865
+ ],
2866
+ partLines: [
2867
+ {
2868
+ partNumber: 'T0400299102',
2869
+ qty: 1,
2870
+ menuCode: ' ',
2871
+ partDescription: 'TRANSMITTER',
2872
+ },
2873
+ ],
2874
+ },
2875
+ {
2876
+ serviceType: 'PM SL (5K, 15K,25K...95K)',
2877
+ serviceDate: '2024-01-31',
2878
+ mileage: 5210,
2879
+ countryName: 'Iraq',
2880
+ companyName: 'SAS',
2881
+ branchName: 'SAS - Showroom | Basra',
2882
+ companyId: 1,
2883
+ branchId: 44,
2884
+ account: 'S00031',
2885
+ invoiceNumber: 54158983,
2886
+ wipNumber: 58782,
2887
+ laborLines: [
2888
+ {
2889
+ rtsCode: '0BLCVJ05',
2890
+ menuCode: 'SERLCVJ 05KS3',
2891
+ serviceCode: 'PMS',
2892
+ description: 'CARRY OUT 5,000 KM SERVICE',
2893
+ },
2894
+ ],
2895
+ partLines: [
2896
+ {
2897
+ partNumber: 'T9091510010',
2898
+ qty: 1,
2899
+ menuCode: 'SERLCVJ 05KS3',
2900
+ partDescription: 'FILTER, OIL',
2901
+ },
2902
+ {
2903
+ partNumber: 'T9043012031',
2904
+ qty: 1,
2905
+ menuCode: 'SERLCVJ 05KS3',
2906
+ partDescription: 'GASKET',
2907
+ },
2908
+ {
2909
+ partNumber: 'T0888083715',
2910
+ qty: 7.3,
2911
+ menuCode: 'SERLCVJ 05KS3',
2912
+ partDescription: 'TGMO SN 5W30 208L',
2913
+ },
2914
+ ],
2915
+ },
2916
+ {
2917
+ serviceType: 'Fist Service (1000 KM)',
2918
+ serviceDate: '2023-11-28',
2919
+ mileage: 2165,
2920
+ countryName: 'Iraq',
2921
+ companyName: 'SAS',
2922
+ branchName: 'SAS - Showroom | Basra',
2923
+ companyId: 1,
2924
+ branchId: 44,
2925
+ account: 'Z00244',
2926
+ invoiceNumber: 54156124,
2927
+ wipNumber: 54143,
2928
+ laborLines: [
2929
+ {
2930
+ rtsCode: '0F1110',
2931
+ menuCode: ' ',
2932
+ serviceCode: 'FSR',
2933
+ description: 'First Service(1000 KM)',
2934
+ },
2935
+ ],
2936
+ partLines: [],
2937
+ },
2938
+ ],
2939
+ ssc: [
2940
+ {
2941
+ sscCode: '23SD-024',
2942
+ description: '2nd Electircal Key',
2943
+ labors: [{
2944
+ laborCode: 'ZGG79A'
2945
+ }],
2946
+ repaired: true,
2947
+ repairDate: '2024-01-31',
2948
+ parts: [
2949
+ {
2950
+ partNumber: '0400299102',
2951
+ partDescription: null,
2952
+ isAvailable: false,
2953
+ },
2954
+ {
2955
+ partNumber: '0400249102',
2956
+ partDescription: null,
2957
+ isAvailable: true,
2958
+ },
2959
+ ],
2960
+ },
2961
+ {
2962
+ sscCode: '24SD-004',
2963
+ description: 'Automatic Transmission ECU reprogramming',
2964
+ labors: [{
2965
+ laborCode: 'ZGG79A'
2966
+ }],
2967
+ repaired: true,
2968
+ repairDate: '2024-09-08',
2969
+ parts: [],
2970
+ },
2971
+ {
2972
+ sscCode: '24SD-095',
2973
+ description: 'Engine ECU Cooling Fan Reprogramming',
2974
+ labors: [{
2975
+ laborCode: 'ZGG79A'
2976
+ }],
2977
+ repaired: true,
2978
+ repairDate: '2024-11-19',
2979
+ parts: [],
2980
+ },
2981
+ ],
2982
+ vehicleVariantInfo: {
2983
+ modelCode: '53311',
2984
+ sfx: 'S3',
2985
+ modelYear: 2023,
2986
+ },
2987
+ vehicleSpecification: {
2988
+ modelDesc: 'LAND CRUISER 3.5 LC300',
2989
+ variantDesc: '3.5L Turbo AX HIGH/Plus',
2990
+ class: 'P',
2991
+ bodyType: ' ',
2992
+ engine: ' 3500 ',
2993
+ cylinders: ' 0 ',
2994
+ lightHeavy: ' ',
2995
+ doors: ' 5 ',
2996
+ fuel: 'P',
2997
+ transmission: 'Automatic',
2998
+ side: '1',
2999
+ engineType: ' ',
3000
+ tankCap: ' 0 ',
3001
+ style: 'SUV',
3002
+ fuelLiter: null,
3003
+ color: 'WHITE PEARL CS',
3004
+ trim: 'DK.GRAY/OAK/Beige',
3005
+ },
3006
+ serviceItems: [
3007
+ {
3008
+ name: '1,000 KM Free Service',
3009
+ description: '',
3010
+ title: '1,000 KM Free Service',
3011
+ image: '',
3012
+ type: 'free',
3013
+ typeEnum: 0,
3014
+ activatedAt: '2023-11-23',
3015
+ expiresAt: '2024-02-23',
3016
+ status: 'expired',
3017
+ statusEnum: 1,
3018
+ campaignCode: null,
3019
+ menuCode: null,
3020
+ redeemDate: null,
3021
+ modelCostID: null,
3022
+ toyotaLoyaltyProgramRedeemableItemID: 82,
3023
+ tlpPackageInvoiceTLPItemID: null,
3024
+ companyIntegrationID: null,
3025
+ countryName: 'Iraq',
3026
+ companyName: null,
3027
+ invoiceNumber: null,
3028
+ wip: null,
3029
+ maximumMileage: 1000,
3030
+ skipZeroTrust: true,
3031
+ activeFor: 3,
3032
+ activeForInterval: 'Months',
3033
+ },
3034
+ {
3035
+ name: '5,000 KM Free Service',
3036
+ description: '',
3037
+ title: '5,000 KM Free Service',
3038
+ image: '',
3039
+ type: 'free',
3040
+ typeEnum: 0,
3041
+ activatedAt: '2024-02-23',
3042
+ expiresAt: '2024-05-23',
3043
+ status: 'processed',
3044
+ statusEnum: 0,
3045
+ campaignCode: null,
3046
+ menuCode: null,
3047
+ redeemDate: '2024-01-31T19:22:26.747',
3048
+ modelCostID: null,
3049
+ toyotaLoyaltyProgramRedeemableItemID: 81,
3050
+ tlpPackageInvoiceTLPItemID: null,
3051
+ companyIntegrationID: '1',
3052
+ countryName: 'Iraq',
3053
+ companyName: 'SAS',
3054
+ invoiceNumber: '54158983',
3055
+ wip: '58782',
3056
+ maximumMileage: 5000,
3057
+ skipZeroTrust: false,
3058
+ activeFor: 3,
3059
+ activeForInterval: 'Months',
3060
+ },
3061
+ ],
3062
+ basicModelCode: 'VJA300',
3063
+ },
3064
+ };