@freighttech/shipment-tracking 0.6.0

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 (456) hide show
  1. package/LICENSE +21 -0
  2. package/NOTICE +25 -0
  3. package/dist/generated/entities/bic_config/index.js +21 -0
  4. package/dist/generated/entities/bic_config/index.js.map +7 -0
  5. package/dist/generated/entities/carrier_config/index.js +27 -0
  6. package/dist/generated/entities/carrier_config/index.js.map +7 -0
  7. package/dist/generated/entities/location_override/index.js +33 -0
  8. package/dist/generated/entities/location_override/index.js.map +7 -0
  9. package/dist/generated/entities/shipment/index.js +73 -0
  10. package/dist/generated/entities/shipment/index.js.map +7 -0
  11. package/dist/generated/entities/ships_go_config/index.js +31 -0
  12. package/dist/generated/entities/ships_go_config/index.js.map +7 -0
  13. package/dist/generated/entities/tracking_event/index.js +101 -0
  14. package/dist/generated/entities/tracking_event/index.js.map +7 -0
  15. package/dist/generated/entities/tracking_job/index.js +47 -0
  16. package/dist/generated/entities/tracking_job/index.js.map +7 -0
  17. package/dist/generated/entities/webhook/index.js +25 -0
  18. package/dist/generated/entities/webhook/index.js.map +7 -0
  19. package/dist/generated/entities/webhook_delivery/index.js +25 -0
  20. package/dist/generated/entities/webhook_delivery/index.js.map +7 -0
  21. package/dist/generated/entities.ids.generated.js +21 -0
  22. package/dist/generated/entities.ids.generated.js.map +7 -0
  23. package/dist/index.js +41 -0
  24. package/dist/index.js.map +7 -0
  25. package/dist/modules/shipment_tracking/acl.js +22 -0
  26. package/dist/modules/shipment_tracking/acl.js.map +7 -0
  27. package/dist/modules/shipment_tracking/api/bic-configs/route.js +176 -0
  28. package/dist/modules/shipment_tracking/api/bic-configs/route.js.map +7 -0
  29. package/dist/modules/shipment_tracking/api/bic-configs/test/route.js +95 -0
  30. package/dist/modules/shipment_tracking/api/bic-configs/test/route.js.map +7 -0
  31. package/dist/modules/shipment_tracking/api/cargo-events/route.js +93 -0
  32. package/dist/modules/shipment_tracking/api/cargo-events/route.js.map +7 -0
  33. package/dist/modules/shipment_tracking/api/carrier-configs/route.js +139 -0
  34. package/dist/modules/shipment_tracking/api/carrier-configs/route.js.map +7 -0
  35. package/dist/modules/shipment_tracking/api/dashboard/ships-map/route.js +177 -0
  36. package/dist/modules/shipment_tracking/api/dashboard/ships-map/route.js.map +7 -0
  37. package/dist/modules/shipment_tracking/api/location-overrides/route.js +179 -0
  38. package/dist/modules/shipment_tracking/api/location-overrides/route.js.map +7 -0
  39. package/dist/modules/shipment_tracking/api/openapi.js +27 -0
  40. package/dist/modules/shipment_tracking/api/openapi.js.map +7 -0
  41. package/dist/modules/shipment_tracking/api/shipments/route.js +192 -0
  42. package/dist/modules/shipment_tracking/api/shipments/route.js.map +7 -0
  43. package/dist/modules/shipment_tracking/api/shipsgo-configs/route.js +185 -0
  44. package/dist/modules/shipment_tracking/api/shipsgo-configs/route.js.map +7 -0
  45. package/dist/modules/shipment_tracking/api/tracking-jobs/route.js +144 -0
  46. package/dist/modules/shipment_tracking/api/tracking-jobs/route.js.map +7 -0
  47. package/dist/modules/shipment_tracking/api/tracking-jobs/sync/route.js +107 -0
  48. package/dist/modules/shipment_tracking/api/tracking-jobs/sync/route.js.map +7 -0
  49. package/dist/modules/shipment_tracking/api/utils.js +12 -0
  50. package/dist/modules/shipment_tracking/api/utils.js.map +7 -0
  51. package/dist/modules/shipment_tracking/api/webhooks/deliveries/route.js +76 -0
  52. package/dist/modules/shipment_tracking/api/webhooks/deliveries/route.js.map +7 -0
  53. package/dist/modules/shipment_tracking/api/webhooks/route.js +135 -0
  54. package/dist/modules/shipment_tracking/api/webhooks/route.js.map +7 -0
  55. package/dist/modules/shipment_tracking/api/webhooks/test/route.js +71 -0
  56. package/dist/modules/shipment_tracking/api/webhooks/test/route.js.map +7 -0
  57. package/dist/modules/shipment_tracking/assets/carriers/cma_cgm.png +0 -0
  58. package/dist/modules/shipment_tracking/assets/carriers/cosco.png +0 -0
  59. package/dist/modules/shipment_tracking/assets/carriers/evergreen.png +0 -0
  60. package/dist/modules/shipment_tracking/assets/carriers/hapag_lloyd.png +0 -0
  61. package/dist/modules/shipment_tracking/assets/carriers/maersk.png +0 -0
  62. package/dist/modules/shipment_tracking/assets/carriers/msc.png +0 -0
  63. package/dist/modules/shipment_tracking/assets/carriers/one.png +0 -0
  64. package/dist/modules/shipment_tracking/assets/carriers/oocl.png +0 -0
  65. package/dist/modules/shipment_tracking/assets/carriers/yang_ming.png +0 -0
  66. package/dist/modules/shipment_tracking/assets/carriers/zim.png +0 -0
  67. package/dist/modules/shipment_tracking/assets/index.js +52 -0
  68. package/dist/modules/shipment_tracking/assets/index.js.map +7 -0
  69. package/dist/modules/shipment_tracking/backend/carrier-configs/page.js +621 -0
  70. package/dist/modules/shipment_tracking/backend/carrier-configs/page.js.map +7 -0
  71. package/dist/modules/shipment_tracking/backend/carrier-configs/page.meta.js +19 -0
  72. package/dist/modules/shipment_tracking/backend/carrier-configs/page.meta.js.map +7 -0
  73. package/dist/modules/shipment_tracking/backend/location-overrides/page.js +198 -0
  74. package/dist/modules/shipment_tracking/backend/location-overrides/page.js.map +7 -0
  75. package/dist/modules/shipment_tracking/backend/location-overrides/page.meta.js +19 -0
  76. package/dist/modules/shipment_tracking/backend/location-overrides/page.meta.js.map +7 -0
  77. package/dist/modules/shipment_tracking/backend/shipment-tracking/page.js +279 -0
  78. package/dist/modules/shipment_tracking/backend/shipment-tracking/page.js.map +7 -0
  79. package/dist/modules/shipment_tracking/backend/shipment-tracking/page.meta.js +19 -0
  80. package/dist/modules/shipment_tracking/backend/shipment-tracking/page.meta.js.map +7 -0
  81. package/dist/modules/shipment_tracking/backend/tracking-jobs/page.js +10 -0
  82. package/dist/modules/shipment_tracking/backend/tracking-jobs/page.js.map +7 -0
  83. package/dist/modules/shipment_tracking/backend/tracking-jobs/page.meta.js +19 -0
  84. package/dist/modules/shipment_tracking/backend/tracking-jobs/page.meta.js.map +7 -0
  85. package/dist/modules/shipment_tracking/backend/webhooks/page.js +198 -0
  86. package/dist/modules/shipment_tracking/backend/webhooks/page.js.map +7 -0
  87. package/dist/modules/shipment_tracking/backend/webhooks/page.meta.js +19 -0
  88. package/dist/modules/shipment_tracking/backend/webhooks/page.meta.js.map +7 -0
  89. package/dist/modules/shipment_tracking/ce.js +52 -0
  90. package/dist/modules/shipment_tracking/ce.js.map +7 -0
  91. package/dist/modules/shipment_tracking/cli.js +229 -0
  92. package/dist/modules/shipment_tracking/cli.js.map +7 -0
  93. package/dist/modules/shipment_tracking/commands/bic-configs.js +66 -0
  94. package/dist/modules/shipment_tracking/commands/bic-configs.js.map +7 -0
  95. package/dist/modules/shipment_tracking/commands/carrier-configs.js +65 -0
  96. package/dist/modules/shipment_tracking/commands/carrier-configs.js.map +7 -0
  97. package/dist/modules/shipment_tracking/commands/index.js +9 -0
  98. package/dist/modules/shipment_tracking/commands/index.js.map +7 -0
  99. package/dist/modules/shipment_tracking/commands/location-overrides.js +93 -0
  100. package/dist/modules/shipment_tracking/commands/location-overrides.js.map +7 -0
  101. package/dist/modules/shipment_tracking/commands/shipments.js +200 -0
  102. package/dist/modules/shipment_tracking/commands/shipments.js.map +7 -0
  103. package/dist/modules/shipment_tracking/commands/shipsgo-configs.js +75 -0
  104. package/dist/modules/shipment_tracking/commands/shipsgo-configs.js.map +7 -0
  105. package/dist/modules/shipment_tracking/commands/tracking-jobs.js +120 -0
  106. package/dist/modules/shipment_tracking/commands/tracking-jobs.js.map +7 -0
  107. package/dist/modules/shipment_tracking/commands/tracking.js +140 -0
  108. package/dist/modules/shipment_tracking/commands/tracking.js.map +7 -0
  109. package/dist/modules/shipment_tracking/commands/webhooks.js +115 -0
  110. package/dist/modules/shipment_tracking/commands/webhooks.js.map +7 -0
  111. package/dist/modules/shipment_tracking/components/CombinedTimestampCell.js +168 -0
  112. package/dist/modules/shipment_tracking/components/CombinedTimestampCell.js.map +7 -0
  113. package/dist/modules/shipment_tracking/components/FacilityLocationInput.js +202 -0
  114. package/dist/modules/shipment_tracking/components/FacilityLocationInput.js.map +7 -0
  115. package/dist/modules/shipment_tracking/components/LocationOverrideDrawer.js +501 -0
  116. package/dist/modules/shipment_tracking/components/LocationOverrideDrawer.js.map +7 -0
  117. package/dist/modules/shipment_tracking/components/ShipmentDetailsDrawer.js +818 -0
  118. package/dist/modules/shipment_tracking/components/ShipmentDetailsDrawer.js.map +7 -0
  119. package/dist/modules/shipment_tracking/components/ShipmentDrawer.js +404 -0
  120. package/dist/modules/shipment_tracking/components/ShipmentDrawer.js.map +7 -0
  121. package/dist/modules/shipment_tracking/components/ShipsGoConfigSection.js +200 -0
  122. package/dist/modules/shipment_tracking/components/ShipsGoConfigSection.js.map +7 -0
  123. package/dist/modules/shipment_tracking/components/TimestampCell.js +108 -0
  124. package/dist/modules/shipment_tracking/components/TimestampCell.js.map +7 -0
  125. package/dist/modules/shipment_tracking/components/TrackingJobDrawer.js +343 -0
  126. package/dist/modules/shipment_tracking/components/TrackingJobDrawer.js.map +7 -0
  127. package/dist/modules/shipment_tracking/components/VesselTrackingMap.js +496 -0
  128. package/dist/modules/shipment_tracking/components/VesselTrackingMap.js.map +7 -0
  129. package/dist/modules/shipment_tracking/components/WebhookDrawer.js +332 -0
  130. package/dist/modules/shipment_tracking/components/WebhookDrawer.js.map +7 -0
  131. package/dist/modules/shipment_tracking/data/entities.js +686 -0
  132. package/dist/modules/shipment_tracking/data/entities.js.map +7 -0
  133. package/dist/modules/shipment_tracking/data/validators.js +434 -0
  134. package/dist/modules/shipment_tracking/data/validators.js.map +7 -0
  135. package/dist/modules/shipment_tracking/di.js +60 -0
  136. package/dist/modules/shipment_tracking/di.js.map +7 -0
  137. package/dist/modules/shipment_tracking/encryption.js +12 -0
  138. package/dist/modules/shipment_tracking/encryption.js.map +7 -0
  139. package/dist/modules/shipment_tracking/events.js +87 -0
  140. package/dist/modules/shipment_tracking/events.js.map +7 -0
  141. package/dist/modules/shipment_tracking/hooks/useVesselTracking.js +137 -0
  142. package/dist/modules/shipment_tracking/hooks/useVesselTracking.js.map +7 -0
  143. package/dist/modules/shipment_tracking/i18n/de.json +327 -0
  144. package/dist/modules/shipment_tracking/i18n/en.json +327 -0
  145. package/dist/modules/shipment_tracking/i18n/es.json +327 -0
  146. package/dist/modules/shipment_tracking/i18n/pl.json +327 -0
  147. package/dist/modules/shipment_tracking/index.js +15 -0
  148. package/dist/modules/shipment_tracking/index.js.map +7 -0
  149. package/dist/modules/shipment_tracking/lib/adapters/cma-cgm.js +66 -0
  150. package/dist/modules/shipment_tracking/lib/adapters/cma-cgm.js.map +7 -0
  151. package/dist/modules/shipment_tracking/lib/adapters/cosco-types.js +1 -0
  152. package/dist/modules/shipment_tracking/lib/adapters/cosco-types.js.map +7 -0
  153. package/dist/modules/shipment_tracking/lib/adapters/cosco.js +236 -0
  154. package/dist/modules/shipment_tracking/lib/adapters/cosco.js.map +7 -0
  155. package/dist/modules/shipment_tracking/lib/adapters/evergreen.js +87 -0
  156. package/dist/modules/shipment_tracking/lib/adapters/evergreen.js.map +7 -0
  157. package/dist/modules/shipment_tracking/lib/adapters/hapag-lloyd.js +68 -0
  158. package/dist/modules/shipment_tracking/lib/adapters/hapag-lloyd.js.map +7 -0
  159. package/dist/modules/shipment_tracking/lib/adapters/index.js +20 -0
  160. package/dist/modules/shipment_tracking/lib/adapters/index.js.map +7 -0
  161. package/dist/modules/shipment_tracking/lib/adapters/maersk.js +84 -0
  162. package/dist/modules/shipment_tracking/lib/adapters/maersk.js.map +7 -0
  163. package/dist/modules/shipment_tracking/lib/adapters/msc.js +170 -0
  164. package/dist/modules/shipment_tracking/lib/adapters/msc.js.map +7 -0
  165. package/dist/modules/shipment_tracking/lib/adapters/zim.js +85 -0
  166. package/dist/modules/shipment_tracking/lib/adapters/zim.js.map +7 -0
  167. package/dist/modules/shipment_tracking/lib/audit-helpers.js +20 -0
  168. package/dist/modules/shipment_tracking/lib/audit-helpers.js.map +7 -0
  169. package/dist/modules/shipment_tracking/lib/auth/base64url.js +8 -0
  170. package/dist/modules/shipment_tracking/lib/auth/base64url.js.map +7 -0
  171. package/dist/modules/shipment_tracking/lib/auth/oauth-client.js +38 -0
  172. package/dist/modules/shipment_tracking/lib/auth/oauth-client.js.map +7 -0
  173. package/dist/modules/shipment_tracking/lib/background.js +15 -0
  174. package/dist/modules/shipment_tracking/lib/background.js.map +7 -0
  175. package/dist/modules/shipment_tracking/lib/bic-api-client.js +106 -0
  176. package/dist/modules/shipment_tracking/lib/bic-api-client.js.map +7 -0
  177. package/dist/modules/shipment_tracking/lib/carrier-adapter.js +17 -0
  178. package/dist/modules/shipment_tracking/lib/carrier-adapter.js.map +7 -0
  179. package/dist/modules/shipment_tracking/lib/current-vessel.js +149 -0
  180. package/dist/modules/shipment_tracking/lib/current-vessel.js.map +7 -0
  181. package/dist/modules/shipment_tracking/lib/dcsa-event-mapping.js +124 -0
  182. package/dist/modules/shipment_tracking/lib/dcsa-event-mapping.js.map +7 -0
  183. package/dist/modules/shipment_tracking/lib/dcsa-event-parser.js +112 -0
  184. package/dist/modules/shipment_tracking/lib/dcsa-event-parser.js.map +7 -0
  185. package/dist/modules/shipment_tracking/lib/dcsa-params.js +16 -0
  186. package/dist/modules/shipment_tracking/lib/dcsa-params.js.map +7 -0
  187. package/dist/modules/shipment_tracking/lib/empty-return.js +48 -0
  188. package/dist/modules/shipment_tracking/lib/empty-return.js.map +7 -0
  189. package/dist/modules/shipment_tracking/lib/location-overrides.js +85 -0
  190. package/dist/modules/shipment_tracking/lib/location-overrides.js.map +7 -0
  191. package/dist/modules/shipment_tracking/lib/location-types.js +59 -0
  192. package/dist/modules/shipment_tracking/lib/location-types.js.map +7 -0
  193. package/dist/modules/shipment_tracking/lib/logger.js +113 -0
  194. package/dist/modules/shipment_tracking/lib/logger.js.map +7 -0
  195. package/dist/modules/shipment_tracking/lib/poi-event-processor.js +183 -0
  196. package/dist/modules/shipment_tracking/lib/poi-event-processor.js.map +7 -0
  197. package/dist/modules/shipment_tracking/lib/poi-nats-config.js +52 -0
  198. package/dist/modules/shipment_tracking/lib/poi-nats-config.js.map +7 -0
  199. package/dist/modules/shipment_tracking/lib/poi-types.js +43 -0
  200. package/dist/modules/shipment_tracking/lib/poi-types.js.map +7 -0
  201. package/dist/modules/shipment_tracking/lib/rate-limiter.js +31 -0
  202. package/dist/modules/shipment_tracking/lib/rate-limiter.js.map +7 -0
  203. package/dist/modules/shipment_tracking/lib/route-extraction.js +187 -0
  204. package/dist/modules/shipment_tracking/lib/route-extraction.js.map +7 -0
  205. package/dist/modules/shipment_tracking/lib/route-inference.js +106 -0
  206. package/dist/modules/shipment_tracking/lib/route-inference.js.map +7 -0
  207. package/dist/modules/shipment_tracking/lib/schedule-generator.js +63 -0
  208. package/dist/modules/shipment_tracking/lib/schedule-generator.js.map +7 -0
  209. package/dist/modules/shipment_tracking/lib/shipsgo-client.js +143 -0
  210. package/dist/modules/shipment_tracking/lib/shipsgo-client.js.map +7 -0
  211. package/dist/modules/shipment_tracking/lib/shipsgo-mapper.js +204 -0
  212. package/dist/modules/shipment_tracking/lib/shipsgo-mapper.js.map +7 -0
  213. package/dist/modules/shipment_tracking/lib/status-machine.js +131 -0
  214. package/dist/modules/shipment_tracking/lib/status-machine.js.map +7 -0
  215. package/dist/modules/shipment_tracking/lib/time-extraction.js +41 -0
  216. package/dist/modules/shipment_tracking/lib/time-extraction.js.map +7 -0
  217. package/dist/modules/shipment_tracking/lib/timestamp-utils.js +100 -0
  218. package/dist/modules/shipment_tracking/lib/timestamp-utils.js.map +7 -0
  219. package/dist/modules/shipment_tracking/lib/vessel-api.js +111 -0
  220. package/dist/modules/shipment_tracking/lib/vessel-api.js.map +7 -0
  221. package/dist/modules/shipment_tracking/lib/vessel-cache.js +50 -0
  222. package/dist/modules/shipment_tracking/lib/vessel-cache.js.map +7 -0
  223. package/dist/modules/shipment_tracking/lib/vessel-extraction.js +13 -0
  224. package/dist/modules/shipment_tracking/lib/vessel-extraction.js.map +7 -0
  225. package/dist/modules/shipment_tracking/lib/webhook-dispatcher.js +62 -0
  226. package/dist/modules/shipment_tracking/lib/webhook-dispatcher.js.map +7 -0
  227. package/dist/modules/shipment_tracking/migrations/Migration20260422161208_shipment_tracking.js +48 -0
  228. package/dist/modules/shipment_tracking/migrations/Migration20260422161208_shipment_tracking.js.map +7 -0
  229. package/dist/modules/shipment_tracking/migrations/Migration20260529120000_shipment_tracking_poi_region_names.js +15 -0
  230. package/dist/modules/shipment_tracking/migrations/Migration20260529120000_shipment_tracking_poi_region_names.js.map +7 -0
  231. package/dist/modules/shipment_tracking/migrations/Migration20260821120000_shipment_tracking_shipsgo.js +47 -0
  232. package/dist/modules/shipment_tracking/migrations/Migration20260821120000_shipment_tracking_shipsgo.js.map +7 -0
  233. package/dist/modules/shipment_tracking/notifications.js +145 -0
  234. package/dist/modules/shipment_tracking/notifications.js.map +7 -0
  235. package/dist/modules/shipment_tracking/services/carrierRegistry.js +24 -0
  236. package/dist/modules/shipment_tracking/services/carrierRegistry.js.map +7 -0
  237. package/dist/modules/shipment_tracking/services/poiNatsService.js +397 -0
  238. package/dist/modules/shipment_tracking/services/poiNatsService.js.map +7 -0
  239. package/dist/modules/shipment_tracking/services/shipsGoProvider.js +163 -0
  240. package/dist/modules/shipment_tracking/services/shipsGoProvider.js.map +7 -0
  241. package/dist/modules/shipment_tracking/services/trackingService.js +1283 -0
  242. package/dist/modules/shipment_tracking/services/trackingService.js.map +7 -0
  243. package/dist/modules/shipment_tracking/services/webhookService.js +263 -0
  244. package/dist/modules/shipment_tracking/services/webhookService.js.map +7 -0
  245. package/dist/modules/shipment_tracking/setup.js +72 -0
  246. package/dist/modules/shipment_tracking/setup.js.map +7 -0
  247. package/dist/modules/shipment_tracking/subscribers/cargo-event-created.js +60 -0
  248. package/dist/modules/shipment_tracking/subscribers/cargo-event-created.js.map +7 -0
  249. package/dist/modules/shipment_tracking/subscribers/dcsa-event-webhook-dispatch.js +58 -0
  250. package/dist/modules/shipment_tracking/subscribers/dcsa-event-webhook-dispatch.js.map +7 -0
  251. package/dist/modules/shipment_tracking/subscribers/poi-event-notification.js +82 -0
  252. package/dist/modules/shipment_tracking/subscribers/poi-event-notification.js.map +7 -0
  253. package/dist/modules/shipment_tracking/subscribers/poi-event-webhook-dispatch.js +53 -0
  254. package/dist/modules/shipment_tracking/subscribers/poi-event-webhook-dispatch.js.map +7 -0
  255. package/dist/modules/shipment_tracking/subscribers/shipment-status-changed.js +28 -0
  256. package/dist/modules/shipment_tracking/subscribers/shipment-status-changed.js.map +7 -0
  257. package/dist/modules/shipment_tracking/subscribers/terminal-event-ingest.js +67 -0
  258. package/dist/modules/shipment_tracking/subscribers/terminal-event-ingest.js.map +7 -0
  259. package/dist/modules/shipment_tracking/subscribers/tracking-job-initial-poll.js +30 -0
  260. package/dist/modules/shipment_tracking/subscribers/tracking-job-initial-poll.js.map +7 -0
  261. package/dist/modules/shipment_tracking/subscribers/tracking-job-webhook-dispatch.js +19 -0
  262. package/dist/modules/shipment_tracking/subscribers/tracking-job-webhook-dispatch.js.map +7 -0
  263. package/dist/modules/shipment_tracking/tables/index.js +6 -0
  264. package/dist/modules/shipment_tracking/tables/index.js.map +7 -0
  265. package/dist/modules/shipment_tracking/tables/tracking_job/table.client.js +284 -0
  266. package/dist/modules/shipment_tracking/tables/tracking_job/table.client.js.map +7 -0
  267. package/dist/modules/shipment_tracking/tables/tracking_job/table.js +36 -0
  268. package/dist/modules/shipment_tracking/tables/tracking_job/table.js.map +7 -0
  269. package/dist/modules/shipment_tracking/widgets/dashboard/ships-map/config.js +25 -0
  270. package/dist/modules/shipment_tracking/widgets/dashboard/ships-map/config.js.map +7 -0
  271. package/dist/modules/shipment_tracking/widgets/dashboard/ships-map/widget.client.js +355 -0
  272. package/dist/modules/shipment_tracking/widgets/dashboard/ships-map/widget.client.js.map +7 -0
  273. package/dist/modules/shipment_tracking/widgets/dashboard/ships-map/widget.js +26 -0
  274. package/dist/modules/shipment_tracking/widgets/dashboard/ships-map/widget.js.map +7 -0
  275. package/dist/types/assets.d.js +1 -0
  276. package/dist/types/assets.d.js.map +7 -0
  277. package/generated/entities/bic_config/index.ts +20 -0
  278. package/generated/entities/carrier_config/index.ts +23 -0
  279. package/generated/entities/location_override/index.ts +26 -0
  280. package/generated/entities/shipment/index.ts +46 -0
  281. package/generated/entities/ships_go_config/index.ts +25 -0
  282. package/generated/entities/tracking_event/index.ts +60 -0
  283. package/generated/entities/tracking_job/index.ts +33 -0
  284. package/generated/entities/webhook/index.ts +22 -0
  285. package/generated/entities/webhook_delivery/index.ts +22 -0
  286. package/generated/entities.ids.generated.ts +47 -0
  287. package/package.json +81 -0
  288. package/src/index.ts +39 -0
  289. package/src/modules/shipment_tracking/__integration__/TC-TRACK-410-shipsgo-config-api.spec.ts +133 -0
  290. package/src/modules/shipment_tracking/__integration__/meta.ts +4 -0
  291. package/src/modules/shipment_tracking/__tests__/empty-return-stop.test.ts +231 -0
  292. package/src/modules/shipment_tracking/__tests__/fixtures/hapag-lloyd-transship-container.json +702 -0
  293. package/src/modules/shipment_tracking/__tests__/fixtures/index.ts +434 -0
  294. package/src/modules/shipment_tracking/__tests__/fixtures/maersk-multi-transship-completed.json +1518 -0
  295. package/src/modules/shipment_tracking/__tests__/fixtures/maersk-transship-intransit.json +558 -0
  296. package/src/modules/shipment_tracking/__tests__/fixtures/msc-direct.json +222 -0
  297. package/src/modules/shipment_tracking/__tests__/fixtures/msc-multi-transship-completed.json +974 -0
  298. package/src/modules/shipment_tracking/__tests__/fixtures/msc-multi.json +4846 -0
  299. package/src/modules/shipment_tracking/__tests__/fixtures/msc-transship.json +409 -0
  300. package/src/modules/shipment_tracking/__tests__/fixtures/poi-events.json +240 -0
  301. package/src/modules/shipment_tracking/__tests__/fixtures/synthetic/index.ts +138 -0
  302. package/src/modules/shipment_tracking/__tests__/fixtures/synthetic-eta-updates.json +288 -0
  303. package/src/modules/shipment_tracking/__tests__/fixtures/synthetic-route-inference.json +201 -0
  304. package/src/modules/shipment_tracking/__tests__/fixtures/synthetic-voyage-progression.json +410 -0
  305. package/src/modules/shipment_tracking/__tests__/shipsgo-air-mapper.test.ts +157 -0
  306. package/src/modules/shipment_tracking/__tests__/shipsgo-client.test.ts +155 -0
  307. package/src/modules/shipment_tracking/__tests__/shipsgo-mapper.test.ts +201 -0
  308. package/src/modules/shipment_tracking/__tests__/shipsgo-poll.test.ts +357 -0
  309. package/src/modules/shipment_tracking/__tests__/shipsgo-provider.test.ts +364 -0
  310. package/src/modules/shipment_tracking/__tests__/trackingService.integration.test.ts +2248 -0
  311. package/src/modules/shipment_tracking/__tests__/webhookPayload.test.ts +151 -0
  312. package/src/modules/shipment_tracking/acl.ts +18 -0
  313. package/src/modules/shipment_tracking/api/bic-configs/route.ts +206 -0
  314. package/src/modules/shipment_tracking/api/bic-configs/test/route.ts +108 -0
  315. package/src/modules/shipment_tracking/api/cargo-events/route.ts +101 -0
  316. package/src/modules/shipment_tracking/api/carrier-configs/route.ts +142 -0
  317. package/src/modules/shipment_tracking/api/dashboard/ships-map/route.ts +246 -0
  318. package/src/modules/shipment_tracking/api/location-overrides/route.ts +185 -0
  319. package/src/modules/shipment_tracking/api/openapi.ts +28 -0
  320. package/src/modules/shipment_tracking/api/shipments/route.ts +197 -0
  321. package/src/modules/shipment_tracking/api/shipsgo-configs/route.ts +215 -0
  322. package/src/modules/shipment_tracking/api/tracking-jobs/route.ts +149 -0
  323. package/src/modules/shipment_tracking/api/tracking-jobs/sync/route.ts +116 -0
  324. package/src/modules/shipment_tracking/api/utils.ts +10 -0
  325. package/src/modules/shipment_tracking/api/webhooks/deliveries/route.ts +82 -0
  326. package/src/modules/shipment_tracking/api/webhooks/route.ts +138 -0
  327. package/src/modules/shipment_tracking/api/webhooks/test/route.ts +84 -0
  328. package/src/modules/shipment_tracking/assets/carriers/cma_cgm.png +0 -0
  329. package/src/modules/shipment_tracking/assets/carriers/cosco.png +0 -0
  330. package/src/modules/shipment_tracking/assets/carriers/evergreen.png +0 -0
  331. package/src/modules/shipment_tracking/assets/carriers/hapag_lloyd.png +0 -0
  332. package/src/modules/shipment_tracking/assets/carriers/maersk.png +0 -0
  333. package/src/modules/shipment_tracking/assets/carriers/msc.png +0 -0
  334. package/src/modules/shipment_tracking/assets/carriers/one.png +0 -0
  335. package/src/modules/shipment_tracking/assets/carriers/oocl.png +0 -0
  336. package/src/modules/shipment_tracking/assets/carriers/yang_ming.png +0 -0
  337. package/src/modules/shipment_tracking/assets/carriers/zim.png +0 -0
  338. package/src/modules/shipment_tracking/assets/index.ts +66 -0
  339. package/src/modules/shipment_tracking/backend/carrier-configs/page.meta.ts +16 -0
  340. package/src/modules/shipment_tracking/backend/carrier-configs/page.tsx +782 -0
  341. package/src/modules/shipment_tracking/backend/location-overrides/page.meta.ts +16 -0
  342. package/src/modules/shipment_tracking/backend/location-overrides/page.tsx +241 -0
  343. package/src/modules/shipment_tracking/backend/shipment-tracking/page.meta.ts +16 -0
  344. package/src/modules/shipment_tracking/backend/shipment-tracking/page.tsx +340 -0
  345. package/src/modules/shipment_tracking/backend/tracking-jobs/page.meta.ts +16 -0
  346. package/src/modules/shipment_tracking/backend/tracking-jobs/page.tsx +16 -0
  347. package/src/modules/shipment_tracking/backend/webhooks/page.meta.ts +16 -0
  348. package/src/modules/shipment_tracking/backend/webhooks/page.tsx +228 -0
  349. package/src/modules/shipment_tracking/ce.ts +48 -0
  350. package/src/modules/shipment_tracking/cli.ts +321 -0
  351. package/src/modules/shipment_tracking/commands/bic-configs.ts +94 -0
  352. package/src/modules/shipment_tracking/commands/carrier-configs.ts +89 -0
  353. package/src/modules/shipment_tracking/commands/index.ts +8 -0
  354. package/src/modules/shipment_tracking/commands/location-overrides.ts +119 -0
  355. package/src/modules/shipment_tracking/commands/shipments.ts +247 -0
  356. package/src/modules/shipment_tracking/commands/shipsgo-configs.ts +101 -0
  357. package/src/modules/shipment_tracking/commands/tracking-jobs.ts +158 -0
  358. package/src/modules/shipment_tracking/commands/tracking.ts +230 -0
  359. package/src/modules/shipment_tracking/commands/webhooks.ts +159 -0
  360. package/src/modules/shipment_tracking/components/CombinedTimestampCell.tsx +236 -0
  361. package/src/modules/shipment_tracking/components/FacilityLocationInput.tsx +235 -0
  362. package/src/modules/shipment_tracking/components/LocationOverrideDrawer.tsx +586 -0
  363. package/src/modules/shipment_tracking/components/ShipmentDetailsDrawer.tsx +1364 -0
  364. package/src/modules/shipment_tracking/components/ShipmentDrawer.tsx +498 -0
  365. package/src/modules/shipment_tracking/components/ShipsGoConfigSection.tsx +266 -0
  366. package/src/modules/shipment_tracking/components/TimestampCell.tsx +146 -0
  367. package/src/modules/shipment_tracking/components/TrackingJobDrawer.tsx +467 -0
  368. package/src/modules/shipment_tracking/components/VesselTrackingMap.tsx +761 -0
  369. package/src/modules/shipment_tracking/components/WebhookDrawer.tsx +434 -0
  370. package/src/modules/shipment_tracking/data/entities.ts +748 -0
  371. package/src/modules/shipment_tracking/data/validators.ts +523 -0
  372. package/src/modules/shipment_tracking/di.ts +73 -0
  373. package/src/modules/shipment_tracking/encryption.ts +17 -0
  374. package/src/modules/shipment_tracking/events.ts +122 -0
  375. package/src/modules/shipment_tracking/hooks/useVesselTracking.ts +297 -0
  376. package/src/modules/shipment_tracking/i18n/de.json +327 -0
  377. package/src/modules/shipment_tracking/i18n/en.json +327 -0
  378. package/src/modules/shipment_tracking/i18n/es.json +327 -0
  379. package/src/modules/shipment_tracking/i18n/pl.json +327 -0
  380. package/src/modules/shipment_tracking/index.ts +13 -0
  381. package/src/modules/shipment_tracking/lib/__tests__/dcsa-event-mapping.test.ts +385 -0
  382. package/src/modules/shipment_tracking/lib/__tests__/dcsa-event-parser.test.ts +398 -0
  383. package/src/modules/shipment_tracking/lib/__tests__/empty-return.test.ts +174 -0
  384. package/src/modules/shipment_tracking/lib/__tests__/poi-event-processor.test.ts +699 -0
  385. package/src/modules/shipment_tracking/lib/__tests__/route-inference.test.ts +402 -0
  386. package/src/modules/shipment_tracking/lib/__tests__/status-machine.test.ts +447 -0
  387. package/src/modules/shipment_tracking/lib/__tests__/time-extraction.test.ts +331 -0
  388. package/src/modules/shipment_tracking/lib/__tests__/timestamp-utils.test.ts +260 -0
  389. package/src/modules/shipment_tracking/lib/__tests__/vessel-api.test.ts +125 -0
  390. package/src/modules/shipment_tracking/lib/__tests__/vessel-extraction.test.ts +108 -0
  391. package/src/modules/shipment_tracking/lib/adapters/cma-cgm.ts +84 -0
  392. package/src/modules/shipment_tracking/lib/adapters/cosco-types.ts +145 -0
  393. package/src/modules/shipment_tracking/lib/adapters/cosco.ts +314 -0
  394. package/src/modules/shipment_tracking/lib/adapters/evergreen.ts +107 -0
  395. package/src/modules/shipment_tracking/lib/adapters/hapag-lloyd.ts +88 -0
  396. package/src/modules/shipment_tracking/lib/adapters/index.ts +18 -0
  397. package/src/modules/shipment_tracking/lib/adapters/maersk.ts +104 -0
  398. package/src/modules/shipment_tracking/lib/adapters/msc.ts +223 -0
  399. package/src/modules/shipment_tracking/lib/adapters/zim.ts +106 -0
  400. package/src/modules/shipment_tracking/lib/audit-helpers.ts +29 -0
  401. package/src/modules/shipment_tracking/lib/auth/base64url.ts +4 -0
  402. package/src/modules/shipment_tracking/lib/auth/oauth-client.ts +53 -0
  403. package/src/modules/shipment_tracking/lib/background.ts +24 -0
  404. package/src/modules/shipment_tracking/lib/bic-api-client.ts +199 -0
  405. package/src/modules/shipment_tracking/lib/carrier-adapter.ts +136 -0
  406. package/src/modules/shipment_tracking/lib/current-vessel.ts +274 -0
  407. package/src/modules/shipment_tracking/lib/dcsa-event-mapping.ts +202 -0
  408. package/src/modules/shipment_tracking/lib/dcsa-event-parser.ts +163 -0
  409. package/src/modules/shipment_tracking/lib/dcsa-params.ts +14 -0
  410. package/src/modules/shipment_tracking/lib/empty-return.ts +122 -0
  411. package/src/modules/shipment_tracking/lib/location-overrides.ts +150 -0
  412. package/src/modules/shipment_tracking/lib/location-types.ts +154 -0
  413. package/src/modules/shipment_tracking/lib/logger.ts +195 -0
  414. package/src/modules/shipment_tracking/lib/poi-event-processor.ts +302 -0
  415. package/src/modules/shipment_tracking/lib/poi-nats-config.ts +134 -0
  416. package/src/modules/shipment_tracking/lib/poi-types.ts +198 -0
  417. package/src/modules/shipment_tracking/lib/rate-limiter.ts +58 -0
  418. package/src/modules/shipment_tracking/lib/route-extraction.ts +439 -0
  419. package/src/modules/shipment_tracking/lib/route-inference.ts +238 -0
  420. package/src/modules/shipment_tracking/lib/schedule-generator.ts +92 -0
  421. package/src/modules/shipment_tracking/lib/shipsgo-client.ts +350 -0
  422. package/src/modules/shipment_tracking/lib/shipsgo-mapper.ts +296 -0
  423. package/src/modules/shipment_tracking/lib/status-machine.ts +230 -0
  424. package/src/modules/shipment_tracking/lib/time-extraction.ts +85 -0
  425. package/src/modules/shipment_tracking/lib/timestamp-utils.ts +244 -0
  426. package/src/modules/shipment_tracking/lib/vessel-api.ts +299 -0
  427. package/src/modules/shipment_tracking/lib/vessel-cache.ts +102 -0
  428. package/src/modules/shipment_tracking/lib/vessel-extraction.ts +39 -0
  429. package/src/modules/shipment_tracking/lib/webhook-dispatcher.ts +93 -0
  430. package/src/modules/shipment_tracking/migrations/.snapshot-open-mercato.json +2914 -0
  431. package/src/modules/shipment_tracking/migrations/Migration20260422161208_shipment_tracking.ts +60 -0
  432. package/src/modules/shipment_tracking/migrations/Migration20260529120000_shipment_tracking_poi_region_names.ts +22 -0
  433. package/src/modules/shipment_tracking/migrations/Migration20260821120000_shipment_tracking_shipsgo.ts +65 -0
  434. package/src/modules/shipment_tracking/notifications.ts +151 -0
  435. package/src/modules/shipment_tracking/services/carrierRegistry.ts +29 -0
  436. package/src/modules/shipment_tracking/services/poiNatsService.ts +526 -0
  437. package/src/modules/shipment_tracking/services/shipsGoProvider.ts +231 -0
  438. package/src/modules/shipment_tracking/services/trackingService.ts +1777 -0
  439. package/src/modules/shipment_tracking/services/webhookService.ts +347 -0
  440. package/src/modules/shipment_tracking/setup.ts +99 -0
  441. package/src/modules/shipment_tracking/subscribers/__tests__/terminal-event-ingest.test.ts +141 -0
  442. package/src/modules/shipment_tracking/subscribers/cargo-event-created.ts +115 -0
  443. package/src/modules/shipment_tracking/subscribers/dcsa-event-webhook-dispatch.ts +115 -0
  444. package/src/modules/shipment_tracking/subscribers/poi-event-notification.ts +144 -0
  445. package/src/modules/shipment_tracking/subscribers/poi-event-webhook-dispatch.ts +94 -0
  446. package/src/modules/shipment_tracking/subscribers/shipment-status-changed.ts +41 -0
  447. package/src/modules/shipment_tracking/subscribers/terminal-event-ingest.ts +109 -0
  448. package/src/modules/shipment_tracking/subscribers/tracking-job-initial-poll.ts +53 -0
  449. package/src/modules/shipment_tracking/subscribers/tracking-job-webhook-dispatch.ts +50 -0
  450. package/src/modules/shipment_tracking/tables/index.ts +4 -0
  451. package/src/modules/shipment_tracking/tables/tracking_job/table.client.tsx +337 -0
  452. package/src/modules/shipment_tracking/tables/tracking_job/table.ts +34 -0
  453. package/src/modules/shipment_tracking/widgets/dashboard/ships-map/config.ts +32 -0
  454. package/src/modules/shipment_tracking/widgets/dashboard/ships-map/widget.client.tsx +448 -0
  455. package/src/modules/shipment_tracking/widgets/dashboard/ships-map/widget.ts +25 -0
  456. package/src/types/assets.d.ts +5 -0
@@ -0,0 +1,4846 @@
1
+ [
2
+ {
3
+ "eventType": "TRANSPORT",
4
+ "transportEventTypeCode": "ARRI",
5
+ "transportCall": {
6
+ "transportCallID": "PLGDNGA602W",
7
+ "carrierServiceCode": null,
8
+ "exportVoyageNumber": null,
9
+ "importVoyageNumber": "GA602W",
10
+ "unLocationCode": "PLGDN",
11
+ "facilityCode": "PLGDA",
12
+ "facilityCodeListProvider": "SMDG",
13
+ "facilityTypeCode": "POTE",
14
+ "otherFacility": null,
15
+ "modeOfTransport": "VESSEL",
16
+ "vessel": {
17
+ "vesselIMONumber": "8000004",
18
+ "vesselName": "EXAMPLE VESSEL 04",
19
+ "vesselFlag": "LR",
20
+ "vesselCallSignNumber": "0ZBC1"
21
+ }
22
+ },
23
+ "documentReferences": [
24
+ {
25
+ "documentReferenceType": "BKG",
26
+ "documentReferenceValue": "100AAAAAA00003"
27
+ },
28
+ {
29
+ "documentReferenceType": "TRD",
30
+ "documentReferenceValue": "MEDUAA000002"
31
+ }
32
+ ],
33
+ "description": "Estimated Time of Arrival",
34
+ "eventId": "EST2026-03-13T08:15:00:00+01:00",
35
+ "eventDateTime": "2026-03-13T08:15:00+01:00",
36
+ "eventClassifierCode": "EST",
37
+ "eventCreatedDateTime": "2026-02-17T13:06:27+00:00",
38
+ "references": []
39
+ },
40
+ {
41
+ "eventType": "TRANSPORT",
42
+ "transportEventTypeCode": "DEPA",
43
+ "transportCall": {
44
+ "transportCallID": "CNDLCGA602W",
45
+ "carrierServiceCode": null,
46
+ "exportVoyageNumber": "GA602W",
47
+ "importVoyageNumber": null,
48
+ "unLocationCode": "CNDLC",
49
+ "facilityCode": "DPCT",
50
+ "facilityCodeListProvider": "SMDG",
51
+ "facilityTypeCode": "POTE",
52
+ "otherFacility": null,
53
+ "modeOfTransport": "VESSEL",
54
+ "vessel": {
55
+ "vesselIMONumber": "8000004",
56
+ "vesselName": "EXAMPLE VESSEL 04",
57
+ "vesselFlag": "LR",
58
+ "vesselCallSignNumber": "0ZBC1"
59
+ }
60
+ },
61
+ "documentReferences": [
62
+ {
63
+ "documentReferenceType": "BKG",
64
+ "documentReferenceValue": "100AAAAAA00003"
65
+ },
66
+ {
67
+ "documentReferenceType": "TRD",
68
+ "documentReferenceValue": "MEDUAA000002"
69
+ }
70
+ ],
71
+ "description": "Vessel Departure",
72
+ "eventId": "ACT2026-01-16T17:48:00:00+08:00",
73
+ "eventDateTime": "2026-01-16T17:48:00+08:00",
74
+ "eventClassifierCode": "ACT",
75
+ "eventCreatedDateTime": "2026-01-16T17:48:00+08:00",
76
+ "references": []
77
+ },
78
+ {
79
+ "eventType": "EQUIPMENT",
80
+ "equipmentEventTypeCode": "LOAD",
81
+ "equipmentReference": "MSCU1000002",
82
+ "ISOEquipmentCode": "2210",
83
+ "emptyIndicatorCode": "LADEN",
84
+ "transportCall": {
85
+ "transportCallID": "CNDLCGA602W",
86
+ "carrierServiceCode": null,
87
+ "exportVoyageNumber": "GA602W",
88
+ "importVoyageNumber": null,
89
+ "unLocationCode": "CNDLC",
90
+ "facilityCode": "DPCT",
91
+ "facilityCodeListProvider": "SMDG",
92
+ "facilityTypeCode": "POTE",
93
+ "otherFacility": null,
94
+ "modeOfTransport": "VESSEL",
95
+ "vessel": {
96
+ "vesselIMONumber": "8000004",
97
+ "vesselName": "EXAMPLE VESSEL 04",
98
+ "vesselFlag": "LR",
99
+ "vesselCallSignNumber": "0ZBC1"
100
+ }
101
+ },
102
+ "documentReferences": [
103
+ {
104
+ "documentReferenceType": "BKG",
105
+ "documentReferenceValue": "100AAAAAA00003"
106
+ },
107
+ {
108
+ "documentReferenceType": "TRD",
109
+ "documentReferenceValue": "MEDUAA000002"
110
+ }
111
+ ],
112
+ "eventLocation": {
113
+ "locationName": "DALIAN",
114
+ "unLocationCode": "CNDLC",
115
+ "facilityCode": "DPCT",
116
+ "facilityCodeListProvider": "SMDG"
117
+ },
118
+ "seals": [
119
+ {
120
+ "sealNumber": "FX43919131",
121
+ "sealSource": "TER"
122
+ }
123
+ ],
124
+ "description": "Export Loaded on Vessel",
125
+ "eventId": "1732786181",
126
+ "eventDateTime": "2026-01-16T16:55:00+08:00",
127
+ "eventClassifierCode": "ACT",
128
+ "eventCreatedDateTime": "2026-01-16T16:55:00+08:00",
129
+ "references": []
130
+ },
131
+ {
132
+ "eventType": "EQUIPMENT",
133
+ "equipmentEventTypeCode": "LOAD",
134
+ "equipmentReference": "MSCU1000003",
135
+ "ISOEquipmentCode": "2210",
136
+ "emptyIndicatorCode": "LADEN",
137
+ "transportCall": {
138
+ "transportCallID": "CNDLCGA602W",
139
+ "carrierServiceCode": null,
140
+ "exportVoyageNumber": "GA602W",
141
+ "importVoyageNumber": null,
142
+ "unLocationCode": "CNDLC",
143
+ "facilityCode": "DPCT",
144
+ "facilityCodeListProvider": "SMDG",
145
+ "facilityTypeCode": "POTE",
146
+ "otherFacility": null,
147
+ "modeOfTransport": "VESSEL",
148
+ "vessel": {
149
+ "vesselIMONumber": "8000004",
150
+ "vesselName": "EXAMPLE VESSEL 04",
151
+ "vesselFlag": "LR",
152
+ "vesselCallSignNumber": "0ZBC1"
153
+ }
154
+ },
155
+ "documentReferences": [
156
+ {
157
+ "documentReferenceType": "BKG",
158
+ "documentReferenceValue": "100AAAAAA00003"
159
+ },
160
+ {
161
+ "documentReferenceType": "TRD",
162
+ "documentReferenceValue": "MEDUAA000002"
163
+ }
164
+ ],
165
+ "eventLocation": {
166
+ "locationName": "DALIAN",
167
+ "unLocationCode": "CNDLC",
168
+ "facilityCode": "DPCT",
169
+ "facilityCodeListProvider": "SMDG"
170
+ },
171
+ "seals": [
172
+ {
173
+ "sealNumber": "FX43919134",
174
+ "sealSource": "TER"
175
+ }
176
+ ],
177
+ "description": "Export Loaded on Vessel",
178
+ "eventId": "1732786986",
179
+ "eventDateTime": "2026-01-16T16:55:00+08:00",
180
+ "eventClassifierCode": "ACT",
181
+ "eventCreatedDateTime": "2026-01-16T16:55:00+08:00",
182
+ "references": []
183
+ },
184
+ {
185
+ "eventType": "EQUIPMENT",
186
+ "equipmentEventTypeCode": "LOAD",
187
+ "equipmentReference": "MSCU1000004",
188
+ "ISOEquipmentCode": "2210",
189
+ "emptyIndicatorCode": "LADEN",
190
+ "transportCall": {
191
+ "transportCallID": "CNDLCGA602W",
192
+ "carrierServiceCode": null,
193
+ "exportVoyageNumber": "GA602W",
194
+ "importVoyageNumber": null,
195
+ "unLocationCode": "CNDLC",
196
+ "facilityCode": "DPCT",
197
+ "facilityCodeListProvider": "SMDG",
198
+ "facilityTypeCode": "POTE",
199
+ "otherFacility": null,
200
+ "modeOfTransport": "VESSEL",
201
+ "vessel": {
202
+ "vesselIMONumber": "8000004",
203
+ "vesselName": "EXAMPLE VESSEL 04",
204
+ "vesselFlag": "LR",
205
+ "vesselCallSignNumber": "0ZBC1"
206
+ }
207
+ },
208
+ "documentReferences": [
209
+ {
210
+ "documentReferenceType": "BKG",
211
+ "documentReferenceValue": "100AAAAAA00003"
212
+ },
213
+ {
214
+ "documentReferenceType": "TRD",
215
+ "documentReferenceValue": "MEDUAA000002"
216
+ }
217
+ ],
218
+ "eventLocation": {
219
+ "locationName": "DALIAN",
220
+ "unLocationCode": "CNDLC",
221
+ "facilityCode": "DPCT",
222
+ "facilityCodeListProvider": "SMDG"
223
+ },
224
+ "seals": [
225
+ {
226
+ "sealNumber": "FX43919135",
227
+ "sealSource": "TER"
228
+ }
229
+ ],
230
+ "description": "Export Loaded on Vessel",
231
+ "eventId": "1732787193",
232
+ "eventDateTime": "2026-01-16T16:55:00+08:00",
233
+ "eventClassifierCode": "ACT",
234
+ "eventCreatedDateTime": "2026-01-16T16:55:00+08:00",
235
+ "references": []
236
+ },
237
+ {
238
+ "eventType": "EQUIPMENT",
239
+ "equipmentEventTypeCode": "LOAD",
240
+ "equipmentReference": "MSCU1000005",
241
+ "ISOEquipmentCode": "2210",
242
+ "emptyIndicatorCode": "LADEN",
243
+ "transportCall": {
244
+ "transportCallID": "CNDLCGA602W",
245
+ "carrierServiceCode": null,
246
+ "exportVoyageNumber": "GA602W",
247
+ "importVoyageNumber": null,
248
+ "unLocationCode": "CNDLC",
249
+ "facilityCode": "DPCT",
250
+ "facilityCodeListProvider": "SMDG",
251
+ "facilityTypeCode": "POTE",
252
+ "otherFacility": null,
253
+ "modeOfTransport": "VESSEL",
254
+ "vessel": {
255
+ "vesselIMONumber": "8000004",
256
+ "vesselName": "EXAMPLE VESSEL 04",
257
+ "vesselFlag": "LR",
258
+ "vesselCallSignNumber": "0ZBC1"
259
+ }
260
+ },
261
+ "documentReferences": [
262
+ {
263
+ "documentReferenceType": "BKG",
264
+ "documentReferenceValue": "100AAAAAA00003"
265
+ },
266
+ {
267
+ "documentReferenceType": "TRD",
268
+ "documentReferenceValue": "MEDUAA000002"
269
+ }
270
+ ],
271
+ "eventLocation": {
272
+ "locationName": "DALIAN",
273
+ "unLocationCode": "CNDLC",
274
+ "facilityCode": "DPCT",
275
+ "facilityCodeListProvider": "SMDG"
276
+ },
277
+ "seals": [
278
+ {
279
+ "sealNumber": "FX43919133",
280
+ "sealSource": "TER"
281
+ }
282
+ ],
283
+ "description": "Export Loaded on Vessel",
284
+ "eventId": "1732787002",
285
+ "eventDateTime": "2026-01-16T16:55:00+08:00",
286
+ "eventClassifierCode": "ACT",
287
+ "eventCreatedDateTime": "2026-01-16T16:55:00+08:00",
288
+ "references": []
289
+ },
290
+ {
291
+ "eventType": "EQUIPMENT",
292
+ "equipmentEventTypeCode": "LOAD",
293
+ "equipmentReference": "MSCU1000006",
294
+ "ISOEquipmentCode": "2210",
295
+ "emptyIndicatorCode": "LADEN",
296
+ "transportCall": {
297
+ "transportCallID": "CNDLCGA602W",
298
+ "carrierServiceCode": null,
299
+ "exportVoyageNumber": "GA602W",
300
+ "importVoyageNumber": null,
301
+ "unLocationCode": "CNDLC",
302
+ "facilityCode": "DPCT",
303
+ "facilityCodeListProvider": "SMDG",
304
+ "facilityTypeCode": "POTE",
305
+ "otherFacility": null,
306
+ "modeOfTransport": "VESSEL",
307
+ "vessel": {
308
+ "vesselIMONumber": "8000004",
309
+ "vesselName": "EXAMPLE VESSEL 04",
310
+ "vesselFlag": "LR",
311
+ "vesselCallSignNumber": "0ZBC1"
312
+ }
313
+ },
314
+ "documentReferences": [
315
+ {
316
+ "documentReferenceType": "BKG",
317
+ "documentReferenceValue": "100AAAAAA00003"
318
+ },
319
+ {
320
+ "documentReferenceType": "TRD",
321
+ "documentReferenceValue": "MEDUAA000002"
322
+ }
323
+ ],
324
+ "eventLocation": {
325
+ "locationName": "DALIAN",
326
+ "unLocationCode": "CNDLC",
327
+ "facilityCode": "DPCT",
328
+ "facilityCodeListProvider": "SMDG"
329
+ },
330
+ "seals": [
331
+ {
332
+ "sealNumber": "FX43919132",
333
+ "sealSource": "TER"
334
+ }
335
+ ],
336
+ "description": "Export Loaded on Vessel",
337
+ "eventId": "1732787003",
338
+ "eventDateTime": "2026-01-16T16:55:00+08:00",
339
+ "eventClassifierCode": "ACT",
340
+ "eventCreatedDateTime": "2026-01-16T16:55:00+08:00",
341
+ "references": []
342
+ },
343
+ {
344
+ "eventType": "EQUIPMENT",
345
+ "equipmentEventTypeCode": "LOAD",
346
+ "equipmentReference": "MSCU1000007",
347
+ "ISOEquipmentCode": "2210",
348
+ "emptyIndicatorCode": "LADEN",
349
+ "transportCall": {
350
+ "transportCallID": "CNDLCGA602W",
351
+ "carrierServiceCode": null,
352
+ "exportVoyageNumber": "GA602W",
353
+ "importVoyageNumber": null,
354
+ "unLocationCode": "CNDLC",
355
+ "facilityCode": "DPCT",
356
+ "facilityCodeListProvider": "SMDG",
357
+ "facilityTypeCode": "POTE",
358
+ "otherFacility": null,
359
+ "modeOfTransport": "VESSEL",
360
+ "vessel": {
361
+ "vesselIMONumber": "8000004",
362
+ "vesselName": "EXAMPLE VESSEL 04",
363
+ "vesselFlag": "LR",
364
+ "vesselCallSignNumber": "0ZBC1"
365
+ }
366
+ },
367
+ "documentReferences": [
368
+ {
369
+ "documentReferenceType": "BKG",
370
+ "documentReferenceValue": "100AAAAAA00003"
371
+ },
372
+ {
373
+ "documentReferenceType": "TRD",
374
+ "documentReferenceValue": "MEDUAA000002"
375
+ }
376
+ ],
377
+ "eventLocation": {
378
+ "locationName": "DALIAN",
379
+ "unLocationCode": "CNDLC",
380
+ "facilityCode": "DPCT",
381
+ "facilityCodeListProvider": "SMDG"
382
+ },
383
+ "seals": [
384
+ {
385
+ "sealNumber": "FX43919140",
386
+ "sealSource": "TER"
387
+ }
388
+ ],
389
+ "description": "Export Loaded on Vessel",
390
+ "eventId": "1732786988",
391
+ "eventDateTime": "2026-01-16T16:55:00+08:00",
392
+ "eventClassifierCode": "ACT",
393
+ "eventCreatedDateTime": "2026-01-16T16:55:00+08:00",
394
+ "references": []
395
+ },
396
+ {
397
+ "eventType": "EQUIPMENT",
398
+ "equipmentEventTypeCode": "LOAD",
399
+ "equipmentReference": "MSCU1000008",
400
+ "ISOEquipmentCode": "2210",
401
+ "emptyIndicatorCode": "LADEN",
402
+ "transportCall": {
403
+ "transportCallID": "CNDLCGA602W",
404
+ "carrierServiceCode": null,
405
+ "exportVoyageNumber": "GA602W",
406
+ "importVoyageNumber": null,
407
+ "unLocationCode": "CNDLC",
408
+ "facilityCode": "DPCT",
409
+ "facilityCodeListProvider": "SMDG",
410
+ "facilityTypeCode": "POTE",
411
+ "otherFacility": null,
412
+ "modeOfTransport": "VESSEL",
413
+ "vessel": {
414
+ "vesselIMONumber": "8000004",
415
+ "vesselName": "EXAMPLE VESSEL 04",
416
+ "vesselFlag": "LR",
417
+ "vesselCallSignNumber": "0ZBC1"
418
+ }
419
+ },
420
+ "documentReferences": [
421
+ {
422
+ "documentReferenceType": "BKG",
423
+ "documentReferenceValue": "100AAAAAA00003"
424
+ },
425
+ {
426
+ "documentReferenceType": "TRD",
427
+ "documentReferenceValue": "MEDUAA000002"
428
+ }
429
+ ],
430
+ "eventLocation": {
431
+ "locationName": "DALIAN",
432
+ "unLocationCode": "CNDLC",
433
+ "facilityCode": "DPCT",
434
+ "facilityCodeListProvider": "SMDG"
435
+ },
436
+ "seals": [
437
+ {
438
+ "sealNumber": "FX43919137",
439
+ "sealSource": "TER"
440
+ }
441
+ ],
442
+ "description": "Export Loaded on Vessel",
443
+ "eventId": "1732787188",
444
+ "eventDateTime": "2026-01-16T16:55:00+08:00",
445
+ "eventClassifierCode": "ACT",
446
+ "eventCreatedDateTime": "2026-01-16T16:55:00+08:00",
447
+ "references": []
448
+ },
449
+ {
450
+ "eventType": "EQUIPMENT",
451
+ "equipmentEventTypeCode": "LOAD",
452
+ "equipmentReference": "MSCU1000009",
453
+ "ISOEquipmentCode": "2210",
454
+ "emptyIndicatorCode": "LADEN",
455
+ "transportCall": {
456
+ "transportCallID": "CNDLCGA602W",
457
+ "carrierServiceCode": null,
458
+ "exportVoyageNumber": "GA602W",
459
+ "importVoyageNumber": null,
460
+ "unLocationCode": "CNDLC",
461
+ "facilityCode": "DPCT",
462
+ "facilityCodeListProvider": "SMDG",
463
+ "facilityTypeCode": "POTE",
464
+ "otherFacility": null,
465
+ "modeOfTransport": "VESSEL",
466
+ "vessel": {
467
+ "vesselIMONumber": "8000004",
468
+ "vesselName": "EXAMPLE VESSEL 04",
469
+ "vesselFlag": "LR",
470
+ "vesselCallSignNumber": "0ZBC1"
471
+ }
472
+ },
473
+ "documentReferences": [
474
+ {
475
+ "documentReferenceType": "BKG",
476
+ "documentReferenceValue": "100AAAAAA00003"
477
+ },
478
+ {
479
+ "documentReferenceType": "TRD",
480
+ "documentReferenceValue": "MEDUAA000002"
481
+ }
482
+ ],
483
+ "eventLocation": {
484
+ "locationName": "DALIAN",
485
+ "unLocationCode": "CNDLC",
486
+ "facilityCode": "DPCT",
487
+ "facilityCodeListProvider": "SMDG"
488
+ },
489
+ "seals": [
490
+ {
491
+ "sealNumber": "FX43919138",
492
+ "sealSource": "TER"
493
+ }
494
+ ],
495
+ "description": "Export Loaded on Vessel",
496
+ "eventId": "1732787004",
497
+ "eventDateTime": "2026-01-16T16:55:00+08:00",
498
+ "eventClassifierCode": "ACT",
499
+ "eventCreatedDateTime": "2026-01-16T16:55:00+08:00",
500
+ "references": []
501
+ },
502
+ {
503
+ "eventType": "EQUIPMENT",
504
+ "equipmentEventTypeCode": "LOAD",
505
+ "equipmentReference": "MSCU1000010",
506
+ "ISOEquipmentCode": "2210",
507
+ "emptyIndicatorCode": "LADEN",
508
+ "transportCall": {
509
+ "transportCallID": "CNDLCGA602W",
510
+ "carrierServiceCode": null,
511
+ "exportVoyageNumber": "GA602W",
512
+ "importVoyageNumber": null,
513
+ "unLocationCode": "CNDLC",
514
+ "facilityCode": "DPCT",
515
+ "facilityCodeListProvider": "SMDG",
516
+ "facilityTypeCode": "POTE",
517
+ "otherFacility": null,
518
+ "modeOfTransport": "VESSEL",
519
+ "vessel": {
520
+ "vesselIMONumber": "8000004",
521
+ "vesselName": "EXAMPLE VESSEL 04",
522
+ "vesselFlag": "LR",
523
+ "vesselCallSignNumber": "0ZBC1"
524
+ }
525
+ },
526
+ "documentReferences": [
527
+ {
528
+ "documentReferenceType": "BKG",
529
+ "documentReferenceValue": "100AAAAAA00003"
530
+ },
531
+ {
532
+ "documentReferenceType": "TRD",
533
+ "documentReferenceValue": "MEDUAA000002"
534
+ }
535
+ ],
536
+ "eventLocation": {
537
+ "locationName": "DALIAN",
538
+ "unLocationCode": "CNDLC",
539
+ "facilityCode": "DPCT",
540
+ "facilityCodeListProvider": "SMDG"
541
+ },
542
+ "seals": [
543
+ {
544
+ "sealNumber": "FX43919182",
545
+ "sealSource": "TER"
546
+ }
547
+ ],
548
+ "description": "Export Loaded on Vessel",
549
+ "eventId": "1732787001",
550
+ "eventDateTime": "2026-01-16T16:55:00+08:00",
551
+ "eventClassifierCode": "ACT",
552
+ "eventCreatedDateTime": "2026-01-16T16:55:00+08:00",
553
+ "references": []
554
+ },
555
+ {
556
+ "eventType": "EQUIPMENT",
557
+ "equipmentEventTypeCode": "LOAD",
558
+ "equipmentReference": "MSCU1000011",
559
+ "ISOEquipmentCode": "2210",
560
+ "emptyIndicatorCode": "LADEN",
561
+ "transportCall": {
562
+ "transportCallID": "CNDLCGA602W",
563
+ "carrierServiceCode": null,
564
+ "exportVoyageNumber": "GA602W",
565
+ "importVoyageNumber": null,
566
+ "unLocationCode": "CNDLC",
567
+ "facilityCode": "DPCT",
568
+ "facilityCodeListProvider": "SMDG",
569
+ "facilityTypeCode": "POTE",
570
+ "otherFacility": null,
571
+ "modeOfTransport": "VESSEL",
572
+ "vessel": {
573
+ "vesselIMONumber": "8000004",
574
+ "vesselName": "EXAMPLE VESSEL 04",
575
+ "vesselFlag": "LR",
576
+ "vesselCallSignNumber": "0ZBC1"
577
+ }
578
+ },
579
+ "documentReferences": [
580
+ {
581
+ "documentReferenceType": "BKG",
582
+ "documentReferenceValue": "100AAAAAA00003"
583
+ },
584
+ {
585
+ "documentReferenceType": "TRD",
586
+ "documentReferenceValue": "MEDUAA000002"
587
+ }
588
+ ],
589
+ "eventLocation": {
590
+ "locationName": "DALIAN",
591
+ "unLocationCode": "CNDLC",
592
+ "facilityCode": "DPCT",
593
+ "facilityCodeListProvider": "SMDG"
594
+ },
595
+ "seals": [
596
+ {
597
+ "sealNumber": "FX43919139",
598
+ "sealSource": "TER"
599
+ }
600
+ ],
601
+ "description": "Export Loaded on Vessel",
602
+ "eventId": "1732786984",
603
+ "eventDateTime": "2026-01-16T16:55:00+08:00",
604
+ "eventClassifierCode": "ACT",
605
+ "eventCreatedDateTime": "2026-01-16T16:55:00+08:00",
606
+ "references": []
607
+ },
608
+ {
609
+ "eventType": "EQUIPMENT",
610
+ "equipmentEventTypeCode": "LOAD",
611
+ "equipmentReference": "MSCU1000012",
612
+ "ISOEquipmentCode": "2210",
613
+ "emptyIndicatorCode": "LADEN",
614
+ "transportCall": {
615
+ "transportCallID": "CNDLCGA602W",
616
+ "carrierServiceCode": null,
617
+ "exportVoyageNumber": "GA602W",
618
+ "importVoyageNumber": null,
619
+ "unLocationCode": "CNDLC",
620
+ "facilityCode": "DPCT",
621
+ "facilityCodeListProvider": "SMDG",
622
+ "facilityTypeCode": "POTE",
623
+ "otherFacility": null,
624
+ "modeOfTransport": "VESSEL",
625
+ "vessel": {
626
+ "vesselIMONumber": "8000004",
627
+ "vesselName": "EXAMPLE VESSEL 04",
628
+ "vesselFlag": "LR",
629
+ "vesselCallSignNumber": "0ZBC1"
630
+ }
631
+ },
632
+ "documentReferences": [
633
+ {
634
+ "documentReferenceType": "BKG",
635
+ "documentReferenceValue": "100AAAAAA00003"
636
+ },
637
+ {
638
+ "documentReferenceType": "TRD",
639
+ "documentReferenceValue": "MEDUAA000002"
640
+ }
641
+ ],
642
+ "eventLocation": {
643
+ "locationName": "DALIAN",
644
+ "unLocationCode": "CNDLC",
645
+ "facilityCode": "DPCT",
646
+ "facilityCodeListProvider": "SMDG"
647
+ },
648
+ "seals": [
649
+ {
650
+ "sealNumber": "FX43919136",
651
+ "sealSource": "TER"
652
+ }
653
+ ],
654
+ "description": "Export Loaded on Vessel",
655
+ "eventId": "1732787197",
656
+ "eventDateTime": "2026-01-16T16:55:00+08:00",
657
+ "eventClassifierCode": "ACT",
658
+ "eventCreatedDateTime": "2026-01-16T16:55:00+08:00",
659
+ "references": []
660
+ },
661
+ {
662
+ "eventType": "EQUIPMENT",
663
+ "equipmentEventTypeCode": "LOAD",
664
+ "equipmentReference": "MSCU1000013",
665
+ "ISOEquipmentCode": "2210",
666
+ "emptyIndicatorCode": "LADEN",
667
+ "transportCall": {
668
+ "transportCallID": "CNDLCGA602W",
669
+ "carrierServiceCode": null,
670
+ "exportVoyageNumber": "GA602W",
671
+ "importVoyageNumber": null,
672
+ "unLocationCode": "CNDLC",
673
+ "facilityCode": "DPCT",
674
+ "facilityCodeListProvider": "SMDG",
675
+ "facilityTypeCode": "POTE",
676
+ "otherFacility": null,
677
+ "modeOfTransport": "VESSEL",
678
+ "vessel": {
679
+ "vesselIMONumber": "8000004",
680
+ "vesselName": "EXAMPLE VESSEL 04",
681
+ "vesselFlag": "LR",
682
+ "vesselCallSignNumber": "0ZBC1"
683
+ }
684
+ },
685
+ "documentReferences": [
686
+ {
687
+ "documentReferenceType": "BKG",
688
+ "documentReferenceValue": "100AAAAAA00003"
689
+ },
690
+ {
691
+ "documentReferenceType": "TRD",
692
+ "documentReferenceValue": "MEDUAA000002"
693
+ }
694
+ ],
695
+ "eventLocation": {
696
+ "locationName": "DALIAN",
697
+ "unLocationCode": "CNDLC",
698
+ "facilityCode": "DPCT",
699
+ "facilityCodeListProvider": "SMDG"
700
+ },
701
+ "seals": [
702
+ {
703
+ "sealNumber": "FX43919184",
704
+ "sealSource": "TER"
705
+ }
706
+ ],
707
+ "description": "Export Loaded on Vessel",
708
+ "eventId": "1732786975",
709
+ "eventDateTime": "2026-01-16T16:55:00+08:00",
710
+ "eventClassifierCode": "ACT",
711
+ "eventCreatedDateTime": "2026-01-16T16:55:00+08:00",
712
+ "references": []
713
+ },
714
+ {
715
+ "eventType": "EQUIPMENT",
716
+ "equipmentEventTypeCode": "LOAD",
717
+ "equipmentReference": "MSCU1000014",
718
+ "ISOEquipmentCode": "2210",
719
+ "emptyIndicatorCode": "LADEN",
720
+ "transportCall": {
721
+ "transportCallID": "CNDLCGA602W",
722
+ "carrierServiceCode": null,
723
+ "exportVoyageNumber": "GA602W",
724
+ "importVoyageNumber": null,
725
+ "unLocationCode": "CNDLC",
726
+ "facilityCode": "DPCT",
727
+ "facilityCodeListProvider": "SMDG",
728
+ "facilityTypeCode": "POTE",
729
+ "otherFacility": null,
730
+ "modeOfTransport": "VESSEL",
731
+ "vessel": {
732
+ "vesselIMONumber": "8000004",
733
+ "vesselName": "EXAMPLE VESSEL 04",
734
+ "vesselFlag": "LR",
735
+ "vesselCallSignNumber": "0ZBC1"
736
+ }
737
+ },
738
+ "documentReferences": [
739
+ {
740
+ "documentReferenceType": "BKG",
741
+ "documentReferenceValue": "100AAAAAA00003"
742
+ },
743
+ {
744
+ "documentReferenceType": "TRD",
745
+ "documentReferenceValue": "MEDUAA000002"
746
+ }
747
+ ],
748
+ "eventLocation": {
749
+ "locationName": "DALIAN",
750
+ "unLocationCode": "CNDLC",
751
+ "facilityCode": "DPCT",
752
+ "facilityCodeListProvider": "SMDG"
753
+ },
754
+ "seals": [
755
+ {
756
+ "sealNumber": "FX43919183",
757
+ "sealSource": "TER"
758
+ }
759
+ ],
760
+ "description": "Export Loaded on Vessel",
761
+ "eventId": "1732787198",
762
+ "eventDateTime": "2026-01-16T16:55:00+08:00",
763
+ "eventClassifierCode": "ACT",
764
+ "eventCreatedDateTime": "2026-01-16T16:55:00+08:00",
765
+ "references": []
766
+ },
767
+ {
768
+ "eventType": "EQUIPMENT",
769
+ "equipmentEventTypeCode": "LOAD",
770
+ "equipmentReference": "MSCU1000015",
771
+ "ISOEquipmentCode": "2210",
772
+ "emptyIndicatorCode": "LADEN",
773
+ "transportCall": {
774
+ "transportCallID": "CNDLCGA602W",
775
+ "carrierServiceCode": null,
776
+ "exportVoyageNumber": "GA602W",
777
+ "importVoyageNumber": null,
778
+ "unLocationCode": "CNDLC",
779
+ "facilityCode": "DPCT",
780
+ "facilityCodeListProvider": "SMDG",
781
+ "facilityTypeCode": "POTE",
782
+ "otherFacility": null,
783
+ "modeOfTransport": "VESSEL",
784
+ "vessel": {
785
+ "vesselIMONumber": "8000004",
786
+ "vesselName": "EXAMPLE VESSEL 04",
787
+ "vesselFlag": "LR",
788
+ "vesselCallSignNumber": "0ZBC1"
789
+ }
790
+ },
791
+ "documentReferences": [
792
+ {
793
+ "documentReferenceType": "BKG",
794
+ "documentReferenceValue": "100AAAAAA00003"
795
+ },
796
+ {
797
+ "documentReferenceType": "TRD",
798
+ "documentReferenceValue": "MEDUAA000002"
799
+ }
800
+ ],
801
+ "eventLocation": {
802
+ "locationName": "DALIAN",
803
+ "unLocationCode": "CNDLC",
804
+ "facilityCode": "DPCT",
805
+ "facilityCodeListProvider": "SMDG"
806
+ },
807
+ "seals": [
808
+ {
809
+ "sealNumber": "FX43919185",
810
+ "sealSource": "TER"
811
+ }
812
+ ],
813
+ "description": "Export Loaded on Vessel",
814
+ "eventId": "1732787199",
815
+ "eventDateTime": "2026-01-16T16:55:00+08:00",
816
+ "eventClassifierCode": "ACT",
817
+ "eventCreatedDateTime": "2026-01-16T16:55:00+08:00",
818
+ "references": []
819
+ },
820
+ {
821
+ "eventType": "EQUIPMENT",
822
+ "equipmentEventTypeCode": "LOAD",
823
+ "equipmentReference": "MSCU1000016",
824
+ "ISOEquipmentCode": "2210",
825
+ "emptyIndicatorCode": "LADEN",
826
+ "transportCall": {
827
+ "transportCallID": "CNDLCGA602W",
828
+ "carrierServiceCode": null,
829
+ "exportVoyageNumber": "GA602W",
830
+ "importVoyageNumber": null,
831
+ "unLocationCode": "CNDLC",
832
+ "facilityCode": "DPCT",
833
+ "facilityCodeListProvider": "SMDG",
834
+ "facilityTypeCode": "POTE",
835
+ "otherFacility": null,
836
+ "modeOfTransport": "VESSEL",
837
+ "vessel": {
838
+ "vesselIMONumber": "8000004",
839
+ "vesselName": "EXAMPLE VESSEL 04",
840
+ "vesselFlag": "LR",
841
+ "vesselCallSignNumber": "0ZBC1"
842
+ }
843
+ },
844
+ "documentReferences": [
845
+ {
846
+ "documentReferenceType": "BKG",
847
+ "documentReferenceValue": "100AAAAAA00003"
848
+ },
849
+ {
850
+ "documentReferenceType": "TRD",
851
+ "documentReferenceValue": "MEDUAA000002"
852
+ }
853
+ ],
854
+ "eventLocation": {
855
+ "locationName": "DALIAN",
856
+ "unLocationCode": "CNDLC",
857
+ "facilityCode": "DPCT",
858
+ "facilityCodeListProvider": "SMDG"
859
+ },
860
+ "seals": [
861
+ {
862
+ "sealNumber": "FX43919186",
863
+ "sealSource": "TER"
864
+ }
865
+ ],
866
+ "description": "Export Loaded on Vessel",
867
+ "eventId": "1732786990",
868
+ "eventDateTime": "2026-01-16T16:55:00+08:00",
869
+ "eventClassifierCode": "ACT",
870
+ "eventCreatedDateTime": "2026-01-16T16:55:00+08:00",
871
+ "references": []
872
+ },
873
+ {
874
+ "eventType": "EQUIPMENT",
875
+ "equipmentEventTypeCode": "LOAD",
876
+ "equipmentReference": "MSCU1000017",
877
+ "ISOEquipmentCode": "2210",
878
+ "emptyIndicatorCode": "LADEN",
879
+ "transportCall": {
880
+ "transportCallID": "CNDLCGA602W",
881
+ "carrierServiceCode": null,
882
+ "exportVoyageNumber": "GA602W",
883
+ "importVoyageNumber": null,
884
+ "unLocationCode": "CNDLC",
885
+ "facilityCode": "DPCT",
886
+ "facilityCodeListProvider": "SMDG",
887
+ "facilityTypeCode": "POTE",
888
+ "otherFacility": null,
889
+ "modeOfTransport": "VESSEL",
890
+ "vessel": {
891
+ "vesselIMONumber": "8000004",
892
+ "vesselName": "EXAMPLE VESSEL 04",
893
+ "vesselFlag": "LR",
894
+ "vesselCallSignNumber": "0ZBC1"
895
+ }
896
+ },
897
+ "documentReferences": [
898
+ {
899
+ "documentReferenceType": "BKG",
900
+ "documentReferenceValue": "100AAAAAA00003"
901
+ },
902
+ {
903
+ "documentReferenceType": "TRD",
904
+ "documentReferenceValue": "MEDUAA000002"
905
+ }
906
+ ],
907
+ "eventLocation": {
908
+ "locationName": "DALIAN",
909
+ "unLocationCode": "CNDLC",
910
+ "facilityCode": "DPCT",
911
+ "facilityCodeListProvider": "SMDG"
912
+ },
913
+ "seals": [
914
+ {
915
+ "sealNumber": "FX43919181",
916
+ "sealSource": "TER"
917
+ }
918
+ ],
919
+ "description": "Export Loaded on Vessel",
920
+ "eventId": "1732786998",
921
+ "eventDateTime": "2026-01-16T16:55:00+08:00",
922
+ "eventClassifierCode": "ACT",
923
+ "eventCreatedDateTime": "2026-01-16T16:55:00+08:00",
924
+ "references": []
925
+ },
926
+ {
927
+ "eventType": "EQUIPMENT",
928
+ "equipmentEventTypeCode": "LOAD",
929
+ "equipmentReference": "MSCU1000018",
930
+ "ISOEquipmentCode": "2210",
931
+ "emptyIndicatorCode": "LADEN",
932
+ "transportCall": {
933
+ "transportCallID": "CNDLCGA602W",
934
+ "carrierServiceCode": null,
935
+ "exportVoyageNumber": "GA602W",
936
+ "importVoyageNumber": null,
937
+ "unLocationCode": "CNDLC",
938
+ "facilityCode": "DPCT",
939
+ "facilityCodeListProvider": "SMDG",
940
+ "facilityTypeCode": "POTE",
941
+ "otherFacility": null,
942
+ "modeOfTransport": "VESSEL",
943
+ "vessel": {
944
+ "vesselIMONumber": "8000004",
945
+ "vesselName": "EXAMPLE VESSEL 04",
946
+ "vesselFlag": "LR",
947
+ "vesselCallSignNumber": "0ZBC1"
948
+ }
949
+ },
950
+ "documentReferences": [
951
+ {
952
+ "documentReferenceType": "BKG",
953
+ "documentReferenceValue": "100AAAAAA00003"
954
+ },
955
+ {
956
+ "documentReferenceType": "TRD",
957
+ "documentReferenceValue": "MEDUAA000002"
958
+ }
959
+ ],
960
+ "eventLocation": {
961
+ "locationName": "DALIAN",
962
+ "unLocationCode": "CNDLC",
963
+ "facilityCode": "DPCT",
964
+ "facilityCodeListProvider": "SMDG"
965
+ },
966
+ "seals": [
967
+ {
968
+ "sealNumber": "FX43919187",
969
+ "sealSource": "TER"
970
+ }
971
+ ],
972
+ "description": "Export Loaded on Vessel",
973
+ "eventId": "1732786978",
974
+ "eventDateTime": "2026-01-16T16:55:00+08:00",
975
+ "eventClassifierCode": "ACT",
976
+ "eventCreatedDateTime": "2026-01-16T16:55:00+08:00",
977
+ "references": []
978
+ },
979
+ {
980
+ "eventType": "EQUIPMENT",
981
+ "equipmentEventTypeCode": "LOAD",
982
+ "equipmentReference": "MSCU1000019",
983
+ "ISOEquipmentCode": "2210",
984
+ "emptyIndicatorCode": "LADEN",
985
+ "transportCall": {
986
+ "transportCallID": "CNDLCGA602W",
987
+ "carrierServiceCode": null,
988
+ "exportVoyageNumber": "GA602W",
989
+ "importVoyageNumber": null,
990
+ "unLocationCode": "CNDLC",
991
+ "facilityCode": "DPCT",
992
+ "facilityCodeListProvider": "SMDG",
993
+ "facilityTypeCode": "POTE",
994
+ "otherFacility": null,
995
+ "modeOfTransport": "VESSEL",
996
+ "vessel": {
997
+ "vesselIMONumber": "8000004",
998
+ "vesselName": "EXAMPLE VESSEL 04",
999
+ "vesselFlag": "LR",
1000
+ "vesselCallSignNumber": "0ZBC1"
1001
+ }
1002
+ },
1003
+ "documentReferences": [
1004
+ {
1005
+ "documentReferenceType": "BKG",
1006
+ "documentReferenceValue": "100AAAAAA00003"
1007
+ },
1008
+ {
1009
+ "documentReferenceType": "TRD",
1010
+ "documentReferenceValue": "MEDUAA000002"
1011
+ }
1012
+ ],
1013
+ "eventLocation": {
1014
+ "locationName": "DALIAN",
1015
+ "unLocationCode": "CNDLC",
1016
+ "facilityCode": "DPCT",
1017
+ "facilityCodeListProvider": "SMDG"
1018
+ },
1019
+ "seals": [
1020
+ {
1021
+ "sealNumber": "FX43919190",
1022
+ "sealSource": "TER"
1023
+ }
1024
+ ],
1025
+ "description": "Export Loaded on Vessel",
1026
+ "eventId": "1732786977",
1027
+ "eventDateTime": "2026-01-16T16:55:00+08:00",
1028
+ "eventClassifierCode": "ACT",
1029
+ "eventCreatedDateTime": "2026-01-16T16:55:00+08:00",
1030
+ "references": []
1031
+ },
1032
+ {
1033
+ "eventType": "EQUIPMENT",
1034
+ "equipmentEventTypeCode": "LOAD",
1035
+ "equipmentReference": "MSCU1000020",
1036
+ "ISOEquipmentCode": "2210",
1037
+ "emptyIndicatorCode": "LADEN",
1038
+ "transportCall": {
1039
+ "transportCallID": "CNDLCGA602W",
1040
+ "carrierServiceCode": null,
1041
+ "exportVoyageNumber": "GA602W",
1042
+ "importVoyageNumber": null,
1043
+ "unLocationCode": "CNDLC",
1044
+ "facilityCode": "DPCT",
1045
+ "facilityCodeListProvider": "SMDG",
1046
+ "facilityTypeCode": "POTE",
1047
+ "otherFacility": null,
1048
+ "modeOfTransport": "VESSEL",
1049
+ "vessel": {
1050
+ "vesselIMONumber": "8000004",
1051
+ "vesselName": "EXAMPLE VESSEL 04",
1052
+ "vesselFlag": "LR",
1053
+ "vesselCallSignNumber": "0ZBC1"
1054
+ }
1055
+ },
1056
+ "documentReferences": [
1057
+ {
1058
+ "documentReferenceType": "BKG",
1059
+ "documentReferenceValue": "100AAAAAA00003"
1060
+ },
1061
+ {
1062
+ "documentReferenceType": "TRD",
1063
+ "documentReferenceValue": "MEDUAA000002"
1064
+ }
1065
+ ],
1066
+ "eventLocation": {
1067
+ "locationName": "DALIAN",
1068
+ "unLocationCode": "CNDLC",
1069
+ "facilityCode": "DPCT",
1070
+ "facilityCodeListProvider": "SMDG"
1071
+ },
1072
+ "seals": [
1073
+ {
1074
+ "sealNumber": "FX43919188",
1075
+ "sealSource": "TER"
1076
+ }
1077
+ ],
1078
+ "description": "Export Loaded on Vessel",
1079
+ "eventId": "1732786983",
1080
+ "eventDateTime": "2026-01-16T16:55:00+08:00",
1081
+ "eventClassifierCode": "ACT",
1082
+ "eventCreatedDateTime": "2026-01-16T16:55:00+08:00",
1083
+ "references": []
1084
+ },
1085
+ {
1086
+ "eventType": "EQUIPMENT",
1087
+ "equipmentEventTypeCode": "LOAD",
1088
+ "equipmentReference": "MSCU1000021",
1089
+ "ISOEquipmentCode": "2210",
1090
+ "emptyIndicatorCode": "LADEN",
1091
+ "transportCall": {
1092
+ "transportCallID": "CNDLCGA602W",
1093
+ "carrierServiceCode": null,
1094
+ "exportVoyageNumber": "GA602W",
1095
+ "importVoyageNumber": null,
1096
+ "unLocationCode": "CNDLC",
1097
+ "facilityCode": "DPCT",
1098
+ "facilityCodeListProvider": "SMDG",
1099
+ "facilityTypeCode": "POTE",
1100
+ "otherFacility": null,
1101
+ "modeOfTransport": "VESSEL",
1102
+ "vessel": {
1103
+ "vesselIMONumber": "8000004",
1104
+ "vesselName": "EXAMPLE VESSEL 04",
1105
+ "vesselFlag": "LR",
1106
+ "vesselCallSignNumber": "0ZBC1"
1107
+ }
1108
+ },
1109
+ "documentReferences": [
1110
+ {
1111
+ "documentReferenceType": "BKG",
1112
+ "documentReferenceValue": "100AAAAAA00003"
1113
+ },
1114
+ {
1115
+ "documentReferenceType": "TRD",
1116
+ "documentReferenceValue": "MEDUAA000002"
1117
+ }
1118
+ ],
1119
+ "eventLocation": {
1120
+ "locationName": "DALIAN",
1121
+ "unLocationCode": "CNDLC",
1122
+ "facilityCode": "DPCT",
1123
+ "facilityCodeListProvider": "SMDG"
1124
+ },
1125
+ "seals": [
1126
+ {
1127
+ "sealNumber": "FX43919189",
1128
+ "sealSource": "TER"
1129
+ }
1130
+ ],
1131
+ "description": "Export Loaded on Vessel",
1132
+ "eventId": "1732786994",
1133
+ "eventDateTime": "2026-01-16T16:55:00+08:00",
1134
+ "eventClassifierCode": "ACT",
1135
+ "eventCreatedDateTime": "2026-01-16T16:55:00+08:00",
1136
+ "references": []
1137
+ },
1138
+ {
1139
+ "eventType": "EQUIPMENT",
1140
+ "equipmentEventTypeCode": "LOAD",
1141
+ "equipmentReference": "MSCU1000022",
1142
+ "ISOEquipmentCode": "2210",
1143
+ "emptyIndicatorCode": "LADEN",
1144
+ "transportCall": {
1145
+ "transportCallID": "CNDLCGA602W",
1146
+ "carrierServiceCode": null,
1147
+ "exportVoyageNumber": "GA602W",
1148
+ "importVoyageNumber": null,
1149
+ "unLocationCode": "CNDLC",
1150
+ "facilityCode": "DPCT",
1151
+ "facilityCodeListProvider": "SMDG",
1152
+ "facilityTypeCode": "POTE",
1153
+ "otherFacility": null,
1154
+ "modeOfTransport": "VESSEL",
1155
+ "vessel": {
1156
+ "vesselIMONumber": "8000004",
1157
+ "vesselName": "EXAMPLE VESSEL 04",
1158
+ "vesselFlag": "LR",
1159
+ "vesselCallSignNumber": "0ZBC1"
1160
+ }
1161
+ },
1162
+ "documentReferences": [
1163
+ {
1164
+ "documentReferenceType": "BKG",
1165
+ "documentReferenceValue": "100AAAAAA00003"
1166
+ },
1167
+ {
1168
+ "documentReferenceType": "TRD",
1169
+ "documentReferenceValue": "MEDUAA000002"
1170
+ }
1171
+ ],
1172
+ "eventLocation": {
1173
+ "locationName": "DALIAN",
1174
+ "unLocationCode": "CNDLC",
1175
+ "facilityCode": "DPCT",
1176
+ "facilityCodeListProvider": "SMDG"
1177
+ },
1178
+ "seals": [
1179
+ {
1180
+ "sealNumber": "FX43919243",
1181
+ "sealSource": "TER"
1182
+ }
1183
+ ],
1184
+ "description": "Export Loaded on Vessel",
1185
+ "eventId": "1732786993",
1186
+ "eventDateTime": "2026-01-16T16:55:00+08:00",
1187
+ "eventClassifierCode": "ACT",
1188
+ "eventCreatedDateTime": "2026-01-16T16:55:00+08:00",
1189
+ "references": []
1190
+ },
1191
+ {
1192
+ "eventType": "EQUIPMENT",
1193
+ "equipmentEventTypeCode": "LOAD",
1194
+ "equipmentReference": "MSCU1000023",
1195
+ "ISOEquipmentCode": "2210",
1196
+ "emptyIndicatorCode": "LADEN",
1197
+ "transportCall": {
1198
+ "transportCallID": "CNDLCGA602W",
1199
+ "carrierServiceCode": null,
1200
+ "exportVoyageNumber": "GA602W",
1201
+ "importVoyageNumber": null,
1202
+ "unLocationCode": "CNDLC",
1203
+ "facilityCode": "DPCT",
1204
+ "facilityCodeListProvider": "SMDG",
1205
+ "facilityTypeCode": "POTE",
1206
+ "otherFacility": null,
1207
+ "modeOfTransport": "VESSEL",
1208
+ "vessel": {
1209
+ "vesselIMONumber": "8000004",
1210
+ "vesselName": "EXAMPLE VESSEL 04",
1211
+ "vesselFlag": "LR",
1212
+ "vesselCallSignNumber": "0ZBC1"
1213
+ }
1214
+ },
1215
+ "documentReferences": [
1216
+ {
1217
+ "documentReferenceType": "BKG",
1218
+ "documentReferenceValue": "100AAAAAA00003"
1219
+ },
1220
+ {
1221
+ "documentReferenceType": "TRD",
1222
+ "documentReferenceValue": "MEDUAA000002"
1223
+ }
1224
+ ],
1225
+ "eventLocation": {
1226
+ "locationName": "DALIAN",
1227
+ "unLocationCode": "CNDLC",
1228
+ "facilityCode": "DPCT",
1229
+ "facilityCodeListProvider": "SMDG"
1230
+ },
1231
+ "seals": [
1232
+ {
1233
+ "sealNumber": "FX43919241",
1234
+ "sealSource": "TER"
1235
+ }
1236
+ ],
1237
+ "description": "Export Loaded on Vessel",
1238
+ "eventId": "1732786997",
1239
+ "eventDateTime": "2026-01-16T16:55:00+08:00",
1240
+ "eventClassifierCode": "ACT",
1241
+ "eventCreatedDateTime": "2026-01-16T16:55:00+08:00",
1242
+ "references": []
1243
+ },
1244
+ {
1245
+ "eventType": "EQUIPMENT",
1246
+ "equipmentEventTypeCode": "LOAD",
1247
+ "equipmentReference": "MSCU1000024",
1248
+ "ISOEquipmentCode": "2210",
1249
+ "emptyIndicatorCode": "LADEN",
1250
+ "transportCall": {
1251
+ "transportCallID": "CNDLCGA602W",
1252
+ "carrierServiceCode": null,
1253
+ "exportVoyageNumber": "GA602W",
1254
+ "importVoyageNumber": null,
1255
+ "unLocationCode": "CNDLC",
1256
+ "facilityCode": "DPCT",
1257
+ "facilityCodeListProvider": "SMDG",
1258
+ "facilityTypeCode": "POTE",
1259
+ "otherFacility": null,
1260
+ "modeOfTransport": "VESSEL",
1261
+ "vessel": {
1262
+ "vesselIMONumber": "8000004",
1263
+ "vesselName": "EXAMPLE VESSEL 04",
1264
+ "vesselFlag": "LR",
1265
+ "vesselCallSignNumber": "0ZBC1"
1266
+ }
1267
+ },
1268
+ "documentReferences": [
1269
+ {
1270
+ "documentReferenceType": "BKG",
1271
+ "documentReferenceValue": "100AAAAAA00003"
1272
+ },
1273
+ {
1274
+ "documentReferenceType": "TRD",
1275
+ "documentReferenceValue": "MEDUAA000002"
1276
+ }
1277
+ ],
1278
+ "eventLocation": {
1279
+ "locationName": "DALIAN",
1280
+ "unLocationCode": "CNDLC",
1281
+ "facilityCode": "DPCT",
1282
+ "facilityCodeListProvider": "SMDG"
1283
+ },
1284
+ "seals": [
1285
+ {
1286
+ "sealNumber": "FX43919248",
1287
+ "sealSource": "TER"
1288
+ }
1289
+ ],
1290
+ "description": "Export Loaded on Vessel",
1291
+ "eventId": "1732786973",
1292
+ "eventDateTime": "2026-01-16T16:55:00+08:00",
1293
+ "eventClassifierCode": "ACT",
1294
+ "eventCreatedDateTime": "2026-01-16T16:55:00+08:00",
1295
+ "references": []
1296
+ },
1297
+ {
1298
+ "eventType": "EQUIPMENT",
1299
+ "equipmentEventTypeCode": "LOAD",
1300
+ "equipmentReference": "MSCU1000025",
1301
+ "ISOEquipmentCode": "2210",
1302
+ "emptyIndicatorCode": "LADEN",
1303
+ "transportCall": {
1304
+ "transportCallID": "CNDLCGA602W",
1305
+ "carrierServiceCode": null,
1306
+ "exportVoyageNumber": "GA602W",
1307
+ "importVoyageNumber": null,
1308
+ "unLocationCode": "CNDLC",
1309
+ "facilityCode": "DPCT",
1310
+ "facilityCodeListProvider": "SMDG",
1311
+ "facilityTypeCode": "POTE",
1312
+ "otherFacility": null,
1313
+ "modeOfTransport": "VESSEL",
1314
+ "vessel": {
1315
+ "vesselIMONumber": "8000004",
1316
+ "vesselName": "EXAMPLE VESSEL 04",
1317
+ "vesselFlag": "LR",
1318
+ "vesselCallSignNumber": "0ZBC1"
1319
+ }
1320
+ },
1321
+ "documentReferences": [
1322
+ {
1323
+ "documentReferenceType": "BKG",
1324
+ "documentReferenceValue": "100AAAAAA00003"
1325
+ },
1326
+ {
1327
+ "documentReferenceType": "TRD",
1328
+ "documentReferenceValue": "MEDUAA000002"
1329
+ }
1330
+ ],
1331
+ "eventLocation": {
1332
+ "locationName": "DALIAN",
1333
+ "unLocationCode": "CNDLC",
1334
+ "facilityCode": "DPCT",
1335
+ "facilityCodeListProvider": "SMDG"
1336
+ },
1337
+ "seals": [
1338
+ {
1339
+ "sealNumber": "FX43919244",
1340
+ "sealSource": "TER"
1341
+ }
1342
+ ],
1343
+ "description": "Export Loaded on Vessel",
1344
+ "eventId": "1732786976",
1345
+ "eventDateTime": "2026-01-16T16:55:00+08:00",
1346
+ "eventClassifierCode": "ACT",
1347
+ "eventCreatedDateTime": "2026-01-16T16:55:00+08:00",
1348
+ "references": []
1349
+ },
1350
+ {
1351
+ "eventType": "EQUIPMENT",
1352
+ "equipmentEventTypeCode": "LOAD",
1353
+ "equipmentReference": "MSCU1000026",
1354
+ "ISOEquipmentCode": "2210",
1355
+ "emptyIndicatorCode": "LADEN",
1356
+ "transportCall": {
1357
+ "transportCallID": "CNDLCGA602W",
1358
+ "carrierServiceCode": null,
1359
+ "exportVoyageNumber": "GA602W",
1360
+ "importVoyageNumber": null,
1361
+ "unLocationCode": "CNDLC",
1362
+ "facilityCode": "DPCT",
1363
+ "facilityCodeListProvider": "SMDG",
1364
+ "facilityTypeCode": "POTE",
1365
+ "otherFacility": null,
1366
+ "modeOfTransport": "VESSEL",
1367
+ "vessel": {
1368
+ "vesselIMONumber": "8000004",
1369
+ "vesselName": "EXAMPLE VESSEL 04",
1370
+ "vesselFlag": "LR",
1371
+ "vesselCallSignNumber": "0ZBC1"
1372
+ }
1373
+ },
1374
+ "documentReferences": [
1375
+ {
1376
+ "documentReferenceType": "BKG",
1377
+ "documentReferenceValue": "100AAAAAA00003"
1378
+ },
1379
+ {
1380
+ "documentReferenceType": "TRD",
1381
+ "documentReferenceValue": "MEDUAA000002"
1382
+ }
1383
+ ],
1384
+ "eventLocation": {
1385
+ "locationName": "DALIAN",
1386
+ "unLocationCode": "CNDLC",
1387
+ "facilityCode": "DPCT",
1388
+ "facilityCodeListProvider": "SMDG"
1389
+ },
1390
+ "seals": [
1391
+ {
1392
+ "sealNumber": "FX43919247",
1393
+ "sealSource": "TER"
1394
+ }
1395
+ ],
1396
+ "description": "Export Loaded on Vessel",
1397
+ "eventId": "1732786992",
1398
+ "eventDateTime": "2026-01-16T16:55:00+08:00",
1399
+ "eventClassifierCode": "ACT",
1400
+ "eventCreatedDateTime": "2026-01-16T16:55:00+08:00",
1401
+ "references": []
1402
+ },
1403
+ {
1404
+ "eventType": "EQUIPMENT",
1405
+ "equipmentEventTypeCode": "LOAD",
1406
+ "equipmentReference": "MSCU1000027",
1407
+ "ISOEquipmentCode": "2210",
1408
+ "emptyIndicatorCode": "LADEN",
1409
+ "transportCall": {
1410
+ "transportCallID": "CNDLCGA602W",
1411
+ "carrierServiceCode": null,
1412
+ "exportVoyageNumber": "GA602W",
1413
+ "importVoyageNumber": null,
1414
+ "unLocationCode": "CNDLC",
1415
+ "facilityCode": "DPCT",
1416
+ "facilityCodeListProvider": "SMDG",
1417
+ "facilityTypeCode": "POTE",
1418
+ "otherFacility": null,
1419
+ "modeOfTransport": "VESSEL",
1420
+ "vessel": {
1421
+ "vesselIMONumber": "8000004",
1422
+ "vesselName": "EXAMPLE VESSEL 04",
1423
+ "vesselFlag": "LR",
1424
+ "vesselCallSignNumber": "0ZBC1"
1425
+ }
1426
+ },
1427
+ "documentReferences": [
1428
+ {
1429
+ "documentReferenceType": "BKG",
1430
+ "documentReferenceValue": "100AAAAAA00003"
1431
+ },
1432
+ {
1433
+ "documentReferenceType": "TRD",
1434
+ "documentReferenceValue": "MEDUAA000002"
1435
+ }
1436
+ ],
1437
+ "eventLocation": {
1438
+ "locationName": "DALIAN",
1439
+ "unLocationCode": "CNDLC",
1440
+ "facilityCode": "DPCT",
1441
+ "facilityCodeListProvider": "SMDG"
1442
+ },
1443
+ "seals": [
1444
+ {
1445
+ "sealNumber": "FX43919246",
1446
+ "sealSource": "TER"
1447
+ }
1448
+ ],
1449
+ "description": "Export Loaded on Vessel",
1450
+ "eventId": "1732786987",
1451
+ "eventDateTime": "2026-01-16T16:55:00+08:00",
1452
+ "eventClassifierCode": "ACT",
1453
+ "eventCreatedDateTime": "2026-01-16T16:55:00+08:00",
1454
+ "references": []
1455
+ },
1456
+ {
1457
+ "eventType": "EQUIPMENT",
1458
+ "equipmentEventTypeCode": "LOAD",
1459
+ "equipmentReference": "MSCU1000028",
1460
+ "ISOEquipmentCode": "2210",
1461
+ "emptyIndicatorCode": "LADEN",
1462
+ "transportCall": {
1463
+ "transportCallID": "CNDLCGA602W",
1464
+ "carrierServiceCode": null,
1465
+ "exportVoyageNumber": "GA602W",
1466
+ "importVoyageNumber": null,
1467
+ "unLocationCode": "CNDLC",
1468
+ "facilityCode": "DPCT",
1469
+ "facilityCodeListProvider": "SMDG",
1470
+ "facilityTypeCode": "POTE",
1471
+ "otherFacility": null,
1472
+ "modeOfTransport": "VESSEL",
1473
+ "vessel": {
1474
+ "vesselIMONumber": "8000004",
1475
+ "vesselName": "EXAMPLE VESSEL 04",
1476
+ "vesselFlag": "LR",
1477
+ "vesselCallSignNumber": "0ZBC1"
1478
+ }
1479
+ },
1480
+ "documentReferences": [
1481
+ {
1482
+ "documentReferenceType": "BKG",
1483
+ "documentReferenceValue": "100AAAAAA00003"
1484
+ },
1485
+ {
1486
+ "documentReferenceType": "TRD",
1487
+ "documentReferenceValue": "MEDUAA000002"
1488
+ }
1489
+ ],
1490
+ "eventLocation": {
1491
+ "locationName": "DALIAN",
1492
+ "unLocationCode": "CNDLC",
1493
+ "facilityCode": "DPCT",
1494
+ "facilityCodeListProvider": "SMDG"
1495
+ },
1496
+ "seals": [
1497
+ {
1498
+ "sealNumber": "FX43919245",
1499
+ "sealSource": "TER"
1500
+ }
1501
+ ],
1502
+ "description": "Export Loaded on Vessel",
1503
+ "eventId": "1732787186",
1504
+ "eventDateTime": "2026-01-16T16:55:00+08:00",
1505
+ "eventClassifierCode": "ACT",
1506
+ "eventCreatedDateTime": "2026-01-16T16:55:00+08:00",
1507
+ "references": []
1508
+ },
1509
+ {
1510
+ "eventType": "EQUIPMENT",
1511
+ "equipmentEventTypeCode": "LOAD",
1512
+ "equipmentReference": "MSCU1000029",
1513
+ "ISOEquipmentCode": "2210",
1514
+ "emptyIndicatorCode": "LADEN",
1515
+ "transportCall": {
1516
+ "transportCallID": "CNDLCGA602W",
1517
+ "carrierServiceCode": null,
1518
+ "exportVoyageNumber": "GA602W",
1519
+ "importVoyageNumber": null,
1520
+ "unLocationCode": "CNDLC",
1521
+ "facilityCode": "DPCT",
1522
+ "facilityCodeListProvider": "SMDG",
1523
+ "facilityTypeCode": "POTE",
1524
+ "otherFacility": null,
1525
+ "modeOfTransport": "VESSEL",
1526
+ "vessel": {
1527
+ "vesselIMONumber": "8000004",
1528
+ "vesselName": "EXAMPLE VESSEL 04",
1529
+ "vesselFlag": "LR",
1530
+ "vesselCallSignNumber": "0ZBC1"
1531
+ }
1532
+ },
1533
+ "documentReferences": [
1534
+ {
1535
+ "documentReferenceType": "BKG",
1536
+ "documentReferenceValue": "100AAAAAA00003"
1537
+ },
1538
+ {
1539
+ "documentReferenceType": "TRD",
1540
+ "documentReferenceValue": "MEDUAA000002"
1541
+ }
1542
+ ],
1543
+ "eventLocation": {
1544
+ "locationName": "DALIAN",
1545
+ "unLocationCode": "CNDLC",
1546
+ "facilityCode": "DPCT",
1547
+ "facilityCodeListProvider": "SMDG"
1548
+ },
1549
+ "seals": [
1550
+ {
1551
+ "sealNumber": "FX43900644",
1552
+ "sealSource": "TER"
1553
+ }
1554
+ ],
1555
+ "description": "Export Loaded on Vessel",
1556
+ "eventId": "1732787201",
1557
+ "eventDateTime": "2026-01-16T16:55:00+08:00",
1558
+ "eventClassifierCode": "ACT",
1559
+ "eventCreatedDateTime": "2026-01-16T16:55:00+08:00",
1560
+ "references": []
1561
+ },
1562
+ {
1563
+ "eventType": "EQUIPMENT",
1564
+ "equipmentEventTypeCode": "LOAD",
1565
+ "equipmentReference": "MSCU1000030",
1566
+ "ISOEquipmentCode": "2210",
1567
+ "emptyIndicatorCode": "LADEN",
1568
+ "transportCall": {
1569
+ "transportCallID": "CNDLCGA602W",
1570
+ "carrierServiceCode": null,
1571
+ "exportVoyageNumber": "GA602W",
1572
+ "importVoyageNumber": null,
1573
+ "unLocationCode": "CNDLC",
1574
+ "facilityCode": "DPCT",
1575
+ "facilityCodeListProvider": "SMDG",
1576
+ "facilityTypeCode": "POTE",
1577
+ "otherFacility": null,
1578
+ "modeOfTransport": "VESSEL",
1579
+ "vessel": {
1580
+ "vesselIMONumber": "8000004",
1581
+ "vesselName": "EXAMPLE VESSEL 04",
1582
+ "vesselFlag": "LR",
1583
+ "vesselCallSignNumber": "0ZBC1"
1584
+ }
1585
+ },
1586
+ "documentReferences": [
1587
+ {
1588
+ "documentReferenceType": "BKG",
1589
+ "documentReferenceValue": "100AAAAAA00003"
1590
+ },
1591
+ {
1592
+ "documentReferenceType": "TRD",
1593
+ "documentReferenceValue": "MEDUAA000002"
1594
+ }
1595
+ ],
1596
+ "eventLocation": {
1597
+ "locationName": "DALIAN",
1598
+ "unLocationCode": "CNDLC",
1599
+ "facilityCode": "DPCT",
1600
+ "facilityCodeListProvider": "SMDG"
1601
+ },
1602
+ "seals": [
1603
+ {
1604
+ "sealNumber": "FX43919250",
1605
+ "sealSource": "TER"
1606
+ }
1607
+ ],
1608
+ "description": "Export Loaded on Vessel",
1609
+ "eventId": "1732786995",
1610
+ "eventDateTime": "2026-01-16T16:55:00+08:00",
1611
+ "eventClassifierCode": "ACT",
1612
+ "eventCreatedDateTime": "2026-01-16T16:55:00+08:00",
1613
+ "references": []
1614
+ },
1615
+ {
1616
+ "eventType": "EQUIPMENT",
1617
+ "equipmentEventTypeCode": "LOAD",
1618
+ "equipmentReference": "MSCU1000031",
1619
+ "ISOEquipmentCode": "2210",
1620
+ "emptyIndicatorCode": "LADEN",
1621
+ "transportCall": {
1622
+ "transportCallID": "CNDLCGA602W",
1623
+ "carrierServiceCode": null,
1624
+ "exportVoyageNumber": "GA602W",
1625
+ "importVoyageNumber": null,
1626
+ "unLocationCode": "CNDLC",
1627
+ "facilityCode": "DPCT",
1628
+ "facilityCodeListProvider": "SMDG",
1629
+ "facilityTypeCode": "POTE",
1630
+ "otherFacility": null,
1631
+ "modeOfTransport": "VESSEL",
1632
+ "vessel": {
1633
+ "vesselIMONumber": "8000004",
1634
+ "vesselName": "EXAMPLE VESSEL 04",
1635
+ "vesselFlag": "LR",
1636
+ "vesselCallSignNumber": "0ZBC1"
1637
+ }
1638
+ },
1639
+ "documentReferences": [
1640
+ {
1641
+ "documentReferenceType": "BKG",
1642
+ "documentReferenceValue": "100AAAAAA00003"
1643
+ },
1644
+ {
1645
+ "documentReferenceType": "TRD",
1646
+ "documentReferenceValue": "MEDUAA000002"
1647
+ }
1648
+ ],
1649
+ "eventLocation": {
1650
+ "locationName": "DALIAN",
1651
+ "unLocationCode": "CNDLC",
1652
+ "facilityCode": "DPCT",
1653
+ "facilityCodeListProvider": "SMDG"
1654
+ },
1655
+ "seals": [
1656
+ {
1657
+ "sealNumber": "FX43919242",
1658
+ "sealSource": "TER"
1659
+ }
1660
+ ],
1661
+ "description": "Export Loaded on Vessel",
1662
+ "eventId": "1732786953",
1663
+ "eventDateTime": "2026-01-16T16:55:00+08:00",
1664
+ "eventClassifierCode": "ACT",
1665
+ "eventCreatedDateTime": "2026-01-16T16:55:00+08:00",
1666
+ "references": []
1667
+ },
1668
+ {
1669
+ "eventType": "EQUIPMENT",
1670
+ "equipmentEventTypeCode": "LOAD",
1671
+ "equipmentReference": "MSCU1000032",
1672
+ "ISOEquipmentCode": "2210",
1673
+ "emptyIndicatorCode": "LADEN",
1674
+ "transportCall": {
1675
+ "transportCallID": "CNDLCGA602W",
1676
+ "carrierServiceCode": null,
1677
+ "exportVoyageNumber": "GA602W",
1678
+ "importVoyageNumber": null,
1679
+ "unLocationCode": "CNDLC",
1680
+ "facilityCode": "DPCT",
1681
+ "facilityCodeListProvider": "SMDG",
1682
+ "facilityTypeCode": "POTE",
1683
+ "otherFacility": null,
1684
+ "modeOfTransport": "VESSEL",
1685
+ "vessel": {
1686
+ "vesselIMONumber": "8000004",
1687
+ "vesselName": "EXAMPLE VESSEL 04",
1688
+ "vesselFlag": "LR",
1689
+ "vesselCallSignNumber": "0ZBC1"
1690
+ }
1691
+ },
1692
+ "documentReferences": [
1693
+ {
1694
+ "documentReferenceType": "BKG",
1695
+ "documentReferenceValue": "100AAAAAA00003"
1696
+ },
1697
+ {
1698
+ "documentReferenceType": "TRD",
1699
+ "documentReferenceValue": "MEDUAA000002"
1700
+ }
1701
+ ],
1702
+ "eventLocation": {
1703
+ "locationName": "DALIAN",
1704
+ "unLocationCode": "CNDLC",
1705
+ "facilityCode": "DPCT",
1706
+ "facilityCodeListProvider": "SMDG"
1707
+ },
1708
+ "seals": [
1709
+ {
1710
+ "sealNumber": "FX43919249",
1711
+ "sealSource": "TER"
1712
+ }
1713
+ ],
1714
+ "description": "Export Loaded on Vessel",
1715
+ "eventId": "1732786974",
1716
+ "eventDateTime": "2026-01-16T16:55:00+08:00",
1717
+ "eventClassifierCode": "ACT",
1718
+ "eventCreatedDateTime": "2026-01-16T16:55:00+08:00",
1719
+ "references": []
1720
+ },
1721
+ {
1722
+ "eventType": "EQUIPMENT",
1723
+ "equipmentEventTypeCode": "LOAD",
1724
+ "equipmentReference": "MSCU1000033",
1725
+ "ISOEquipmentCode": "2210",
1726
+ "emptyIndicatorCode": "LADEN",
1727
+ "transportCall": {
1728
+ "transportCallID": "CNDLCGA602W",
1729
+ "carrierServiceCode": null,
1730
+ "exportVoyageNumber": "GA602W",
1731
+ "importVoyageNumber": null,
1732
+ "unLocationCode": "CNDLC",
1733
+ "facilityCode": "DPCT",
1734
+ "facilityCodeListProvider": "SMDG",
1735
+ "facilityTypeCode": "POTE",
1736
+ "otherFacility": null,
1737
+ "modeOfTransport": "VESSEL",
1738
+ "vessel": {
1739
+ "vesselIMONumber": "8000004",
1740
+ "vesselName": "EXAMPLE VESSEL 04",
1741
+ "vesselFlag": "LR",
1742
+ "vesselCallSignNumber": "0ZBC1"
1743
+ }
1744
+ },
1745
+ "documentReferences": [
1746
+ {
1747
+ "documentReferenceType": "BKG",
1748
+ "documentReferenceValue": "100AAAAAA00003"
1749
+ },
1750
+ {
1751
+ "documentReferenceType": "TRD",
1752
+ "documentReferenceValue": "MEDUAA000002"
1753
+ }
1754
+ ],
1755
+ "eventLocation": {
1756
+ "locationName": "DALIAN",
1757
+ "unLocationCode": "CNDLC",
1758
+ "facilityCode": "DPCT",
1759
+ "facilityCodeListProvider": "SMDG"
1760
+ },
1761
+ "seals": [
1762
+ {
1763
+ "sealNumber": "FX43900645",
1764
+ "sealSource": "TER"
1765
+ }
1766
+ ],
1767
+ "description": "Export Loaded on Vessel",
1768
+ "eventId": "1732786967",
1769
+ "eventDateTime": "2026-01-16T16:55:00+08:00",
1770
+ "eventClassifierCode": "ACT",
1771
+ "eventCreatedDateTime": "2026-01-16T16:55:00+08:00",
1772
+ "references": []
1773
+ },
1774
+ {
1775
+ "eventType": "EQUIPMENT",
1776
+ "equipmentEventTypeCode": "GTIN",
1777
+ "equipmentReference": "MSCU1000012",
1778
+ "ISOEquipmentCode": "2210",
1779
+ "emptyIndicatorCode": "LADEN",
1780
+ "transportCall": {
1781
+ "transportCallID": "CNDLCTRB",
1782
+ "carrierServiceCode": null,
1783
+ "exportVoyageNumber": null,
1784
+ "importVoyageNumber": null,
1785
+ "unLocationCode": "CNDLC",
1786
+ "facilityCode": "DPCT",
1787
+ "facilityCodeListProvider": "SMDG",
1788
+ "facilityTypeCode": "POTE",
1789
+ "otherFacility": null,
1790
+ "modeOfTransport": "TRUCK",
1791
+ "vessel": null
1792
+ },
1793
+ "documentReferences": [
1794
+ {
1795
+ "documentReferenceType": "BKG",
1796
+ "documentReferenceValue": "100AAAAAA00003"
1797
+ },
1798
+ {
1799
+ "documentReferenceType": "TRD",
1800
+ "documentReferenceValue": "MEDUAA000002"
1801
+ }
1802
+ ],
1803
+ "eventLocation": {
1804
+ "locationName": "DALIAN",
1805
+ "unLocationCode": "CNDLC",
1806
+ "facilityCode": "DPCT",
1807
+ "facilityCodeListProvider": "SMDG"
1808
+ },
1809
+ "seals": [
1810
+ {
1811
+ "sealNumber": "FX43919136",
1812
+ "sealSource": "TER"
1813
+ }
1814
+ ],
1815
+ "description": "Export received at CY",
1816
+ "eventId": "1729676929",
1817
+ "eventDateTime": "2026-01-12T15:18:00+08:00",
1818
+ "eventClassifierCode": "ACT",
1819
+ "eventCreatedDateTime": "2026-01-12T15:18:00+08:00",
1820
+ "references": []
1821
+ },
1822
+ {
1823
+ "eventType": "EQUIPMENT",
1824
+ "equipmentEventTypeCode": "GTIN",
1825
+ "equipmentReference": "MSCU1000003",
1826
+ "ISOEquipmentCode": "2210",
1827
+ "emptyIndicatorCode": "LADEN",
1828
+ "transportCall": {
1829
+ "transportCallID": "CNDLCTRB",
1830
+ "carrierServiceCode": null,
1831
+ "exportVoyageNumber": null,
1832
+ "importVoyageNumber": null,
1833
+ "unLocationCode": "CNDLC",
1834
+ "facilityCode": "DPCT",
1835
+ "facilityCodeListProvider": "SMDG",
1836
+ "facilityTypeCode": "POTE",
1837
+ "otherFacility": null,
1838
+ "modeOfTransport": "TRUCK",
1839
+ "vessel": null
1840
+ },
1841
+ "documentReferences": [
1842
+ {
1843
+ "documentReferenceType": "BKG",
1844
+ "documentReferenceValue": "100AAAAAA00003"
1845
+ },
1846
+ {
1847
+ "documentReferenceType": "TRD",
1848
+ "documentReferenceValue": "MEDUAA000002"
1849
+ }
1850
+ ],
1851
+ "eventLocation": {
1852
+ "locationName": "DALIAN",
1853
+ "unLocationCode": "CNDLC",
1854
+ "facilityCode": "DPCT",
1855
+ "facilityCodeListProvider": "SMDG"
1856
+ },
1857
+ "seals": [
1858
+ {
1859
+ "sealNumber": "FX43919134",
1860
+ "sealSource": "TER"
1861
+ }
1862
+ ],
1863
+ "description": "Export received at CY",
1864
+ "eventId": "1729676920",
1865
+ "eventDateTime": "2026-01-12T15:12:00+08:00",
1866
+ "eventClassifierCode": "ACT",
1867
+ "eventCreatedDateTime": "2026-01-12T15:12:00+08:00",
1868
+ "references": []
1869
+ },
1870
+ {
1871
+ "eventType": "EQUIPMENT",
1872
+ "equipmentEventTypeCode": "GTIN",
1873
+ "equipmentReference": "MSCU1000004",
1874
+ "ISOEquipmentCode": "2210",
1875
+ "emptyIndicatorCode": "LADEN",
1876
+ "transportCall": {
1877
+ "transportCallID": "CNDLCTRB",
1878
+ "carrierServiceCode": null,
1879
+ "exportVoyageNumber": null,
1880
+ "importVoyageNumber": null,
1881
+ "unLocationCode": "CNDLC",
1882
+ "facilityCode": "DPCT",
1883
+ "facilityCodeListProvider": "SMDG",
1884
+ "facilityTypeCode": "POTE",
1885
+ "otherFacility": null,
1886
+ "modeOfTransport": "TRUCK",
1887
+ "vessel": null
1888
+ },
1889
+ "documentReferences": [
1890
+ {
1891
+ "documentReferenceType": "BKG",
1892
+ "documentReferenceValue": "100AAAAAA00003"
1893
+ },
1894
+ {
1895
+ "documentReferenceType": "TRD",
1896
+ "documentReferenceValue": "MEDUAA000002"
1897
+ }
1898
+ ],
1899
+ "eventLocation": {
1900
+ "locationName": "DALIAN",
1901
+ "unLocationCode": "CNDLC",
1902
+ "facilityCode": "DPCT",
1903
+ "facilityCodeListProvider": "SMDG"
1904
+ },
1905
+ "seals": [
1906
+ {
1907
+ "sealNumber": "FX43919135",
1908
+ "sealSource": "TER"
1909
+ }
1910
+ ],
1911
+ "description": "Export received at CY",
1912
+ "eventId": "1729676917",
1913
+ "eventDateTime": "2026-01-12T15:11:00+08:00",
1914
+ "eventClassifierCode": "ACT",
1915
+ "eventCreatedDateTime": "2026-01-12T15:11:00+08:00",
1916
+ "references": []
1917
+ },
1918
+ {
1919
+ "eventType": "EQUIPMENT",
1920
+ "equipmentEventTypeCode": "GTIN",
1921
+ "equipmentReference": "MSCU1000002",
1922
+ "ISOEquipmentCode": "2210",
1923
+ "emptyIndicatorCode": "LADEN",
1924
+ "transportCall": {
1925
+ "transportCallID": "CNDLCTRB",
1926
+ "carrierServiceCode": null,
1927
+ "exportVoyageNumber": null,
1928
+ "importVoyageNumber": null,
1929
+ "unLocationCode": "CNDLC",
1930
+ "facilityCode": "DPCT",
1931
+ "facilityCodeListProvider": "SMDG",
1932
+ "facilityTypeCode": "POTE",
1933
+ "otherFacility": null,
1934
+ "modeOfTransport": "TRUCK",
1935
+ "vessel": null
1936
+ },
1937
+ "documentReferences": [
1938
+ {
1939
+ "documentReferenceType": "BKG",
1940
+ "documentReferenceValue": "100AAAAAA00003"
1941
+ },
1942
+ {
1943
+ "documentReferenceType": "TRD",
1944
+ "documentReferenceValue": "MEDUAA000002"
1945
+ }
1946
+ ],
1947
+ "eventLocation": {
1948
+ "locationName": "DALIAN",
1949
+ "unLocationCode": "CNDLC",
1950
+ "facilityCode": "DPCT",
1951
+ "facilityCodeListProvider": "SMDG"
1952
+ },
1953
+ "seals": [
1954
+ {
1955
+ "sealNumber": "FX43919131",
1956
+ "sealSource": "TER"
1957
+ }
1958
+ ],
1959
+ "description": "Export received at CY",
1960
+ "eventId": "1729635082",
1961
+ "eventDateTime": "2026-01-12T14:52:00+08:00",
1962
+ "eventClassifierCode": "ACT",
1963
+ "eventCreatedDateTime": "2026-01-12T14:52:00+08:00",
1964
+ "references": []
1965
+ },
1966
+ {
1967
+ "eventType": "EQUIPMENT",
1968
+ "equipmentEventTypeCode": "GTIN",
1969
+ "equipmentReference": "MSCU1000009",
1970
+ "ISOEquipmentCode": "2210",
1971
+ "emptyIndicatorCode": "LADEN",
1972
+ "transportCall": {
1973
+ "transportCallID": "CNDLCTRB",
1974
+ "carrierServiceCode": null,
1975
+ "exportVoyageNumber": null,
1976
+ "importVoyageNumber": null,
1977
+ "unLocationCode": "CNDLC",
1978
+ "facilityCode": "DPCT",
1979
+ "facilityCodeListProvider": "SMDG",
1980
+ "facilityTypeCode": "POTE",
1981
+ "otherFacility": null,
1982
+ "modeOfTransport": "TRUCK",
1983
+ "vessel": null
1984
+ },
1985
+ "documentReferences": [
1986
+ {
1987
+ "documentReferenceType": "BKG",
1988
+ "documentReferenceValue": "100AAAAAA00003"
1989
+ },
1990
+ {
1991
+ "documentReferenceType": "TRD",
1992
+ "documentReferenceValue": "MEDUAA000002"
1993
+ }
1994
+ ],
1995
+ "eventLocation": {
1996
+ "locationName": "DALIAN",
1997
+ "unLocationCode": "CNDLC",
1998
+ "facilityCode": "DPCT",
1999
+ "facilityCodeListProvider": "SMDG"
2000
+ },
2001
+ "seals": [
2002
+ {
2003
+ "sealNumber": "FX43919138",
2004
+ "sealSource": "TER"
2005
+ }
2006
+ ],
2007
+ "description": "Export received at CY",
2008
+ "eventId": "1729635080",
2009
+ "eventDateTime": "2026-01-12T14:51:00+08:00",
2010
+ "eventClassifierCode": "ACT",
2011
+ "eventCreatedDateTime": "2026-01-12T14:51:00+08:00",
2012
+ "references": []
2013
+ },
2014
+ {
2015
+ "eventType": "EQUIPMENT",
2016
+ "equipmentEventTypeCode": "GTIN",
2017
+ "equipmentReference": "MSCU1000011",
2018
+ "ISOEquipmentCode": "2210",
2019
+ "emptyIndicatorCode": "LADEN",
2020
+ "transportCall": {
2021
+ "transportCallID": "CNDLCTRB",
2022
+ "carrierServiceCode": null,
2023
+ "exportVoyageNumber": null,
2024
+ "importVoyageNumber": null,
2025
+ "unLocationCode": "CNDLC",
2026
+ "facilityCode": "DPCT",
2027
+ "facilityCodeListProvider": "SMDG",
2028
+ "facilityTypeCode": "POTE",
2029
+ "otherFacility": null,
2030
+ "modeOfTransport": "TRUCK",
2031
+ "vessel": null
2032
+ },
2033
+ "documentReferences": [
2034
+ {
2035
+ "documentReferenceType": "BKG",
2036
+ "documentReferenceValue": "100AAAAAA00003"
2037
+ },
2038
+ {
2039
+ "documentReferenceType": "TRD",
2040
+ "documentReferenceValue": "MEDUAA000002"
2041
+ }
2042
+ ],
2043
+ "eventLocation": {
2044
+ "locationName": "DALIAN",
2045
+ "unLocationCode": "CNDLC",
2046
+ "facilityCode": "DPCT",
2047
+ "facilityCodeListProvider": "SMDG"
2048
+ },
2049
+ "seals": [
2050
+ {
2051
+ "sealNumber": "FX43919139",
2052
+ "sealSource": "TER"
2053
+ }
2054
+ ],
2055
+ "description": "Export received at CY",
2056
+ "eventId": "1729635077",
2057
+ "eventDateTime": "2026-01-12T14:49:00+08:00",
2058
+ "eventClassifierCode": "ACT",
2059
+ "eventCreatedDateTime": "2026-01-12T14:49:00+08:00",
2060
+ "references": []
2061
+ },
2062
+ {
2063
+ "eventType": "EQUIPMENT",
2064
+ "equipmentEventTypeCode": "GTIN",
2065
+ "equipmentReference": "MSCU1000010",
2066
+ "ISOEquipmentCode": "2210",
2067
+ "emptyIndicatorCode": "LADEN",
2068
+ "transportCall": {
2069
+ "transportCallID": "CNDLCTRB",
2070
+ "carrierServiceCode": null,
2071
+ "exportVoyageNumber": null,
2072
+ "importVoyageNumber": null,
2073
+ "unLocationCode": "CNDLC",
2074
+ "facilityCode": "DPCT",
2075
+ "facilityCodeListProvider": "SMDG",
2076
+ "facilityTypeCode": "POTE",
2077
+ "otherFacility": null,
2078
+ "modeOfTransport": "TRUCK",
2079
+ "vessel": null
2080
+ },
2081
+ "documentReferences": [
2082
+ {
2083
+ "documentReferenceType": "BKG",
2084
+ "documentReferenceValue": "100AAAAAA00003"
2085
+ },
2086
+ {
2087
+ "documentReferenceType": "TRD",
2088
+ "documentReferenceValue": "MEDUAA000002"
2089
+ }
2090
+ ],
2091
+ "eventLocation": {
2092
+ "locationName": "DALIAN",
2093
+ "unLocationCode": "CNDLC",
2094
+ "facilityCode": "DPCT",
2095
+ "facilityCodeListProvider": "SMDG"
2096
+ },
2097
+ "seals": [
2098
+ {
2099
+ "sealNumber": "FX43919182",
2100
+ "sealSource": "TER"
2101
+ }
2102
+ ],
2103
+ "description": "Export received at CY",
2104
+ "eventId": "1729635073",
2105
+ "eventDateTime": "2026-01-12T14:46:00+08:00",
2106
+ "eventClassifierCode": "ACT",
2107
+ "eventCreatedDateTime": "2026-01-12T14:46:00+08:00",
2108
+ "references": []
2109
+ },
2110
+ {
2111
+ "eventType": "EQUIPMENT",
2112
+ "equipmentEventTypeCode": "GTIN",
2113
+ "equipmentReference": "MSCU1000014",
2114
+ "ISOEquipmentCode": "2210",
2115
+ "emptyIndicatorCode": "LADEN",
2116
+ "transportCall": {
2117
+ "transportCallID": "CNDLCTRB",
2118
+ "carrierServiceCode": null,
2119
+ "exportVoyageNumber": null,
2120
+ "importVoyageNumber": null,
2121
+ "unLocationCode": "CNDLC",
2122
+ "facilityCode": "DPCT",
2123
+ "facilityCodeListProvider": "SMDG",
2124
+ "facilityTypeCode": "POTE",
2125
+ "otherFacility": null,
2126
+ "modeOfTransport": "TRUCK",
2127
+ "vessel": null
2128
+ },
2129
+ "documentReferences": [
2130
+ {
2131
+ "documentReferenceType": "BKG",
2132
+ "documentReferenceValue": "100AAAAAA00003"
2133
+ },
2134
+ {
2135
+ "documentReferenceType": "TRD",
2136
+ "documentReferenceValue": "MEDUAA000002"
2137
+ }
2138
+ ],
2139
+ "eventLocation": {
2140
+ "locationName": "DALIAN",
2141
+ "unLocationCode": "CNDLC",
2142
+ "facilityCode": "DPCT",
2143
+ "facilityCodeListProvider": "SMDG"
2144
+ },
2145
+ "seals": [
2146
+ {
2147
+ "sealNumber": "FX43919183",
2148
+ "sealSource": "TER"
2149
+ }
2150
+ ],
2151
+ "description": "Export received at CY",
2152
+ "eventId": "1729635070",
2153
+ "eventDateTime": "2026-01-12T14:45:00+08:00",
2154
+ "eventClassifierCode": "ACT",
2155
+ "eventCreatedDateTime": "2026-01-12T14:45:00+08:00",
2156
+ "references": []
2157
+ },
2158
+ {
2159
+ "eventType": "EQUIPMENT",
2160
+ "equipmentEventTypeCode": "GTIN",
2161
+ "equipmentReference": "MSCU1000017",
2162
+ "ISOEquipmentCode": "2210",
2163
+ "emptyIndicatorCode": "LADEN",
2164
+ "transportCall": {
2165
+ "transportCallID": "CNDLCTRB",
2166
+ "carrierServiceCode": null,
2167
+ "exportVoyageNumber": null,
2168
+ "importVoyageNumber": null,
2169
+ "unLocationCode": "CNDLC",
2170
+ "facilityCode": "DPCT",
2171
+ "facilityCodeListProvider": "SMDG",
2172
+ "facilityTypeCode": "POTE",
2173
+ "otherFacility": null,
2174
+ "modeOfTransport": "TRUCK",
2175
+ "vessel": null
2176
+ },
2177
+ "documentReferences": [
2178
+ {
2179
+ "documentReferenceType": "BKG",
2180
+ "documentReferenceValue": "100AAAAAA00003"
2181
+ },
2182
+ {
2183
+ "documentReferenceType": "TRD",
2184
+ "documentReferenceValue": "MEDUAA000002"
2185
+ }
2186
+ ],
2187
+ "eventLocation": {
2188
+ "locationName": "DALIAN",
2189
+ "unLocationCode": "CNDLC",
2190
+ "facilityCode": "DPCT",
2191
+ "facilityCodeListProvider": "SMDG"
2192
+ },
2193
+ "seals": [
2194
+ {
2195
+ "sealNumber": "FX43919181",
2196
+ "sealSource": "TER"
2197
+ }
2198
+ ],
2199
+ "description": "Export received at CY",
2200
+ "eventId": "1729635066",
2201
+ "eventDateTime": "2026-01-12T14:42:00+08:00",
2202
+ "eventClassifierCode": "ACT",
2203
+ "eventCreatedDateTime": "2026-01-12T14:42:00+08:00",
2204
+ "references": []
2205
+ },
2206
+ {
2207
+ "eventType": "EQUIPMENT",
2208
+ "equipmentEventTypeCode": "GTIN",
2209
+ "equipmentReference": "MSCU1000013",
2210
+ "ISOEquipmentCode": "2210",
2211
+ "emptyIndicatorCode": "LADEN",
2212
+ "transportCall": {
2213
+ "transportCallID": "CNDLCTRB",
2214
+ "carrierServiceCode": null,
2215
+ "exportVoyageNumber": null,
2216
+ "importVoyageNumber": null,
2217
+ "unLocationCode": "CNDLC",
2218
+ "facilityCode": "DPCT",
2219
+ "facilityCodeListProvider": "SMDG",
2220
+ "facilityTypeCode": "POTE",
2221
+ "otherFacility": null,
2222
+ "modeOfTransport": "TRUCK",
2223
+ "vessel": null
2224
+ },
2225
+ "documentReferences": [
2226
+ {
2227
+ "documentReferenceType": "BKG",
2228
+ "documentReferenceValue": "100AAAAAA00003"
2229
+ },
2230
+ {
2231
+ "documentReferenceType": "TRD",
2232
+ "documentReferenceValue": "MEDUAA000002"
2233
+ }
2234
+ ],
2235
+ "eventLocation": {
2236
+ "locationName": "DALIAN",
2237
+ "unLocationCode": "CNDLC",
2238
+ "facilityCode": "DPCT",
2239
+ "facilityCodeListProvider": "SMDG"
2240
+ },
2241
+ "seals": [
2242
+ {
2243
+ "sealNumber": "FX43919184",
2244
+ "sealSource": "TER"
2245
+ }
2246
+ ],
2247
+ "description": "Export received at CY",
2248
+ "eventId": "1729635055",
2249
+ "eventDateTime": "2026-01-12T14:31:00+08:00",
2250
+ "eventClassifierCode": "ACT",
2251
+ "eventCreatedDateTime": "2026-01-12T14:31:00+08:00",
2252
+ "references": []
2253
+ },
2254
+ {
2255
+ "eventType": "EQUIPMENT",
2256
+ "equipmentEventTypeCode": "GTIN",
2257
+ "equipmentReference": "MSCU1000007",
2258
+ "ISOEquipmentCode": "2210",
2259
+ "emptyIndicatorCode": "LADEN",
2260
+ "transportCall": {
2261
+ "transportCallID": "CNDLCTRB",
2262
+ "carrierServiceCode": null,
2263
+ "exportVoyageNumber": null,
2264
+ "importVoyageNumber": null,
2265
+ "unLocationCode": "CNDLC",
2266
+ "facilityCode": "DPCT",
2267
+ "facilityCodeListProvider": "SMDG",
2268
+ "facilityTypeCode": "POTE",
2269
+ "otherFacility": null,
2270
+ "modeOfTransport": "TRUCK",
2271
+ "vessel": null
2272
+ },
2273
+ "documentReferences": [
2274
+ {
2275
+ "documentReferenceType": "BKG",
2276
+ "documentReferenceValue": "100AAAAAA00003"
2277
+ },
2278
+ {
2279
+ "documentReferenceType": "TRD",
2280
+ "documentReferenceValue": "MEDUAA000002"
2281
+ }
2282
+ ],
2283
+ "eventLocation": {
2284
+ "locationName": "DALIAN",
2285
+ "unLocationCode": "CNDLC",
2286
+ "facilityCode": "DPCT",
2287
+ "facilityCodeListProvider": "SMDG"
2288
+ },
2289
+ "seals": [
2290
+ {
2291
+ "sealNumber": "FX43919140",
2292
+ "sealSource": "TER"
2293
+ }
2294
+ ],
2295
+ "description": "Export received at CY",
2296
+ "eventId": "1729635047",
2297
+ "eventDateTime": "2026-01-12T14:18:00+08:00",
2298
+ "eventClassifierCode": "ACT",
2299
+ "eventCreatedDateTime": "2026-01-12T14:18:00+08:00",
2300
+ "references": []
2301
+ },
2302
+ {
2303
+ "eventType": "EQUIPMENT",
2304
+ "equipmentEventTypeCode": "GTIN",
2305
+ "equipmentReference": "MSCU1000005",
2306
+ "ISOEquipmentCode": "2210",
2307
+ "emptyIndicatorCode": "LADEN",
2308
+ "transportCall": {
2309
+ "transportCallID": "CNDLCTRB",
2310
+ "carrierServiceCode": null,
2311
+ "exportVoyageNumber": null,
2312
+ "importVoyageNumber": null,
2313
+ "unLocationCode": "CNDLC",
2314
+ "facilityCode": "DPCT",
2315
+ "facilityCodeListProvider": "SMDG",
2316
+ "facilityTypeCode": "POTE",
2317
+ "otherFacility": null,
2318
+ "modeOfTransport": "TRUCK",
2319
+ "vessel": null
2320
+ },
2321
+ "documentReferences": [
2322
+ {
2323
+ "documentReferenceType": "BKG",
2324
+ "documentReferenceValue": "100AAAAAA00003"
2325
+ },
2326
+ {
2327
+ "documentReferenceType": "TRD",
2328
+ "documentReferenceValue": "MEDUAA000002"
2329
+ }
2330
+ ],
2331
+ "eventLocation": {
2332
+ "locationName": "DALIAN",
2333
+ "unLocationCode": "CNDLC",
2334
+ "facilityCode": "DPCT",
2335
+ "facilityCodeListProvider": "SMDG"
2336
+ },
2337
+ "seals": [
2338
+ {
2339
+ "sealNumber": "FX43919133",
2340
+ "sealSource": "TER"
2341
+ }
2342
+ ],
2343
+ "description": "Export received at CY",
2344
+ "eventId": "1729635038",
2345
+ "eventDateTime": "2026-01-12T14:16:00+08:00",
2346
+ "eventClassifierCode": "ACT",
2347
+ "eventCreatedDateTime": "2026-01-12T14:16:00+08:00",
2348
+ "references": []
2349
+ },
2350
+ {
2351
+ "eventType": "EQUIPMENT",
2352
+ "equipmentEventTypeCode": "GTIN",
2353
+ "equipmentReference": "MSCU1000008",
2354
+ "ISOEquipmentCode": "2210",
2355
+ "emptyIndicatorCode": "LADEN",
2356
+ "transportCall": {
2357
+ "transportCallID": "CNDLCTRB",
2358
+ "carrierServiceCode": null,
2359
+ "exportVoyageNumber": null,
2360
+ "importVoyageNumber": null,
2361
+ "unLocationCode": "CNDLC",
2362
+ "facilityCode": "DPCT",
2363
+ "facilityCodeListProvider": "SMDG",
2364
+ "facilityTypeCode": "POTE",
2365
+ "otherFacility": null,
2366
+ "modeOfTransport": "TRUCK",
2367
+ "vessel": null
2368
+ },
2369
+ "documentReferences": [
2370
+ {
2371
+ "documentReferenceType": "BKG",
2372
+ "documentReferenceValue": "100AAAAAA00003"
2373
+ },
2374
+ {
2375
+ "documentReferenceType": "TRD",
2376
+ "documentReferenceValue": "MEDUAA000002"
2377
+ }
2378
+ ],
2379
+ "eventLocation": {
2380
+ "locationName": "DALIAN",
2381
+ "unLocationCode": "CNDLC",
2382
+ "facilityCode": "DPCT",
2383
+ "facilityCodeListProvider": "SMDG"
2384
+ },
2385
+ "seals": [
2386
+ {
2387
+ "sealNumber": "FX43919137",
2388
+ "sealSource": "TER"
2389
+ }
2390
+ ],
2391
+ "description": "Export received at CY",
2392
+ "eventId": "1729635039",
2393
+ "eventDateTime": "2026-01-12T14:16:00+08:00",
2394
+ "eventClassifierCode": "ACT",
2395
+ "eventCreatedDateTime": "2026-01-12T14:16:00+08:00",
2396
+ "references": []
2397
+ },
2398
+ {
2399
+ "eventType": "EQUIPMENT",
2400
+ "equipmentEventTypeCode": "GTIN",
2401
+ "equipmentReference": "MSCU1000006",
2402
+ "ISOEquipmentCode": "2210",
2403
+ "emptyIndicatorCode": "LADEN",
2404
+ "transportCall": {
2405
+ "transportCallID": "CNDLCTRB",
2406
+ "carrierServiceCode": null,
2407
+ "exportVoyageNumber": null,
2408
+ "importVoyageNumber": null,
2409
+ "unLocationCode": "CNDLC",
2410
+ "facilityCode": "DPCT",
2411
+ "facilityCodeListProvider": "SMDG",
2412
+ "facilityTypeCode": "POTE",
2413
+ "otherFacility": null,
2414
+ "modeOfTransport": "TRUCK",
2415
+ "vessel": null
2416
+ },
2417
+ "documentReferences": [
2418
+ {
2419
+ "documentReferenceType": "BKG",
2420
+ "documentReferenceValue": "100AAAAAA00003"
2421
+ },
2422
+ {
2423
+ "documentReferenceType": "TRD",
2424
+ "documentReferenceValue": "MEDUAA000002"
2425
+ }
2426
+ ],
2427
+ "eventLocation": {
2428
+ "locationName": "DALIAN",
2429
+ "unLocationCode": "CNDLC",
2430
+ "facilityCode": "DPCT",
2431
+ "facilityCodeListProvider": "SMDG"
2432
+ },
2433
+ "seals": [
2434
+ {
2435
+ "sealNumber": "FX43919132",
2436
+ "sealSource": "TER"
2437
+ }
2438
+ ],
2439
+ "description": "Export received at CY",
2440
+ "eventId": "1729635037",
2441
+ "eventDateTime": "2026-01-12T14:13:00+08:00",
2442
+ "eventClassifierCode": "ACT",
2443
+ "eventCreatedDateTime": "2026-01-12T14:13:00+08:00",
2444
+ "references": []
2445
+ },
2446
+ {
2447
+ "eventType": "EQUIPMENT",
2448
+ "equipmentEventTypeCode": "GTIN",
2449
+ "equipmentReference": "MSCU1000021",
2450
+ "ISOEquipmentCode": "2210",
2451
+ "emptyIndicatorCode": "LADEN",
2452
+ "transportCall": {
2453
+ "transportCallID": "CNDLCTRB",
2454
+ "carrierServiceCode": null,
2455
+ "exportVoyageNumber": null,
2456
+ "importVoyageNumber": null,
2457
+ "unLocationCode": "CNDLC",
2458
+ "facilityCode": "DPCT",
2459
+ "facilityCodeListProvider": "SMDG",
2460
+ "facilityTypeCode": "POTE",
2461
+ "otherFacility": null,
2462
+ "modeOfTransport": "TRUCK",
2463
+ "vessel": null
2464
+ },
2465
+ "documentReferences": [
2466
+ {
2467
+ "documentReferenceType": "BKG",
2468
+ "documentReferenceValue": "100AAAAAA00003"
2469
+ },
2470
+ {
2471
+ "documentReferenceType": "TRD",
2472
+ "documentReferenceValue": "MEDUAA000002"
2473
+ }
2474
+ ],
2475
+ "eventLocation": {
2476
+ "locationName": "DALIAN",
2477
+ "unLocationCode": "CNDLC",
2478
+ "facilityCode": "DPCT",
2479
+ "facilityCodeListProvider": "SMDG"
2480
+ },
2481
+ "seals": [
2482
+ {
2483
+ "sealNumber": "FX43919189",
2484
+ "sealSource": "TER"
2485
+ }
2486
+ ],
2487
+ "description": "Export received at CY",
2488
+ "eventId": "1729603966",
2489
+ "eventDateTime": "2026-01-12T13:06:00+08:00",
2490
+ "eventClassifierCode": "ACT",
2491
+ "eventCreatedDateTime": "2026-01-12T13:06:00+08:00",
2492
+ "references": []
2493
+ },
2494
+ {
2495
+ "eventType": "EQUIPMENT",
2496
+ "equipmentEventTypeCode": "GTIN",
2497
+ "equipmentReference": "MSCU1000025",
2498
+ "ISOEquipmentCode": "2210",
2499
+ "emptyIndicatorCode": "LADEN",
2500
+ "transportCall": {
2501
+ "transportCallID": "CNDLCTRB",
2502
+ "carrierServiceCode": null,
2503
+ "exportVoyageNumber": null,
2504
+ "importVoyageNumber": null,
2505
+ "unLocationCode": "CNDLC",
2506
+ "facilityCode": "DPCT",
2507
+ "facilityCodeListProvider": "SMDG",
2508
+ "facilityTypeCode": "POTE",
2509
+ "otherFacility": null,
2510
+ "modeOfTransport": "TRUCK",
2511
+ "vessel": null
2512
+ },
2513
+ "documentReferences": [
2514
+ {
2515
+ "documentReferenceType": "BKG",
2516
+ "documentReferenceValue": "100AAAAAA00003"
2517
+ },
2518
+ {
2519
+ "documentReferenceType": "TRD",
2520
+ "documentReferenceValue": "MEDUAA000002"
2521
+ }
2522
+ ],
2523
+ "eventLocation": {
2524
+ "locationName": "DALIAN",
2525
+ "unLocationCode": "CNDLC",
2526
+ "facilityCode": "DPCT",
2527
+ "facilityCodeListProvider": "SMDG"
2528
+ },
2529
+ "seals": [
2530
+ {
2531
+ "sealNumber": "FX43919244",
2532
+ "sealSource": "TER"
2533
+ }
2534
+ ],
2535
+ "description": "Export received at CY",
2536
+ "eventId": "1729603953",
2537
+ "eventDateTime": "2026-01-12T13:02:00+08:00",
2538
+ "eventClassifierCode": "ACT",
2539
+ "eventCreatedDateTime": "2026-01-12T13:02:00+08:00",
2540
+ "references": []
2541
+ },
2542
+ {
2543
+ "eventType": "EQUIPMENT",
2544
+ "equipmentEventTypeCode": "GTIN",
2545
+ "equipmentReference": "MSCU1000028",
2546
+ "ISOEquipmentCode": "2210",
2547
+ "emptyIndicatorCode": "LADEN",
2548
+ "transportCall": {
2549
+ "transportCallID": "CNDLCTRB",
2550
+ "carrierServiceCode": null,
2551
+ "exportVoyageNumber": null,
2552
+ "importVoyageNumber": null,
2553
+ "unLocationCode": "CNDLC",
2554
+ "facilityCode": "DPCT",
2555
+ "facilityCodeListProvider": "SMDG",
2556
+ "facilityTypeCode": "POTE",
2557
+ "otherFacility": null,
2558
+ "modeOfTransport": "TRUCK",
2559
+ "vessel": null
2560
+ },
2561
+ "documentReferences": [
2562
+ {
2563
+ "documentReferenceType": "BKG",
2564
+ "documentReferenceValue": "100AAAAAA00003"
2565
+ },
2566
+ {
2567
+ "documentReferenceType": "TRD",
2568
+ "documentReferenceValue": "MEDUAA000002"
2569
+ }
2570
+ ],
2571
+ "eventLocation": {
2572
+ "locationName": "DALIAN",
2573
+ "unLocationCode": "CNDLC",
2574
+ "facilityCode": "DPCT",
2575
+ "facilityCodeListProvider": "SMDG"
2576
+ },
2577
+ "seals": [
2578
+ {
2579
+ "sealNumber": "FX43919245",
2580
+ "sealSource": "TER"
2581
+ }
2582
+ ],
2583
+ "description": "Export received at CY",
2584
+ "eventId": "1729603951",
2585
+ "eventDateTime": "2026-01-12T13:02:00+08:00",
2586
+ "eventClassifierCode": "ACT",
2587
+ "eventCreatedDateTime": "2026-01-12T13:02:00+08:00",
2588
+ "references": []
2589
+ },
2590
+ {
2591
+ "eventType": "EQUIPMENT",
2592
+ "equipmentEventTypeCode": "GTIN",
2593
+ "equipmentReference": "MSCU1000024",
2594
+ "ISOEquipmentCode": "2210",
2595
+ "emptyIndicatorCode": "LADEN",
2596
+ "transportCall": {
2597
+ "transportCallID": "CNDLCTRB",
2598
+ "carrierServiceCode": null,
2599
+ "exportVoyageNumber": null,
2600
+ "importVoyageNumber": null,
2601
+ "unLocationCode": "CNDLC",
2602
+ "facilityCode": "DPCT",
2603
+ "facilityCodeListProvider": "SMDG",
2604
+ "facilityTypeCode": "POTE",
2605
+ "otherFacility": null,
2606
+ "modeOfTransport": "TRUCK",
2607
+ "vessel": null
2608
+ },
2609
+ "documentReferences": [
2610
+ {
2611
+ "documentReferenceType": "BKG",
2612
+ "documentReferenceValue": "100AAAAAA00003"
2613
+ },
2614
+ {
2615
+ "documentReferenceType": "TRD",
2616
+ "documentReferenceValue": "MEDUAA000002"
2617
+ }
2618
+ ],
2619
+ "eventLocation": {
2620
+ "locationName": "DALIAN",
2621
+ "unLocationCode": "CNDLC",
2622
+ "facilityCode": "DPCT",
2623
+ "facilityCodeListProvider": "SMDG"
2624
+ },
2625
+ "seals": [
2626
+ {
2627
+ "sealNumber": "FX43919248",
2628
+ "sealSource": "TER"
2629
+ }
2630
+ ],
2631
+ "description": "Export received at CY",
2632
+ "eventId": "1729603948",
2633
+ "eventDateTime": "2026-01-12T13:01:00+08:00",
2634
+ "eventClassifierCode": "ACT",
2635
+ "eventCreatedDateTime": "2026-01-12T13:01:00+08:00",
2636
+ "references": []
2637
+ },
2638
+ {
2639
+ "eventType": "EQUIPMENT",
2640
+ "equipmentEventTypeCode": "GTIN",
2641
+ "equipmentReference": "MSCU1000026",
2642
+ "ISOEquipmentCode": "2210",
2643
+ "emptyIndicatorCode": "LADEN",
2644
+ "transportCall": {
2645
+ "transportCallID": "CNDLCTRB",
2646
+ "carrierServiceCode": null,
2647
+ "exportVoyageNumber": null,
2648
+ "importVoyageNumber": null,
2649
+ "unLocationCode": "CNDLC",
2650
+ "facilityCode": "DPCT",
2651
+ "facilityCodeListProvider": "SMDG",
2652
+ "facilityTypeCode": "POTE",
2653
+ "otherFacility": null,
2654
+ "modeOfTransport": "TRUCK",
2655
+ "vessel": null
2656
+ },
2657
+ "documentReferences": [
2658
+ {
2659
+ "documentReferenceType": "BKG",
2660
+ "documentReferenceValue": "100AAAAAA00003"
2661
+ },
2662
+ {
2663
+ "documentReferenceType": "TRD",
2664
+ "documentReferenceValue": "MEDUAA000002"
2665
+ }
2666
+ ],
2667
+ "eventLocation": {
2668
+ "locationName": "DALIAN",
2669
+ "unLocationCode": "CNDLC",
2670
+ "facilityCode": "DPCT",
2671
+ "facilityCodeListProvider": "SMDG"
2672
+ },
2673
+ "seals": [
2674
+ {
2675
+ "sealNumber": "FX43919247",
2676
+ "sealSource": "TER"
2677
+ }
2678
+ ],
2679
+ "description": "Export received at CY",
2680
+ "eventId": "1729603942",
2681
+ "eventDateTime": "2026-01-12T12:59:00+08:00",
2682
+ "eventClassifierCode": "ACT",
2683
+ "eventCreatedDateTime": "2026-01-12T12:59:00+08:00",
2684
+ "references": []
2685
+ },
2686
+ {
2687
+ "eventType": "EQUIPMENT",
2688
+ "equipmentEventTypeCode": "GTIN",
2689
+ "equipmentReference": "MSCU1000030",
2690
+ "ISOEquipmentCode": "2210",
2691
+ "emptyIndicatorCode": "LADEN",
2692
+ "transportCall": {
2693
+ "transportCallID": "CNDLCTRB",
2694
+ "carrierServiceCode": null,
2695
+ "exportVoyageNumber": null,
2696
+ "importVoyageNumber": null,
2697
+ "unLocationCode": "CNDLC",
2698
+ "facilityCode": "DPCT",
2699
+ "facilityCodeListProvider": "SMDG",
2700
+ "facilityTypeCode": "POTE",
2701
+ "otherFacility": null,
2702
+ "modeOfTransport": "TRUCK",
2703
+ "vessel": null
2704
+ },
2705
+ "documentReferences": [
2706
+ {
2707
+ "documentReferenceType": "BKG",
2708
+ "documentReferenceValue": "100AAAAAA00003"
2709
+ },
2710
+ {
2711
+ "documentReferenceType": "TRD",
2712
+ "documentReferenceValue": "MEDUAA000002"
2713
+ }
2714
+ ],
2715
+ "eventLocation": {
2716
+ "locationName": "DALIAN",
2717
+ "unLocationCode": "CNDLC",
2718
+ "facilityCode": "DPCT",
2719
+ "facilityCodeListProvider": "SMDG"
2720
+ },
2721
+ "seals": [
2722
+ {
2723
+ "sealNumber": "FX43919250",
2724
+ "sealSource": "TER"
2725
+ }
2726
+ ],
2727
+ "description": "Export received at CY",
2728
+ "eventId": "1729603937",
2729
+ "eventDateTime": "2026-01-12T12:57:00+08:00",
2730
+ "eventClassifierCode": "ACT",
2731
+ "eventCreatedDateTime": "2026-01-12T12:57:00+08:00",
2732
+ "references": []
2733
+ },
2734
+ {
2735
+ "eventType": "EQUIPMENT",
2736
+ "equipmentEventTypeCode": "GTIN",
2737
+ "equipmentReference": "MSCU1000032",
2738
+ "ISOEquipmentCode": "2210",
2739
+ "emptyIndicatorCode": "LADEN",
2740
+ "transportCall": {
2741
+ "transportCallID": "CNDLCTRB",
2742
+ "carrierServiceCode": null,
2743
+ "exportVoyageNumber": null,
2744
+ "importVoyageNumber": null,
2745
+ "unLocationCode": "CNDLC",
2746
+ "facilityCode": "DPCT",
2747
+ "facilityCodeListProvider": "SMDG",
2748
+ "facilityTypeCode": "POTE",
2749
+ "otherFacility": null,
2750
+ "modeOfTransport": "TRUCK",
2751
+ "vessel": null
2752
+ },
2753
+ "documentReferences": [
2754
+ {
2755
+ "documentReferenceType": "BKG",
2756
+ "documentReferenceValue": "100AAAAAA00003"
2757
+ },
2758
+ {
2759
+ "documentReferenceType": "TRD",
2760
+ "documentReferenceValue": "MEDUAA000002"
2761
+ }
2762
+ ],
2763
+ "eventLocation": {
2764
+ "locationName": "DALIAN",
2765
+ "unLocationCode": "CNDLC",
2766
+ "facilityCode": "DPCT",
2767
+ "facilityCodeListProvider": "SMDG"
2768
+ },
2769
+ "seals": [
2770
+ {
2771
+ "sealNumber": "FX43919249",
2772
+ "sealSource": "TER"
2773
+ }
2774
+ ],
2775
+ "description": "Export received at CY",
2776
+ "eventId": "1729603939",
2777
+ "eventDateTime": "2026-01-12T12:57:00+08:00",
2778
+ "eventClassifierCode": "ACT",
2779
+ "eventCreatedDateTime": "2026-01-12T12:57:00+08:00",
2780
+ "references": []
2781
+ },
2782
+ {
2783
+ "eventType": "EQUIPMENT",
2784
+ "equipmentEventTypeCode": "GTIN",
2785
+ "equipmentReference": "MSCU1000029",
2786
+ "ISOEquipmentCode": "2210",
2787
+ "emptyIndicatorCode": "LADEN",
2788
+ "transportCall": {
2789
+ "transportCallID": "CNDLCTRB",
2790
+ "carrierServiceCode": null,
2791
+ "exportVoyageNumber": null,
2792
+ "importVoyageNumber": null,
2793
+ "unLocationCode": "CNDLC",
2794
+ "facilityCode": "DPCT",
2795
+ "facilityCodeListProvider": "SMDG",
2796
+ "facilityTypeCode": "POTE",
2797
+ "otherFacility": null,
2798
+ "modeOfTransport": "TRUCK",
2799
+ "vessel": null
2800
+ },
2801
+ "documentReferences": [
2802
+ {
2803
+ "documentReferenceType": "BKG",
2804
+ "documentReferenceValue": "100AAAAAA00003"
2805
+ },
2806
+ {
2807
+ "documentReferenceType": "TRD",
2808
+ "documentReferenceValue": "MEDUAA000002"
2809
+ }
2810
+ ],
2811
+ "eventLocation": {
2812
+ "locationName": "DALIAN",
2813
+ "unLocationCode": "CNDLC",
2814
+ "facilityCode": "DPCT",
2815
+ "facilityCodeListProvider": "SMDG"
2816
+ },
2817
+ "seals": [
2818
+ {
2819
+ "sealNumber": "FX43900644",
2820
+ "sealSource": "TER"
2821
+ }
2822
+ ],
2823
+ "description": "Export received at CY",
2824
+ "eventId": "1729572108",
2825
+ "eventDateTime": "2026-01-12T12:53:00+08:00",
2826
+ "eventClassifierCode": "ACT",
2827
+ "eventCreatedDateTime": "2026-01-12T12:53:00+08:00",
2828
+ "references": []
2829
+ },
2830
+ {
2831
+ "eventType": "EQUIPMENT",
2832
+ "equipmentEventTypeCode": "GTIN",
2833
+ "equipmentReference": "MSCU1000033",
2834
+ "ISOEquipmentCode": "2210",
2835
+ "emptyIndicatorCode": "LADEN",
2836
+ "transportCall": {
2837
+ "transportCallID": "CNDLCTRB",
2838
+ "carrierServiceCode": null,
2839
+ "exportVoyageNumber": null,
2840
+ "importVoyageNumber": null,
2841
+ "unLocationCode": "CNDLC",
2842
+ "facilityCode": "DPCT",
2843
+ "facilityCodeListProvider": "SMDG",
2844
+ "facilityTypeCode": "POTE",
2845
+ "otherFacility": null,
2846
+ "modeOfTransport": "TRUCK",
2847
+ "vessel": null
2848
+ },
2849
+ "documentReferences": [
2850
+ {
2851
+ "documentReferenceType": "BKG",
2852
+ "documentReferenceValue": "100AAAAAA00003"
2853
+ },
2854
+ {
2855
+ "documentReferenceType": "TRD",
2856
+ "documentReferenceValue": "MEDUAA000002"
2857
+ }
2858
+ ],
2859
+ "eventLocation": {
2860
+ "locationName": "DALIAN",
2861
+ "unLocationCode": "CNDLC",
2862
+ "facilityCode": "DPCT",
2863
+ "facilityCodeListProvider": "SMDG"
2864
+ },
2865
+ "seals": [
2866
+ {
2867
+ "sealNumber": "FX43900645",
2868
+ "sealSource": "TER"
2869
+ }
2870
+ ],
2871
+ "description": "Export received at CY",
2872
+ "eventId": "1729572101",
2873
+ "eventDateTime": "2026-01-12T12:51:00+08:00",
2874
+ "eventClassifierCode": "ACT",
2875
+ "eventCreatedDateTime": "2026-01-12T12:51:00+08:00",
2876
+ "references": []
2877
+ },
2878
+ {
2879
+ "eventType": "EQUIPMENT",
2880
+ "equipmentEventTypeCode": "GTIN",
2881
+ "equipmentReference": "MSCU1000015",
2882
+ "ISOEquipmentCode": "2210",
2883
+ "emptyIndicatorCode": "LADEN",
2884
+ "transportCall": {
2885
+ "transportCallID": "CNDLCTRB",
2886
+ "carrierServiceCode": null,
2887
+ "exportVoyageNumber": null,
2888
+ "importVoyageNumber": null,
2889
+ "unLocationCode": "CNDLC",
2890
+ "facilityCode": "DPCT",
2891
+ "facilityCodeListProvider": "SMDG",
2892
+ "facilityTypeCode": "POTE",
2893
+ "otherFacility": null,
2894
+ "modeOfTransport": "TRUCK",
2895
+ "vessel": null
2896
+ },
2897
+ "documentReferences": [
2898
+ {
2899
+ "documentReferenceType": "BKG",
2900
+ "documentReferenceValue": "100AAAAAA00003"
2901
+ },
2902
+ {
2903
+ "documentReferenceType": "TRD",
2904
+ "documentReferenceValue": "MEDUAA000002"
2905
+ }
2906
+ ],
2907
+ "eventLocation": {
2908
+ "locationName": "DALIAN",
2909
+ "unLocationCode": "CNDLC",
2910
+ "facilityCode": "DPCT",
2911
+ "facilityCodeListProvider": "SMDG"
2912
+ },
2913
+ "seals": [
2914
+ {
2915
+ "sealNumber": "FX43919185",
2916
+ "sealSource": "TER"
2917
+ }
2918
+ ],
2919
+ "description": "Export received at CY",
2920
+ "eventId": "1729572070",
2921
+ "eventDateTime": "2026-01-12T12:35:00+08:00",
2922
+ "eventClassifierCode": "ACT",
2923
+ "eventCreatedDateTime": "2026-01-12T12:35:00+08:00",
2924
+ "references": []
2925
+ },
2926
+ {
2927
+ "eventType": "EQUIPMENT",
2928
+ "equipmentEventTypeCode": "GTIN",
2929
+ "equipmentReference": "MSCU1000016",
2930
+ "ISOEquipmentCode": "2210",
2931
+ "emptyIndicatorCode": "LADEN",
2932
+ "transportCall": {
2933
+ "transportCallID": "CNDLCTRB",
2934
+ "carrierServiceCode": null,
2935
+ "exportVoyageNumber": null,
2936
+ "importVoyageNumber": null,
2937
+ "unLocationCode": "CNDLC",
2938
+ "facilityCode": "DPCT",
2939
+ "facilityCodeListProvider": "SMDG",
2940
+ "facilityTypeCode": "POTE",
2941
+ "otherFacility": null,
2942
+ "modeOfTransport": "TRUCK",
2943
+ "vessel": null
2944
+ },
2945
+ "documentReferences": [
2946
+ {
2947
+ "documentReferenceType": "BKG",
2948
+ "documentReferenceValue": "100AAAAAA00003"
2949
+ },
2950
+ {
2951
+ "documentReferenceType": "TRD",
2952
+ "documentReferenceValue": "MEDUAA000002"
2953
+ }
2954
+ ],
2955
+ "eventLocation": {
2956
+ "locationName": "DALIAN",
2957
+ "unLocationCode": "CNDLC",
2958
+ "facilityCode": "DPCT",
2959
+ "facilityCodeListProvider": "SMDG"
2960
+ },
2961
+ "seals": [
2962
+ {
2963
+ "sealNumber": "FX43919186",
2964
+ "sealSource": "TER"
2965
+ }
2966
+ ],
2967
+ "description": "Export received at CY",
2968
+ "eventId": "1729572062",
2969
+ "eventDateTime": "2026-01-12T12:34:00+08:00",
2970
+ "eventClassifierCode": "ACT",
2971
+ "eventCreatedDateTime": "2026-01-12T12:34:00+08:00",
2972
+ "references": []
2973
+ },
2974
+ {
2975
+ "eventType": "EQUIPMENT",
2976
+ "equipmentEventTypeCode": "GTIN",
2977
+ "equipmentReference": "MSCU1000018",
2978
+ "ISOEquipmentCode": "2210",
2979
+ "emptyIndicatorCode": "LADEN",
2980
+ "transportCall": {
2981
+ "transportCallID": "CNDLCTRB",
2982
+ "carrierServiceCode": null,
2983
+ "exportVoyageNumber": null,
2984
+ "importVoyageNumber": null,
2985
+ "unLocationCode": "CNDLC",
2986
+ "facilityCode": "DPCT",
2987
+ "facilityCodeListProvider": "SMDG",
2988
+ "facilityTypeCode": "POTE",
2989
+ "otherFacility": null,
2990
+ "modeOfTransport": "TRUCK",
2991
+ "vessel": null
2992
+ },
2993
+ "documentReferences": [
2994
+ {
2995
+ "documentReferenceType": "BKG",
2996
+ "documentReferenceValue": "100AAAAAA00003"
2997
+ },
2998
+ {
2999
+ "documentReferenceType": "TRD",
3000
+ "documentReferenceValue": "MEDUAA000002"
3001
+ }
3002
+ ],
3003
+ "eventLocation": {
3004
+ "locationName": "DALIAN",
3005
+ "unLocationCode": "CNDLC",
3006
+ "facilityCode": "DPCT",
3007
+ "facilityCodeListProvider": "SMDG"
3008
+ },
3009
+ "seals": [
3010
+ {
3011
+ "sealNumber": "FX43919187",
3012
+ "sealSource": "TER"
3013
+ }
3014
+ ],
3015
+ "description": "Export received at CY",
3016
+ "eventId": "1729572068",
3017
+ "eventDateTime": "2026-01-12T12:34:00+08:00",
3018
+ "eventClassifierCode": "ACT",
3019
+ "eventCreatedDateTime": "2026-01-12T12:34:00+08:00",
3020
+ "references": []
3021
+ },
3022
+ {
3023
+ "eventType": "EQUIPMENT",
3024
+ "equipmentEventTypeCode": "GTIN",
3025
+ "equipmentReference": "MSCU1000020",
3026
+ "ISOEquipmentCode": "2210",
3027
+ "emptyIndicatorCode": "LADEN",
3028
+ "transportCall": {
3029
+ "transportCallID": "CNDLCTRB",
3030
+ "carrierServiceCode": null,
3031
+ "exportVoyageNumber": null,
3032
+ "importVoyageNumber": null,
3033
+ "unLocationCode": "CNDLC",
3034
+ "facilityCode": "DPCT",
3035
+ "facilityCodeListProvider": "SMDG",
3036
+ "facilityTypeCode": "POTE",
3037
+ "otherFacility": null,
3038
+ "modeOfTransport": "TRUCK",
3039
+ "vessel": null
3040
+ },
3041
+ "documentReferences": [
3042
+ {
3043
+ "documentReferenceType": "BKG",
3044
+ "documentReferenceValue": "100AAAAAA00003"
3045
+ },
3046
+ {
3047
+ "documentReferenceType": "TRD",
3048
+ "documentReferenceValue": "MEDUAA000002"
3049
+ }
3050
+ ],
3051
+ "eventLocation": {
3052
+ "locationName": "DALIAN",
3053
+ "unLocationCode": "CNDLC",
3054
+ "facilityCode": "DPCT",
3055
+ "facilityCodeListProvider": "SMDG"
3056
+ },
3057
+ "seals": [
3058
+ {
3059
+ "sealNumber": "FX43919188",
3060
+ "sealSource": "TER"
3061
+ }
3062
+ ],
3063
+ "description": "Export received at CY",
3064
+ "eventId": "1729572067",
3065
+ "eventDateTime": "2026-01-12T12:34:00+08:00",
3066
+ "eventClassifierCode": "ACT",
3067
+ "eventCreatedDateTime": "2026-01-12T12:34:00+08:00",
3068
+ "references": []
3069
+ },
3070
+ {
3071
+ "eventType": "EQUIPMENT",
3072
+ "equipmentEventTypeCode": "GTIN",
3073
+ "equipmentReference": "MSCU1000019",
3074
+ "ISOEquipmentCode": "2210",
3075
+ "emptyIndicatorCode": "LADEN",
3076
+ "transportCall": {
3077
+ "transportCallID": "CNDLCTRB",
3078
+ "carrierServiceCode": null,
3079
+ "exportVoyageNumber": null,
3080
+ "importVoyageNumber": null,
3081
+ "unLocationCode": "CNDLC",
3082
+ "facilityCode": "DPCT",
3083
+ "facilityCodeListProvider": "SMDG",
3084
+ "facilityTypeCode": "POTE",
3085
+ "otherFacility": null,
3086
+ "modeOfTransport": "TRUCK",
3087
+ "vessel": null
3088
+ },
3089
+ "documentReferences": [
3090
+ {
3091
+ "documentReferenceType": "BKG",
3092
+ "documentReferenceValue": "100AAAAAA00003"
3093
+ },
3094
+ {
3095
+ "documentReferenceType": "TRD",
3096
+ "documentReferenceValue": "MEDUAA000002"
3097
+ }
3098
+ ],
3099
+ "eventLocation": {
3100
+ "locationName": "DALIAN",
3101
+ "unLocationCode": "CNDLC",
3102
+ "facilityCode": "DPCT",
3103
+ "facilityCodeListProvider": "SMDG"
3104
+ },
3105
+ "seals": [
3106
+ {
3107
+ "sealNumber": "FX43919190",
3108
+ "sealSource": "TER"
3109
+ }
3110
+ ],
3111
+ "description": "Export received at CY",
3112
+ "eventId": "1729572051",
3113
+ "eventDateTime": "2026-01-12T12:29:00+08:00",
3114
+ "eventClassifierCode": "ACT",
3115
+ "eventCreatedDateTime": "2026-01-12T12:29:00+08:00",
3116
+ "references": []
3117
+ },
3118
+ {
3119
+ "eventType": "EQUIPMENT",
3120
+ "equipmentEventTypeCode": "GTIN",
3121
+ "equipmentReference": "MSCU1000031",
3122
+ "ISOEquipmentCode": "2210",
3123
+ "emptyIndicatorCode": "LADEN",
3124
+ "transportCall": {
3125
+ "transportCallID": "CNDLCTRB",
3126
+ "carrierServiceCode": null,
3127
+ "exportVoyageNumber": null,
3128
+ "importVoyageNumber": null,
3129
+ "unLocationCode": "CNDLC",
3130
+ "facilityCode": "DPCT",
3131
+ "facilityCodeListProvider": "SMDG",
3132
+ "facilityTypeCode": "POTE",
3133
+ "otherFacility": null,
3134
+ "modeOfTransport": "TRUCK",
3135
+ "vessel": null
3136
+ },
3137
+ "documentReferences": [
3138
+ {
3139
+ "documentReferenceType": "BKG",
3140
+ "documentReferenceValue": "100AAAAAA00003"
3141
+ },
3142
+ {
3143
+ "documentReferenceType": "TRD",
3144
+ "documentReferenceValue": "MEDUAA000002"
3145
+ }
3146
+ ],
3147
+ "eventLocation": {
3148
+ "locationName": "DALIAN",
3149
+ "unLocationCode": "CNDLC",
3150
+ "facilityCode": "DPCT",
3151
+ "facilityCodeListProvider": "SMDG"
3152
+ },
3153
+ "seals": [
3154
+ {
3155
+ "sealNumber": "FX43919242",
3156
+ "sealSource": "TER"
3157
+ }
3158
+ ],
3159
+ "description": "Export received at CY",
3160
+ "eventId": "1729572050",
3161
+ "eventDateTime": "2026-01-12T12:28:00+08:00",
3162
+ "eventClassifierCode": "ACT",
3163
+ "eventCreatedDateTime": "2026-01-12T12:28:00+08:00",
3164
+ "references": []
3165
+ },
3166
+ {
3167
+ "eventType": "EQUIPMENT",
3168
+ "equipmentEventTypeCode": "GTIN",
3169
+ "equipmentReference": "MSCU1000023",
3170
+ "ISOEquipmentCode": "2210",
3171
+ "emptyIndicatorCode": "LADEN",
3172
+ "transportCall": {
3173
+ "transportCallID": "CNDLCTRB",
3174
+ "carrierServiceCode": null,
3175
+ "exportVoyageNumber": null,
3176
+ "importVoyageNumber": null,
3177
+ "unLocationCode": "CNDLC",
3178
+ "facilityCode": "DPCT",
3179
+ "facilityCodeListProvider": "SMDG",
3180
+ "facilityTypeCode": "POTE",
3181
+ "otherFacility": null,
3182
+ "modeOfTransport": "TRUCK",
3183
+ "vessel": null
3184
+ },
3185
+ "documentReferences": [
3186
+ {
3187
+ "documentReferenceType": "BKG",
3188
+ "documentReferenceValue": "100AAAAAA00003"
3189
+ },
3190
+ {
3191
+ "documentReferenceType": "TRD",
3192
+ "documentReferenceValue": "MEDUAA000002"
3193
+ }
3194
+ ],
3195
+ "eventLocation": {
3196
+ "locationName": "DALIAN",
3197
+ "unLocationCode": "CNDLC",
3198
+ "facilityCode": "DPCT",
3199
+ "facilityCodeListProvider": "SMDG"
3200
+ },
3201
+ "seals": [
3202
+ {
3203
+ "sealNumber": "FX43919241",
3204
+ "sealSource": "TER"
3205
+ }
3206
+ ],
3207
+ "description": "Export received at CY",
3208
+ "eventId": "1729572035",
3209
+ "eventDateTime": "2026-01-12T12:20:00+08:00",
3210
+ "eventClassifierCode": "ACT",
3211
+ "eventCreatedDateTime": "2026-01-12T12:20:00+08:00",
3212
+ "references": []
3213
+ },
3214
+ {
3215
+ "eventType": "EQUIPMENT",
3216
+ "equipmentEventTypeCode": "GTIN",
3217
+ "equipmentReference": "MSCU1000022",
3218
+ "ISOEquipmentCode": "2210",
3219
+ "emptyIndicatorCode": "LADEN",
3220
+ "transportCall": {
3221
+ "transportCallID": "CNDLCTRB",
3222
+ "carrierServiceCode": null,
3223
+ "exportVoyageNumber": null,
3224
+ "importVoyageNumber": null,
3225
+ "unLocationCode": "CNDLC",
3226
+ "facilityCode": "DPCT",
3227
+ "facilityCodeListProvider": "SMDG",
3228
+ "facilityTypeCode": "POTE",
3229
+ "otherFacility": null,
3230
+ "modeOfTransport": "TRUCK",
3231
+ "vessel": null
3232
+ },
3233
+ "documentReferences": [
3234
+ {
3235
+ "documentReferenceType": "BKG",
3236
+ "documentReferenceValue": "100AAAAAA00003"
3237
+ },
3238
+ {
3239
+ "documentReferenceType": "TRD",
3240
+ "documentReferenceValue": "MEDUAA000002"
3241
+ }
3242
+ ],
3243
+ "eventLocation": {
3244
+ "locationName": "DALIAN",
3245
+ "unLocationCode": "CNDLC",
3246
+ "facilityCode": "DPCT",
3247
+ "facilityCodeListProvider": "SMDG"
3248
+ },
3249
+ "seals": [
3250
+ {
3251
+ "sealNumber": "FX43919243",
3252
+ "sealSource": "TER"
3253
+ }
3254
+ ],
3255
+ "description": "Export received at CY",
3256
+ "eventId": "1729550205",
3257
+ "eventDateTime": "2026-01-12T11:54:00+08:00",
3258
+ "eventClassifierCode": "ACT",
3259
+ "eventCreatedDateTime": "2026-01-12T11:54:00+08:00",
3260
+ "references": []
3261
+ },
3262
+ {
3263
+ "eventType": "EQUIPMENT",
3264
+ "equipmentEventTypeCode": "GTIN",
3265
+ "equipmentReference": "MSCU1000027",
3266
+ "ISOEquipmentCode": "2210",
3267
+ "emptyIndicatorCode": "LADEN",
3268
+ "transportCall": {
3269
+ "transportCallID": "CNDLCTRB",
3270
+ "carrierServiceCode": null,
3271
+ "exportVoyageNumber": null,
3272
+ "importVoyageNumber": null,
3273
+ "unLocationCode": "CNDLC",
3274
+ "facilityCode": "DPCT",
3275
+ "facilityCodeListProvider": "SMDG",
3276
+ "facilityTypeCode": "POTE",
3277
+ "otherFacility": null,
3278
+ "modeOfTransport": "TRUCK",
3279
+ "vessel": null
3280
+ },
3281
+ "documentReferences": [
3282
+ {
3283
+ "documentReferenceType": "BKG",
3284
+ "documentReferenceValue": "100AAAAAA00003"
3285
+ },
3286
+ {
3287
+ "documentReferenceType": "TRD",
3288
+ "documentReferenceValue": "MEDUAA000002"
3289
+ }
3290
+ ],
3291
+ "eventLocation": {
3292
+ "locationName": "DALIAN",
3293
+ "unLocationCode": "CNDLC",
3294
+ "facilityCode": "DPCT",
3295
+ "facilityCodeListProvider": "SMDG"
3296
+ },
3297
+ "seals": [
3298
+ {
3299
+ "sealNumber": "FX43919246",
3300
+ "sealSource": "TER"
3301
+ }
3302
+ ],
3303
+ "description": "Export received at CY",
3304
+ "eventId": "1729550194",
3305
+ "eventDateTime": "2026-01-12T11:48:00+08:00",
3306
+ "eventClassifierCode": "ACT",
3307
+ "eventCreatedDateTime": "2026-01-12T11:48:00+08:00",
3308
+ "references": []
3309
+ },
3310
+ {
3311
+ "eventType": "EQUIPMENT",
3312
+ "equipmentEventTypeCode": "GTOT",
3313
+ "equipmentReference": "MSCU1000002",
3314
+ "ISOEquipmentCode": "2210",
3315
+ "emptyIndicatorCode": "EMPTY",
3316
+ "transportCall": {
3317
+ "transportCallID": "CNDLCTRB",
3318
+ "carrierServiceCode": null,
3319
+ "exportVoyageNumber": null,
3320
+ "importVoyageNumber": null,
3321
+ "unLocationCode": "CNDLC",
3322
+ "facilityCode": "CNDLCHKHA",
3323
+ "facilityCodeListProvider": "BIC",
3324
+ "facilityTypeCode": "DEPO",
3325
+ "otherFacility": null,
3326
+ "modeOfTransport": "TRUCK",
3327
+ "vessel": null
3328
+ },
3329
+ "documentReferences": [
3330
+ {
3331
+ "documentReferenceType": "BKG",
3332
+ "documentReferenceValue": "100AAAAAA00003"
3333
+ },
3334
+ {
3335
+ "documentReferenceType": "TRD",
3336
+ "documentReferenceValue": "MEDUAA000002"
3337
+ }
3338
+ ],
3339
+ "eventLocation": {
3340
+ "locationName": "DALIAN",
3341
+ "unLocationCode": "CNDLC",
3342
+ "facilityCode": "CNDLCHKHA",
3343
+ "facilityCodeListProvider": "BIC"
3344
+ },
3345
+ "seals": [
3346
+ {
3347
+ "sealNumber": "FX43919131",
3348
+ "sealSource": "TER"
3349
+ }
3350
+ ],
3351
+ "description": "Empty to Shipper",
3352
+ "eventId": "1727173499",
3353
+ "eventDateTime": "2026-01-08T09:54:00+08:00",
3354
+ "eventClassifierCode": "ACT",
3355
+ "eventCreatedDateTime": "2026-01-08T09:54:00+08:00",
3356
+ "references": []
3357
+ },
3358
+ {
3359
+ "eventType": "EQUIPMENT",
3360
+ "equipmentEventTypeCode": "GTOT",
3361
+ "equipmentReference": "MSCU1000003",
3362
+ "ISOEquipmentCode": "2210",
3363
+ "emptyIndicatorCode": "EMPTY",
3364
+ "transportCall": {
3365
+ "transportCallID": "CNDLCTRB",
3366
+ "carrierServiceCode": null,
3367
+ "exportVoyageNumber": null,
3368
+ "importVoyageNumber": null,
3369
+ "unLocationCode": "CNDLC",
3370
+ "facilityCode": "CNDLCHKHA",
3371
+ "facilityCodeListProvider": "BIC",
3372
+ "facilityTypeCode": "DEPO",
3373
+ "otherFacility": null,
3374
+ "modeOfTransport": "TRUCK",
3375
+ "vessel": null
3376
+ },
3377
+ "documentReferences": [
3378
+ {
3379
+ "documentReferenceType": "BKG",
3380
+ "documentReferenceValue": "100AAAAAA00003"
3381
+ },
3382
+ {
3383
+ "documentReferenceType": "TRD",
3384
+ "documentReferenceValue": "MEDUAA000002"
3385
+ }
3386
+ ],
3387
+ "eventLocation": {
3388
+ "locationName": "DALIAN",
3389
+ "unLocationCode": "CNDLC",
3390
+ "facilityCode": "CNDLCHKHA",
3391
+ "facilityCodeListProvider": "BIC"
3392
+ },
3393
+ "seals": [
3394
+ {
3395
+ "sealNumber": "FX43919134",
3396
+ "sealSource": "TER"
3397
+ }
3398
+ ],
3399
+ "description": "Empty to Shipper",
3400
+ "eventId": "1727173501",
3401
+ "eventDateTime": "2026-01-08T09:54:00+08:00",
3402
+ "eventClassifierCode": "ACT",
3403
+ "eventCreatedDateTime": "2026-01-08T09:54:00+08:00",
3404
+ "references": []
3405
+ },
3406
+ {
3407
+ "eventType": "EQUIPMENT",
3408
+ "equipmentEventTypeCode": "GTOT",
3409
+ "equipmentReference": "MSCU1000004",
3410
+ "ISOEquipmentCode": "2210",
3411
+ "emptyIndicatorCode": "EMPTY",
3412
+ "transportCall": {
3413
+ "transportCallID": "CNDLCTRB",
3414
+ "carrierServiceCode": null,
3415
+ "exportVoyageNumber": null,
3416
+ "importVoyageNumber": null,
3417
+ "unLocationCode": "CNDLC",
3418
+ "facilityCode": "CNDLCHKHA",
3419
+ "facilityCodeListProvider": "BIC",
3420
+ "facilityTypeCode": "DEPO",
3421
+ "otherFacility": null,
3422
+ "modeOfTransport": "TRUCK",
3423
+ "vessel": null
3424
+ },
3425
+ "documentReferences": [
3426
+ {
3427
+ "documentReferenceType": "BKG",
3428
+ "documentReferenceValue": "100AAAAAA00003"
3429
+ },
3430
+ {
3431
+ "documentReferenceType": "TRD",
3432
+ "documentReferenceValue": "MEDUAA000002"
3433
+ }
3434
+ ],
3435
+ "eventLocation": {
3436
+ "locationName": "DALIAN",
3437
+ "unLocationCode": "CNDLC",
3438
+ "facilityCode": "CNDLCHKHA",
3439
+ "facilityCodeListProvider": "BIC"
3440
+ },
3441
+ "seals": [
3442
+ {
3443
+ "sealNumber": "FX43919135",
3444
+ "sealSource": "TER"
3445
+ }
3446
+ ],
3447
+ "description": "Empty to Shipper",
3448
+ "eventId": "1727173502",
3449
+ "eventDateTime": "2026-01-08T09:54:00+08:00",
3450
+ "eventClassifierCode": "ACT",
3451
+ "eventCreatedDateTime": "2026-01-08T09:54:00+08:00",
3452
+ "references": []
3453
+ },
3454
+ {
3455
+ "eventType": "EQUIPMENT",
3456
+ "equipmentEventTypeCode": "GTOT",
3457
+ "equipmentReference": "MSCU1000005",
3458
+ "ISOEquipmentCode": "2210",
3459
+ "emptyIndicatorCode": "EMPTY",
3460
+ "transportCall": {
3461
+ "transportCallID": "CNDLCTRB",
3462
+ "carrierServiceCode": null,
3463
+ "exportVoyageNumber": null,
3464
+ "importVoyageNumber": null,
3465
+ "unLocationCode": "CNDLC",
3466
+ "facilityCode": "CNDLCHKHA",
3467
+ "facilityCodeListProvider": "BIC",
3468
+ "facilityTypeCode": "DEPO",
3469
+ "otherFacility": null,
3470
+ "modeOfTransport": "TRUCK",
3471
+ "vessel": null
3472
+ },
3473
+ "documentReferences": [
3474
+ {
3475
+ "documentReferenceType": "BKG",
3476
+ "documentReferenceValue": "100AAAAAA00003"
3477
+ },
3478
+ {
3479
+ "documentReferenceType": "TRD",
3480
+ "documentReferenceValue": "MEDUAA000002"
3481
+ }
3482
+ ],
3483
+ "eventLocation": {
3484
+ "locationName": "DALIAN",
3485
+ "unLocationCode": "CNDLC",
3486
+ "facilityCode": "CNDLCHKHA",
3487
+ "facilityCodeListProvider": "BIC"
3488
+ },
3489
+ "seals": [
3490
+ {
3491
+ "sealNumber": "FX43919133",
3492
+ "sealSource": "TER"
3493
+ }
3494
+ ],
3495
+ "description": "Empty to Shipper",
3496
+ "eventId": "1727173503",
3497
+ "eventDateTime": "2026-01-08T09:54:00+08:00",
3498
+ "eventClassifierCode": "ACT",
3499
+ "eventCreatedDateTime": "2026-01-08T09:54:00+08:00",
3500
+ "references": []
3501
+ },
3502
+ {
3503
+ "eventType": "EQUIPMENT",
3504
+ "equipmentEventTypeCode": "GTOT",
3505
+ "equipmentReference": "MSCU1000006",
3506
+ "ISOEquipmentCode": "2210",
3507
+ "emptyIndicatorCode": "EMPTY",
3508
+ "transportCall": {
3509
+ "transportCallID": "CNDLCTRB",
3510
+ "carrierServiceCode": null,
3511
+ "exportVoyageNumber": null,
3512
+ "importVoyageNumber": null,
3513
+ "unLocationCode": "CNDLC",
3514
+ "facilityCode": "CNDLCHKHA",
3515
+ "facilityCodeListProvider": "BIC",
3516
+ "facilityTypeCode": "DEPO",
3517
+ "otherFacility": null,
3518
+ "modeOfTransport": "TRUCK",
3519
+ "vessel": null
3520
+ },
3521
+ "documentReferences": [
3522
+ {
3523
+ "documentReferenceType": "BKG",
3524
+ "documentReferenceValue": "100AAAAAA00003"
3525
+ },
3526
+ {
3527
+ "documentReferenceType": "TRD",
3528
+ "documentReferenceValue": "MEDUAA000002"
3529
+ }
3530
+ ],
3531
+ "eventLocation": {
3532
+ "locationName": "DALIAN",
3533
+ "unLocationCode": "CNDLC",
3534
+ "facilityCode": "CNDLCHKHA",
3535
+ "facilityCodeListProvider": "BIC"
3536
+ },
3537
+ "seals": [
3538
+ {
3539
+ "sealNumber": "FX43919132",
3540
+ "sealSource": "TER"
3541
+ }
3542
+ ],
3543
+ "description": "Empty to Shipper",
3544
+ "eventId": "1727173504",
3545
+ "eventDateTime": "2026-01-08T09:54:00+08:00",
3546
+ "eventClassifierCode": "ACT",
3547
+ "eventCreatedDateTime": "2026-01-08T09:54:00+08:00",
3548
+ "references": []
3549
+ },
3550
+ {
3551
+ "eventType": "EQUIPMENT",
3552
+ "equipmentEventTypeCode": "GTOT",
3553
+ "equipmentReference": "MSCU1000007",
3554
+ "ISOEquipmentCode": "2210",
3555
+ "emptyIndicatorCode": "EMPTY",
3556
+ "transportCall": {
3557
+ "transportCallID": "CNDLCTRB",
3558
+ "carrierServiceCode": null,
3559
+ "exportVoyageNumber": null,
3560
+ "importVoyageNumber": null,
3561
+ "unLocationCode": "CNDLC",
3562
+ "facilityCode": "CNDLCHKHA",
3563
+ "facilityCodeListProvider": "BIC",
3564
+ "facilityTypeCode": "DEPO",
3565
+ "otherFacility": null,
3566
+ "modeOfTransport": "TRUCK",
3567
+ "vessel": null
3568
+ },
3569
+ "documentReferences": [
3570
+ {
3571
+ "documentReferenceType": "BKG",
3572
+ "documentReferenceValue": "100AAAAAA00003"
3573
+ },
3574
+ {
3575
+ "documentReferenceType": "TRD",
3576
+ "documentReferenceValue": "MEDUAA000002"
3577
+ }
3578
+ ],
3579
+ "eventLocation": {
3580
+ "locationName": "DALIAN",
3581
+ "unLocationCode": "CNDLC",
3582
+ "facilityCode": "CNDLCHKHA",
3583
+ "facilityCodeListProvider": "BIC"
3584
+ },
3585
+ "seals": [
3586
+ {
3587
+ "sealNumber": "FX43919140",
3588
+ "sealSource": "TER"
3589
+ }
3590
+ ],
3591
+ "description": "Empty to Shipper",
3592
+ "eventId": "1727173505",
3593
+ "eventDateTime": "2026-01-08T09:54:00+08:00",
3594
+ "eventClassifierCode": "ACT",
3595
+ "eventCreatedDateTime": "2026-01-08T09:54:00+08:00",
3596
+ "references": []
3597
+ },
3598
+ {
3599
+ "eventType": "EQUIPMENT",
3600
+ "equipmentEventTypeCode": "GTOT",
3601
+ "equipmentReference": "MSCU1000008",
3602
+ "ISOEquipmentCode": "2210",
3603
+ "emptyIndicatorCode": "EMPTY",
3604
+ "transportCall": {
3605
+ "transportCallID": "CNDLCTRB",
3606
+ "carrierServiceCode": null,
3607
+ "exportVoyageNumber": null,
3608
+ "importVoyageNumber": null,
3609
+ "unLocationCode": "CNDLC",
3610
+ "facilityCode": "CNDLCHKHA",
3611
+ "facilityCodeListProvider": "BIC",
3612
+ "facilityTypeCode": "DEPO",
3613
+ "otherFacility": null,
3614
+ "modeOfTransport": "TRUCK",
3615
+ "vessel": null
3616
+ },
3617
+ "documentReferences": [
3618
+ {
3619
+ "documentReferenceType": "BKG",
3620
+ "documentReferenceValue": "100AAAAAA00003"
3621
+ },
3622
+ {
3623
+ "documentReferenceType": "TRD",
3624
+ "documentReferenceValue": "MEDUAA000002"
3625
+ }
3626
+ ],
3627
+ "eventLocation": {
3628
+ "locationName": "DALIAN",
3629
+ "unLocationCode": "CNDLC",
3630
+ "facilityCode": "CNDLCHKHA",
3631
+ "facilityCodeListProvider": "BIC"
3632
+ },
3633
+ "seals": [
3634
+ {
3635
+ "sealNumber": "FX43919137",
3636
+ "sealSource": "TER"
3637
+ }
3638
+ ],
3639
+ "description": "Empty to Shipper",
3640
+ "eventId": "1727173509",
3641
+ "eventDateTime": "2026-01-08T09:54:00+08:00",
3642
+ "eventClassifierCode": "ACT",
3643
+ "eventCreatedDateTime": "2026-01-08T09:54:00+08:00",
3644
+ "references": []
3645
+ },
3646
+ {
3647
+ "eventType": "EQUIPMENT",
3648
+ "equipmentEventTypeCode": "GTOT",
3649
+ "equipmentReference": "MSCU1000009",
3650
+ "ISOEquipmentCode": "2210",
3651
+ "emptyIndicatorCode": "EMPTY",
3652
+ "transportCall": {
3653
+ "transportCallID": "CNDLCTRB",
3654
+ "carrierServiceCode": null,
3655
+ "exportVoyageNumber": null,
3656
+ "importVoyageNumber": null,
3657
+ "unLocationCode": "CNDLC",
3658
+ "facilityCode": "CNDLCHKHA",
3659
+ "facilityCodeListProvider": "BIC",
3660
+ "facilityTypeCode": "DEPO",
3661
+ "otherFacility": null,
3662
+ "modeOfTransport": "TRUCK",
3663
+ "vessel": null
3664
+ },
3665
+ "documentReferences": [
3666
+ {
3667
+ "documentReferenceType": "BKG",
3668
+ "documentReferenceValue": "100AAAAAA00003"
3669
+ },
3670
+ {
3671
+ "documentReferenceType": "TRD",
3672
+ "documentReferenceValue": "MEDUAA000002"
3673
+ }
3674
+ ],
3675
+ "eventLocation": {
3676
+ "locationName": "DALIAN",
3677
+ "unLocationCode": "CNDLC",
3678
+ "facilityCode": "CNDLCHKHA",
3679
+ "facilityCodeListProvider": "BIC"
3680
+ },
3681
+ "seals": [
3682
+ {
3683
+ "sealNumber": "FX43919138",
3684
+ "sealSource": "TER"
3685
+ }
3686
+ ],
3687
+ "description": "Empty to Shipper",
3688
+ "eventId": "1727173506",
3689
+ "eventDateTime": "2026-01-08T09:54:00+08:00",
3690
+ "eventClassifierCode": "ACT",
3691
+ "eventCreatedDateTime": "2026-01-08T09:54:00+08:00",
3692
+ "references": []
3693
+ },
3694
+ {
3695
+ "eventType": "EQUIPMENT",
3696
+ "equipmentEventTypeCode": "GTOT",
3697
+ "equipmentReference": "MSCU1000010",
3698
+ "ISOEquipmentCode": "2210",
3699
+ "emptyIndicatorCode": "EMPTY",
3700
+ "transportCall": {
3701
+ "transportCallID": "CNDLCTRB",
3702
+ "carrierServiceCode": null,
3703
+ "exportVoyageNumber": null,
3704
+ "importVoyageNumber": null,
3705
+ "unLocationCode": "CNDLC",
3706
+ "facilityCode": "CNDLCHKHA",
3707
+ "facilityCodeListProvider": "BIC",
3708
+ "facilityTypeCode": "DEPO",
3709
+ "otherFacility": null,
3710
+ "modeOfTransport": "TRUCK",
3711
+ "vessel": null
3712
+ },
3713
+ "documentReferences": [
3714
+ {
3715
+ "documentReferenceType": "BKG",
3716
+ "documentReferenceValue": "100AAAAAA00003"
3717
+ },
3718
+ {
3719
+ "documentReferenceType": "TRD",
3720
+ "documentReferenceValue": "MEDUAA000002"
3721
+ }
3722
+ ],
3723
+ "eventLocation": {
3724
+ "locationName": "DALIAN",
3725
+ "unLocationCode": "CNDLC",
3726
+ "facilityCode": "CNDLCHKHA",
3727
+ "facilityCodeListProvider": "BIC"
3728
+ },
3729
+ "seals": [
3730
+ {
3731
+ "sealNumber": "FX43919182",
3732
+ "sealSource": "TER"
3733
+ }
3734
+ ],
3735
+ "description": "Empty to Shipper",
3736
+ "eventId": "1727173507",
3737
+ "eventDateTime": "2026-01-08T09:54:00+08:00",
3738
+ "eventClassifierCode": "ACT",
3739
+ "eventCreatedDateTime": "2026-01-08T09:54:00+08:00",
3740
+ "references": []
3741
+ },
3742
+ {
3743
+ "eventType": "EQUIPMENT",
3744
+ "equipmentEventTypeCode": "GTOT",
3745
+ "equipmentReference": "MSCU1000011",
3746
+ "ISOEquipmentCode": "2210",
3747
+ "emptyIndicatorCode": "EMPTY",
3748
+ "transportCall": {
3749
+ "transportCallID": "CNDLCTRB",
3750
+ "carrierServiceCode": null,
3751
+ "exportVoyageNumber": null,
3752
+ "importVoyageNumber": null,
3753
+ "unLocationCode": "CNDLC",
3754
+ "facilityCode": "CNDLCHKHA",
3755
+ "facilityCodeListProvider": "BIC",
3756
+ "facilityTypeCode": "DEPO",
3757
+ "otherFacility": null,
3758
+ "modeOfTransport": "TRUCK",
3759
+ "vessel": null
3760
+ },
3761
+ "documentReferences": [
3762
+ {
3763
+ "documentReferenceType": "BKG",
3764
+ "documentReferenceValue": "100AAAAAA00003"
3765
+ },
3766
+ {
3767
+ "documentReferenceType": "TRD",
3768
+ "documentReferenceValue": "MEDUAA000002"
3769
+ }
3770
+ ],
3771
+ "eventLocation": {
3772
+ "locationName": "DALIAN",
3773
+ "unLocationCode": "CNDLC",
3774
+ "facilityCode": "CNDLCHKHA",
3775
+ "facilityCodeListProvider": "BIC"
3776
+ },
3777
+ "seals": [
3778
+ {
3779
+ "sealNumber": "FX43919139",
3780
+ "sealSource": "TER"
3781
+ }
3782
+ ],
3783
+ "description": "Empty to Shipper",
3784
+ "eventId": "1727173508",
3785
+ "eventDateTime": "2026-01-08T09:54:00+08:00",
3786
+ "eventClassifierCode": "ACT",
3787
+ "eventCreatedDateTime": "2026-01-08T09:54:00+08:00",
3788
+ "references": []
3789
+ },
3790
+ {
3791
+ "eventType": "EQUIPMENT",
3792
+ "equipmentEventTypeCode": "GTOT",
3793
+ "equipmentReference": "MSCU1000012",
3794
+ "ISOEquipmentCode": "2210",
3795
+ "emptyIndicatorCode": "EMPTY",
3796
+ "transportCall": {
3797
+ "transportCallID": "CNDLCTRB",
3798
+ "carrierServiceCode": null,
3799
+ "exportVoyageNumber": null,
3800
+ "importVoyageNumber": null,
3801
+ "unLocationCode": "CNDLC",
3802
+ "facilityCode": "CNDLCHKHA",
3803
+ "facilityCodeListProvider": "BIC",
3804
+ "facilityTypeCode": "DEPO",
3805
+ "otherFacility": null,
3806
+ "modeOfTransport": "TRUCK",
3807
+ "vessel": null
3808
+ },
3809
+ "documentReferences": [
3810
+ {
3811
+ "documentReferenceType": "BKG",
3812
+ "documentReferenceValue": "100AAAAAA00003"
3813
+ },
3814
+ {
3815
+ "documentReferenceType": "TRD",
3816
+ "documentReferenceValue": "MEDUAA000002"
3817
+ }
3818
+ ],
3819
+ "eventLocation": {
3820
+ "locationName": "DALIAN",
3821
+ "unLocationCode": "CNDLC",
3822
+ "facilityCode": "CNDLCHKHA",
3823
+ "facilityCodeListProvider": "BIC"
3824
+ },
3825
+ "seals": [
3826
+ {
3827
+ "sealNumber": "FX43919136",
3828
+ "sealSource": "TER"
3829
+ }
3830
+ ],
3831
+ "description": "Empty to Shipper",
3832
+ "eventId": "1727173510",
3833
+ "eventDateTime": "2026-01-08T09:54:00+08:00",
3834
+ "eventClassifierCode": "ACT",
3835
+ "eventCreatedDateTime": "2026-01-08T09:54:00+08:00",
3836
+ "references": []
3837
+ },
3838
+ {
3839
+ "eventType": "EQUIPMENT",
3840
+ "equipmentEventTypeCode": "GTOT",
3841
+ "equipmentReference": "MSCU1000013",
3842
+ "ISOEquipmentCode": "2210",
3843
+ "emptyIndicatorCode": "EMPTY",
3844
+ "transportCall": {
3845
+ "transportCallID": "CNDLCTRB",
3846
+ "carrierServiceCode": null,
3847
+ "exportVoyageNumber": null,
3848
+ "importVoyageNumber": null,
3849
+ "unLocationCode": "CNDLC",
3850
+ "facilityCode": "CNDLCHKHA",
3851
+ "facilityCodeListProvider": "BIC",
3852
+ "facilityTypeCode": "DEPO",
3853
+ "otherFacility": null,
3854
+ "modeOfTransport": "TRUCK",
3855
+ "vessel": null
3856
+ },
3857
+ "documentReferences": [
3858
+ {
3859
+ "documentReferenceType": "BKG",
3860
+ "documentReferenceValue": "100AAAAAA00003"
3861
+ },
3862
+ {
3863
+ "documentReferenceType": "TRD",
3864
+ "documentReferenceValue": "MEDUAA000002"
3865
+ }
3866
+ ],
3867
+ "eventLocation": {
3868
+ "locationName": "DALIAN",
3869
+ "unLocationCode": "CNDLC",
3870
+ "facilityCode": "CNDLCHKHA",
3871
+ "facilityCodeListProvider": "BIC"
3872
+ },
3873
+ "seals": [
3874
+ {
3875
+ "sealNumber": "FX43919184",
3876
+ "sealSource": "TER"
3877
+ }
3878
+ ],
3879
+ "description": "Empty to Shipper",
3880
+ "eventId": "1727173511",
3881
+ "eventDateTime": "2026-01-08T09:54:00+08:00",
3882
+ "eventClassifierCode": "ACT",
3883
+ "eventCreatedDateTime": "2026-01-08T09:54:00+08:00",
3884
+ "references": []
3885
+ },
3886
+ {
3887
+ "eventType": "EQUIPMENT",
3888
+ "equipmentEventTypeCode": "GTOT",
3889
+ "equipmentReference": "MSCU1000014",
3890
+ "ISOEquipmentCode": "2210",
3891
+ "emptyIndicatorCode": "EMPTY",
3892
+ "transportCall": {
3893
+ "transportCallID": "CNDLCTRB",
3894
+ "carrierServiceCode": null,
3895
+ "exportVoyageNumber": null,
3896
+ "importVoyageNumber": null,
3897
+ "unLocationCode": "CNDLC",
3898
+ "facilityCode": "CNDLCHKHA",
3899
+ "facilityCodeListProvider": "BIC",
3900
+ "facilityTypeCode": "DEPO",
3901
+ "otherFacility": null,
3902
+ "modeOfTransport": "TRUCK",
3903
+ "vessel": null
3904
+ },
3905
+ "documentReferences": [
3906
+ {
3907
+ "documentReferenceType": "BKG",
3908
+ "documentReferenceValue": "100AAAAAA00003"
3909
+ },
3910
+ {
3911
+ "documentReferenceType": "TRD",
3912
+ "documentReferenceValue": "MEDUAA000002"
3913
+ }
3914
+ ],
3915
+ "eventLocation": {
3916
+ "locationName": "DALIAN",
3917
+ "unLocationCode": "CNDLC",
3918
+ "facilityCode": "CNDLCHKHA",
3919
+ "facilityCodeListProvider": "BIC"
3920
+ },
3921
+ "seals": [
3922
+ {
3923
+ "sealNumber": "FX43919183",
3924
+ "sealSource": "TER"
3925
+ }
3926
+ ],
3927
+ "description": "Empty to Shipper",
3928
+ "eventId": "1727173512",
3929
+ "eventDateTime": "2026-01-08T09:54:00+08:00",
3930
+ "eventClassifierCode": "ACT",
3931
+ "eventCreatedDateTime": "2026-01-08T09:54:00+08:00",
3932
+ "references": []
3933
+ },
3934
+ {
3935
+ "eventType": "EQUIPMENT",
3936
+ "equipmentEventTypeCode": "GTOT",
3937
+ "equipmentReference": "MSCU1000015",
3938
+ "ISOEquipmentCode": "2210",
3939
+ "emptyIndicatorCode": "EMPTY",
3940
+ "transportCall": {
3941
+ "transportCallID": "CNDLCTRB",
3942
+ "carrierServiceCode": null,
3943
+ "exportVoyageNumber": null,
3944
+ "importVoyageNumber": null,
3945
+ "unLocationCode": "CNDLC",
3946
+ "facilityCode": "CNDLCHKHA",
3947
+ "facilityCodeListProvider": "BIC",
3948
+ "facilityTypeCode": "DEPO",
3949
+ "otherFacility": null,
3950
+ "modeOfTransport": "TRUCK",
3951
+ "vessel": null
3952
+ },
3953
+ "documentReferences": [
3954
+ {
3955
+ "documentReferenceType": "BKG",
3956
+ "documentReferenceValue": "100AAAAAA00003"
3957
+ },
3958
+ {
3959
+ "documentReferenceType": "TRD",
3960
+ "documentReferenceValue": "MEDUAA000002"
3961
+ }
3962
+ ],
3963
+ "eventLocation": {
3964
+ "locationName": "DALIAN",
3965
+ "unLocationCode": "CNDLC",
3966
+ "facilityCode": "CNDLCHKHA",
3967
+ "facilityCodeListProvider": "BIC"
3968
+ },
3969
+ "seals": [
3970
+ {
3971
+ "sealNumber": "FX43919185",
3972
+ "sealSource": "TER"
3973
+ }
3974
+ ],
3975
+ "description": "Empty to Shipper",
3976
+ "eventId": "1727173513",
3977
+ "eventDateTime": "2026-01-08T09:54:00+08:00",
3978
+ "eventClassifierCode": "ACT",
3979
+ "eventCreatedDateTime": "2026-01-08T09:54:00+08:00",
3980
+ "references": []
3981
+ },
3982
+ {
3983
+ "eventType": "EQUIPMENT",
3984
+ "equipmentEventTypeCode": "GTOT",
3985
+ "equipmentReference": "MSCU1000016",
3986
+ "ISOEquipmentCode": "2210",
3987
+ "emptyIndicatorCode": "EMPTY",
3988
+ "transportCall": {
3989
+ "transportCallID": "CNDLCTRB",
3990
+ "carrierServiceCode": null,
3991
+ "exportVoyageNumber": null,
3992
+ "importVoyageNumber": null,
3993
+ "unLocationCode": "CNDLC",
3994
+ "facilityCode": "CNDLCHKHA",
3995
+ "facilityCodeListProvider": "BIC",
3996
+ "facilityTypeCode": "DEPO",
3997
+ "otherFacility": null,
3998
+ "modeOfTransport": "TRUCK",
3999
+ "vessel": null
4000
+ },
4001
+ "documentReferences": [
4002
+ {
4003
+ "documentReferenceType": "BKG",
4004
+ "documentReferenceValue": "100AAAAAA00003"
4005
+ },
4006
+ {
4007
+ "documentReferenceType": "TRD",
4008
+ "documentReferenceValue": "MEDUAA000002"
4009
+ }
4010
+ ],
4011
+ "eventLocation": {
4012
+ "locationName": "DALIAN",
4013
+ "unLocationCode": "CNDLC",
4014
+ "facilityCode": "CNDLCHKHA",
4015
+ "facilityCodeListProvider": "BIC"
4016
+ },
4017
+ "seals": [
4018
+ {
4019
+ "sealNumber": "FX43919186",
4020
+ "sealSource": "TER"
4021
+ }
4022
+ ],
4023
+ "description": "Empty to Shipper",
4024
+ "eventId": "1727173515",
4025
+ "eventDateTime": "2026-01-08T09:54:00+08:00",
4026
+ "eventClassifierCode": "ACT",
4027
+ "eventCreatedDateTime": "2026-01-08T09:54:00+08:00",
4028
+ "references": []
4029
+ },
4030
+ {
4031
+ "eventType": "EQUIPMENT",
4032
+ "equipmentEventTypeCode": "GTOT",
4033
+ "equipmentReference": "MSCU1000017",
4034
+ "ISOEquipmentCode": "2210",
4035
+ "emptyIndicatorCode": "EMPTY",
4036
+ "transportCall": {
4037
+ "transportCallID": "CNDLCTRB",
4038
+ "carrierServiceCode": null,
4039
+ "exportVoyageNumber": null,
4040
+ "importVoyageNumber": null,
4041
+ "unLocationCode": "CNDLC",
4042
+ "facilityCode": "CNDLCHKHA",
4043
+ "facilityCodeListProvider": "BIC",
4044
+ "facilityTypeCode": "DEPO",
4045
+ "otherFacility": null,
4046
+ "modeOfTransport": "TRUCK",
4047
+ "vessel": null
4048
+ },
4049
+ "documentReferences": [
4050
+ {
4051
+ "documentReferenceType": "BKG",
4052
+ "documentReferenceValue": "100AAAAAA00003"
4053
+ },
4054
+ {
4055
+ "documentReferenceType": "TRD",
4056
+ "documentReferenceValue": "MEDUAA000002"
4057
+ }
4058
+ ],
4059
+ "eventLocation": {
4060
+ "locationName": "DALIAN",
4061
+ "unLocationCode": "CNDLC",
4062
+ "facilityCode": "CNDLCHKHA",
4063
+ "facilityCodeListProvider": "BIC"
4064
+ },
4065
+ "seals": [
4066
+ {
4067
+ "sealNumber": "FX43919181",
4068
+ "sealSource": "TER"
4069
+ }
4070
+ ],
4071
+ "description": "Empty to Shipper",
4072
+ "eventId": "1727173514",
4073
+ "eventDateTime": "2026-01-08T09:54:00+08:00",
4074
+ "eventClassifierCode": "ACT",
4075
+ "eventCreatedDateTime": "2026-01-08T09:54:00+08:00",
4076
+ "references": []
4077
+ },
4078
+ {
4079
+ "eventType": "EQUIPMENT",
4080
+ "equipmentEventTypeCode": "GTOT",
4081
+ "equipmentReference": "MSCU1000018",
4082
+ "ISOEquipmentCode": "2210",
4083
+ "emptyIndicatorCode": "EMPTY",
4084
+ "transportCall": {
4085
+ "transportCallID": "CNDLCTRB",
4086
+ "carrierServiceCode": null,
4087
+ "exportVoyageNumber": null,
4088
+ "importVoyageNumber": null,
4089
+ "unLocationCode": "CNDLC",
4090
+ "facilityCode": "CNDLCHKHA",
4091
+ "facilityCodeListProvider": "BIC",
4092
+ "facilityTypeCode": "DEPO",
4093
+ "otherFacility": null,
4094
+ "modeOfTransport": "TRUCK",
4095
+ "vessel": null
4096
+ },
4097
+ "documentReferences": [
4098
+ {
4099
+ "documentReferenceType": "BKG",
4100
+ "documentReferenceValue": "100AAAAAA00003"
4101
+ },
4102
+ {
4103
+ "documentReferenceType": "TRD",
4104
+ "documentReferenceValue": "MEDUAA000002"
4105
+ }
4106
+ ],
4107
+ "eventLocation": {
4108
+ "locationName": "DALIAN",
4109
+ "unLocationCode": "CNDLC",
4110
+ "facilityCode": "CNDLCHKHA",
4111
+ "facilityCodeListProvider": "BIC"
4112
+ },
4113
+ "seals": [
4114
+ {
4115
+ "sealNumber": "FX43919187",
4116
+ "sealSource": "TER"
4117
+ }
4118
+ ],
4119
+ "description": "Empty to Shipper",
4120
+ "eventId": "1727173516",
4121
+ "eventDateTime": "2026-01-08T09:54:00+08:00",
4122
+ "eventClassifierCode": "ACT",
4123
+ "eventCreatedDateTime": "2026-01-08T09:54:00+08:00",
4124
+ "references": []
4125
+ },
4126
+ {
4127
+ "eventType": "EQUIPMENT",
4128
+ "equipmentEventTypeCode": "GTOT",
4129
+ "equipmentReference": "MSCU1000019",
4130
+ "ISOEquipmentCode": "2210",
4131
+ "emptyIndicatorCode": "EMPTY",
4132
+ "transportCall": {
4133
+ "transportCallID": "CNDLCTRB",
4134
+ "carrierServiceCode": null,
4135
+ "exportVoyageNumber": null,
4136
+ "importVoyageNumber": null,
4137
+ "unLocationCode": "CNDLC",
4138
+ "facilityCode": "CNDLCHKHA",
4139
+ "facilityCodeListProvider": "BIC",
4140
+ "facilityTypeCode": "DEPO",
4141
+ "otherFacility": null,
4142
+ "modeOfTransport": "TRUCK",
4143
+ "vessel": null
4144
+ },
4145
+ "documentReferences": [
4146
+ {
4147
+ "documentReferenceType": "BKG",
4148
+ "documentReferenceValue": "100AAAAAA00003"
4149
+ },
4150
+ {
4151
+ "documentReferenceType": "TRD",
4152
+ "documentReferenceValue": "MEDUAA000002"
4153
+ }
4154
+ ],
4155
+ "eventLocation": {
4156
+ "locationName": "DALIAN",
4157
+ "unLocationCode": "CNDLC",
4158
+ "facilityCode": "CNDLCHKHA",
4159
+ "facilityCodeListProvider": "BIC"
4160
+ },
4161
+ "seals": [
4162
+ {
4163
+ "sealNumber": "FX43919190",
4164
+ "sealSource": "TER"
4165
+ }
4166
+ ],
4167
+ "description": "Empty to Shipper",
4168
+ "eventId": "1727173517",
4169
+ "eventDateTime": "2026-01-08T09:54:00+08:00",
4170
+ "eventClassifierCode": "ACT",
4171
+ "eventCreatedDateTime": "2026-01-08T09:54:00+08:00",
4172
+ "references": []
4173
+ },
4174
+ {
4175
+ "eventType": "EQUIPMENT",
4176
+ "equipmentEventTypeCode": "GTOT",
4177
+ "equipmentReference": "MSCU1000020",
4178
+ "ISOEquipmentCode": "2210",
4179
+ "emptyIndicatorCode": "EMPTY",
4180
+ "transportCall": {
4181
+ "transportCallID": "CNDLCTRB",
4182
+ "carrierServiceCode": null,
4183
+ "exportVoyageNumber": null,
4184
+ "importVoyageNumber": null,
4185
+ "unLocationCode": "CNDLC",
4186
+ "facilityCode": "CNDLCHKHA",
4187
+ "facilityCodeListProvider": "BIC",
4188
+ "facilityTypeCode": "DEPO",
4189
+ "otherFacility": null,
4190
+ "modeOfTransport": "TRUCK",
4191
+ "vessel": null
4192
+ },
4193
+ "documentReferences": [
4194
+ {
4195
+ "documentReferenceType": "BKG",
4196
+ "documentReferenceValue": "100AAAAAA00003"
4197
+ },
4198
+ {
4199
+ "documentReferenceType": "TRD",
4200
+ "documentReferenceValue": "MEDUAA000002"
4201
+ }
4202
+ ],
4203
+ "eventLocation": {
4204
+ "locationName": "DALIAN",
4205
+ "unLocationCode": "CNDLC",
4206
+ "facilityCode": "CNDLCHKHA",
4207
+ "facilityCodeListProvider": "BIC"
4208
+ },
4209
+ "seals": [
4210
+ {
4211
+ "sealNumber": "FX43919188",
4212
+ "sealSource": "TER"
4213
+ }
4214
+ ],
4215
+ "description": "Empty to Shipper",
4216
+ "eventId": "1727173518",
4217
+ "eventDateTime": "2026-01-08T09:54:00+08:00",
4218
+ "eventClassifierCode": "ACT",
4219
+ "eventCreatedDateTime": "2026-01-08T09:54:00+08:00",
4220
+ "references": []
4221
+ },
4222
+ {
4223
+ "eventType": "EQUIPMENT",
4224
+ "equipmentEventTypeCode": "GTOT",
4225
+ "equipmentReference": "MSCU1000021",
4226
+ "ISOEquipmentCode": "2210",
4227
+ "emptyIndicatorCode": "EMPTY",
4228
+ "transportCall": {
4229
+ "transportCallID": "CNDLCTRB",
4230
+ "carrierServiceCode": null,
4231
+ "exportVoyageNumber": null,
4232
+ "importVoyageNumber": null,
4233
+ "unLocationCode": "CNDLC",
4234
+ "facilityCode": "CNDLCHKHA",
4235
+ "facilityCodeListProvider": "BIC",
4236
+ "facilityTypeCode": "DEPO",
4237
+ "otherFacility": null,
4238
+ "modeOfTransport": "TRUCK",
4239
+ "vessel": null
4240
+ },
4241
+ "documentReferences": [
4242
+ {
4243
+ "documentReferenceType": "BKG",
4244
+ "documentReferenceValue": "100AAAAAA00003"
4245
+ },
4246
+ {
4247
+ "documentReferenceType": "TRD",
4248
+ "documentReferenceValue": "MEDUAA000002"
4249
+ }
4250
+ ],
4251
+ "eventLocation": {
4252
+ "locationName": "DALIAN",
4253
+ "unLocationCode": "CNDLC",
4254
+ "facilityCode": "CNDLCHKHA",
4255
+ "facilityCodeListProvider": "BIC"
4256
+ },
4257
+ "seals": [
4258
+ {
4259
+ "sealNumber": "FX43919189",
4260
+ "sealSource": "TER"
4261
+ }
4262
+ ],
4263
+ "description": "Empty to Shipper",
4264
+ "eventId": "1727173520",
4265
+ "eventDateTime": "2026-01-08T09:54:00+08:00",
4266
+ "eventClassifierCode": "ACT",
4267
+ "eventCreatedDateTime": "2026-01-08T09:54:00+08:00",
4268
+ "references": []
4269
+ },
4270
+ {
4271
+ "eventType": "EQUIPMENT",
4272
+ "equipmentEventTypeCode": "GTOT",
4273
+ "equipmentReference": "MSCU1000022",
4274
+ "ISOEquipmentCode": "2210",
4275
+ "emptyIndicatorCode": "EMPTY",
4276
+ "transportCall": {
4277
+ "transportCallID": "CNDLCTRB",
4278
+ "carrierServiceCode": null,
4279
+ "exportVoyageNumber": null,
4280
+ "importVoyageNumber": null,
4281
+ "unLocationCode": "CNDLC",
4282
+ "facilityCode": "CNDLCHKHA",
4283
+ "facilityCodeListProvider": "BIC",
4284
+ "facilityTypeCode": "DEPO",
4285
+ "otherFacility": null,
4286
+ "modeOfTransport": "TRUCK",
4287
+ "vessel": null
4288
+ },
4289
+ "documentReferences": [
4290
+ {
4291
+ "documentReferenceType": "BKG",
4292
+ "documentReferenceValue": "100AAAAAA00003"
4293
+ },
4294
+ {
4295
+ "documentReferenceType": "TRD",
4296
+ "documentReferenceValue": "MEDUAA000002"
4297
+ }
4298
+ ],
4299
+ "eventLocation": {
4300
+ "locationName": "DALIAN",
4301
+ "unLocationCode": "CNDLC",
4302
+ "facilityCode": "CNDLCHKHA",
4303
+ "facilityCodeListProvider": "BIC"
4304
+ },
4305
+ "seals": [
4306
+ {
4307
+ "sealNumber": "FX43919243",
4308
+ "sealSource": "TER"
4309
+ }
4310
+ ],
4311
+ "description": "Empty to Shipper",
4312
+ "eventId": "1727173522",
4313
+ "eventDateTime": "2026-01-08T09:54:00+08:00",
4314
+ "eventClassifierCode": "ACT",
4315
+ "eventCreatedDateTime": "2026-01-08T09:54:00+08:00",
4316
+ "references": []
4317
+ },
4318
+ {
4319
+ "eventType": "EQUIPMENT",
4320
+ "equipmentEventTypeCode": "GTOT",
4321
+ "equipmentReference": "MSCU1000023",
4322
+ "ISOEquipmentCode": "2210",
4323
+ "emptyIndicatorCode": "EMPTY",
4324
+ "transportCall": {
4325
+ "transportCallID": "CNDLCTRB",
4326
+ "carrierServiceCode": null,
4327
+ "exportVoyageNumber": null,
4328
+ "importVoyageNumber": null,
4329
+ "unLocationCode": "CNDLC",
4330
+ "facilityCode": "CNDLCHKHA",
4331
+ "facilityCodeListProvider": "BIC",
4332
+ "facilityTypeCode": "DEPO",
4333
+ "otherFacility": null,
4334
+ "modeOfTransport": "TRUCK",
4335
+ "vessel": null
4336
+ },
4337
+ "documentReferences": [
4338
+ {
4339
+ "documentReferenceType": "BKG",
4340
+ "documentReferenceValue": "100AAAAAA00003"
4341
+ },
4342
+ {
4343
+ "documentReferenceType": "TRD",
4344
+ "documentReferenceValue": "MEDUAA000002"
4345
+ }
4346
+ ],
4347
+ "eventLocation": {
4348
+ "locationName": "DALIAN",
4349
+ "unLocationCode": "CNDLC",
4350
+ "facilityCode": "CNDLCHKHA",
4351
+ "facilityCodeListProvider": "BIC"
4352
+ },
4353
+ "seals": [
4354
+ {
4355
+ "sealNumber": "FX43919241",
4356
+ "sealSource": "TER"
4357
+ }
4358
+ ],
4359
+ "description": "Empty to Shipper",
4360
+ "eventId": "1727173521",
4361
+ "eventDateTime": "2026-01-08T09:54:00+08:00",
4362
+ "eventClassifierCode": "ACT",
4363
+ "eventCreatedDateTime": "2026-01-08T09:54:00+08:00",
4364
+ "references": []
4365
+ },
4366
+ {
4367
+ "eventType": "EQUIPMENT",
4368
+ "equipmentEventTypeCode": "GTOT",
4369
+ "equipmentReference": "MSCU1000024",
4370
+ "ISOEquipmentCode": "2210",
4371
+ "emptyIndicatorCode": "EMPTY",
4372
+ "transportCall": {
4373
+ "transportCallID": "CNDLCTRB",
4374
+ "carrierServiceCode": null,
4375
+ "exportVoyageNumber": null,
4376
+ "importVoyageNumber": null,
4377
+ "unLocationCode": "CNDLC",
4378
+ "facilityCode": "CNDLCHKHA",
4379
+ "facilityCodeListProvider": "BIC",
4380
+ "facilityTypeCode": "DEPO",
4381
+ "otherFacility": null,
4382
+ "modeOfTransport": "TRUCK",
4383
+ "vessel": null
4384
+ },
4385
+ "documentReferences": [
4386
+ {
4387
+ "documentReferenceType": "BKG",
4388
+ "documentReferenceValue": "100AAAAAA00003"
4389
+ },
4390
+ {
4391
+ "documentReferenceType": "TRD",
4392
+ "documentReferenceValue": "MEDUAA000002"
4393
+ }
4394
+ ],
4395
+ "eventLocation": {
4396
+ "locationName": "DALIAN",
4397
+ "unLocationCode": "CNDLC",
4398
+ "facilityCode": "CNDLCHKHA",
4399
+ "facilityCodeListProvider": "BIC"
4400
+ },
4401
+ "seals": [
4402
+ {
4403
+ "sealNumber": "FX43919248",
4404
+ "sealSource": "TER"
4405
+ }
4406
+ ],
4407
+ "description": "Empty to Shipper",
4408
+ "eventId": "1727173523",
4409
+ "eventDateTime": "2026-01-08T09:54:00+08:00",
4410
+ "eventClassifierCode": "ACT",
4411
+ "eventCreatedDateTime": "2026-01-08T09:54:00+08:00",
4412
+ "references": []
4413
+ },
4414
+ {
4415
+ "eventType": "EQUIPMENT",
4416
+ "equipmentEventTypeCode": "GTOT",
4417
+ "equipmentReference": "MSCU1000025",
4418
+ "ISOEquipmentCode": "2210",
4419
+ "emptyIndicatorCode": "EMPTY",
4420
+ "transportCall": {
4421
+ "transportCallID": "CNDLCTRB",
4422
+ "carrierServiceCode": null,
4423
+ "exportVoyageNumber": null,
4424
+ "importVoyageNumber": null,
4425
+ "unLocationCode": "CNDLC",
4426
+ "facilityCode": "CNDLCHKHA",
4427
+ "facilityCodeListProvider": "BIC",
4428
+ "facilityTypeCode": "DEPO",
4429
+ "otherFacility": null,
4430
+ "modeOfTransport": "TRUCK",
4431
+ "vessel": null
4432
+ },
4433
+ "documentReferences": [
4434
+ {
4435
+ "documentReferenceType": "BKG",
4436
+ "documentReferenceValue": "100AAAAAA00003"
4437
+ },
4438
+ {
4439
+ "documentReferenceType": "TRD",
4440
+ "documentReferenceValue": "MEDUAA000002"
4441
+ }
4442
+ ],
4443
+ "eventLocation": {
4444
+ "locationName": "DALIAN",
4445
+ "unLocationCode": "CNDLC",
4446
+ "facilityCode": "CNDLCHKHA",
4447
+ "facilityCodeListProvider": "BIC"
4448
+ },
4449
+ "seals": [
4450
+ {
4451
+ "sealNumber": "FX43919244",
4452
+ "sealSource": "TER"
4453
+ }
4454
+ ],
4455
+ "description": "Empty to Shipper",
4456
+ "eventId": "1727173525",
4457
+ "eventDateTime": "2026-01-08T09:54:00+08:00",
4458
+ "eventClassifierCode": "ACT",
4459
+ "eventCreatedDateTime": "2026-01-08T09:54:00+08:00",
4460
+ "references": []
4461
+ },
4462
+ {
4463
+ "eventType": "EQUIPMENT",
4464
+ "equipmentEventTypeCode": "GTOT",
4465
+ "equipmentReference": "MSCU1000026",
4466
+ "ISOEquipmentCode": "2210",
4467
+ "emptyIndicatorCode": "EMPTY",
4468
+ "transportCall": {
4469
+ "transportCallID": "CNDLCTRB",
4470
+ "carrierServiceCode": null,
4471
+ "exportVoyageNumber": null,
4472
+ "importVoyageNumber": null,
4473
+ "unLocationCode": "CNDLC",
4474
+ "facilityCode": "CNDLCHKHA",
4475
+ "facilityCodeListProvider": "BIC",
4476
+ "facilityTypeCode": "DEPO",
4477
+ "otherFacility": null,
4478
+ "modeOfTransport": "TRUCK",
4479
+ "vessel": null
4480
+ },
4481
+ "documentReferences": [
4482
+ {
4483
+ "documentReferenceType": "BKG",
4484
+ "documentReferenceValue": "100AAAAAA00003"
4485
+ },
4486
+ {
4487
+ "documentReferenceType": "TRD",
4488
+ "documentReferenceValue": "MEDUAA000002"
4489
+ }
4490
+ ],
4491
+ "eventLocation": {
4492
+ "locationName": "DALIAN",
4493
+ "unLocationCode": "CNDLC",
4494
+ "facilityCode": "CNDLCHKHA",
4495
+ "facilityCodeListProvider": "BIC"
4496
+ },
4497
+ "seals": [
4498
+ {
4499
+ "sealNumber": "FX43919247",
4500
+ "sealSource": "TER"
4501
+ }
4502
+ ],
4503
+ "description": "Empty to Shipper",
4504
+ "eventId": "1727173526",
4505
+ "eventDateTime": "2026-01-08T09:54:00+08:00",
4506
+ "eventClassifierCode": "ACT",
4507
+ "eventCreatedDateTime": "2026-01-08T09:54:00+08:00",
4508
+ "references": []
4509
+ },
4510
+ {
4511
+ "eventType": "EQUIPMENT",
4512
+ "equipmentEventTypeCode": "GTOT",
4513
+ "equipmentReference": "MSCU1000027",
4514
+ "ISOEquipmentCode": "2210",
4515
+ "emptyIndicatorCode": "EMPTY",
4516
+ "transportCall": {
4517
+ "transportCallID": "CNDLCTRB",
4518
+ "carrierServiceCode": null,
4519
+ "exportVoyageNumber": null,
4520
+ "importVoyageNumber": null,
4521
+ "unLocationCode": "CNDLC",
4522
+ "facilityCode": "CNDLCHKHA",
4523
+ "facilityCodeListProvider": "BIC",
4524
+ "facilityTypeCode": "DEPO",
4525
+ "otherFacility": null,
4526
+ "modeOfTransport": "TRUCK",
4527
+ "vessel": null
4528
+ },
4529
+ "documentReferences": [
4530
+ {
4531
+ "documentReferenceType": "BKG",
4532
+ "documentReferenceValue": "100AAAAAA00003"
4533
+ },
4534
+ {
4535
+ "documentReferenceType": "TRD",
4536
+ "documentReferenceValue": "MEDUAA000002"
4537
+ }
4538
+ ],
4539
+ "eventLocation": {
4540
+ "locationName": "DALIAN",
4541
+ "unLocationCode": "CNDLC",
4542
+ "facilityCode": "CNDLCHKHA",
4543
+ "facilityCodeListProvider": "BIC"
4544
+ },
4545
+ "seals": [
4546
+ {
4547
+ "sealNumber": "FX43919246",
4548
+ "sealSource": "TER"
4549
+ }
4550
+ ],
4551
+ "description": "Empty to Shipper",
4552
+ "eventId": "1727173527",
4553
+ "eventDateTime": "2026-01-08T09:54:00+08:00",
4554
+ "eventClassifierCode": "ACT",
4555
+ "eventCreatedDateTime": "2026-01-08T09:54:00+08:00",
4556
+ "references": []
4557
+ },
4558
+ {
4559
+ "eventType": "EQUIPMENT",
4560
+ "equipmentEventTypeCode": "GTOT",
4561
+ "equipmentReference": "MSCU1000028",
4562
+ "ISOEquipmentCode": "2210",
4563
+ "emptyIndicatorCode": "EMPTY",
4564
+ "transportCall": {
4565
+ "transportCallID": "CNDLCTRB",
4566
+ "carrierServiceCode": null,
4567
+ "exportVoyageNumber": null,
4568
+ "importVoyageNumber": null,
4569
+ "unLocationCode": "CNDLC",
4570
+ "facilityCode": "CNDLCHKHA",
4571
+ "facilityCodeListProvider": "BIC",
4572
+ "facilityTypeCode": "DEPO",
4573
+ "otherFacility": null,
4574
+ "modeOfTransport": "TRUCK",
4575
+ "vessel": null
4576
+ },
4577
+ "documentReferences": [
4578
+ {
4579
+ "documentReferenceType": "BKG",
4580
+ "documentReferenceValue": "100AAAAAA00003"
4581
+ },
4582
+ {
4583
+ "documentReferenceType": "TRD",
4584
+ "documentReferenceValue": "MEDUAA000002"
4585
+ }
4586
+ ],
4587
+ "eventLocation": {
4588
+ "locationName": "DALIAN",
4589
+ "unLocationCode": "CNDLC",
4590
+ "facilityCode": "CNDLCHKHA",
4591
+ "facilityCodeListProvider": "BIC"
4592
+ },
4593
+ "seals": [
4594
+ {
4595
+ "sealNumber": "FX43919245",
4596
+ "sealSource": "TER"
4597
+ }
4598
+ ],
4599
+ "description": "Empty to Shipper",
4600
+ "eventId": "1727173529",
4601
+ "eventDateTime": "2026-01-08T09:54:00+08:00",
4602
+ "eventClassifierCode": "ACT",
4603
+ "eventCreatedDateTime": "2026-01-08T09:54:00+08:00",
4604
+ "references": []
4605
+ },
4606
+ {
4607
+ "eventType": "EQUIPMENT",
4608
+ "equipmentEventTypeCode": "GTOT",
4609
+ "equipmentReference": "MSCU1000029",
4610
+ "ISOEquipmentCode": "2210",
4611
+ "emptyIndicatorCode": "EMPTY",
4612
+ "transportCall": {
4613
+ "transportCallID": "CNDLCTRB",
4614
+ "carrierServiceCode": null,
4615
+ "exportVoyageNumber": null,
4616
+ "importVoyageNumber": null,
4617
+ "unLocationCode": "CNDLC",
4618
+ "facilityCode": "CNDLCHKHA",
4619
+ "facilityCodeListProvider": "BIC",
4620
+ "facilityTypeCode": "DEPO",
4621
+ "otherFacility": null,
4622
+ "modeOfTransport": "TRUCK",
4623
+ "vessel": null
4624
+ },
4625
+ "documentReferences": [
4626
+ {
4627
+ "documentReferenceType": "BKG",
4628
+ "documentReferenceValue": "100AAAAAA00003"
4629
+ },
4630
+ {
4631
+ "documentReferenceType": "TRD",
4632
+ "documentReferenceValue": "MEDUAA000002"
4633
+ }
4634
+ ],
4635
+ "eventLocation": {
4636
+ "locationName": "DALIAN",
4637
+ "unLocationCode": "CNDLC",
4638
+ "facilityCode": "CNDLCHKHA",
4639
+ "facilityCodeListProvider": "BIC"
4640
+ },
4641
+ "seals": [
4642
+ {
4643
+ "sealNumber": "FX43900644",
4644
+ "sealSource": "TER"
4645
+ }
4646
+ ],
4647
+ "description": "Empty to Shipper",
4648
+ "eventId": "1727173530",
4649
+ "eventDateTime": "2026-01-08T09:54:00+08:00",
4650
+ "eventClassifierCode": "ACT",
4651
+ "eventCreatedDateTime": "2026-01-08T09:54:00+08:00",
4652
+ "references": []
4653
+ },
4654
+ {
4655
+ "eventType": "EQUIPMENT",
4656
+ "equipmentEventTypeCode": "GTOT",
4657
+ "equipmentReference": "MSCU1000030",
4658
+ "ISOEquipmentCode": "2210",
4659
+ "emptyIndicatorCode": "EMPTY",
4660
+ "transportCall": {
4661
+ "transportCallID": "CNDLCTRB",
4662
+ "carrierServiceCode": null,
4663
+ "exportVoyageNumber": null,
4664
+ "importVoyageNumber": null,
4665
+ "unLocationCode": "CNDLC",
4666
+ "facilityCode": "CNDLCHKHA",
4667
+ "facilityCodeListProvider": "BIC",
4668
+ "facilityTypeCode": "DEPO",
4669
+ "otherFacility": null,
4670
+ "modeOfTransport": "TRUCK",
4671
+ "vessel": null
4672
+ },
4673
+ "documentReferences": [
4674
+ {
4675
+ "documentReferenceType": "BKG",
4676
+ "documentReferenceValue": "100AAAAAA00003"
4677
+ },
4678
+ {
4679
+ "documentReferenceType": "TRD",
4680
+ "documentReferenceValue": "MEDUAA000002"
4681
+ }
4682
+ ],
4683
+ "eventLocation": {
4684
+ "locationName": "DALIAN",
4685
+ "unLocationCode": "CNDLC",
4686
+ "facilityCode": "CNDLCHKHA",
4687
+ "facilityCodeListProvider": "BIC"
4688
+ },
4689
+ "seals": [
4690
+ {
4691
+ "sealNumber": "FX43919250",
4692
+ "sealSource": "TER"
4693
+ }
4694
+ ],
4695
+ "description": "Empty to Shipper",
4696
+ "eventId": "1727173531",
4697
+ "eventDateTime": "2026-01-08T09:54:00+08:00",
4698
+ "eventClassifierCode": "ACT",
4699
+ "eventCreatedDateTime": "2026-01-08T09:54:00+08:00",
4700
+ "references": []
4701
+ },
4702
+ {
4703
+ "eventType": "EQUIPMENT",
4704
+ "equipmentEventTypeCode": "GTOT",
4705
+ "equipmentReference": "MSCU1000031",
4706
+ "ISOEquipmentCode": "2210",
4707
+ "emptyIndicatorCode": "EMPTY",
4708
+ "transportCall": {
4709
+ "transportCallID": "CNDLCTRB",
4710
+ "carrierServiceCode": null,
4711
+ "exportVoyageNumber": null,
4712
+ "importVoyageNumber": null,
4713
+ "unLocationCode": "CNDLC",
4714
+ "facilityCode": "CNDLCHKHA",
4715
+ "facilityCodeListProvider": "BIC",
4716
+ "facilityTypeCode": "DEPO",
4717
+ "otherFacility": null,
4718
+ "modeOfTransport": "TRUCK",
4719
+ "vessel": null
4720
+ },
4721
+ "documentReferences": [
4722
+ {
4723
+ "documentReferenceType": "BKG",
4724
+ "documentReferenceValue": "100AAAAAA00003"
4725
+ },
4726
+ {
4727
+ "documentReferenceType": "TRD",
4728
+ "documentReferenceValue": "MEDUAA000002"
4729
+ }
4730
+ ],
4731
+ "eventLocation": {
4732
+ "locationName": "DALIAN",
4733
+ "unLocationCode": "CNDLC",
4734
+ "facilityCode": "CNDLCHKHA",
4735
+ "facilityCodeListProvider": "BIC"
4736
+ },
4737
+ "seals": [
4738
+ {
4739
+ "sealNumber": "FX43919242",
4740
+ "sealSource": "TER"
4741
+ }
4742
+ ],
4743
+ "description": "Empty to Shipper",
4744
+ "eventId": "1727173519",
4745
+ "eventDateTime": "2026-01-08T09:54:00+08:00",
4746
+ "eventClassifierCode": "ACT",
4747
+ "eventCreatedDateTime": "2026-01-08T09:54:00+08:00",
4748
+ "references": []
4749
+ },
4750
+ {
4751
+ "eventType": "EQUIPMENT",
4752
+ "equipmentEventTypeCode": "GTOT",
4753
+ "equipmentReference": "MSCU1000032",
4754
+ "ISOEquipmentCode": "2210",
4755
+ "emptyIndicatorCode": "EMPTY",
4756
+ "transportCall": {
4757
+ "transportCallID": "CNDLCTRB",
4758
+ "carrierServiceCode": null,
4759
+ "exportVoyageNumber": null,
4760
+ "importVoyageNumber": null,
4761
+ "unLocationCode": "CNDLC",
4762
+ "facilityCode": "CNDLCHKHA",
4763
+ "facilityCodeListProvider": "BIC",
4764
+ "facilityTypeCode": "DEPO",
4765
+ "otherFacility": null,
4766
+ "modeOfTransport": "TRUCK",
4767
+ "vessel": null
4768
+ },
4769
+ "documentReferences": [
4770
+ {
4771
+ "documentReferenceType": "BKG",
4772
+ "documentReferenceValue": "100AAAAAA00003"
4773
+ },
4774
+ {
4775
+ "documentReferenceType": "TRD",
4776
+ "documentReferenceValue": "MEDUAA000002"
4777
+ }
4778
+ ],
4779
+ "eventLocation": {
4780
+ "locationName": "DALIAN",
4781
+ "unLocationCode": "CNDLC",
4782
+ "facilityCode": "CNDLCHKHA",
4783
+ "facilityCodeListProvider": "BIC"
4784
+ },
4785
+ "seals": [
4786
+ {
4787
+ "sealNumber": "FX43919249",
4788
+ "sealSource": "TER"
4789
+ }
4790
+ ],
4791
+ "description": "Empty to Shipper",
4792
+ "eventId": "1727173524",
4793
+ "eventDateTime": "2026-01-08T09:54:00+08:00",
4794
+ "eventClassifierCode": "ACT",
4795
+ "eventCreatedDateTime": "2026-01-08T09:54:00+08:00",
4796
+ "references": []
4797
+ },
4798
+ {
4799
+ "eventType": "EQUIPMENT",
4800
+ "equipmentEventTypeCode": "GTOT",
4801
+ "equipmentReference": "MSCU1000033",
4802
+ "ISOEquipmentCode": "2210",
4803
+ "emptyIndicatorCode": "EMPTY",
4804
+ "transportCall": {
4805
+ "transportCallID": "CNDLCTRB",
4806
+ "carrierServiceCode": null,
4807
+ "exportVoyageNumber": null,
4808
+ "importVoyageNumber": null,
4809
+ "unLocationCode": "CNDLC",
4810
+ "facilityCode": "CNDLCHKHA",
4811
+ "facilityCodeListProvider": "BIC",
4812
+ "facilityTypeCode": "DEPO",
4813
+ "otherFacility": null,
4814
+ "modeOfTransport": "TRUCK",
4815
+ "vessel": null
4816
+ },
4817
+ "documentReferences": [
4818
+ {
4819
+ "documentReferenceType": "BKG",
4820
+ "documentReferenceValue": "100AAAAAA00003"
4821
+ },
4822
+ {
4823
+ "documentReferenceType": "TRD",
4824
+ "documentReferenceValue": "MEDUAA000002"
4825
+ }
4826
+ ],
4827
+ "eventLocation": {
4828
+ "locationName": "DALIAN",
4829
+ "unLocationCode": "CNDLC",
4830
+ "facilityCode": "CNDLCHKHA",
4831
+ "facilityCodeListProvider": "BIC"
4832
+ },
4833
+ "seals": [
4834
+ {
4835
+ "sealNumber": "FX43900645",
4836
+ "sealSource": "TER"
4837
+ }
4838
+ ],
4839
+ "description": "Empty to Shipper",
4840
+ "eventId": "1727173528",
4841
+ "eventDateTime": "2026-01-08T09:54:00+08:00",
4842
+ "eventClassifierCode": "ACT",
4843
+ "eventCreatedDateTime": "2026-01-08T09:54:00+08:00",
4844
+ "references": []
4845
+ }
4846
+ ]